| /expo/packages/expo-modules-core/src/uuid/lib/ |
| H A D | bytesToUuid.ts | 6 for (let i = 0; i < 256; ++i) { variable 7 byteToHex[i] = (i + 0x100).toString(16).substr(1); 15 bth[buf[i++]], 16 bth[buf[i++]], 17 bth[buf[i++]], 18 bth[buf[i++]], 20 bth[buf[i++]], 21 bth[buf[i++]], 23 bth[buf[i++]], 24 bth[buf[i++]], [all …]
|
| H A D | sha1.ts | 31 for (let i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i); 40 for (let i = 0; i < N; i++) { 41 M[i] = new Array(16); 43 M[i][j] = 44 (bytes[i * 64 + j * 4] << 24) | 45 (bytes[i * 64 + j * 4 + 1] << 16) | 46 (bytes[i * 64 + j * 4 + 2] << 8) | 47 bytes[i * 64 + j * 4 + 3]; 55 for (let i = 0; i < N; i++) { 58 for (let t = 0; t < 16; t++) W[t] = M[i][t];
|
| /expo/packages/expo-modules-core/build/uuid/lib/ |
| H A D | bytesToUuid.js | 6 for (let i = 0; i < 256; ++i) { 7 byteToHex[i] = (i + 0x100).toString(16).substr(1); 10 let i = offset || 0; 14 bth[buf[i++]], 15 bth[buf[i++]], 16 bth[buf[i++]], 17 bth[buf[i++]], 19 bth[buf[i++]], 20 bth[buf[i++]], 22 bth[buf[i++]], [all …]
|
| H A D | sha1.js | 27 for (let i = 0; i < msg.length; i++) 28 bytes[i] = msg.charCodeAt(i); 34 for (let i = 0; i < N; i++) { 35 M[i] = new Array(16); 37 M[i][j] = 38 (bytes[i * 64 + j * 4] << 24) | 39 (bytes[i * 64 + j * 4 + 1] << 16) | 40 (bytes[i * 64 + j * 4 + 2] << 8) | 41 bytes[i * 64 + j * 4 + 3]; 47 for (let i = 0; i < N; i++) { [all …]
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGTextProperties.mm | 16 for (NSUInteger i = 0; i < l; i++) { 37 for (NSUInteger i = 0; i < l; i++) { 58 for (NSUInteger i = 0; i < l; i++) { 79 for (NSInteger i = 0; i < l; i++) { 100 for (NSUInteger i = 0; i < l; i++) { 121 for (NSUInteger i = 0; i < l; i++) { 142 for (NSUInteger i = 0; i < l; i++) { 163 for (NSUInteger i = 0; i < l; i++) { 184 for (NSUInteger i = 0; i < l; i++) { 205 for (NSUInteger i = 0; i < l; i++) { [all …]
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Text/ |
| H A D | ABI49_0_0RNSVGTextProperties.mm | 16 for (NSUInteger i = 0; i < l; i++) { 37 for (NSUInteger i = 0; i < l; i++) { 58 for (NSUInteger i = 0; i < l; i++) { 79 for (NSInteger i = 0; i < l; i++) { 100 for (NSUInteger i = 0; i < l; i++) { 121 for (NSUInteger i = 0; i < l; i++) { 142 for (NSUInteger i = 0; i < l; i++) { 163 for (NSUInteger i = 0; i < l; i++) { 184 for (NSUInteger i = 0; i < l; i++) { 205 for (NSUInteger i = 0; i < l; i++) { [all …]
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Text/ |
| H A D | ABI48_0_0RNSVGTextProperties.mm | 16 for (NSUInteger i = 0; i < l; i++) { 37 for (NSUInteger i = 0; i < l; i++) { 58 for (NSUInteger i = 0; i < l; i++) { 79 for (NSInteger i = 0; i < l; i++) { 100 for (NSUInteger i = 0; i < l; i++) { 121 for (NSUInteger i = 0; i < l; i++) { 142 for (NSUInteger i = 0; i < l; i++) { 163 for (NSUInteger i = 0; i < l; i++) { 184 for (NSUInteger i = 0; i < l; i++) { 205 for (NSUInteger i = 0; i < l; i++) { [all …]
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Text/ |
| H A D | RNSVGTextProperties.mm | 16 for (NSUInteger i = 0; i < l; i++) { 37 for (NSUInteger i = 0; i < l; i++) { 58 for (NSUInteger i = 0; i < l; i++) { 79 for (NSInteger i = 0; i < l; i++) { 100 for (NSUInteger i = 0; i < l; i++) { 121 for (NSUInteger i = 0; i < l; i++) { 142 for (NSUInteger i = 0; i < l; i++) { 163 for (NSUInteger i = 0; i < l; i++) { 184 for (NSUInteger i = 0; i < l; i++) { 205 for (NSUInteger i = 0; i < l; i++) { [all …]
|
| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 21 'run:ios': () => import('../src/run/ios/index.js').then((i) => i.expoRunIos), 23 start: () => import('../src/start/index.js').then((i) => i.expoStart), 24 prebuild: () => import('../src/prebuild/index.js').then((i) => i.expoPrebuild), 25 config: () => import('../src/config/index.js').then((i) => i.expoConfig), 26 export: () => import('../src/export/index.js').then((i) => i.expoExport), 31 install: () => import('../src/install/index.js').then((i) => i.expoInstall), 32 add: () => import('../src/install/index.js').then((i) => i.expoInstall), 36 login: () => import('../src/login/index.js').then((i) => i.expoLogin), 37 logout: () => import('../src/logout/index.js').then((i) => i.expoLogout), 38 register: () => import('../src/register/index.js').then((i) => i.expoRegister), [all …]
|
| /expo/packages/expo-router/src/link/ |
| H A D | path.ts | 37 for (let i = 0; i <= path.length; ++i) { 38 if (i < path.length) { 39 code = path.charCodeAt(i); 46 if (lastSlash === i - 1 || dots === 1) { 65 lastSlash = i; 72 lastSlash = i; 85 lastSegmentLength = i - lastSlash - 1; 87 lastSlash = i; 103 for (let i = segments.length - 1; i >= -1 && !resolvedAbsolute; i--) { 105 if (i >= 0) { [all …]
|
| /expo/packages/expo-router/build/link/ |
| H A D | path.js | 37 for (let i = 0; i <= path.length; ++i) { 38 if (i < path.length) { 39 code = path.charCodeAt(i); 48 if (lastSlash === i - 1 || dots === 1) { 67 lastSlash = i; 75 lastSlash = i; 93 lastSegmentLength = i - lastSlash - 1; 95 lastSlash = i; 111 for (let i = segments.length - 1; i >= -1 && !resolvedAbsolute; i--) { 113 if (i >= 0) { [all …]
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkTArray.h | 99 for (int i = 0; i < this->count(); ++i) { variable 112 for (int i = 0; i < this->count(); ++i) { variable 124 for (int i = 0; i < this->count(); ++i) { in ~SkTArray() local 145 for (int i = 0; i < this->count(); ++i) { in reset() local 152 for (int i = 0; i < this->count(); ++i) { in reset() local 162 for (int i = 0; i < this->count(); ++i) { in reset() local 249 for (int i = 0; i < n; ++i) { in push_back_n() local 262 for (int i = 0; i < n; ++i) { in push_back_n() local 275 for (int i = 0; i < n; ++i) { in push_back_n() local 288 for (int i = 0; i < n; ++i) { in move_back_n() local [all …]
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/ |
| H A D | SkTArray.h | 99 for (int i = 0; i < this->count(); ++i) { variable 112 for (int i = 0; i < this->count(); ++i) { variable 124 for (int i = 0; i < this->count(); ++i) { in ~SkTArray() local 145 for (int i = 0; i < this->count(); ++i) { in reset() local 152 for (int i = 0; i < this->count(); ++i) { in reset() local 162 for (int i = 0; i < this->count(); ++i) { in reset() local 249 for (int i = 0; i < n; ++i) { in push_back_n() local 262 for (int i = 0; i < n; ++i) { in push_back_n() local 275 for (int i = 0; i < n; ++i) { in push_back_n() local 288 for (int i = 0; i < n; ++i) { in move_back_n() local [all …]
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | matchBrackets.js | 20 for (let i = firstBracketPos + 1; i < contentsLength; ++i) { 21 const c = contents[i]; 26 return i; 33 for (let i = firstBracketPos - 1; i >= 0; --i) { 34 const c = contents[i]; 39 return i;
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 56 for (int i = 0; i < tSpanView.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 61 for (int i = 0; i < content.length(); i++) { in getSubTreeTypographicCharacterPositions() 69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 115 for (int i = 0; i < count; i++) { in layoutText() 116 result[i] = new CharacterInformation(i, root[i]); in layoutText() 133 for (int i = 0; i < count; i++) { in layoutText() 147 for (int i = 0; i < count; i++) { in layoutText() 195 result[i].anchoredChunk = i == 0; in layoutText() 209 CSS_positions[i].set(CSS_positions[i - 1]); in layoutText() 519 for (int i = 0; i < count; i++) { in layoutText() [all …]
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 56 for (int i = 0; i < tSpanView.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 61 for (int i = 0; i < content.length(); i++) { in getSubTreeTypographicCharacterPositions() 69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 115 for (int i = 0; i < count; i++) { in layoutText() 116 result[i] = new CharacterInformation(i, root[i]); in layoutText() 133 for (int i = 0; i < count; i++) { in layoutText() 147 for (int i = 0; i < count; i++) { in layoutText() 195 result[i].anchoredChunk = i == 0; in layoutText() 209 CSS_positions[i].set(CSS_positions[i - 1]); in layoutText() 519 for (int i = 0; i < count; i++) { in layoutText() [all …]
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 56 for (int i = 0; i < tSpanView.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 61 for (int i = 0; i < content.length(); i++) { in getSubTreeTypographicCharacterPositions() 69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 115 for (int i = 0; i < count; i++) { in layoutText() 116 result[i] = new CharacterInformation(i, root[i]); in layoutText() 133 for (int i = 0; i < count; i++) { in layoutText() 147 for (int i = 0; i < count; i++) { in layoutText() 195 result[i].anchoredChunk = i == 0; in layoutText() 209 CSS_positions[i].set(CSS_positions[i - 1]); in layoutText() 519 for (int i = 0; i < count; i++) { in layoutText() [all …]
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | TextLayoutAlgorithm.java | 56 for (int i = 0; i < tSpanView.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 61 for (int i = 0; i < content.length(); i++) { in getSubTreeTypographicCharacterPositions() 69 for (int i = 0; i < textPath.getChildCount(); i++) { in getSubTreeTypographicCharacterPositions() 115 for (int i = 0; i < count; i++) { in layoutText() 116 result[i] = new CharacterInformation(i, root[i]); in layoutText() 133 for (int i = 0; i < count; i++) { in layoutText() 147 for (int i = 0; i < count; i++) { in layoutText() 195 result[i].anchoredChunk = i == 0; in layoutText() 209 CSS_positions[i].set(CSS_positions[i - 1]); in layoutText() 519 for (int i = 0; i < count; i++) { in layoutText() [all …]
|
| /expo/packages/expo-image/src/utils/blurhash/ |
| H A D | base83.ts | 89 for (let i = 0; i < str.length; i++) { 90 const c = str[i]; 99 for (let i = 1; i <= length; i++) { 100 const digit = (Math.floor(n) / Math.pow(83, length - i)) % 83;
|
| /expo/packages/expo-image/build/utils/blurhash/ |
| H A D | base83.js | 88 for (let i = 0; i < str.length; i++) { 89 const c = str[i]; 97 for (let i = 1; i <= length; i++) { 98 const digit = (Math.floor(n) / Math.pow(83, length - i)) % 83;
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | matchBrackets.ts | 25 for (let i = firstBracketPos + 1; i < contentsLength; ++i) { 26 const c = contents[i]; constant 31 return i; 38 for (let i = firstBracketPos - 1; i >= 0; --i) { 39 const c = contents[i]; constant 44 return i;
|
| /expo/packages/expo-notifications/ios/EXNotifications/PushToken/ |
| H A D | EXPushTokenManager.m | 28 for (int i = 0; i < _listeners.count; i++) { 29 id pointer = [_listeners pointerAtIndex:i]; 36 for (int i = 0; i < _listeners.count; i++) { 37 id pointer = [_listeners pointerAtIndex:i]; 51 for (int i = 0; i < _listeners.count; i++) { 52 id pointer = [_listeners pointerAtIndex:i]; 54 [_listeners removePointerAtIndex:i]; 55 i--;
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI47_0_0EXPushTokenManager.m | 28 for (int i = 0; i < _listeners.count; i++) { 29 id pointer = [_listeners pointerAtIndex:i]; 36 for (int i = 0; i < _listeners.count; i++) { 37 id pointer = [_listeners pointerAtIndex:i]; 51 for (int i = 0; i < _listeners.count; i++) { 52 id pointer = [_listeners pointerAtIndex:i]; 54 [_listeners removePointerAtIndex:i]; 55 i--;
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI49_0_0EXPushTokenManager.m | 28 for (int i = 0; i < _listeners.count; i++) { 29 id pointer = [_listeners pointerAtIndex:i]; 36 for (int i = 0; i < _listeners.count; i++) { 37 id pointer = [_listeners pointerAtIndex:i]; 51 for (int i = 0; i < _listeners.count; i++) { 52 id pointer = [_listeners pointerAtIndex:i]; 54 [_listeners removePointerAtIndex:i]; 55 i--;
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/PushToken/ |
| H A D | ABI48_0_0EXPushTokenManager.m | 28 for (int i = 0; i < _listeners.count; i++) { 29 id pointer = [_listeners pointerAtIndex:i]; 36 for (int i = 0; i < _listeners.count; i++) { 37 id pointer = [_listeners pointerAtIndex:i]; 51 for (int i = 0; i < _listeners.count; i++) { 52 id pointer = [_listeners pointerAtIndex:i]; 54 [_listeners removePointerAtIndex:i]; 55 i--;
|