Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 165) sorted by relevance

1234567

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Dutils.rb276 def self.set_flag_in_config(config, flag, configuration: nil) argument
278 self.add_flag_for_key(config, flag, "OTHER_CFLAGS")
279 self.add_flag_for_key(config, flag, "OTHER_CPLUSPLUSFLAGS")
283 def self.remove_flag_in_config(config, flag, configuration: nil) argument
285 self.remove_flag_for_key(config, flag, "OTHER_CFLAGS")
291 def self.add_flag_for_key(config, flag, key) argument
301 if !current_setting.include?(flag)
302 current_setting = "#{current_setting} #{flag}"
308 def self.remove_flag_for_key(config, flag, key) argument
318 if current_setting.include?(flag)
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLLayout.h23 return this->flag(SkSL::Layout::kOriginUpperLeft_Flag, "origin_upper_left", pos);
27 return this->flag(SkSL::Layout::kPushConstant_Flag, "push_constant", pos);
31 return this->flag(SkSL::Layout::kBlendSupportAllEquations_Flag,
36 return this->flag(SkSL::Layout::kColor_Flag, "color", pos);
78 DSLLayout& flag(SkSL::Layout::Flag mask, const char* name, Position pos);
80 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLLayout.h23 return this->flag(SkSL::Layout::kOriginUpperLeft_Flag, "origin_upper_left", pos);
27 return this->flag(SkSL::Layout::kPushConstant_Flag, "push_constant", pos);
31 return this->flag(SkSL::Layout::kBlendSupportAllEquations_Flag,
36 return this->flag(SkSL::Layout::kColor_Flag, "color", pos);
78 DSLLayout& flag(SkSL::Layout::Flag mask, const char* name, Position pos);
80 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/__tests__/
H A Dhermes-utils-test.js144 flag: 'r', property
169 flag: 'r', property
218 flag: 'r', property
226 flag: 'r', property
241 flag: 'r', property
249 flag: 'r', property
/expo/packages/expo-file-system/ios/
H A DFileSystemModule.swift49 try ensurePathPermission(appContext, path: url.path, flag: .read) in definition()
62 try ensurePathPermission(appContext, path: url.path, flag: .write) in definition()
93 …try ensurePathPermission(appContext, path: fromUrl.appendingPathComponent("..").path, flag: .write) in definition()
94 try ensurePathPermission(appContext, path: toUrl.path, flag: .write) in definition()
102 try ensurePathPermission(appContext, path: fromUrl.path, flag: .read) in definition()
103 try ensurePathPermission(appContext, path: toUrl.path, flag: .write) in definition()
119 try ensurePathPermission(appContext, path: url.path, flag: .write) in definition()
127 try ensurePathPermission(appContext, path: url.path, flag: .read) in definition()
134 try ensurePathPermission(appContext, path: localUrl.path, flag: .write) in definition()
193 try ensurePathPermission(appContext, path: localUrl.path, flag: .write) in definition()
H A DFileSystemHelpers.swift59 internal func ensurePathPermission(_ appContext: AppContext?, path: String, flag: EXFileSystemPermi… in ensurePathPermission()
63 guard permissionsManager.getPathPermissions(path).contains(flag) else { in ensurePathPermission()
64 throw flag == .read ? FileNotReadableException(path) : FileNotWritableException(path) in ensurePathPermission()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/hermes/__tests__/
H A Dhermes-utils-test.js190 flag: 'r', property
232 flag: 'r', property
282 flag: 'r', property
290 flag: 'r', property
303 flag: 'r', property
310 flag: 'r', property
320 flag: 'r', property
327 flag: 'r', property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/hermes/__tests__/
H A Dhermes-utils-test.js190 flag: 'r', property
232 flag: 'r', property
282 flag: 'r', property
290 flag: 'r', property
303 flag: 'r', property
310 flag: 'r', property
320 flag: 'r', property
327 flag: 'r', property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/
H A DCMakeLists.txt33 # TODO: Remove this flag when ready.
34 # Android has this enabled by default, but the flag is still needed for iOS.
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h89 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
94 tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
108 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
113 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
126 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
134 tileMode, startAngle, endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
153 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
157 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h86 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
90 … static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
103 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
108 flag, localMatrix); in JSI_HOST_FUNCTION()
120 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
128 endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
146 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
150 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/api/
H A DJsiSkShaderFactory.h86 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
90 … static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
103 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
108 flag, localMatrix); in JSI_HOST_FUNCTION()
120 auto flag = getFlag(arguments, 6, count); in JSI_HOST_FUNCTION() local
128 endAngle, flag, localMatrix); in JSI_HOST_FUNCTION()
146 auto flag = getFlag(arguments, 8, count); in JSI_HOST_FUNCTION() local
150 static_cast<int>(colors.size()), tileMode, flag, localMatrix); in JSI_HOST_FUNCTION()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DCMakeLists.txt33 # TODO: Remove this flag when ready.
34 # Android has this enabled by default, but the flag is still needed for iOS.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/
H A DCMakeLists.txt41 # TODO: Remove this flag when ready.
42 # Android has this enabled by default, but the flag is still needed for iOS.
/expo/ios/Exponent/ExpoKit/
H A DEXViewController.m57 - (void)presentViewController:(UIViewController *)viewControllerToPresent animated:(BOOL)flag compl…
67 …entViewController] presentViewController:viewControllerToPresent animated:flag completion:completi…
69 [super presentViewController:viewControllerToPresent animated:flag completion:completion];
/expo/docs/constants/
H A DFeatureFlags.cjs1 // If you change the flag value, you need to restart the dev server.
/expo/docs/.vale/writing-styles/expo-docs/
H A DBytes.yml6 # Incorrect pattern(s) to flag
H A DBits.yml6 # Incorrect pattern(s) to flag
/expo/docs/scripts/
H A Dgenerate-static-resources.js14 fs.writeFileSync(path.join(basePath, filename), JSON.stringify(data), { flag: 'wx' }); property
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSSearchBar.mm274 - (void)toggleCancelButton:(BOOL)flag
277 [_controller.searchBar setShowsCancelButton:flag animated:YES];
408 …_0RCT_EXPORT_METHOD(toggleCancelButton : (NSNumber *_Nonnull)ABI49_0_0ReactTag flag : (BOOL *)flag)
412 [searchBar toggleCancelButton:flag];

1234567