Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/expo/ios/Exponent/Kernel/Views/Loading/
H A DEXAppLoadingCancelView.m3 const NSTimeInterval kEXTimeUntilCancelAppears = 5.0f;
44 CGFloat startingY = CGRectGetMidY(frame) - 54.0f;
46 _lblStatus.frame = CGRectMake(0, 0, self.bounds.size.width - 32.0f, 24.0f);
50 …tMake(CGRectGetMidX(self.bounds) - (statusWidth * 0.5f) + _loadingIndicator.frame.size.width * 0.5
55 _btnCancel.frame = CGRectMake(0, 0, 84.0f, 36.0f);
58 … CGRectMake(_lblStatus.frame.origin.x, 0, MIN(self.frame.size.width - 32.0f, 300.0f), CGFLOAT_MAX);
73 _lblStatus.font = [UIFont fontWithName:@"HelveticaNeue-Medium" size:14.0f];
81 _lblAdvice.font = [UIFont systemFontOfSize:14.0f];
88 _btnCancel.titleLabel.font = [UIFont boldSystemFontOfSize:14.0f];
90 _btnCancel.layer.borderWidth = 1.0f;
[all …]
H A DEXSplashScreenHUDButton.m14 …mbolConfig = [UIImageSymbolConfiguration configurationWithFont:[UIFont boldSystemFontOfSize:24.f]];
17 infoIcon.frame = CGRectMake(24.f, 0, 24.f, 24.f);
23 self.titleLabel.font = [UIFont boldSystemFontOfSize:16.0f];
24 self.titleEdgeInsets = UIEdgeInsetsMake(0, 24.0f, 0, 0);
30 return CGSizeMake(300, 24.f);
/expo/docs/scripts/
H A Dversionpatch.sh25 for f in $(git ls-files -o --exclude-standard); do
26 mkdir -p ../$version/$(dirname $f)
27 cp $f ../$version/$(dirname $f)/
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js118 .filter(f => f.endsWith('.h') || f.endsWith('.cpp'))
119 .forEach(f => {
120 fs.renameSync(`${outputDirectory}/${f}`, `${jniOutputDirectory}/${f}`);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js118 .filter(f => f.endsWith('.h') || f.endsWith('.cpp'))
119 .forEach(f => {
120 fs.renameSync(`${outputDirectory}/${f}`, `${jniOutputDirectory}/${f}`);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js118 .filter(f => f.endsWith('.h') || f.endsWith('.cpp'))
119 .forEach(f => {
120 fs.renameSync(`${outputDirectory}/${f}`, `${jniOutputDirectory}/${f}`);
/expo/docs/constants/
H A Dversions.js8 const versionDirectories = versionContents.filter(f => f.isDirectory()).map(f => f.name);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0CompactValue.h170 static uint32_t asU32(float f) { in asU32() argument
172 return std::bit_cast<uint32_t>(f); in asU32()
176 sizeof(u) == sizeof(f), "uint32_t and float must have the same size"); in asU32()
177 std::memcpy(&u, &f, sizeof(f)); in asU32()
186 float f; in asFloat()
188 sizeof(f) == sizeof(u), "uint32_t and float must have the same size"); in asFloat()
189 std::memcpy(&f, &u, sizeof(u)); in asFloat()
190 return f; in asFloat()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0CompactValue.h162 static uint32_t asU32(float f) { in asU32() argument
164 return std::bit_cast<uint32_t>(f); in asU32()
168 sizeof(u) == sizeof(f), "uint32_t and float must have the same size"); in asU32()
169 std::memcpy(&u, &f, sizeof(f)); in asU32()
178 float f; in asFloat()
180 sizeof(f) == sizeof(u), "uint32_t and float must have the same size"); in asFloat()
181 std::memcpy(&f, &u, sizeof(u)); in asFloat()
182 return f; in asFloat()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/svg/include/
H A DSkSVGNode.h74 return fPresentationAttributes.f##attr_name; \
77 auto* dest = &fPresentationAttributes.f##attr_name; \
86 auto* dest = &fPresentationAttributes.f##attr_name; \
205 attr_type f##attr_name = attr_default; \
207 const attr_type& get##attr_name() const { return f##attr_name; } \
210 [this](const attr_type& a) { this->f##attr_name = a; }, \
211 [this](attr_type&& a) { this->f##attr_name = std::move(a); })
215 SkTLazy<attr_type> f##attr_name; \
217 const SkTLazy<attr_type>& get##attr_name() const { return f##attr_name; } \
220 [this](const attr_type& a) { this->f##attr_name.set(a); }, \
[all …]
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DHostFunctionHandler.h17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler()
18 pureFunction = f; in HostFunctionHandler()
19 functionName = f->getProperty(rt, "name").asString(rt).utf8(rt); in HostFunctionHandler()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DHostFunctionHandler.h17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler()
18 pureFunction = f; in HostFunctionHandler()
19 functionName = f->getProperty(rt, "name").asString(rt).utf8(rt); in HostFunctionHandler()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/SharedItems/
H A DHostFunctionHandler.h17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler()
18 pureFunction = f; in HostFunctionHandler()
19 functionName = f->getProperty(rt, "name").asString(rt).utf8(rt); in HostFunctionHandler()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/SharedItems/
H A DHostFunctionHandler.h17 HostFunctionHandler(std::shared_ptr<jsi::Function> f, jsi::Runtime &rt) { in HostFunctionHandler()
18 pureFunction = f; in HostFunctionHandler()
19 functionName = f->getProperty(rt, "name").asString(rt).utf8(rt); in HostFunctionHandler()
/expo/packages/eslint-config-universe/__tests__/fixtures/
H A Dall-00.js10 export * as f from './f';
44 let f = 1;
45 _fn(a, b, c, c1, d, e, f);
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementStyle.m44 _borderWidth = rctView.borderWidth >= 0.0f ? rctView.borderWidth : 0.0f;
66 return [NSString stringWithFormat:@"tx=%f, ty=%f, sx=%f, sy=%f, ro=%f",
69 return [NSString stringWithFormat:@"x=%f, y=%f, z=%f",
95 if ((alpha1 == 0.0f) && (alpha2 != 0.0f)) {
99 } else if ((alpha2 == 0.0f) && (alpha1 != 0.0f)) {
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementStyle.m44 _borderWidth = rctView.borderWidth >= 0.0f ? rctView.borderWidth : 0.0f;
66 return [NSString stringWithFormat:@"tx=%f, ty=%f, sx=%f, sy=%f, ro=%f",
69 return [NSString stringWithFormat:@"x=%f, y=%f, z=%f",
95 if ((alpha1 == 0.0f) && (alpha2 != 0.0f)) {
99 } else if ((alpha2 == 0.0f) && (alpha1 != 0.0f)) {
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.android.js84 …void 0};m.exports=function(o,f){return(o=o||t)!==(f=f||t)&&(o.top!==f.top||o.left!==f.left||o.righ…
161f){if(f instanceof ArrayBuffer&&(f=new Uint8Array(f)),f instanceof Uint8Array)return t.fromByteArr…
217f={bottom:0,left:0,right:0,top:0},u=n[l];if(null!=u){for(var v of Object.keys(f))f[v]=u;o=!0}var s… variable
243f=t.current;return(0,l.useEffect)((function(){null!=n&&null!=f&&f.configure(n)}),[n,f]),(0,l.useEf…
285f,s){if(!(u>=0&&u<=1&&f>=0&&f<=1))throw new Error('bezier x values must be in [0, 1] range');var w… argument
327f=n[i],o=u[i],!(f===o||t(f)&&t(o)))return!1;var f,o;return!0}m.exports=function(t,u){var i;void 0=…
418f=t.default.getConstants(),n={SHORT:f.SHORT,LONG:f.LONG,TOP:f.TOP,BOTTOM:f.BOTTOM,CENTER:f.CENTER,… argument
459f){if(!f||'none'===f)return null;if('currentColor'===f)return o;if('context-fill'===f)return u;if(…
546f=n('SyntaxError',t);return f.input=s,f.offset=o,f.rawMessage=t,f.message=f.rawMessage+"\n "+f.in…
553f,c){if(!f||f.constructor!==Object)return c(f,'Type of node should be an Object');for(var s in f){… argument
[all …]

12345678910>>...15