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

<<11121314151617181920>>

  /build/blueprint/bpmodify/
bpmodify.go 25 list = flag.Bool("l", false, "list files that would be modified by bpmodify")
36 flag.Var(targetedModules, "m", "comma or whitespace separated list of modules on which to operate")
37 flag.Var(addIdents, "a", "comma or whitespace separated list of identifiers to add")
38 flag.Var(removeIdents, "r", "comma or whitespace separated list of identifiers to remove")
96 if *list {
114 if !*list && !*write && !*doDiff {
166 list, ok := value.(*parser.List)
168 return false, []error{fmt.Errorf("expected parameter %s in module %s to be list, found %s"
23 list = flag.Bool("l", false, "list files that would be modified by bpmodify") var
    [all...]
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
ShortcutManagerSecondaryUserTest.java 20 import static com.android.server.pm.shortcutmanagertest.ShortcutManagerTestUtils.list;
32 import java.util.List;
41 assertTrue(getManager().setDynamicShortcuts(list(
51 .setShortcutIds(list("s1"));
52 final List<ShortcutInfo> list = getLauncherApps().getShortcuts(q, user); local
53 assertWith(list)
60 final ShortcutInfo s1 = list.get(0);
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 31 import java.util.List;
59 public static List<String> readFileLines(File f) throws IOException {
62 List<String> list = new ArrayList<String>(); local
65 list.add(line);
68 return list;
  /cts/suite/audio_quality/test/
TaskTest.cpp 45 const android::String8* list[] = {&AAA, &BBB, NULL}; local
46 registerSupportedStringAttributes(list);
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
AssertHelpers.java 24 import java.util.List;
199 private static <T> List<T> buildList(T[] array) {
203 private static List<Integer> buildList(int[] array) {
204 List<Integer> list = new ArrayList<Integer>(array.length); local
206 list.add(val);
208 return list;
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 90 ArrayList<GesturePoint> list = new ArrayList<GesturePoint>(points.length); local
92 list.add(point);
94 return new GestureStroke(list);
  /device/google/cuttlefish_common/common/libs/net/
netlink_request.cpp 112 nlattr* list = AppendTag(type, NULL, 0); local
113 lists_.push_back(std::make_pair(list, length));
118 LOG(ERROR) << "List pop with no lists left on stack.";
122 std::pair<nlattr*, int> list = lists_.back(); local
124 list.first->nla_len = request_.size() - list.second;
  /device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
partition.c 17 partition_entry_list_t list; variable
27 len = snprintf(name, EFI_NAMELEN, "%s", list.list[i].name);
32 VERBOSE("%d: %s %lx-%lx\n", i + 1, name, list.list[i].start,
33 list.list[i].start + list.list[i].length - 4);
99 list.entry_count = header.list_num
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.c 77 while (p) { /* for each node in the list */
99 int tag, unsigned int h, GCObject **list) {
103 ts = &luaC_newobj(L, tag, totalsize, list, 0)->ts;
118 GCObject **list; /* (pointer to) list where it will be inserted */ local
123 list = &tb->hash[lmod(h, tb->size)];
124 s = createstrobj(L, str, l, LUA_TSHRSTR, h, list);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
row.c 143 PyObject* list; local
146 list = PyList_New(0);
147 if (!list) {
153 if (PyList_Append(list, PyTuple_GET_ITEM(PyTuple_GET_ITEM(self->description, i), 0)) != 0) {
154 Py_DECREF(list);
159 return list;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
callout.h 15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
49 * notice, this list of conditions and the following disclaimer.
51 * notice, this list of conditions and the following disclaimer in the
79 struct callout_circq *list; member in union:callout_circq::__anon12041
84 struct callout_circq *list; member in union:callout_circq::__anon12042
89 #define cq_next_l cq_next.list
90 #define cq_prev_l cq_prev.list
  /external/adhd/cras/src/server/
stream_list.c 26 struct stream_list *list = (struct stream_list *)data; local
29 DL_FOREACH(list->streams_to_delete, to_delete) {
32 drain_delay = list->stream_removed_cb(to_delete);
37 DL_DELETE(list->streams_to_delete, to_delete);
38 list->stream_destroy_cb(to_delete);
41 list->drain_timer = NULL;
43 list->drain_timer = cras_tm_create_timer(list->timer_manager,
44 MAX(max_drain_delay, 10), delete_streams, list);
57 struct stream_list *list = calloc(1, sizeof(struct stream_list)) local
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 21 import java.util.List;
27 List<Integer> list; // must contain the Integers 0 to 99 in order field in class:Support_ListTest
33 public Support_ListTest(String p1, List<Integer> l) {
35 list = l;
43 elem = list.get(counter);
48 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
50 list.add(50, new Integer(1000));
51 assertTrue("ListTest - a) add with index failed--did not insert", list
55 list.get(51).equals(new Integer(50)))
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx-std-suppression.h 36 class list class in namespace:std
43 // out of std::list.
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist-startend.cpp 50 // init the list
81 auto list = { destroyme1(), destroyme1() }; local
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
KeyStoreBuilderParametersTest.java 28 import java.util.List;
77 new KeyStoreBuilderParameters((List<Builder>) null);
93 List<Builder> list = Arrays.asList(builder1, builder2); local
94 KeyStoreBuilderParameters ksbp = new KeyStoreBuilderParameters(list);
97 assertNotSame(list, ksbp.getParameters());
111 list.set(0, builder2);
  /external/curl/lib/
hash.c 127 Curl_llist_insert_next(l, l->tail, he, &he->list);
238 struct curl_llist *list; local
245 list = &h->table[i];
246 le = list->head; /* get first list entry */
252 Curl_llist_remove(list, le, (void *) h);
297 /* Get the next element in the current list, if any */
301 /* If we have reached the end of the list, find the next one */
  /external/devlib/devlib/utils/
rendering.py 120 for activity in self.list():
131 def list(self): member in class:SurfaceFlingerFrameCollector
132 text = self.target.execute('dumpsys SurfaceFlinger --list')
165 output = target.execute('dumpsys gfxinfo --list framestats')
  /external/doclava/src/com/google/doclava/
ParsedTagInfo.java 57 ArrayList<TagInfo> list = new ArrayList<TagInfo>(); local
63 list.add(t[j]);
66 return list.toArray(TagInfo.getArray(list.size()));
  /external/e2fsprogs/lib/blkid/
devno.c 64 * This function adds an entry to the directory list
66 static void add_to_dirlist(const char *name, struct dir_list **list)
78 dp->next = *list;
79 *list = dp;
83 * This function frees a directory list
85 static void free_dirlist(struct dir_list **list)
89 for (dp = *list; dp; dp = next) {
94 *list = NULL;
97 void blkid__scan_dir(const char *dirname, dev_t devno, struct dir_list **list,
129 if (list && S_ISDIR(st.st_mode) && !lstat(path, &st) &
147 struct dir_list *list = NULL, *new_list = NULL; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
finddev.c 48 * This function adds an entry to the directory list
50 static void add_to_dirlist(const char *name, struct dir_list **list)
63 dp->next = *list;
64 *list = dp;
68 * This function frees a directory list
70 static void free_dirlist(struct dir_list **list)
74 for (dp = *list; dp; dp = next) {
79 *list = 0;
82 static int scan_dir(char *dirname, dev_t device, struct dir_list **list,
106 add_to_dirlist(path, list);
132 struct dir_list *list = 0, *new_list = 0; local
    [all...]
  /external/fio/
cgroup.c 17 struct flist_head list; member in struct:cgroup_member
65 INIT_FLIST_HEAD(&cm->list);
74 flist_add_tail(&cm->list, clist);
89 cm = flist_entry(n, struct cgroup_member, list);
92 flist_del(&cm->list);
filelock.c 3 * No hash indexing, just a list, so only works well for < 100 files or
21 struct flist_head list; member in struct:fio_filelock
28 struct flist_head list; member in struct:filelock_data
37 flist_add(&ff->list, &fld->free_list);
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
48 flist_del_init(&ff->list);
78 INIT_FLIST_HEAD(&fld->list);
89 flist_add_tail(&ff->list, &fld->free_list);
103 assert(flist_empty(&fld->list));
109 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ExecutionList.java 30 * <p>A list of listeners, each with an associated {@code Executor}, that
64 * Adds the {@code Runnable} and accompanying {@code Executor} to the list of
89 // new pair so that another thread can't run the list out from under us.
90 // We only add to the list if we have not yet started execution.
105 * Runs this execution list, executing all existing pairs in the order they
119 RunnableExecutorPair list; local
125 list = runnables;
128 // If we succeeded then list holds all the runnables we to execute. The pairs in the stack are
129 // in the opposite order from how they were added so we need to reverse the list to fulfill our
135 // N.B. All writes to the list and the next pointers must have happened before the above
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableCollection.java 76 ImmutableList<E> list = asList; local
77 return (list == null) ? (asList = createAsList()) : list;

Completed in 603 milliseconds

<<11121314151617181920>>