| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/ |
| H A D | IsCollectionNotEmptyBinderTest.kt | 9 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 D | SizeBinderTest.kt | 9 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 D | ValidationBinder.kt | 9 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 D | ValidationBinder.kt | 9 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 D | ValidationBinder.kt | 9 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 D | ValidationBinder.kt | 9 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 D | SQLite.js | 169 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 D | SQLite.ts | 246 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 D | router-store.js | 32 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 D | ABI48_0_0CxxModule.h | 89 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 D | ABI47_0_0CxxModule.h | 89 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 D | ABI49_0_0CxxModule.h | 89 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 D | Prerequisite.ts | 16 this._assertAsync = memoize(this.assertImplementation.bind(this)); 25 this._assertAsync = memoize(this.assertImplementation.bind(this));
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | ora.ts | 36 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 D | BundlerDevServer.ts | 127 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 D | umbrella_header_generator.rb | 17 _original_generate.bind(self).()
|
| H A D | pod_target.rb | 49 _original_module_map_path.bind(self).()
|
| H A D | user_project_integrator.rb | 29 results = _original_integrate_user_targets.bind(self).()
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | router-store.tsx | 42 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 D | TargetValidator.rb | 38 _original_verify_swift_pods_have_module_dependencies.bind(self).()
|
| /expo/packages/@expo/cli/src/start/server/__tests__/ |
| H A D | AsyncNgrok-test.ts | 39 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 D | JsiHostObject.cpp | 43 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 D | JsiHostObject.cpp | 43 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 D | JsiHostObject.cpp | 43 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 D | JsiHostObject.cpp | 43 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()
|