HomeSort by relevance Sort by last modified time
    Searched defs:list (Results 176 - 200 of 4851) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/list/
ProjectionListActivity.java 17 package com.android.cts.verifier.projection.list;
  /cts/suite/audio_quality/lib/src/task/
TaskSound.cpp 32 const android::String8* list[] = {&STR_ID, &STR_TYPE, NULL}; local
33 registerSupportedStringAttributes(list);
  /cts/tests/app/src/android/app/cts/
ActivityManager_RunningAppProcessInfoTest.java 18 import java.util.List;
36 final List<RunningAppProcessInfo> list = am.getRunningAppProcesses(); local
37 final RunningAppProcessInfo rap = list.get(0);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerSpoofingTest.java 23 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
47 getManager().setDynamicShortcuts(list(s1));
51 getManager().setDynamicShortcuts(list(s1));
55 getManager().setDynamicShortcuts(list(s1));
105 resetAll(list(c0_1, c0_2, c0_3)); method
109 getManager().setDynamicShortcuts(list(s1));
  /cts/tests/tests/widget/src/android/widget/cts/
AdapterViewCtsActivity.java 27 import java.util.List;
52 final List<String> list = new ArrayList<String>(); local
54 list.add("test:" + i);
56 return new ArrayAdapter<String>(this, R.layout.adapterview_layout, list);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
HeaderSection.java 23 import java.util.List;
29 /** {@code non-null;} the list of the one item in the section */
30 private final List<HeaderItem> list; field in class:HeaderSection
43 this.list = Collections.singletonList(item);
55 return list;
  /dalvik/dx/junit-tests/com/android/dx/util/
IntListTest.java 24 IntList list = new IntList(sz); local
26 list.add(i * 2);
29 boolean contains = list.contains(i);
36 assertFalse(label(sz, -1), list.contains(-1));
37 assertFalse(label(sz, sz * 2), list.contains(sz * 2));
42 IntList list = new IntList(2); local
44 list.add(9);
45 list.add(12);
47 assertTrue(list.contains(9));
48 assertTrue(list.contains(12))
52 IntList list = new IntList(2); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
HeaderSection.java 22 import java.util.List;
28 /** {@code non-null;} the list of the one item in the section */
29 private final List<HeaderItem> list; field in class:HeaderSection
42 this.list = Collections.singletonList(item);
54 return list;
  /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java 52 // Set up the list of contacts
53 ListView list = (ListView) findViewById(R.id.list); local
54 list.setAdapter(mAdapter);
55 list.setOnItemClickListener(mOnItemClickListener);
  /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java 52 // Set up the list of contacts
53 ListView list = (ListView) findViewById(R.id.list); local
54 list.setAdapter(mAdapter);
55 list.setOnItemClickListener(mOnItemClickListener);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentListArray.java 30 * Demonstration of using ListFragment to show a list of items
39 // Create the list fragment and add it as our sole content.
41 ArrayListFragment list = new ArrayListFragment(); local
42 getFragmentManager().beginTransaction().add(android.R.id.content, list).commit();
  /development/samples/browseable/DirectShare/src/com.example.android.directshare/
SelectContactActivity.java 52 // Set up the list of contacts
53 ListView list = (ListView) findViewById(R.id.list); local
54 list.setAdapter(mAdapter);
55 list.setOnItemClickListener(mOnItemClickListener);
  /device/google/marlin/camera/QCamera2/stack/common/
cam_queue.h 7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
37 struct cam_list list; member in struct:__anon2142
50 cam_list_init(&queue->head.list);
67 cam_list_add_tail_node(&node->list, &queue->head.list);
82 head = &queue->head.list;
85 node = member_of(pos, cam_node_t, list);
86 cam_list_del_node(&node->list);
106 head = &queue->head.list;
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraQueue.h 7 * notice, this list of conditions and the following disclaimer.
9 * copyright notice, this list of conditions and the following
65 struct cam_list list; member in struct:qcamera::QCameraQueue::__anon2572
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/partition/
partition.h 30 partition_entry_t list[PLAT_PARTITION_MAX_ENTRIES]; member in struct:partition_entry_list
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_weakref.c 18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); local
20 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list));
30 "getweakrefs(object) -- return a list of all weak reference objects\n"
39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); local
40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list);
44 PyWeakReference *current = *list;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rrcs.py 33 print " list # list filename if valid"
85 def list(x, copts, fn): function
152 'list': ('', list),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_weakref.c 18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); local
20 result = PyInt_FromSsize_t(_PyWeakref_GetWeakrefCount(*list));
30 "getweakrefs(object) -- return a list of all weak reference objects\n"
39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); local
40 Py_ssize_t count = _PyWeakref_GetWeakrefCount(*list);
44 PyWeakReference *current = *list;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
GenPatchPcdTable.py 46 @return a list which element hold (PcdName, Offset, SectionName)
118 @return a list which element hold (PcdName, Offset, SectionName)
173 def generatePcdTable(list, pcdpath):
181 for pcditem in list:
203 list = parsePcdInfoFromMapFile(options.mapfile, options.efifile) variable
204 if list != None:
206 generatePcdTable(list, options.outfile)
208 generatePcdTable(list, options.mapfile.replace('.map', '.BinaryPcdTable.txt'))
  /external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/
TestFieldGeneric.java 3 import java.util.List;
9 List<String> list; field in class:TestFieldGeneric
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 183 XObject list = eval(contextNode, str, namespaceNode); local
186 return list.nodeset();
222 XObject list = eval(contextNode, str, namespaceNode); local
225 return list.nodelist();
XPathAPI.java 128 XObject list = eval(contextNode, str, namespaceNode); local
131 return list.nodeset();
167 XObject list = eval(contextNode, str, namespaceNode); local
170 return list.nodelist();
  /external/clang/test/CodeGen/
2002-07-14-MiscListTests.c 3 // Test list stuff
7 // Test opaque structure support. the list type is defined later
8 struct list;
10 struct list *PassThroughList(struct list *L) {
17 typedef struct list { struct
19 struct list *Next;
20 } list; typedef in typeref:struct:list
22 list *Data;
28 Data = (list*)malloc(12); // This is not a proper list allocatio
    [all...]
  /external/compiler-rt/lib/stats/
stats_client.cc 41 StatModule *list; member in namespace:__anon17208
51 module_id = reg_func(&list);
66 mod->next = list;
67 list = mod;
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
BoundedGenericModule.java 23 import java.util.List;
41 ArrayList<String> list = new ArrayList<>(); local
42 list.add("arrayListOfString");
43 return list;
48 LinkedList<String> list = new LinkedList<>(); local
49 list.add("linkedListOfString");
50 return list;
55 LinkedList<CharSequence> list = new LinkedList<>(); local
56 list.add("linkedListOfCharSeq");
57 return list;
63 LinkedList<Comparable<String>> list = new LinkedList<>(); local
70 LinkedList<Integer> list = new LinkedList<>(); local
    [all...]

Completed in 539 milliseconds

1 2 3 4 5 6 78 91011>>