Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/expo/.github/resources/
H A Dcli-banner.svg168 <stop stop-color="#F8F8F8"/>
172 <stop stop-color="#FCFBFB"/>
176 <stop stop-color="#B0B0BA"/>
180 <stop stop-color="#CFCFD5"/>
181 <stop offset="1" stop-color="#CFCFD5" stop-opacity="0.31"/>
184 <stop stop-color="#3B3B54"/>
188 <stop stop-color="#654CF7"/>
192 <stop stop-color="#CFCFD5"/>
196 <stop stop-color="#5C5C71"/>
200 <stop stop-color="#654CF7"/>
[all …]
H A Dexpo-av.svg13 <stop stop-color="white"/>
14 <stop offset="1" stop-color="white" stop-opacity="0"/>
H A Dexpo-gl.svg13 <stop stop-color="white"/>
14 <stop offset="1" stop-color="white" stop-opacity="0"/>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeRegistry.cpp55 std::function<void(const ShadowTree &shadowTree, bool &stop)> const in enumerate()
58 auto stop = false; in enumerate() local
60 callback(*pair.second, stop); in enumerate()
61 if (stop) { in enumerate()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkTDArray.h229 for (; iter < stop; iter++) { in find()
239 const T* stop = fArray; in rfind() local
241 while (iter > stop) { in rfind()
285 T* stop = fArray + fCount; in deleteAll() local
286 while (iter < stop) { in deleteAll()
295 T* stop = fArray + fCount; in freeAll() local
296 while (iter < stop) { in freeAll()
305 T* stop = fArray + fCount; in unrefAll() local
306 while (iter < stop) { in unrefAll()
315 T* stop = fArray + fCount; in safeUnrefAll() local
[all …]
/expo/packages/@expo/cli/__mocks__/
H A Dora.ts4 return { stop: jest.fn(), succeed: jest.fn(), fail: jest.fn() };
6 stop: jest.fn(),
/expo/packages/create-expo/src/__mocks__/
H A Dora.ts4 return { stop: jest.fn(), succeed: jest.fn(), fail: jest.fn() };
6 stop: jest.fn(),
/expo/apps/bare-expo/
H A DApp.tsx49 let stop;
50 startAsync().then((_stop) => (stop = _stop));
52 return () => stop && stop();
/expo/packages/expo-camera/build/
H A DuseWebQRScanner.js66 stop();
88 stop();
98 function stop() { function
109 stop();
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/utils/
H A DRNSkMeasureTime.h22 auto stop = high_resolution_clock::now(); in ~RNSkMeasureTime() local
23 auto duration = duration_cast<milliseconds>(stop - _start).count(); in ~RNSkMeasureTime()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/utils/
H A DABI47_0_0RNSkMeasureTime.h22 auto stop = high_resolution_clock::now(); in ~ABI47_0_0RNSkMeasureTime() local
23 auto duration = duration_cast<milliseconds>(stop - _start).count(); in ~ABI47_0_0RNSkMeasureTime()
/expo/apps/test-suite/tests/
H A DSpeech.js35 Speech.stop();
49 Speech.stop();
67 Speech.stop();
82 Speech.stop();
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt24 override fun stop() { in stop() method in abi48_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
25 sensorKernelServiceSubscription.stop() in stop()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt24 override fun stop() { in stop() method in abi49_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
25 sensorKernelServiceSubscription.stop() in stop()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt24 override fun stop() { in stop() method in abi47_0_0.host.exp.exponent.modules.universal.sensors.SensorSubscription
25 sensorKernelServiceSubscription.stop() in stop()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/universal/sensors/
H A DSensorSubscription.kt24 override fun stop() { in stop() method in versioned.host.exp.exponent.modules.universal.sensors.SensorSubscription
25 sensorKernelServiceSubscription.stop() in stop()
/expo/packages/expo-camera/src/
H A DuseWebQRScanner.ts97 stop();
118 stop();
129 function stop() { function
142 stop();
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/utils/
H A DABI49_0_0RNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~ABI49_0_0RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~ABI49_0_0RNSkMeasureTime()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/utils/
H A DRNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~RNSkMeasureTime()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/utils/
H A DRNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~RNSkMeasureTime()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/utils/
H A DABI48_0_0RNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~ABI48_0_0RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~ABI48_0_0RNSkMeasureTime()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/utils/
H A DRNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~RNSkMeasureTime()
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/utils/
H A DRNSkMeasureTime.h20 auto stop = std::chrono::high_resolution_clock::now(); in ~RNSkMeasureTime() local
22 std::chrono::duration_cast<std::chrono::milliseconds>(stop - _start) in ~RNSkMeasureTime()
/expo/ios/versioned/sdk48/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI48_0_0EXUpdatesSelectionPolicies.m25 [metadata enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
32 [filters enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
40 *stop = YES;
/expo/ios/versioned/sdk47/EXUpdates/EXUpdates/SelectionPolicy/
H A DABI47_0_0EXUpdatesSelectionPolicies.m25 [metadata enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
32 [filters enumerateKeysAndObjectsUsingBlock:^(id key, id obj, BOOL *stop) {
40 *stop = YES;

12345678910>>...21