Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DSVGLength.java129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
130 list.add(new SVGLength(dynamic.asDouble())); in arrayFrom()
131 return list; in arrayFrom()
140 list.add(from(val)); in arrayFrom()
142 return list; in arrayFrom()
146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
147 list.add(new SVGLength(dynamic.asString())); in arrayFrom()
148 return list; in arrayFrom()
157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() local
160 list.add(from(val)); in arrayFrom()
[all …]
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DSVGLength.java129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
130 list.add(new SVGLength(dynamic.asDouble())); in arrayFrom()
131 return list; in arrayFrom()
140 list.add(from(val)); in arrayFrom()
142 return list; in arrayFrom()
146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
147 list.add(new SVGLength(dynamic.asString())); in arrayFrom()
148 return list; in arrayFrom()
157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() local
160 list.add(from(val)); in arrayFrom()
[all …]
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DSVGLength.java129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
130 list.add(new SVGLength(dynamic.asDouble())); in arrayFrom()
131 return list; in arrayFrom()
140 list.add(from(val)); in arrayFrom()
142 return list; in arrayFrom()
146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
147 list.add(new SVGLength(dynamic.asString())); in arrayFrom()
148 return list; in arrayFrom()
157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() local
160 list.add(from(val)); in arrayFrom()
[all …]
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DSVGLength.java129 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
130 list.add(new SVGLength(dynamic.asDouble())); in arrayFrom()
131 return list; in arrayFrom()
140 list.add(from(val)); in arrayFrom()
142 return list; in arrayFrom()
146 ArrayList<SVGLength> list = new ArrayList<>(1); in arrayFrom() local
147 list.add(new SVGLength(dynamic.asString())); in arrayFrom()
148 return list; in arrayFrom()
157 ArrayList<SVGLength> list = new ArrayList<>(size); in arrayFrom() local
160 list.add(from(val)); in arrayFrom()
[all …]
/expo/docs/pages/versions/unversioned/sdk/
H A Dflash-list.mdx4 sourceCodeUrl: 'https://github.com/shopify/flash-list'
5 packageName: '@shopify/flash-list'
13 **`@shopify/flash-list`** is a "Fast and performant React Native list" component that is a drop-in …
19 <APIInstallSection href="https://shopify.github.io/flash-list/docs/" />
23 …full documentation at [https://shopify.github.io/flash-list/](https://shopify.github.io/flash-list
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dflash-list.mdx4 sourceCodeUrl: 'https://github.com/shopify/flash-list'
5 packageName: '@shopify/flash-list'
13 **`@shopify/flash-list`** is a "Fast and performant React Native list" component that is a drop-in …
19 <APIInstallSection href="https://shopify.github.io/flash-list/docs/" />
23 …full documentation at [https://shopify.github.io/flash-list/](https://shopify.github.io/flash-list
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dflash-list.mdx4 sourceCodeUrl: 'https://github.com/shopify/flash-list'
5 packageName: '@shopify/flash-list'
13 **`@shopify/flash-list`** is a "Fast and performant React Native list" component that is a drop-in …
19 <APIInstallSection href="https://shopify.github.io/flash-list/docs/" />
23 …full documentation at [https://shopify.github.io/flash-list/](https://shopify.github.io/flash-list
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dflash-list.mdx4 sourceCodeUrl: 'https://github.com/shopify/flash-list'
5 packageName: '@shopify/flash-list'
13 **`@shopify/flash-list`** is a "Fast and performant React Native list" component that is a drop-in …
19 <APIInstallSection href="https://shopify.github.io/flash-list/docs/" />
23 …full documentation at [https://shopify.github.io/flash-list/](https://shopify.github.io/flash-list
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dflash-list.mdx4 sourceCodeUrl: 'https://github.com/shopify/flash-list'
5 packageName: '@shopify/flash-list'
13 **`@shopify/flash-list`** is a "Fast and performant React Native list" component that is a drop-in …
19 <APIInstallSection href="https://shopify.github.io/flash-list/docs/" />
23 …full documentation at [https://shopify.github.io/flash-list/](https://shopify.github.io/flash-list
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt9 val list = mutableListOf<Entry>() in toEntryList() constant
28 list.add(Entry(key, value)) in toEntryList()
30 return list in toEntryList()
34 val list = this.toArrayList() in ReadableArray() constant
36 for (item in list) { in ReadableArray()
41 return list as List<String> in ReadableArray()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt9 val list = mutableListOf<Entry>() in toEntryList() constant
28 list.add(Entry(key, value)) in toEntryList()
30 return list in toEntryList()
34 val list = this.toArrayList() in ReadableArray() constant
36 for (item in list) { in ReadableArray()
41 return list as List<String> in ReadableArray()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt9 val list = mutableListOf<Entry>() in toEntryList() constant
28 list.add(Entry(key, value)) in toEntryList()
30 return list in toEntryList()
34 val list = this.toArrayList() in ReadableArray() constant
36 for (item in list) { in ReadableArray()
41 return list as List<String> in ReadableArray()
/expo/packages/expo-task-manager/android/src/main/java/expo/modules/taskManager/
H A DTaskManagerUtils.java268 Object first = list.get(0); in mapToBundle()
288 double[] doubles = new double[list.size()]; in listToDoubleArray()
289 for (int i = 0; i < list.size(); i++) { in listToDoubleArray()
290 doubles[i] = (Double) list.get(i); in listToDoubleArray()
297 int[] integers = new int[list.size()]; in listToIntArray()
298 for (int i = 0; i < list.size(); i++) { in listToIntArray()
299 integers[i] = (Integer) list.get(i); in listToIntArray()
306 String[] strings = new String[list.size()]; in listToStringArray()
307 for (int i = 0; i < list.size(); i++) { in listToStringArray()
308 strings[i] = list.get(i).toString(); in listToStringArray()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java268 Object first = list.get(0); in mapToBundle()
288 double[] doubles = new double[list.size()]; in listToDoubleArray()
289 for (int i = 0; i < list.size(); i++) { in listToDoubleArray()
290 doubles[i] = (Double) list.get(i); in listToDoubleArray()
297 int[] integers = new int[list.size()]; in listToIntArray()
298 for (int i = 0; i < list.size(); i++) { in listToIntArray()
299 integers[i] = (Integer) list.get(i); in listToIntArray()
306 String[] strings = new String[list.size()]; in listToStringArray()
307 for (int i = 0; i < list.size(); i++) { in listToStringArray()
308 strings[i] = list.get(i).toString(); in listToStringArray()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java268 Object first = list.get(0); in mapToBundle()
288 double[] doubles = new double[list.size()]; in listToDoubleArray()
289 for (int i = 0; i < list.size(); i++) { in listToDoubleArray()
290 doubles[i] = (Double) list.get(i); in listToDoubleArray()
297 int[] integers = new int[list.size()]; in listToIntArray()
298 for (int i = 0; i < list.size(); i++) { in listToIntArray()
299 integers[i] = (Integer) list.get(i); in listToIntArray()
306 String[] strings = new String[list.size()]; in listToStringArray()
307 for (int i = 0; i < list.size(); i++) { in listToStringArray()
308 strings[i] = list.get(i).toString(); in listToStringArray()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/taskManager/
H A DTaskManagerUtils.java268 Object first = list.get(0); in mapToBundle()
288 double[] doubles = new double[list.size()]; in listToDoubleArray()
289 for (int i = 0; i < list.size(); i++) { in listToDoubleArray()
290 doubles[i] = (Double) list.get(i); in listToDoubleArray()
297 int[] integers = new int[list.size()]; in listToIntArray()
298 for (int i = 0; i < list.size(); i++) { in listToIntArray()
299 integers[i] = (Integer) list.get(i); in listToIntArray()
306 String[] strings = new String[list.size()]; in listToStringArray()
307 for (int i = 0; i < list.size(); i++) { in listToStringArray()
308 strings[i] = list.get(i).toString(); in listToStringArray()
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/
H A DSkTInternalLList.h158 void concat(SkTInternalLList&& list) { in concat() argument
159 if (list.isEmpty()) { in concat()
163 list.fHead->fPrev = fTail; in concat()
165 SkASSERT(!list.fHead->fPrev); in concat()
166 fHead = list.fHead; in concat()
169 fTail->fNext = list.fHead; in concat()
171 fTail = list.fTail; in concat()
175 SkASSERT(node->fList == &list); in concat()
180 list.fHead = list.fTail = nullptr; in concat()
204 fCurr = list.fHead; in init()
[all …]
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/picker/
H A DRNCPickerPackage.java27 List<ViewManager> list = new ArrayList<>(); in createViewManagers() local
28 list.add(new ReactDialogPickerManager()); in createViewManagers()
29 list.add(new ReactDropdownPickerManager()); in createViewManagers()
30 return list; in createViewManagers()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/picker/
H A DRNCPickerPackage.java27 List<ViewManager> list = new ArrayList<>(); in createViewManagers() local
28 list.add(new ReactDialogPickerManager()); in createViewManagers()
29 list.add(new ReactDropdownPickerManager()); in createViewManagers()
30 return list; in createViewManagers()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/picker/
H A DRNCPickerPackage.java27 List<ViewManager> list = new ArrayList<>(); in createViewManagers() local
28 list.add(new ReactDialogPickerManager()); in createViewManagers()
29 list.add(new ReactDropdownPickerManager()); in createViewManagers()
30 return list; in createViewManagers()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/picker/
H A DRNCPickerPackage.java27 List<ViewManager> list = new ArrayList<>(); in createViewManagers() local
28 list.add(new ReactDialogPickerManager()); in createViewManagers()
29 list.add(new ReactDropdownPickerManager()); in createViewManagers()
30 return list; in createViewManagers()
/expo/.github/workflows/
H A Dnative-component-list.yml7 - .github/workflows/native-component-list.yml
8 - apps/native-component-list/**
15 - .github/workflows/native-component-list.yml
16 - apps/native-component-list/**
48 working-directory: apps/native-component-list
51 working-directory: apps/native-component-list
/expo/packages/expo-structured-headers/ios/Tests/
H A DEXStructuredHeadersTestFixtures.m13list item dictionary\",\"raw\":[\"a=(1 2)\"],\"header_type\":\"dictionary\",\"expected\":[[\"a\",[…
15list\",\"expected\":[[\"foo\",[]],[\"bar\",[]],[\"It was the best of times.\",[]]]},{\"name\":\"Ex…
19list key\",\"raw\":[\"foo; a\\u0000a=1\"],\"header_type\":\"list\",\"must_fail\":true},{\"name\":\…
21list\",\"raw\":[\"a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, …
23list\",\"raw\":[\"1, 42\"],\"header_type\":\"list\",\"expected\":[[1,[]],[42,[]]]},{\"name\":\"emp…
25list of lists\",\"raw\":[\"(1 2), (42 43)\"],\"header_type\":\"list\",\"expected\":[[[[1,[]],[2,[]…
31list item parameterised dictionary\",\"raw\":[\"a=(1 2); q=1.0\"],\"header_type\":\"dictionary\",\…
33list\",\"raw\":[\"abc_123;a=1;b=2; cdef_456, ghi;q=9;r=\\\"+w\\\"\"],\"header_type\":\"list\",\"ex…
35list\",\"raw\":[\"(abc_123);a=1;b=2, cdef_456\"],\"header_type\":\"list\",\"expected\":[[[[{\"__ty…
43list\",\"raw\":[\"a_b-c3/*\"],\"header_type\":\"list\",\"expected\":[[{\"__type\":\"token\",\"valu…
/expo/packages/expo-structured-headers/android/src/test/java/expo/modules/structuredheaders/
H A DTests.java183 OuterList list = Parser.parseList(e.getKey()); in testValidLists() local
185 assertTrue(list instanceof OuterList); in testValidLists()
186 assertEquals(list.get().size(), expected.length / 2); in testValidLists()
188 assertEquals(expected[i * 2], list.get().get(i).get()); in testValidLists()
189 Parameters p = list.get().get(i).getParams(); in testValidLists()
202 InnerList list = Parser.parseInnerList(e.getKey()); in testValidInnerLists() local
204 assertTrue(list instanceof InnerList); in testValidInnerLists()
205 assertEquals(list.get().size(), (expected.length - 1) / 2); in testValidInnerLists()
207 assertEquals(expected[i * 2], list.get().get(i).get()); in testValidInnerLists()
208 Parameters p = list.get().get(i).getParams(); in testValidInnerLists()
[all …]
/expo/packages/expo-dev-menu-interface/ios/Tests/
H A DDevMenuSelectionListTest.swift9 let list = DevMenuSelectionList() in spec() variable
11 let serilizedData = list.serialize() in spec()

12345678910>>...20