Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 25 of 40) sorted by relevance

12

/expo/docs/common/
H A DheadingManager.test.ts22 const meta = { headings: [{ title: TITLE, depth: 1, type: 'text', _processed: true }] }; constant
31 const meta = { headings: [{ title: TITLE, depth: 1, type: 'text' }] }; constant
44 headings: [{ title: META_TITLE, depth: META_LEVEL, type: 'text' }], constant
/expo/docs/mdx-plugins/
H A Dremark-export-headings.test.js39 const { data } = transform(u('root', [u('heading', { depth: 3 }, [u('text', 'title')])])); property
H A Dremark-export-headings.js29 depth: node.depth, property
/expo/tools/src/packages-graph/
H A DPackagesGraphNode.ts22 depth: number = 0; property in PackagesGraphNode
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.h103 unsigned int depth; member
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.h103 unsigned int depth; member
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.h103 unsigned int depth; member
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/ReanimatedRuntime/
H A DReanimatedHermesRuntime.h103 unsigned int depth; member
/expo/apps/test-suite/components/
H A DSuiteResult.js27 () => (r) => <SuiteResult key={r.get('result').get('id')} r={r} depth={depth + 1} />, field
/expo/packages/@expo/fingerprint/build/hash/
H A DHash.js110 async function createDirHashResultsAsync(dirPath, limiter, projectRoot, options, depth = 0) { argument
/expo/ios/vendored/sdk47/react-native-reanimated/ios/LayoutReanimation/
H A DABI47_0_0REAAnimationsManager.m77 {
/expo/ios/vendored/sdk48/react-native-reanimated/ios/LayoutReanimation/
H A DABI48_0_0REAAnimationsManager.m77 {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI48_0_0HermesExecutorFactory.cpp135 unsigned int depth; member
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI49_0_0HermesExecutorFactory.cpp123 unsigned int depth; member
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/executor/
H A DABI47_0_0HermesExecutorFactory.cpp143 unsigned int depth; member
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/camera/
H A DCameraViewModule.kt211 Prop("focusDepth") { view: ExpoCameraView, depth: Float -> in <lambda>() method
/expo/packages/expo-camera/android/src/main/java/expo/modules/camera/
H A DCameraViewModule.kt211 Prop("focusDepth") { view: ExpoCameraView, depth: Float -> in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/camera/
H A DCameraViewModule.kt211 Prop("focusDepth") { view: ExpoCameraView, depth: Float -> in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/camera/
H A DCameraViewModule.kt211 Prop("focusDepth") { view: ExpoCameraView, depth: Float -> in <lambda>() method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0Yoga.cpp1224 const uint32_t depth, in ABI49_0_0YGNodeComputeFlexBasisForChild()
1420 const uint32_t depth, in ABI49_0_0YGNodeAbsoluteLayoutChild()
1893 const uint32_t depth, in ABI49_0_0YGNodeComputeFlexBasisForChildren()
2085 const uint32_t depth, in ABI49_0_0YGDistributeFreeSpaceSecondPass()
2389 const uint32_t depth, in ABI49_0_0YGResolveFlexibleLength()
2723 const uint32_t depth, in ABI49_0_0YGNodelayoutImpl()
3816 uint32_t depth, in ABI49_0_0YGLayoutNodeInternal()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0Yoga.cpp1269 const uint32_t depth, in ABI48_0_0YGNodeComputeFlexBasisForChild()
1465 const uint32_t depth, in ABI48_0_0YGNodeAbsoluteLayoutChild()
1896 const uint32_t depth, in ABI48_0_0YGNodeComputeFlexBasisForChildren()
2088 const uint32_t depth, in ABI48_0_0YGDistributeFreeSpaceSecondPass()
2392 const uint32_t depth, in ABI48_0_0YGResolveFlexibleLength()
2726 const uint32_t depth, in ABI48_0_0YGNodelayoutImpl()
3814 uint32_t depth, in ABI48_0_0YGLayoutNodeInternal()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0Yoga.cpp1248 const uint32_t depth, in ABI47_0_0YGNodeComputeFlexBasisForChild()
1444 const uint32_t depth, in ABI47_0_0YGNodeAbsoluteLayoutChild()
1875 const uint32_t depth, in ABI47_0_0YGNodeComputeFlexBasisForChildren()
2059 const uint32_t depth, in ABI47_0_0YGDistributeFreeSpaceSecondPass()
2363 const uint32_t depth, in ABI47_0_0YGResolveFlexibleLength()
2693 const uint32_t depth, in ABI47_0_0YGNodelayoutImpl()
3767 uint32_t depth, in ABI47_0_0YGLayoutNodeInternal()
/expo/packages/expo-gl/common/
H A DEXWebGLMethods.cpp764 auto depth = ARG(5, GLsizei); in NATIVE_METHOD() local
816 auto depth = ARG(7, GLsizei); in NATIVE_METHOD() local
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXWebGLMethods.cpp757 auto depth = ARG(5, GLsizei); in NATIVE_METHOD() local
809 auto depth = ARG(7, GLsizei); in NATIVE_METHOD() local
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXWebGLMethods.cpp764 auto depth = ARG(5, GLsizei); in NATIVE_METHOD() local
816 auto depth = ARG(7, GLsizei); in NATIVE_METHOD() local

12