| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | verifySearchResults.ts | 12 let counter = 0; 24 counter++; 27 if (counter > 0) { 32 return counter;
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | verifySearchResults.js | 15 let counter = 0; 24 counter++; 27 if (counter > 0) { 30 return counter;
|
| H A D | verifySearchResults.js.map | 1 …counter = 0;\n\n for (const moduleName in searchResults) {\n const revision = searchResults[mo…
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/ |
| H A D | eas-build-on-success.sh | 54 counter=0 57 [[ counter -eq $max_retry ]] && echo "Failed to start the emulator!" && exit 1 58 counter=$((counter + 1))
|
| /expo/packages/expo-dev-menu/android/src/test/java/expo/modules/devmenu/ |
| H A D | KeyValueCachedPropertyProxyTest.kt | 14 var counter = 0 in <lambda>() variable 17 counter++ in <lambda>() 28 Truth.assertThat(counter).isEqualTo(1) in <lambda>()
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ClassComponentSpec.swift | 210 Function("increment") { (counter, value: Int) in in definition() 211 counter.increment(by: value) in definition() 213 Function("getValue") { counter in in definition() 214 return counter.currentValue in definition() 217 Property("currentValue") { counter in in definition() 218 return counter.currentValue in definition()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ClassComponentSpec.swift | 210 Function("increment") { (counter, value: Int) in in definition() 211 counter.increment(by: value) in definition() 213 Function("getValue") { counter in in definition() 214 return counter.currentValue in definition() 217 Property("currentValue") { counter in in definition() 218 return counter.currentValue in definition()
|
| /expo/packages/@expo/cli/src/api/rest/cache/ |
| H A D | response.ts | 29 counter: res[responseInternalSymbol].counter,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI47_0_0shadowTreeGeneration.h | 64 auto counter = int{0}; in countShadowNodes() 68 [&](ShadowTreeEdge const &edge, bool &stop) { counter++; }); in countShadowNodes() 70 return counter; in countShadowNodes() 76 auto counter = int{0}; in findShadowNodeWithIndex() 80 if (index == counter) { in findShadowNodeWithIndex() 84 counter++; in findShadowNodeWithIndex()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI49_0_0shadowTreeGeneration.h | 65 auto counter = int{0}; in countShadowNodes() 69 [&](ShadowTreeEdge const &edge, bool &stop) { counter++; }); in countShadowNodes() 71 return counter; in countShadowNodes() 77 auto counter = int{0}; in findShadowNodeWithIndex() 81 if (index == counter) { in findShadowNodeWithIndex() 85 counter++; in findShadowNodeWithIndex()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/test_utils/ |
| H A D | ABI48_0_0shadowTreeGeneration.h | 65 auto counter = int{0}; in countShadowNodes() 69 [&](ShadowTreeEdge const &edge, bool &stop) { counter++; }); in countShadowNodes() 71 return counter; in countShadowNodes() 77 auto counter = int{0}; in findShadowNodeWithIndex() 81 if (index == counter) { in findShadowNodeWithIndex() 85 counter++; in findShadowNodeWithIndex()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | MaskedViewScreen.tsx | 53 let counter = 100; 55 counter++; 57 text: `${counter}`,
|
| /expo/packages/expo-dev-client/e2e/android/ |
| H A D | DetoxTest.java | 67 int counter = 10; in openMenu() local 68 while (counter-- > 0 && activity == null) { in openMenu()
|
| /expo/packages/expo-test-runner/templates/detox/android/app/src/androidTest/java/com/testrunner/ |
| H A D | DetoxTest.java | 67 int counter = 10; in openMenu() local 68 while (counter-- > 0 && activity == null) { in openMenu()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | DebugViews.java | 45 int counter = 0; in longDebug() local 53 … final String out = String.format(Locale.US, "%02d: %s", counter, msg.substring(0, last)); in longDebug() 57 counter++; in longDebug() 60 return counter; in longDebug()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/ |
| H A D | DebugViews.java | 45 int counter = 0; in longDebug() local 53 … final String out = String.format(Locale.US, "%02d: %s", counter, msg.substring(0, last)); in longDebug() 57 counter++; in longDebug() 60 return counter; in longDebug()
|
| /expo/ios/vendored/sdk49/react-native-gesture-handler/ios/ |
| H A D | ABI49_0_0RNGestureHandlerManager.mm | 121 NSNumber *counter = [_attachRetryCounter objectForKey:viewTag]; 122 if (counter == nil) { 123 counter = @1; 125 counter = [NSNumber numberWithInt:counter.intValue + 1]; 128 if (counter.intValue > NEW_ARCH_NUMBER_OF_ATTACH_RETRIES) { 131 [_attachRetryCounter setObject:counter forKey:viewTag];
|
| /expo/ios/vendored/unversioned/react-native-gesture-handler/ios/ |
| H A D | RNGestureHandlerManager.mm | 121 NSNumber *counter = [_attachRetryCounter objectForKey:viewTag]; 122 if (counter == nil) { 123 counter = @1; 125 counter = [NSNumber numberWithInt:counter.intValue + 1]; 128 if (counter.intValue > NEW_ARCH_NUMBER_OF_ATTACH_RETRIES) { 131 [_attachRetryCounter setObject:counter forKey:viewTag];
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/main/java/abi49_0_0/com/swmansion/reanimated/layoutReanimation/ |
| H A D | SharedTransitionManager.java | 591 Integer counter = mDisableCleaningForViewTag.get(viewTag); in disableCleaningForViewTag() local 592 if (counter != null) { in disableCleaningForViewTag() 593 mDisableCleaningForViewTag.put(viewTag, counter + 1); in disableCleaningForViewTag() 600 Integer counter = mDisableCleaningForViewTag.get(viewTag); in enableCleaningForViewTag() local 601 if (counter == null) { in enableCleaningForViewTag() 604 if (counter == 1) { in enableCleaningForViewTag() 607 mDisableCleaningForViewTag.put(viewTag, counter - 1); in enableCleaningForViewTag()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/main/java/com/swmansion/reanimated/layoutReanimation/ |
| H A D | SharedTransitionManager.java | 591 Integer counter = mDisableCleaningForViewTag.get(viewTag); in disableCleaningForViewTag() local 592 if (counter != null) { in disableCleaningForViewTag() 593 mDisableCleaningForViewTag.put(viewTag, counter + 1); in disableCleaningForViewTag() 600 Integer counter = mDisableCleaningForViewTag.get(viewTag); in enableCleaningForViewTag() local 601 if (counter == null) { in enableCleaningForViewTag() 604 if (counter == 1) { in enableCleaningForViewTag() 607 mDisableCleaningForViewTag.put(viewTag, counter - 1); in enableCleaningForViewTag()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI48_0_0ManagedObjectWrapper.mm | 19 …// This is somewhat counter-intuitively but makes sense considering the type-erasured nature of sh…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI49_0_0ManagedObjectWrapper.mm | 19 …// This is somewhat counter-intuitively but makes sense considering the type-erasured nature of sh…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/ |
| H A D | ABI47_0_0ManagedObjectWrapper.mm | 20 …// This is somewhat counter-intuitively but makes sense considering the type-erasured nature of sh…
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | REASharedTransitionManager.m | 610 NSNumber *counter = _disableCleaningForView[viewTag]; 611 if (counter != nil) { 612 _disableCleaningForView[viewTag] = @([counter intValue] + 1); 620 NSNumber *counter = _disableCleaningForView[viewTag]; 621 if (counter == nil) { 624 int counterInt = [counter intValue];
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/LayoutReanimation/ |
| H A D | ABI49_0_0REASharedTransitionManager.m | 610 NSNumber *counter = _disableCleaningForView[viewTag]; 611 if (counter != nil) { 612 _disableCleaningForView[viewTag] = @([counter intValue] + 1); 620 NSNumber *counter = _disableCleaningForView[viewTag]; 621 if (counter == nil) { 624 int counterInt = [counter intValue];
|