Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 159) sorted by relevance

1234567

/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/
H A DIsCollectionNotEmptyBinderTest.kt9 fun `should bind the collection type to the collection validator`() { in should bind the collection type to the collection validator()
11 val listValidator = binder.bind(IsNotEmpty(), typeOf<List<Int>>()) in should bind the collection type to the collection validator()
12 val mapValidator = binder.bind(IsNotEmpty(), typeOf<Map<Int, Int>>()) in should bind the collection type to the collection validator()
19 fun `should bind the array type to the array validator`() { in should bind the array type to the array validator()
21 val intArrayValidator = binder.bind(IsNotEmpty(), typeOf<IntArray>()) in should bind the array type to the array validator()
22 val doubleArrayValidator = binder.bind(IsNotEmpty(), typeOf<DoubleArray>()) in should bind the array type to the array validator()
23 val floatArrayValidator = binder.bind(IsNotEmpty(), typeOf<FloatArray>()) in should bind the array type to the array validator()
24 val stringArrayValidator = binder.bind(IsNotEmpty(), typeOf<Array<String>>()) in should bind the array type to the array validator()
H A DSizeBinderTest.kt9 fun `should bind the collection type to the collection validator`() { in should bind the collection type to the collection validator()
11 val listValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<List<Int>>()) in should bind the collection type to the collection validator()
12 val mapValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<Map<Int, Int>>()) in should bind the collection type to the collection validator()
19 fun `should bind the array type to the array validator`() { in should bind the array type to the array validator()
21 val intArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<IntArray>()) in should bind the array type to the array validator()
22 … val doubleArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<DoubleArray>()) in should bind the array type to the array validator()
23 val floatArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<FloatArray>()) in should bind the array type to the array validator()
24 …val stringArrayValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<Array<String>>()) in should bind the array type to the array validator()
33 fun `should bind the string type to the string validator`() { in should bind the string type to the string validator()
35 val stringValidator = binder.bind(Size(min = 0, max = Int.MAX_VALUE), typeOf<String>()) in should bind the string type to the string validator()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/records/
H A DValidationBinder.kt9 fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> in bind() method
17 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.IntRangeBinder
29 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.LongRangeBinder
41 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.FloatRangeBinder
53 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.DoubleRangeBinder
65 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.IsCollectionNotEmptyBinder
84 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.SizeBinder
106 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi47_0_0.expo.modules.kotlin.records.RegexBinder
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/records/
H A DValidationBinder.kt9 fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> in bind() method
17 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.IntRangeBinder
29 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.LongRangeBinder
41 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.FloatRangeBinder
53 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.DoubleRangeBinder
65 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.IsCollectionNotEmptyBinder
84 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.SizeBinder
106 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi49_0_0.expo.modules.kotlin.records.RegexBinder
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/records/
H A DValidationBinder.kt9 fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> in bind() method
17 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.IntRangeBinder
29 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.LongRangeBinder
41 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.FloatRangeBinder
53 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.DoubleRangeBinder
65 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.IsCollectionNotEmptyBinder
84 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.SizeBinder
106 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in expo.modules.kotlin.records.RegexBinder
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/records/
H A DValidationBinder.kt9 fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> in bind() method
17 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.IntRangeBinder
29 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.LongRangeBinder
41 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.FloatRangeBinder
53 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.DoubleRangeBinder
65 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.IsCollectionNotEmptyBinder
84 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.SizeBinder
106 override fun bind(annotation: Annotation, fieldType: KType): FieldValidator<*> { in bind() method in abi48_0_0.expo.modules.kotlin.records.RegexBinder
/expo/packages/expo-sqlite/build/
H A DSQLite.js169 db.exec = db._db.exec.bind(db._db);
170 db.execRawQuery = db._db.execRawQuery.bind(db._db);
171 db.execAsync = db._db.execAsync.bind(db._db);
172 db.closeAsync = db._db.closeAsync.bind(db._db);
173 db.closeSync = db._db.closeSync.bind(db._db);
174 db.onDatabaseChange = db._db.onDatabaseChange.bind(db._db);
175 db.deleteAsync = db._db.deleteAsync.bind(db._db);
176 db.transactionAsync = db._db.transactionAsync.bind(db._db);
/expo/packages/expo-sqlite/src/
H A DSQLite.ts246 db.exec = db._db.exec.bind(db._db);
247 db.execRawQuery = db._db.execRawQuery.bind(db._db);
248 db.execAsync = db._db.execAsync.bind(db._db);
249 db.closeAsync = db._db.closeAsync.bind(db._db);
250 db.closeSync = db._db.closeSync.bind(db._db);
251 db.onDatabaseChange = db._db.onDatabaseChange.bind(db._db);
252 db.deleteAsync = db._db.deleteAsync.bind(db._db);
253 db.transactionAsync = db._db.transactionAsync.bind(db._db);
/expo/packages/expo-router/build/global-state/
H A Drouter-store.js32 linkTo = routing_1.linkTo.bind(this);
33 getSortedRoutes = sort_routes_1.getSortedRoutes.bind(this);
34 goBack = routing_1.goBack.bind(this);
35 canGoBack = routing_1.canGoBack.bind(this);
36 push = routing_1.push.bind(this);
37 replace = routing_1.replace.bind(this);
38 setParams = routing_1.setParams.bind(this);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0CxxModule.h89 func(std::bind(std::move(afunc))) {} in Method()
95 func(std::bind(std::move(afunc), std::placeholders::_1)) {} in Method()
103 func(std::bind( in Method()
132 func(std::bind(method, t)) {} in Method()
139 func(std::bind(method, t, std::placeholders::_1)) {} in Method()
146 func(std::bind( in Method()
160 func(std::bind( in Method()
176 func(std::bind( in Method()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0CxxModule.h89 func(std::bind(std::move(afunc))) {} in Method()
95 func(std::bind(std::move(afunc), std::placeholders::_1)) {} in Method()
103 func(std::bind( in Method()
132 func(std::bind(method, t)) {} in Method()
139 func(std::bind(method, t, std::placeholders::_1)) {} in Method()
146 func(std::bind( in Method()
160 func(std::bind( in Method()
176 func(std::bind( in Method()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0CxxModule.h89 func(std::bind(std::move(afunc))) {} in Method()
95 func(std::bind(std::move(afunc), std::placeholders::_1)) {} in Method()
103 func(std::bind( in Method()
132 func(std::bind(method, t)) {} in Method()
139 func(std::bind(method, t, std::placeholders::_1)) {} in Method()
146 func(std::bind( in Method()
160 func(std::bind( in Method()
176 func(std::bind( in Method()
/expo/packages/@expo/cli/src/start/doctor/
H A DPrerequisite.ts16 this._assertAsync = memoize(this.assertImplementation.bind(this));
25 this._assertAsync = memoize(this.assertImplementation.bind(this));
/expo/packages/@expo/cli/src/utils/
H A Dora.ts36 const oraStart = spinner.start.bind(spinner);
37 const oraStop = spinner.stop.bind(spinner);
38 const oraStopAndPersist = spinner.stopAndPersist.bind(spinner);
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts127 constructUrl: urlCreator.constructUrl.bind(urlCreator),
344 getTunnelUrl: this.getTunnelUrl.bind(this),
470 getCustomRuntimeUrl: this.urlCreator.constructDevClientUrl.bind(this.urlCreator),
471 getExpoGoUrl: this.getExpoGoUrl.bind(this),
472 getRedirectUrl: this.getRedirectUrl.bind(this, platform),
473 getDevServerUrl: this.getDevServerUrl.bind(this, { hostType: 'localhost' }),
/expo/packages/expo-modules-autolinking/scripts/ios/cocoapods/
H A Dumbrella_header_generator.rb17 _original_generate.bind(self).()
H A Dpod_target.rb49 _original_module_map_path.bind(self).()
H A Duser_project_integrator.rb29 results = _original_integrate_user_targets.bind(self).()
/expo/packages/expo-router/src/global-state/
H A Drouter-store.tsx42 linkTo = linkTo.bind(this);
43 getSortedRoutes = getSortedRoutes.bind(this);
44 goBack = goBack.bind(this);
45 canGoBack = canGoBack.bind(this);
46 push = push.bind(this);
47 replace = replace.bind(this);
48 setParams = setParams.bind(this);
/expo/packages/expo-dev-menu/
H A DTargetValidator.rb38 _original_verify_swift_pods_have_module_dependencies.bind(self).()
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts39 ngrok.getActiveUrl = jest.fn(ngrok.getActiveUrl.bind(ngrok));
40 ngrok.stopAsync = jest.fn(ngrok.stopAsync.bind(ngrok));
127 ngrok._resetProjectRandomnessAsync = jest.fn(ngrok._resetProjectRandomnessAsync.bind(ngrok));
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp43 auto dispatcher = std::bind(setter->second, this, std::placeholders::_1, in set()
70 auto dispatcher = std::bind(getter->second, this, std::placeholders::_1); in get()
79 std::bind(func->second, reinterpret_cast<JsiHostObject *>(this), in get()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp43 auto dispatcher = std::bind(setter->second, this, std::placeholders::_1, in set()
70 auto dispatcher = std::bind(getter->second, this, std::placeholders::_1); in get()
79 std::bind(func->second, reinterpret_cast<JsiHostObject *>(this), in get()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp43 auto dispatcher = std::bind(setter->second, this, std::placeholders::_1, in set()
76 auto dispatcher = std::bind(getter->second, this, std::placeholders::_1); in get()
85 std::bind(func->second, reinterpret_cast<JsiHostObject *>(this), in get()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/jsi/
H A DJsiHostObject.cpp43 auto dispatcher = std::bind(setter->second, this, std::placeholders::_1, in set()
76 auto dispatcher = std::bind(getter->second, this, std::placeholders::_1); in get()
85 std::bind(func->second, reinterpret_cast<JsiHostObject *>(this), in get()

1234567