Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 1817) sorted by relevance

12345678910>>...73

/expo/packages/expo-modules-core/src/uuid/lib/
H A DbytesToUuid.ts6 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 Dsha1.ts31 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 DbytesToUuid.js6 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 Dsha1.js27 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 DABI47_0_0RNSVGTextProperties.mm16 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 DABI49_0_0RNSVGTextProperties.mm16 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 DABI48_0_0RNSVGTextProperties.mm16 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 DRNSVGTextProperties.mm16 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 Dcli.ts21 '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 Dpath.ts37 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 Dpath.js37 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 DSkTArray.h99 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 DSkTArray.h99 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 DmatchBrackets.js20 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 DTextLayoutAlgorithm.java56 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 DTextLayoutAlgorithm.java56 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 DTextLayoutAlgorithm.java56 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 DTextLayoutAlgorithm.java56 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 Dbase83.ts89 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 Dbase83.js88 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 DmatchBrackets.ts25 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 DEXPushTokenManager.m28 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 DABI47_0_0EXPushTokenManager.m28 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 DABI49_0_0EXPushTokenManager.m28 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 DABI48_0_0EXPushTokenManager.m28 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--;

12345678910>>...73