Home
last modified time | relevance | path

Searched refs:initialValue (Results 1 – 25 of 26) sorted by relevance

12

/expo/packages/expo-modules-core/ios/Tests/
H A DClassComponentSpec.swift142 let initialValue = Int.random(in: 1..<100) in spec() variable
149 expect(value.getInt()) == initialValue in spec()
174 let initialValue = Int.random(in: 1..<100) in spec() variable
181 expect(value.getInt()) == initialValue in spec()
185 let initialValue = Int.random(in: 1..<100) in spec() variable
202 Function("newCounter") { (initialValue: Int) in in definition()
203 return Counter(initialValue: initialValue) in definition()
207 Constructor { (initialValue: Int) in in definition()
208 return Counter(initialValue: initialValue) in definition()
230 init(initialValue: Int = 0) {
[all …]
H A DFunctionSpec.swift286 let initialValue = Int.random(in: 1..<100) in spec() variable
295 expect(result.getInt()) == initialValue + 1 in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DClassComponentSpec.swift142 let initialValue = Int.random(in: 1..<100) in spec() variable
149 expect(value.getInt()) == initialValue in spec()
174 let initialValue = Int.random(in: 1..<100) in spec() variable
181 expect(value.getInt()) == initialValue in spec()
185 let initialValue = Int.random(in: 1..<100) in spec() variable
202 Function("newCounter") { (initialValue: Int) in in definition()
203 return Counter(initialValue: initialValue) in definition()
207 Constructor { (initialValue: Int) in in definition()
208 return Counter(initialValue: initialValue) in definition()
230 init(initialValue: Int = 0) {
[all …]
H A DFunctionSpec.swift286 let initialValue = Int.random(in: 1..<100) in spec() variable
295 expect(result.getInt()) == initialValue + 1 in spec()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLVar.h49 DSLVarBase(DSLType type, DSLExpression initialValue, Position pos, Position namePos);
52 DSLExpression initialValue, Position pos, Position namePos);
54 DSLVarBase(const DSLModifiers& modifiers, DSLType type, DSLExpression initialValue,
164 DSLExpression initialValue = DSLExpression(),
166 : INHERITED(type, name, std::move(initialValue), pos, namePos) {} in INHERITED() argument
173 : INHERITED(type, std::move(initialValue), pos, namePos) {} in INHERITED() argument
177 : INHERITED(modifiers, type, name, std::move(initialValue), pos, namePos) {} in INHERITED() argument
213 : INHERITED(type, name, std::move(initialValue), pos, namePos) {} in INHERITED() argument
219 DSLGlobalVar(DSLType type, DSLExpression initialValue,
221 : INHERITED(type, std::move(initialValue), pos, namePos) {} in INHERITED() argument
[all …]
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DMapMoveExample.tsx94 initialValue="1000"
101 initialValue="4"
106 initialValue="0"
112 initialValue="0"
174 initialValue: string;
183 defaultValue={props.initialValue}
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLVar.h37 DSLExpression initialValue, Position pos, Position namePos);
40 std::string_view name, DSLExpression initialValue, Position pos, Position namePos);
151 DSLVar(DSLType type, std::string_view name, DSLExpression initialValue = DSLExpression(),
155 DSLExpression initialValue = DSLExpression(), Position pos = {}, Position namePos = {});
172 DSLGlobalVar(DSLType type, std::string_view name, DSLExpression initialValue = DSLExpression(),
176 DSLExpression initialValue = DSLExpression(),
/expo/apps/router-e2e/__e2e__/auth/
H A DuseStorageState.ts7 function useAsyncState<T>(initialValue?: [boolean, T | null]): UseStateHook<T> {
13 initialValue ?? [true, undefined]
/expo/apps/native-component-list/src/components/
H A DSearchBar.tsx15 initialValue = '',
17 initialValue?: string;
26 const [text, setText] = React.useState(initialValue);
H A DSearchBar.ios.tsx38 initialValue = '',
40 initialValue?: string;
52 const [text, setText] = React.useState(initialValue);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DuseAnimatedValue.d.ts13 initialValue: number,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Animated/
H A DuseAnimatedValue.d.ts13 initialValue: number,
/expo/apps/native-component-list/src/screens/
H A DSearchScreen.tsx93 initialValue={route?.params?.q ?? ''}
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h410 const jsi::Value &initialValue) in ShareableSynchronizedDataHolder() argument
413 data_(extractShareableOrThrow(rt, initialValue)) {} in ShareableSynchronizedDataHolder()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h410 const jsi::Value &initialValue) in ShareableSynchronizedDataHolder() argument
413 data_(extractShareableOrThrow(rt, initialValue)) {} in ShareableSynchronizedDataHolder()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h410 const jsi::Value &initialValue) in ShareableSynchronizedDataHolder() argument
413 data_(extractShareableOrThrow(rt, initialValue)) {} in ShareableSynchronizedDataHolder()
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.h410 const jsi::Value &initialValue) in ShareableSynchronizedDataHolder() argument
413 data_(extractShareableOrThrow(rt, initialValue)) {} in ShareableSynchronizedDataHolder()
/expo/docs/pages/router/reference/
H A Dauthentication.mdx96 initialValue: [boolean, T | null] = [true, undefined],
100 initialValue
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5817 uint64_t initialValue; member

12