Home
last modified time | relevance | path

Searched refs:remaining (Results 1 – 25 of 35) sorted by relevance

12

/expo/packages/@expo/cli/src/utils/
H A Dstrings.ts20 const remaining = uniqueItems.length - limit; constant
21 return `${first.join(', ')}, and ${remaining} ${remaining > 1 ? 'others' : 'other'}`;
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLFunction.h91 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() argument
93 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()
97 void collectArgs(ExpressionArray& args, DSLExpression expr, RemainingArgs&&... remaining) { in collectArgs() argument
99 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLFunction.h99 void collectArgs(ExpressionArray& args, DSLVar& var, RemainingArgs&&... remaining) { in collectArgs() argument
101 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()
105 void collectArgs(ExpressionArray& args, DSLExpression expr, RemainingArgs&&... remaining) { in collectArgs() argument
107 collectArgs(args, std::forward<RemainingArgs>(remaining)...); in collectArgs()
/expo/packages/@expo/metro-runtime/build/error-overlay/Data/
H A DparseLogBoxLog.js24 const remaining = [...args];
25 if (typeof remaining[0] === 'string') {
26 const formatString = String(remaining.shift());
29 const substitutions = remaining.splice(0, substitutionCount);
65 const remainingArgs = remaining.map((arg) => {
H A DparseLogBoxLog.js.map1remaining = [...args];\n if (typeof remaining[0] === 'string') {\n const formatString = String…
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DparseLogBoxLog.tsx61 const remaining = [...args];
62 if (typeof remaining[0] === 'string') {
63 const formatString = String(remaining.shift());
66 const substitutions = remaining.splice(0, substitutionCount);
110 const remainingArgs = remaining.map((arg) => {
/expo/packages/expo-structured-headers/android/src/main/java/expo/modules/structuredheaders/
H A DParseException.java115 for (int i = 0; i < input.position() + input.remaining(); i++) { in asString()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/structuredheaders/
H A DParseException.java115 for (int i = 0; i < input.position() + input.remaining(); i++) { in asString()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/structuredheaders/
H A DParseException.java115 for (int i = 0; i < input.position() + input.remaining(); i++) { in asString()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/structuredheaders/
H A DParseException.java115 for (int i = 0; i < input.position() + input.remaining(); i++) { in asString()
/expo/docs/pages/eas-update/
H A Drollouts.mdx10 … out updates from one branch to a percentage of end users and leave the remaining percentage of us…
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts365 function matchAgainstConfigs(remaining: string, configs: RouteConfig[]): ParsedRoute[] | undefined {
367 let remainingPath = remaining;
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js276 function matchAgainstConfigs(remaining, configs) { argument
278 let remainingPath = remaining;
/expo/ios/vendored/unversioned/react-native-reanimated/ios/
H A DREANodesManager.mm73 // but can't do the same for all remaining modules)
470 // If there are 0 remaining items in the buffer, we can skip the run in -maybeFlushUpdateBuffer.
/expo/ios/vendored/sdk49/react-native-reanimated/ios/
H A DABI49_0_0REANodesManager.mm73 // but can't do the same for all remaining modules)
470 // If there are 0 remaining items in the buffer, we can skip the run in -maybeFlushUpdateBuffer.
/expo/packages/expo-router/src/
H A DuseScreens.tsx98 // Add any remaining children
/expo/ios/vendored/sdk48/react-native-reanimated/ios/
H A DABI48_0_0REANodesManager.m76 // but can't do the same for all remaining modules)
559 // If there are 0 remaining items in the buffer, we can skip the run in -maybeFlushUpdateBuffer.
/expo/ios/vendored/sdk47/react-native-reanimated/ios/
H A DABI47_0_0REANodesManager.m76 // but can't do the same for all remaining modules)
559 // If there are 0 remaining items in the buffer, we can skip the run in -maybeFlushUpdateBuffer.
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1729 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1729 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1722 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1729 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1729 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1729 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkMatrix.h1722 bool decomposeScale(SkSize* scale, SkMatrix* remaining = nullptr) const;

12