Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1072) sorted by relevance

12345678910>>...43

/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/base/
H A DSkAttributes.h64 # define SK_PRINTF_LIKE(A, B) SK_ATTRIBUTE(format(printf, (A), (B))) argument
71 # define SK_NO_SANITIZE(A) SK_ATTRIBUTE(no_sanitize(A)) argument
79 #define SK_CLANG_NO_SANITIZE(A) SK_NO_SANITIZE(A) argument
84 #define SK_CLANG_NO_SANITIZE(A) argument
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/implementations/
H A DReactNativeRenderer.d.ts143 export function unstable_batchedUpdates<A, B>(
144 callback: (a: A, b: B) => any,
145 a: A,
148 export function unstable_batchedUpdates<A>(callback: (a: A) => any, a: A): void;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Profiler/
H A DABI48_0_0RCTMacros.h8 #define _CONCAT(A, B) A##B argument
9 #define CONCAT(A, B) _CONCAT(A, B) argument
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Profiler/
H A DABI49_0_0RCTMacros.h8 #define _CONCAT(A, B) A##B argument
9 #define CONCAT(A, B) _CONCAT(A, B) argument
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Profiler/
H A DABI47_0_0RCTMacros.h8 #define _CONCAT(A, B) A##B argument
9 #define CONCAT(A, B) _CONCAT(A, B) argument
/expo/docs/ui/components/Footer/
H A DLinks.tsx3 import { A, CALLOUT, LI } from '../Text';
11 <A
20 </A>
27 <A
34 </A>
38 <A isStyled openInNewTab href="https://forums.expo.dev/" className={LINK_CLASSES}>
41 </A>
47 <A isStyled openInNewTab href={githubUrl(pathname)} className={LINK_CLASSES}>
50 </A>
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap55 class="css-1na8e0o-A"
140 class="css-1na8e0o-A"
158 class="css-1na8e0o-A"
168 class="css-1na8e0o-A"
227 class="css-1na8e0o-A"
238 class="css-1na8e0o-A"
256 class="css-1na8e0o-A"
266 class="css-1na8e0o-A"
290 class="css-1na8e0o-A"
363 class="css-1na8e0o-A"
[all …]
/expo/packages/html-elements/src/elements/__tests__/
H A DAnchor-test.tsx6 import { A } from '../Anchor';
8 it(`renders A`, () => {
11 tree = renderer.create(<A href="#" target="_parent" />);
/expo/docs/components/plugins/
H A DInstallSection.tsx5 import { A, P, DEMI } from '~/ui/components/Text';
32 If you're installing this in a <A href="/bare/overview/">bare React Native app</A>, you
34 <A href={sourceCodeUrl ?? href}>
36 </A>
H A DPossibleRedirectNotification.tsx3 import { A, P } from '~/ui/components/Text';
23 <A href={`${newUrl}#${targetId}`}>Continue to the new location.</A>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTDefines.h128 #define ABI48_0_0RCT_CONCAT2(A, B) A##B argument
129 #define ABI48_0_0RCT_CONCAT(A, B) ABI48_0_0RCT_CONCAT2(A, B) argument
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTDefines.h128 #define ABI47_0_0RCT_CONCAT2(A, B) A##B argument
129 #define ABI47_0_0RCT_CONCAT(A, B) ABI47_0_0RCT_CONCAT2(A, B) argument
/expo/packages/expo-haptics/build/
H A DHaptics.types.js.map1A notification feedback type indicating that a task has completed successfully.\n */\n Success …
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTDefines.h157 #define ABI49_0_0RCT_CONCAT2(A, B) A##B argument
158 #define ABI49_0_0RCT_CONCAT(A, B) ABI49_0_0RCT_CONCAT2(A, B) argument
/expo/packages/expo-modules-core/build/
H A DTypedArrays.types.js.map1A union type for all integer based [`TypedArray` objects](https://developer.mozilla.org/en-US/docs…
/expo/docs/ui/components/PageTitle/
H A DPageTitle.tsx5 import { A, CALLOUT, H1 } from '~/ui/components/Text';
24 <A
34 </A>
36 <A
46 </A>
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkColorType.h55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkColorType.h55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkColorType.h55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkColorType.h55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A)
58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)

12345678910>>...43