Home
last modified time | relevance | path

Searched refs:auto (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.web6 dir="auto"
15 dir="auto"
29 dir="auto"
36 dir="auto"
45 dir="auto"
54 dir="auto"
63 dir="auto"
70 dir="auto"
79 dir="auto"
92 dir="auto"
[all …]
H A DHeadings-test.tsx.snap.web7 dir="auto"
16 dir="auto"
25 dir="auto"
34 dir="auto"
43 dir="auto"
52 dir="auto"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTMountingTransactionObserverCoordinator.mm23 auto &surfaceRegistry = registry_[surfaceId];
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
51 auto &surfaceRegistry = surfaceRegistryIterator->second;
52 for (auto const &componentViewDescriptor : surfaceRegistry) {
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
69 auto &surfaceRegistry = surfaceRegistryIterator->second;
70 for (auto const &componentViewDescriptor : surfaceRegistry) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTMountingTransactionObserverCoordinator.mm23 auto &surfaceRegistry = registry_[surfaceId];
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
51 auto &surfaceRegistry = surfaceRegistryIterator->second;
52 for (auto const &componentViewDescriptor : surfaceRegistry) {
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
69 auto &surfaceRegistry = surfaceRegistryIterator->second;
70 for (auto const &componentViewDescriptor : surfaceRegistry) {
H A DABI47_0_0RCTComponentViewFactory.mm47 auto hasComponentProvider = [](std::string const &name) -> bool {
130 auto flavor = std::make_shared<std::string const>(name);
131 auto componentName = ComponentName{flavor->c_str()};
132 auto componentHandle = reinterpret_cast<ComponentHandle>(componentName);
144 auto flavor = std::make_shared<std::string const>(name);
145 auto componentName = ComponentName{flavor->c_str()};
146 auto componentHandle = reinterpret_cast<ComponentHandle>(componentName);
164 auto componentDescriptorProvider = [componentViewClass componentDescriptorProvider];
170 for (const auto &provider : supplementalComponentDescriptorProviders) {
186 auto iterator = _componentViewClasses.find(componentHandle);
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTMountingTransactionObserverCoordinator.mm23 auto &surfaceRegistry = registry_[surfaceId];
37 auto &surfaceRegistry = registry_[surfaceId];
46 auto surfaceId = transaction.getSurfaceId();
47 auto surfaceRegistryIterator = registry_.find(surfaceId);
51 auto &surfaceRegistry = surfaceRegistryIterator->second;
52 for (auto const &componentViewDescriptor : surfaceRegistry) {
64 auto surfaceId = transaction.getSurfaceId();
65 auto surfaceRegistryIterator = registry_.find(surfaceId);
69 auto &surfaceRegistry = surfaceRegistryIterator->second;
70 for (auto const &componentViewDescriptor : surfaceRegistry) {
H A DABI48_0_0RCTComponentViewFactory.mm48 auto hasComponentProvider = [](std::string const &name) -> bool {
126 auto flavor = std::make_shared<std::string const>(name);
127 auto componentName = ComponentName{flavor->c_str()};
128 auto componentHandle = reinterpret_cast<ComponentHandle>(componentName);
140 auto flavor = std::make_shared<std::string const>(name);
141 auto componentName = ComponentName{flavor->c_str()};
142 auto componentHandle = reinterpret_cast<ComponentHandle>(componentName);
160 auto componentDescriptorProvider = [componentViewClass componentDescriptorProvider];
166 for (const auto &provider : supplementalComponentDescriptorProviders) {
182 auto iterator = _componentViewClasses.find(componentHandle);
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Tests/Text/
H A DABI48_0_0RCTParagraphComponentViewTests.mm114 auto element =
120 auto &props = *sharedProps;
122 auto &yogaStyle = props.yogaStyle;
132 auto &props = *sharedProps;
134 auto &yogaStyle = props.yogaStyle;
212 auto &props = *sharedProps;
214 auto &yogaStyle = props.yogaStyle;
256 auto &props = *sharedProps;
317 auto sharedState =
412 auto element = Element<RootShadowNode>()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Tests/Text/
H A DABI49_0_0RCTParagraphComponentViewTests.mm114 auto element =
120 auto &props = *sharedProps;
122 auto &yogaStyle = props.yogaStyle;
132 auto &props = *sharedProps;
134 auto &yogaStyle = props.yogaStyle;
212 auto &props = *sharedProps;
214 auto &yogaStyle = props.yogaStyle;
256 auto &props = *sharedProps;
317 auto sharedState =
412 auto element = Element<RootShadowNode>()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Tests/Text/
H A DABI47_0_0RCTParagraphComponentViewTests.mm114 auto element =
120 auto &props = *sharedProps;
122 auto &yogaStyle = props.yogaStyle;
132 auto &props = *sharedProps;
134 auto &yogaStyle = props.yogaStyle;
212 auto &props = *sharedProps;
214 auto &yogaStyle = props.yogaStyle;
256 auto &props = *sharedProps;
317 auto sharedState =
412 auto element = Element<RootShadowNode>()
[all …]
/expo/ios/versioned/sdk47/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm17 auto strongWrapper = weakWrapper.lock();
25 auto strongWrapper = this->weakWrapper.lock();
32 auto weakWrapper = this->weakWrapper;
36 auto jsiCallbackWrapper = weakWrapper.lock();
41 auto &rt = jsiCallbackWrapper->runtime();
43 auto channelsCount = (size_t) buffer->mNumberChannels;
44 auto framesCount = buffer->mDataByteSize / sizeof(float);
50 auto channels = jsi::Array(rt, channelsCount);
54 for (auto channelIndex = 0; channelIndex < channelsCount; channelIndex++)
56 auto channel = jsi::Object(rt);
[all …]
H A DABI47_0_0EXAV+AudioSampleCallback.mm17 static constexpr auto globalJsFuncName = "__EXAV_setOnAudioSampleReceivedCallback";
18 static constexpr auto globalDestroyHostObjectName = "__EXAV_onDestroyHostObject";
40 __weak auto weakCallInvoker = self.bridge.jsCallInvoker;
41 __weak auto weakSoundDictionary = soundDictionary;
43 auto setAudioSampleCallback = [weakCallInvoker, weakSoundDictionary](jsi::Runtime &runtime,
47 auto strongSoundDictionary = weakSoundDictionary;
48 auto strongCallInvoker = weakCallInvoker;
58 auto avId = static_cast<int>(args[0].asNumber());
60 auto sound = [strongSoundDictionary objectForKey:@(avId)];
68 auto callback = args[1].asObject(runtime).asFunction(runtime);
[all …]
/expo/packages/expo-av/ios/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm17 auto strongWrapper = weakWrapper.lock();
25 auto strongWrapper = this->weakWrapper.lock();
32 auto weakWrapper = this->weakWrapper;
36 auto jsiCallbackWrapper = weakWrapper.lock();
41 auto &rt = jsiCallbackWrapper->runtime();
43 auto channelsCount = (size_t) buffer->mNumberChannels;
44 auto framesCount = buffer->mDataByteSize / sizeof(float);
50 auto channels = jsi::Array(rt, channelsCount);
54 for (auto channelIndex = 0; channelIndex < channelsCount; channelIndex++)
56 auto channel = jsi::Object(rt);
[all …]
H A DEXAV+AudioSampleCallback.mm17 static constexpr auto globalJsFuncName = "__EXAV_setOnAudioSampleReceivedCallback";
18 static constexpr auto globalDestroyHostObjectName = "__EXAV_onDestroyHostObject";
40 __weak auto weakCallInvoker = self.bridge.jsCallInvoker;
41 __weak auto weakSoundDictionary = soundDictionary;
43 auto setAudioSampleCallback = [weakCallInvoker, weakSoundDictionary](jsi::Runtime &runtime,
47 auto strongSoundDictionary = weakSoundDictionary;
48 auto strongCallInvoker = weakCallInvoker;
58 auto avId = static_cast<int>(args[0].asNumber());
60 auto sound = [strongSoundDictionary objectForKey:@(avId)];
68 auto callback = args[1].asObject(runtime).asFunction(runtime);
[all …]
/expo/ios/versioned/sdk48/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm17 auto strongWrapper = weakWrapper.lock();
25 auto strongWrapper = this->weakWrapper.lock();
32 auto weakWrapper = this->weakWrapper;
36 auto jsiCallbackWrapper = weakWrapper.lock();
41 auto &rt = jsiCallbackWrapper->runtime();
43 auto channelsCount = (size_t) buffer->mNumberChannels;
44 auto framesCount = buffer->mDataByteSize / sizeof(float);
50 auto channels = jsi::Array(rt, channelsCount);
54 for (auto channelIndex = 0; channelIndex < channelsCount; channelIndex++)
56 auto channel = jsi::Object(rt);
[all …]
H A DABI48_0_0EXAV+AudioSampleCallback.mm17 static constexpr auto globalJsFuncName = "__EXAV_setOnAudioSampleReceivedCallback";
18 static constexpr auto globalDestroyHostObjectName = "__EXAV_onDestroyHostObject";
40 __weak auto weakCallInvoker = self.bridge.jsCallInvoker;
41 __weak auto weakSoundDictionary = soundDictionary;
43 auto setAudioSampleCallback = [weakCallInvoker, weakSoundDictionary](jsi::Runtime &runtime,
47 auto strongSoundDictionary = weakSoundDictionary;
48 auto strongCallInvoker = weakCallInvoker;
58 auto avId = static_cast<int>(args[0].asNumber());
60 auto sound = [strongSoundDictionary objectForKey:@(avId)];
68 auto callback = args[1].asObject(runtime).asFunction(runtime);
[all …]
/expo/ios/versioned/sdk49/EXAV/EXAV/AudioSampleCallback/
H A DAudioSampleCallbackWrapper.mm17 auto strongWrapper = weakWrapper.lock();
25 auto strongWrapper = this->weakWrapper.lock();
32 auto weakWrapper = this->weakWrapper;
36 auto jsiCallbackWrapper = weakWrapper.lock();
41 auto &rt = jsiCallbackWrapper->runtime();
43 auto channelsCount = (size_t) buffer->mNumberChannels;
44 auto framesCount = buffer->mDataByteSize / sizeof(float);
50 auto channels = jsi::Array(rt, channelsCount);
54 for (auto channelIndex = 0; channelIndex < channelsCount; channelIndex++)
56 auto channel = jsi::Object(rt);
[all …]
H A DABI49_0_0EXAV+AudioSampleCallback.mm17 static constexpr auto globalJsFuncName = "__EXAV_setOnAudioSampleReceivedCallback";
18 static constexpr auto globalDestroyHostObjectName = "__EXAV_onDestroyHostObject";
40 __weak auto weakCallInvoker = self.bridge.jsCallInvoker;
41 __weak auto weakSoundDictionary = soundDictionary;
43 auto setAudioSampleCallback = [weakCallInvoker, weakSoundDictionary](jsi::Runtime &runtime,
47 auto strongSoundDictionary = weakSoundDictionary;
48 auto strongCallInvoker = weakCallInvoker;
58 auto avId = static_cast<int>(args[0].asNumber());
60 auto sound = [strongSoundDictionary objectForKey:@(avId)];
68 auto callback = args[1].asObject(runtime).asFunction(runtime);
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessAspectRatio-test.js.snap3 … formats 1`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 0a"`;
5 … formats 2`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 1 / …
7 …ts 3`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: auto 1/1"`;
9 …hy types 1`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: func…
11 …hy types 2`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 1,2,…
13 …hy types 3`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: [obj…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessAspectRatio-test.js.snap3 … formats 1`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 0a"`;
5 … formats 2`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 1 / …
7 …ts 3`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: auto 1/1"`;
9 …hy types 1`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: func…
11 …hy types 2`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: 1,2,…
13 …hy types 3`] = `"aspectRatio must either be a number, a ratio string or \`auto\`. You passed: [obj…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/react/renderer/imagemanager/
H A DABI49_0_0RCTSyncImageManager.mm39 auto telemetry = std::make_shared<ImageTelemetry>(surfaceId);
40 auto sharedCancelationFunction = SharedFunction<>();
41 auto imageRequest = ImageRequest(imageSource, telemetry, sharedCancelationFunction);
42 auto weakObserverCoordinator =
51 auto completionBlock = ^(NSError *error, UIImage *image, id metadata) {
52 auto observerCoordinator = weakObserverCoordinator.lock();
58 auto wrappedMetadata = metadata ? wrapManagedObject(metadata) : nullptr;
66 auto progressBlock = ^(int64_t progress, int64_t total) {
67 auto observerCoordinator = weakObserverCoordinator.lock();
91auto result = dispatch_group_wait(imageWaitGroup, dispatch_time(DISPATCH_TIME_NOW, 2 * NSEC_PER_SE…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI48_0_0RCTSyncImageManager.mm39 auto telemetry = std::make_shared<ImageTelemetry>(surfaceId);
40 auto imageRequest = ImageRequest(imageSource, telemetry);
41 auto weakObserverCoordinator =
44 auto sharedCancelationFunction = SharedFunction<>();
53 auto completionBlock = ^(NSError *error, UIImage *image, id metadata) {
54 auto observerCoordinator = weakObserverCoordinator.lock();
60 auto wrappedMetadata = metadata ? wrapManagedObject(metadata) : nullptr;
68 auto progressBlock = ^(int64_t progress, int64_t total) {
69 auto observerCoordinator = weakObserverCoordinator.lock();
93auto result = dispatch_group_wait(imageWaitGroup, dispatch_time(DISPATCH_TIME_NOW, 2 * NSEC_PER_SE…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/imagemanager/platform/ios/
H A DABI47_0_0RCTSyncImageManager.mm39 auto telemetry = std::make_shared<ImageTelemetry>(surfaceId);
40 auto imageRequest = ImageRequest(imageSource, telemetry);
41 auto weakObserverCoordinator =
44 auto sharedCancelationFunction = SharedFunction<>();
53 auto completionBlock = ^(NSError *error, UIImage *image, id metadata) {
54 auto observerCoordinator = weakObserverCoordinator.lock();
60 auto wrappedMetadata = metadata ? wrapManagedObject(metadata) : nullptr;
68 auto progressBlock = ^(int64_t progress, int64_t total) {
69 auto observerCoordinator = weakObserverCoordinator.lock();
93auto result = dispatch_group_wait(imageWaitGroup, dispatch_time(DISPATCH_TIME_NOW, 2 * NSEC_PER_SE…
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DNativeProxy.mm100 auto updatePropsFunction =
132 auto propObtainer = [reanimatedModule](
221 auto registerSensorFunction =
237 auto subscribeForKeyboardEventsFunction =
298 if (auto module = weakModule.lock()) {
307 auto reaModule = weakModule.lock();
332 auto reaModule = weakModule.lock();
341 auto reaModule = weakModule.lock();
350 if (auto reaModule = weakModule.lock()) {
351 if (auto runtime = wrt.lock()) {
[all …]
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DNativeProxy.mm100 auto updatePropsFunction =
132 auto propObtainer = [reanimatedModule](
221 auto registerSensorFunction =
237 auto subscribeForKeyboardEventsFunction =
298 if (auto module = weakModule.lock()) {
307 auto reaModule = weakModule.lock();
332 auto reaModule = weakModule.lock();
341 auto reaModule = weakModule.lock();
350 if (auto reaModule = weakModule.lock()) {
351 if (auto runtime = wrt.lock()) {
[all …]

12345678910>>...26