Home
last modified time | relevance | path

Searched refs:bin (Results 1 – 25 of 274) sorted by relevance

1234567891011

/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DGlyphPathBag.java28 int[] bin = data[ch >> 8]; in getOrCreateAndCache() local
29 if (bin == null) { in getOrCreateAndCache()
30 bin = data[ch >> 8] = new int[256]; in getOrCreateAndCache()
32 bin[ch & 0xFF] = paths.size(); in getOrCreateAndCache()
43 int[] bin = data[ch >> 8]; in getIndex() local
44 if (bin == null) return 0; in getIndex()
45 return bin[ch & 0xFF]; in getIndex()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DGlyphPathBag.java28 int[] bin = data[ch >> 8]; in getOrCreateAndCache() local
29 if (bin == null) { in getOrCreateAndCache()
30 bin = data[ch >> 8] = new int[256]; in getOrCreateAndCache()
32 bin[ch & 0xFF] = paths.size(); in getOrCreateAndCache()
43 int[] bin = data[ch >> 8]; in getIndex() local
44 if (bin == null) return 0; in getIndex()
45 return bin[ch & 0xFF]; in getIndex()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DGlyphPathBag.java28 int[] bin = data[ch >> 8]; in getOrCreateAndCache() local
29 if (bin == null) { in getOrCreateAndCache()
30 bin = data[ch >> 8] = new int[256]; in getOrCreateAndCache()
32 bin[ch & 0xFF] = paths.size(); in getOrCreateAndCache()
43 int[] bin = data[ch >> 8]; in getIndex() local
44 if (bin == null) return 0; in getIndex()
45 return bin[ch & 0xFF]; in getIndex()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DGlyphPathBag.java28 int[] bin = data[ch >> 8]; in getOrCreateAndCache() local
29 if (bin == null) { in getOrCreateAndCache()
30 bin = data[ch >> 8] = new int[256]; in getOrCreateAndCache()
32 bin[ch & 0xFF] = paths.size(); in getOrCreateAndCache()
43 int[] bin = data[ch >> 8]; in getIndex() local
44 if (bin == null) return 0; in getIndex()
45 return bin[ch & 0xFF]; in getIndex()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dfind-node-for-xcode.sh25 HOMEBREW_M1_BIN=/opt/homebrew/bin
47 eval "$("$HOME/.nodenv/bin/nodenv" init -)"
49 eval "$("$(brew --prefix nodenv)/bin/nodenv" init -)"
53 if [[ ! -x node && -d ${HOME}/.anyenv/bin ]]; then
54 export PATH=${HOME}/.anyenv/bin:${PATH}
79 eval "$("$(brew --prefix fnm)/bin/fnm" env)"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dfind-node-for-xcode.sh25 HOMEBREW_M1_BIN=/opt/homebrew/bin
47 eval "$("$HOME/.nodenv/bin/nodenv" init -)"
49 eval "$("$(brew --prefix nodenv)/bin/nodenv" init -)"
53 if [[ ! -x node && -d ${HOME}/.anyenv/bin ]]; then
54 export PATH=${HOME}/.anyenv/bin:${PATH}
82 eval "$("$(brew --prefix fnm)/bin/fnm" env)"
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dfind-node-for-xcode.sh25 HOMEBREW_M1_BIN=/opt/homebrew/bin
47 eval "$("$HOME/.nodenv/bin/nodenv" init -)"
49 eval "$("$(brew --prefix nodenv)/bin/nodenv" init -)"
53 if [[ ! -x node && -d ${HOME}/.anyenv/bin ]]; then
54 export PATH=${HOME}/.anyenv/bin:${PATH}
79 eval "$("$(brew --prefix fnm)/bin/fnm" env)"
/expo/packages/@expo/cli/e2e/__tests__/
H A Dinstall-test.ts12 bin,
75 await execa('node', [bin, 'install', 'expo-sms'], { cwd: projectRoot });
124 await execa('node', [bin, 'install', '--check'], { cwd: projectRoot });
134 execa('node', [bin, 'install', 'expo-sms', '--check'], { cwd: projectRoot })
153 await execa('node', [bin, 'install', '--fix', 'expo-sms'], { cwd: projectRoot });
157 execa('node', [bin, 'install', '--check'], { cwd: projectRoot })
170 await execa('node', [bin, 'install', '--fix'], { cwd: projectRoot });
H A Dcustomize-test.ts8 import { execute, projectRoot, getLoadedModulesAsync, setupTestProjectAsync, bin } from './utils';
74 await execa('node', [bin, 'customize', 'web/index.html', 'web/serve.json', 'babel.config.js'], {
107 await execa('node', [bin, 'customize', 'tsconfig.json'], {
144 const a = await execa('node', [bin, 'customize', 'tsconfig.json'], {
H A Dstart-test.ts17 bin,
101 await expect(execa('node', [bin, 'start', ...args], { cwd: projectRoot })).rejects.toThrowError(
124 const promise = execa('node', [bin, 'start'], { cwd: projectRoot });
H A Dexport-embed-test.ts7 import { execute, projectRoot, getLoadedModulesAsync, bin } from './utils';
99 bin,
/expo/packages/jest-expo/bin/
H A Djest.js1 #!/usr/bin/env node
22 jestPackageJson.bin.jest || jestPackageJson.bin
/expo/.github/workflows/
H A Dcheck-issues-nightly.yml14 - name: ➕ Add `bin` to GITHUB_PATH
15 run: echo "$(pwd)/bin" >> $GITHUB_PATH
H A Dcommentator.yml16 - name: ➕ Add `bin` to GITHUB_PATH
17 run: echo "$(pwd)/bin" >> $GITHUB_PATH
H A Dissue-closed.yml14 - name: ➕ Add `bin` to GITHUB_PATH
15 run: echo "$(pwd)/bin" >> $GITHUB_PATH
H A Dcode-review.yml23 - name: ➕ Add `bin` to GITHUB_PATH
24 run: echo "$(pwd)/bin" >> $GITHUB_PATH
38 # cp .build/release/swiftlint /usr/local/bin/
/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dwithout-sourcemaps.test.ts8 import { bin, getRouterE2ERoot } from '../utils';
19 await execa('node', [bin, 'export', '-p', 'web', '--output-dir', outputName], {
H A Durl-polyfill.test.ts8 import { bin, getRouterE2ERoot } from '../utils';
19 await execa('node', [bin, 'export', '-p', 'ios', '--output-dir', outputName], {
/expo/.github/actions/cleanup-linux-disk-space/
H A Daction.yml16 ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --list
17 …${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager --uninstall 'ndk;24.0.8215888' 'ndk;25.2.9…
/expo/packages/expo-modules-test-core/bin/
H A Dcli.js1 #!/usr/bin/env node
/expo/packages/expo-updates/bin/
H A Dcli.js1 #!/usr/bin/env node
/expo/packages/expo-test-runner/bin/
H A Dexpo-test-runner.js1 #!/usr/bin/env node
/expo/packages/expo-modules-test-core/build/
H A Dmockgen.d.ts1 #!/usr/bin/env node
/expo/packages/expo-modules-autolinking/bin/
H A Dexpo-modules-autolinking.js1 #!/usr/bin/env node
/expo/apps/bare-expo/scripts/
H A Dcreate-emulator.sh27 echo no | $ANDROID_SDK_ROOT/tools/bin/sdkmanager $PACKAGE
30 echo no | $ANDROID_SDK_ROOT/tools/bin/avdmanager \

1234567891011