HomeSort by relevance Sort by last modified time
    Searched refs:lists (Results 1 - 25 of 638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
help.d 5 Usage help. This lists all current command line options with a short
  /external/zopfli/src/zopfli/
katajainen.c 63 lists: If given, used to mark in-use nodes during garbage collection.
64 maxbits: Size of lists.
67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) {
75 if (lists) {
78 for (node = lists[i / 2][i % 2]; node; node = node->tail) {
96 lists: The lists of chains.
97 maxbits: Number of lists.
105 static void BoundaryPM(Node* (*lists)[2], int maxbits,
109 int lastcount = lists[index][1]->count; /* Count of last chain of list. *
    [all...]
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/
CollectionExtensions.kt 20 * Creates a cartesian product from the given lists.
29 private fun <T> cartesianProductInternal(index: Int, lists: List<List<T>>): List<MutableList<T>> {
34 for (obj in lists[index]) {
35 for (set in cartesianProductInternal(index - 1, lists)) {
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_bootstrap_deb_packages.sh 24 rm -rf /var/lib/apt/lists/*
  /external/tensorflow/tensorflow/python/eager/
execute.py 210 def args_to_mixed_eager_tensors(lists, ctx):
211 """Converts a list of same-length lists of values to eager tensors."""
212 assert len(lists) > 1
214 # Generate an error if len(lists[i]) is not the same for all i.
216 for l in lists[1:]:
217 if len(l) != len(lists[0]):
220 % (len(lists[0]), len(l), lists[0], l))
225 for i in range(len(lists[0])):
228 for l in lists
    [all...]
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationBundlingTests.java 71 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
73 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
81 obj = mDevice.wait(Until.findObject(By.textContains(lists.get(1).toString())),
89 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
91 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
95 for (int n : lists) {
104 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
106 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY);
NotificationInteractionTests.java 117 Map<Integer, String> lists = new HashMap<Integer, String>(); local
121 lists.put(CUSTOM_NOTIFICATION_ID + i, Integer.toString(CUSTOM_NOTIFICATION_ID + i));
123 mHelper.sendNotifications(lists, false);
155 Map<Integer, String> lists = new HashMap<Integer, String>(); local
158 lists.put(firstId, Integer.toString(firstId));
159 lists.put(secondId, Integer.toString(secondId));
161 mHelper.sendNotifications(lists, true);
164 mHelper.sendNotifications(lists, true);
284 List<Integer> lists = new ArrayList<Integer>(Arrays.asList(GROUP_NOTIFICATION_ID, local
286 mHelper.sendBundlingNotifications(lists, BUNDLE_GROUP_KEY)
    [all...]
NotificationHelper.java 152 public void sendNotifications(Map<Integer, String> lists, boolean withDelay) throws Exception {
155 for (Map.Entry<Integer, String> l : lists.entrySet()) {
169 public void sendBundlingNotifications(List<Integer> lists, String groupKey) throws Exception {
171 .setContentTitle(lists.get(1).toString())
175 mNotificationManager.notify(lists.get(1),
178 .setContentText(lists.get(2).toString())
182 mNotificationManager.notify(lists.get(2),
185 .setContentTitle(lists.get(0).toString())
191 mNotificationManager.notify(lists.get(0),
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 120 private void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) {
121 for (int i = 0; i < lists.length; ++i) {
122 String[] list = lists[i];
146 String[][] lists = { local
159 parseList(rbnf_en, rbnf_fr, lists);
165 parseList(rbnf_en, rbnf_fr, lists);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RBNFParseTest.java 117 private void parseList(RuleBasedNumberFormat rbnf_en, RuleBasedNumberFormat rbnf_fr, String[][] lists) {
118 for (int i = 0; i < lists.length; ++i) {
119 String[] list = lists[i];
143 String[][] lists = { local
156 parseList(rbnf_en, rbnf_fr, lists);
162 parseList(rbnf_en, rbnf_fr, lists);
  /external/curl/tests/
directories.pm 164 %lists = (
240 $list = $lists{$list_type};
262 $list = $lists{$list_type};
285 $list = $lists{$listname};
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22164.go 7 // Test error recovery after missing closing parentheses in lists.
bug418.go 8 // Multiple valued expressions in return lists.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22164.go 7 // Test error recovery after missing closing parentheses in lists.
bug418.go 8 // Multiple valued expressions in return lists.
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArrayListTest.java 177 * lists with same elements are equal and have same hashCode
534 List[] lists = { c, c.subList(1, c.size() - 1) }; local
535 for (List list : lists) {
548 List[] lists = { c, c.subList(1, c.size() - 1) }; local
549 for (List list : lists) {
562 List[] lists = { c, c.subList(1, c.size() - 1) }; local
563 for (List list : lists) {
576 List[] lists = { c, c.subList(1, c.size() - 1) }; local
577 for (List list : lists) {
590 List[] lists = { c, c.subList(1, c.size() - 1) } local
604 List[] lists = { c, c.subList(1, c.size() - 1) }; local
618 List[] lists = { c, c.subList(1, c.size() - 1) }; local
632 List[] lists = { c, c.subList(1, c.size() - 1) }; local
646 List[] lists = { c, c.subList(1, c.size() - 1) }; local
660 List[] lists = { c, c.subList(1, c.size() - 1) }; local
674 List[] lists = { c, c.subList(1, c.size() - 1) }; local
688 List[] lists = { c, c.subList(1, c.size() - 1) }; local
702 List[] lists = { c, c.subList(1, c.size() - 1) }; local
716 List[] lists = { c, c.subList(1, c.size() - 1) }; local
731 List[] lists = { c, c.subList(1, c.size() - 1) }; local
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 134 * @param lists notification list for a group of notifications which includes two child
140 public void sendBundlingNotifications(List<Integer> lists, String groupKey,
144 .setContentTitle(lists.get(1).toString())
150 mNotificationManager.notify(lists.get(1),
154 .setContentTitle(lists.get(2).toString())
160 mNotificationManager.notify(lists.get(2),
164 .setContentTitle(lists.get(0).toString())
170 mNotificationManager.notify(lists.get(0),
  /external/guava/guava/src/com/google/common/collect/
CartesianList.java 30 * Implementation of {@link Lists#cartesianProduct(List)}.
40 static <E> List<List<E>> create(List<? extends List<? extends E>> lists) {
42 new ImmutableList.Builder<List<E>>(lists.size());
43 for (List<? extends E> list : lists) {
  /external/annotation-tools/annotation-file-utilities/tests/
NewArray.java 31 List<?>[] lists = new ArrayList<?>[2]; field in class:NewArray
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 96 self.lists = list(args)
98 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
99 print self.lists
103 return [tuple(map(lambda x: x[0], self.lists))]
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 96 self.lists = list(args)
98 self.numCombinations = reduce(operator.mul, map(len, self.lists), 1)
99 print self.lists
103 return [tuple(map(lambda x: x[0], self.lists))]
  /external/icu/icu4c/source/samples/
readme.txt 81 - legacy and layout are not included in these lists,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AppendTrack.java 236 ArrayList<ByteBuffer> lists = new ArrayList<ByteBuffer>(); local
239 lists.addAll(track.getSamples());
242 return lists;
251 List<long[]> lists = new LinkedList<long[]>(); local
253 lists.add(TimeToSampleBox.blowupTimeToSamples(track.getDecodingTimeEntries()));
257 for (long[] list : lists) {
276 List<int[]> lists = new LinkedList<int[]>(); local
278 lists.add(CompositionTimeToSample.blowupCompositionTimes(track.getCompositionTimeEntries()));
281 for (int[] list : lists) {
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 151 void getDefaultFilterLists (vector<NamedFilterList>& lists, const FilterList& baseFilters)
201 lists.push_back(filters);
220 lists.push_back(filters);
  /test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
check_setup_cleanup.py 153 """Normalize inputs to lists of same length.
156 If there are lists in inputs, they should all be of same length;
158 If there are lists and single items in inputs, single items are
161 single item lists.
174 lists = filter(self.IsListLike, inputs)
175 if not lists:
176 # All inputs are single items. Convert them to lists
179 lengths = set(map(len, lists))
181 # lists in inputs have different lengths, cannot normalize

Completed in 990 milliseconds

1 2 3 4 5 6 7 8 91011>>