Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI48_0_0MessageTypes.h116 virtual void handle(const UnknownRequest &req) = 0;
126 virtual void handle(
134 virtual void handle(
137 virtual void handle(
140 virtual void handle(
156 void handle(const UnknownRequest &req) override {} in handle() function
166 void handle( in handle() function
174 void handle( in handle() function
177 void handle( in handle() function
180 void handle( in handle() function
[all …]
H A DABI48_0_0Connection.cpp88 void handle(
95 void handle(
97 void handle(
102 void handle(
453 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
540 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
549 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
603 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
612 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
651 void Connection::Impl::handle( in handle() function in ABI48_0_0facebook::ABI48_0_0hermes::inspector::chrome::Connection::Impl
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI49_0_0MessageTypes.h115 virtual void handle(const UnknownRequest &req) = 0;
125 virtual void handle(
133 virtual void handle(
136 virtual void handle(
139 virtual void handle(
155 void handle(const UnknownRequest &req) override {} in handle() function
165 void handle( in handle() function
173 void handle( in handle() function
176 void handle( in handle() function
179 void handle( in handle() function
[all …]
H A DABI49_0_0Connection.cpp89 void handle(
96 void handle(
98 void handle(
103 void handle(
454 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
541 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
550 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
604 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
613 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
652 void Connection::Impl::handle( in handle() function in ABI49_0_0facebook::ABI49_0_0hermes::inspector::chrome::Connection::Impl
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/
H A DABI47_0_0MessageTypes.h112 virtual void handle(const UnknownRequest &req) = 0;
122 virtual void handle(
130 virtual void handle(
133 virtual void handle(
136 virtual void handle(
150 void handle(const UnknownRequest &req) override {} in handle() function
160 void handle( in handle() function
168 void handle( in handle() function
171 void handle( in handle() function
174 void handle( in handle() function
[all …]
H A DABI47_0_0Connection.cpp87 void handle(
94 void handle(
96 void handle(
101 void handle(
447 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
534 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
543 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
597 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
606 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
645 void Connection::Impl::handle( in handle() function in ABI47_0_0facebook::ABI47_0_0hermes::inspector::chrome::Connection::Impl
[all …]
/expo/packages/expo-web-browser/build/
H A DExpoWebBrowser.web.js23 const handle = window.localStorage.getItem(getHandle());
24 if (handle) {
26 window.localStorage.removeItem(getOriginUrlHandle(handle));
27 window.localStorage.removeItem(getRedirectUrlHandle(handle));
56 const handle = window.localStorage.getItem(getHandle()); constant
57 if (!handle) {
73 window.localStorage.setItem(getOriginUrlHandle(handle), url);
118 const handle = window.localStorage.getItem(getHandle()); constant
120 if (data.expoSender === handle) {
132 const handle = window.localStorage.getItem(getHandle()); constant
[all …]
/expo/packages/expo-web-browser/src/
H A DExpoWebBrowser.web.ts36 const handle = window.localStorage.getItem(getHandle()); constant
37 if (handle) {
39 window.localStorage.removeItem(getOriginUrlHandle(handle));
40 window.localStorage.removeItem(getRedirectUrlHandle(handle));
75 const handle = window.localStorage.getItem(getHandle()); constant
77 if (!handle) {
96 window.localStorage.setItem(getOriginUrlHandle(handle), url);
155 const handle = window.localStorage.getItem(getHandle()); constant
157 if (data.expoSender === handle) {
171 const handle = window.localStorage.getItem(getHandle()); constant
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Tests/Mounting/
H A DABI48_0_0RCTComponentViewRegistryTests.mm39 …ComponentViewWithComponentHandle:[ABI48_0_0RCTViewComponentView componentDescriptorProvider].handle
55 …ComponentViewWithComponentHandle:[ABI48_0_0RCTViewComponentView componentDescriptorProvider].handle
65 …ComponentViewWithComponentHandle:[ABI48_0_0RCTViewComponentView componentDescriptorProvider].handle
71 …ComponentViewWithComponentHandle:[ABI48_0_0RCTViewComponentView componentDescriptorProvider].handle
80 …ComponentViewWithComponentHandle:[ABI48_0_0RCTViewComponentView componentDescriptorProvider].handle
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Tests/Mounting/
H A DABI47_0_0RCTComponentViewRegistryTests.mm38 …ComponentViewWithComponentHandle:[ABI47_0_0RCTViewComponentView componentDescriptorProvider].handle
54 …ComponentViewWithComponentHandle:[ABI47_0_0RCTViewComponentView componentDescriptorProvider].handle
64 …ComponentViewWithComponentHandle:[ABI47_0_0RCTViewComponentView componentDescriptorProvider].handle
70 …ComponentViewWithComponentHandle:[ABI47_0_0RCTViewComponentView componentDescriptorProvider].handle
79 …ComponentViewWithComponentHandle:[ABI47_0_0RCTViewComponentView componentDescriptorProvider].handle
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Tests/Mounting/
H A DABI49_0_0RCTComponentViewRegistryTests.mm39 …ComponentViewWithComponentHandle:[ABI49_0_0RCTViewComponentView componentDescriptorProvider].handle
55 …ComponentViewWithComponentHandle:[ABI49_0_0RCTViewComponentView componentDescriptorProvider].handle
65 …ComponentViewWithComponentHandle:[ABI49_0_0RCTViewComponentView componentDescriptorProvider].handle
71 …ComponentViewWithComponentHandle:[ABI49_0_0RCTViewComponentView componentDescriptorProvider].handle
80 …ComponentViewWithComponentHandle:[ABI49_0_0RCTViewComponentView componentDescriptorProvider].handle
/expo/packages/expo-updates/ios/Tests/
H A DErrorRecoverySpec.swift97 errorRecovery.handle(error: error) in spec()
121 errorRecovery.handle(error: error) in spec()
139 errorRecovery.handle(error: error) in spec()
160 errorRecovery.handle(error: error) in spec()
188 errorRecovery.handle(error: error) in spec()
214 errorRecovery.handle(error: error) in spec()
221 errorRecovery.handle(error: error2) in spec()
261 errorRecovery.handle(error: error) in spec()
288 errorRecovery.handle(error: error) in spec()
331 errorRecovery.handle(error: error) in spec()
[all …]
/expo/packages/@expo/cli/src/start/server/middleware/
H A Dmutations.ts26 const item = app.stack.find((middleware) => middleware.handle === sourceMiddleware);
28 item.handle = targetMiddleware;
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DmiddlwareMutations.ts26 const item = app.stack.find((middleware) => middleware.handle === sourceMiddleware);
28 item.handle = targetMiddleware;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/
H A DABI49_0_0ComponentDescriptorProviderRegistry.cpp25 if (componentDescriptorProviders_.find(provider.handle) != in add()
32 componentDescriptorProviders_.insert({provider.handle, provider}); in add()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/
H A DABI48_0_0ComponentDescriptorProviderRegistry.cpp25 if (componentDescriptorProviders_.find(provider.handle) != in add()
32 componentDescriptorProviders_.insert({provider.handle, provider}); in add()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/componentregistry/
H A DABI47_0_0ComponentDescriptorProviderRegistry.cpp26 if (componentDescriptorProviders_.find(provider.handle) != in add()
33 componentDescriptorProviders_.insert({provider.handle, provider}); in add()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h57 HANDLE handle; member
83 …)(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, HANDLE handle, VkMemoryWin32Hand…
94 HANDLE handle,
125 HANDLE handle; member
177 HANDLE handle; member
218 HANDLE handle; member

12345678910>>...13