Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/expo/apps/eas-expo-go/
H A Dapp.config.ts4 const base = { constant
10 ...base,
20 ...base,
30 ...base,
40 ...base,
50 ...base,
/expo/tools/
H A Dtaskfile-swc.js10 if (file.base.endsWith('.d.ts')) return;
33 const filePath = path.join(file.dir, file.base);
38 filename: path.join(file.dir, file.base),
45 const ext = path.extname(file.base);
51 file.base = file.base.replace(extRegex, stripExtension ? '' : '.js');
55 const map = `${file.base}.map`;
61 base: map, property
/expo/packages/@expo/cli/
H A Dtaskfile-swc.js38 if (file.base.endsWith('.d.ts')) return;
44 const filePath = path.join(file.dir, file.base);
49 filename: path.join(file.dir, file.base),
56 const ext = path.extname(file.base);
62 file.base = file.base.replace(extRegex, stripExtension ? '' : '.js');
66 const map = `${file.base}.map`;
72 base: map, property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGNodePrint.cpp20 static void indent(string& base, uint32_t level) { in indent() argument
22 base.append(" "); in indent()
45 string& base, in appendFloatOptionalIfDefined() argument
54 string& base, in appendNumberIfNotUndefined() argument
59 base.append(key + ": auto; "); in appendNumberIfNotUndefined()
69 string& base, in appendNumberIfNotAuto() argument
78 string& base, in appendNumberIfNotZero() argument
82 base.append(str + ": auto; "); in appendNumberIfNotZero()
89 string& base, in appendEdges() argument
103 string& base, in appendEdgeIfNotUndefined() argument
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGNodePrint.cpp20 static void indent(string& base, uint32_t level) { in indent() argument
22 base.append(" "); in indent()
45 string& base, in appendFloatOptionalIfDefined() argument
54 string& base, in appendNumberIfNotUndefined() argument
59 base.append(key + ": auto; "); in appendNumberIfNotUndefined()
69 string& base, in appendNumberIfNotAuto() argument
78 string& base, in appendNumberIfNotZero() argument
82 base.append(str + ": auto; "); in appendNumberIfNotZero()
89 string& base, in appendEdges() argument
105 string& base, in appendEdgeIfNotUndefined() argument
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGNodePrint.cpp20 static void indent(string& base, uint32_t level) { in indent() argument
22 base.append(" "); in indent()
45 string& base, in appendFloatOptionalIfDefined() argument
54 string& base, in appendNumberIfNotUndefined() argument
59 base.append(key + ": auto; "); in appendNumberIfNotUndefined()
69 string& base, in appendNumberIfNotAuto() argument
78 string& base, in appendNumberIfNotZero() argument
82 base.append(str + ": auto; "); in appendNumberIfNotZero()
89 string& base, in appendEdges() argument
103 string& base, in appendEdgeIfNotUndefined() argument
[all …]
/expo/packages/expo-router/src/testing-library/
H A Drequire-context-ponyfill.ts9 base = '.',
18 const relativePath = `./${path.relative(base, fullPath)}`;
32 readDirectory(base);
36 return require(path.join(base, file));
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DRetryTestRule.kt8 override fun apply(base: Statement, description: Description): Statement { in apply()
9 return statement(base, description) in apply()
12 private fun statement(base: Statement, description: Description): Statement { in statement()
19 base.evaluate() in statement()
H A DTestReporterRule.kt24 override fun apply(base: Statement, description: Description): Statement { in apply()
25 return statement(base, description) in apply()
28 private fun statement(base: Statement, description: Description): Statement { in statement()
35 base.evaluate() in statement()
/expo/packages/expo-router/build/testing-library/
H A Drequire-context-ponyfill.js10 function requireContext(base = '.', scanSubDirectories = true, regularExpression = /\.[tj]sx?$/) { argument
15 const relativePath = `./${node_path_1.default.relative(base, fullPath)}`;
26 readDirectory(base);
28 return require(node_path_1.default.join(base, file));
/expo/tools/src/vendoring/devmenu/steps/
H A DPrefixHeaders.ts48 const fileName = this.prefix + header.base;
50 return fs.rename(path.join(header.dir, header.base), path.join(parent, fileName));
63 const regex = `(#include.*)${header.base}"`;
64 return acc.replace(new RegExp(regex, 'g'), `$1${this.prefix}${header.base}"`);
/expo/packages/eslint-config-universe/shared/
H A Dextensions.js10 for (const base of baseExtensions) {
11 expoExtensions.push(`${expo}${platform}${base}`);
/expo/packages/expo-router/src/global-state/
H A Drouting.ts75 let base =
81 if (base && !base.endsWith('/')) {
82 base += '/..';
84 href = resolve(base, href);
/expo/tools/src/versioning/android/
H A DexpoModulesTransforms.ts63 const base = expoModulesBaseTransforms(pkg, abiVersion); constant
98 path: [...(base.path ?? []), ...(transforms.path ?? [])],
99 content: [...(base.content ?? []), ...(transforms.content ?? [])],
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DABIVersion.kt16 val base = 100 in toNumber() constant
21 currentBasePower *= base in toNumber()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkJpegGainmapEncoder.h36 const SkPixmap& base,
59 const SkPixmap& base,
/expo/packages/expo-dev-client-components/src/
H A DText.tsx8 base: {
33 base: {
54 base: {
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI48_0_0RNAWSCognito.m44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI49_0_0RNAWSCognito.m44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Cognito/
H A DABI47_0_0RNAWSCognito.m44 JKBigInteger *base = [b subtract:[k multiply:[g pow:x andMod:N]]];
45 base = [self mod:base divisor:N];
46 JKBigInteger *result = [base pow:exp andMod:N];

12345678910>>...12