Searched defs:list (Results 126 - 150 of 1412) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAssetManager.java28 public final String[] list(String path) throws IOException { method in class:ShadowAssetManager
31 return file.list();
/external/skia/tests/
H A DSListTest.cpp19 const SkTInternalSList<SListEntry>& list,
22 if (!list.isEmpty()) {
26 if (0 != list.getCount()) {
27 ERRORF(reporter, "%s - List count is not zero, %d instead", stage, list.getCount());
30 if (NULL != list.head()) {
38 const SkTInternalSList<SListEntry>& list,
41 SListEntry* next = list.head();
42 if (list.getCount() != count) {
43 ERRORF(reporter, "%s - List was too short, %d instead of %d", stage, list.getCount(), count);
70 SkTInternalSList<SListEntry> list; local
18 verifyEmptyList(skiatest::Reporter* reporter, const SkTInternalSList<SListEntry>& list, const char* stage) argument
37 verifyList(skiatest::Reporter* reporter, const SkTInternalSList<SListEntry>& list, const char* stage, SListEntry* start, int count, int step = 1) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableAnnotation.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
81 public static ImmutableSet<ImmutableAnnotation> immutableSetOf(@Nullable Iterable<? extends Annotation> list) { argument
82 return CONVERTER.toSet(list);
H A DImmutableAnnotationElement.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
75 @Nullable Iterable<? extends AnnotationElement> list) {
76 return CONVERTER.toSet(list);
74 immutableSetOf( @ullable Iterable<? extends AnnotationElement> list) argument
H A DImmutableExceptionHandler.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
66 @Nullable Iterable<? extends ExceptionHandler> list) {
67 return CONVERTER.toList(list);
65 immutableListOf( @ullable Iterable<? extends ExceptionHandler> list) argument
H A DImmutableTryBlock.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
85 @Nullable List<? extends TryBlock<? extends ExceptionHandler>> list) {
86 return CONVERTER.toList(list);
84 immutableListOf( @ullable List<? extends TryBlock<? extends ExceptionHandler>> list) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableDebugItem.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
78 public static ImmutableList<ImmutableDebugItem> immutableListOf(@Nullable Iterable<? extends DebugItem> list) { argument
79 return CONVERTER.toList(list);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
146 public static ImmutableList<ImmutableInstruction> immutableListOf(Iterable<? extends Instruction> list) { argument
147 return CONVERTER.toList(list);
H A DImmutableSwitchElement.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
66 public static ImmutableList<ImmutableSwitchElement> immutableListOf(@Nullable List<? extends SwitchElement> list) { argument
67 return CONVERTER.toList(list);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableTypeReference.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
61 public static ImmutableList<ImmutableTypeReference> immutableListOf(@Nullable List<? extends TypeReference> list) { argument
62 return CONVERTER.toList(list);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
H A DImmutableEncodedValueFactory.java10 * notice, this list of conditions and the following disclaimer.
12 * copyright notice, this list of conditions and the following disclaimer
123 (@Nullable Iterable<? extends EncodedValue> list) {
124 return CONVERTER.toList(list);
122 immutableListOf(@ullable Iterable<? extends EncodedValue> list) argument
/external/srec/srec/Recognizer/src/
H A DRecognizerResult.c56 ESR_ReturnCode SR_RecognizerResultGetKeyList(const SR_RecognizerResult* self, const size_t nbest, LCHAR** list, size_t* size) argument
63 return self->getKeyList(self, nbest, list, size);
/external/srec/srec/Semproc/src/
H A DSemanticResult.c38 ESR_ReturnCode SR_SemanticResultGetKeyList(SR_SemanticResult* self, LCHAR** list, size_t* size) argument
45 return self->getKeyList(self, list, size);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc39 void PrintList(ListWrapper& list) argument
41 ListItem* list_item = list.First();
48 list_item = list.Next(list_item);
53 // The list should always be in ascending order
54 void ListSanity(ListWrapper& list)
56 if(list.Empty())
60 ListItem* item_iter = list.First();
68 item_iter = list.Next(item_iter);
147 // Erase the whole list
154 // Test APIs when list i
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.h17 #include "list.h"
22 struct dl_list list; member in struct:wpa_trace_ref
40 dl_list_del(&(ptr)->wpa_trace_ref_##name.list); \
/external/wpa_supplicant_8/src/utils/
H A Dtrace.h17 #include "list.h"
22 struct dl_list list; member in struct:wpa_trace_ref
40 dl_list_del(&(ptr)->wpa_trace_ref_##name.list); \
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.h17 #include "list.h"
22 struct dl_list list; member in struct:wpa_trace_ref
40 dl_list_del(&(ptr)->wpa_trace_ref_##name.list); \
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
47 public static bool add( this IList list, object value ) argument
49 int count = list.Count;
50 list.Add( value );
51 return list.Count == count + 1;
55 public static void add<T>( this ICollection<T> list, T value ) argument
57 list.Add( value );
61 public static void add<T>( this List<T> list, T value ) argument
63 list
67 add( this IList list, int index, object value ) argument
73 addAll( this List<object> list, IEnumerable items ) argument
79 addAll( this IList list, IEnumerable items ) argument
85 addAll( this ICollection<T> list, IEnumerable<T> items ) argument
93 addElement( this List<object> list, object value ) argument
105 contains( this IList list, object value ) argument
111 contains( this ICollection<T> list, T value ) argument
117 elementAt( this IList<T> list, int index ) argument
123 get( this IList list, int index ) argument
129 get( this IList<T> list, int index ) argument
136 get( this List<T> list, int index ) argument
142 remove( this IList list, int index ) argument
150 remove( this IList<T> list, T item ) argument
156 set( this IList list, int index, object value ) argument
162 set( this IList<T> list, int index, T value ) argument
168 set( this List<T> list, int index, T value ) argument
174 setSize( this List<T> list, int size ) argument
206 subList( this IList list, int fromIndex, int toIndex ) argument
217 subList( this IList<T> list, int fromIndex, int toIndex ) argument
227 subList( this List<T> list, int fromIndex, int toIndex ) argument
[all...]
/external/bison/src/
H A DInadequacyList.c1 /* IELR's inadequacy list.
74 InadequacyList__prependTo (InadequacyList *self, InadequacyList **list) argument
76 InadequacyList *head_old = *list;
77 *list = self;
/external/bluetooth/bluedroid/osi/src/
H A Dfixed_queue.c24 #include "list.h"
29 list_t *list; member in struct:fixed_queue_t
41 ret->list = list_new(NULL);
42 if (!ret->list)
60 list_free(ret->list);
74 for (const list_node_t *node = list_begin(queue->list); node != list_end(queue->list); node = list_next(node))
77 list_free(queue->list);
91 list_append(queue->list, data);
103 void *ret = list_front(queue->list);
[all...]
/external/chromium_org/athena/wm/
H A Dsplit_view_controller_unittest.cc43 const aura::Window::Windows& list = local
45 return *(list.rbegin() + 1);
52 aura::Window::Windows list = local
54 for (aura::Window::Windows::const_iterator it = list.begin();
55 it != list.end(); ++it) {
/external/chromium_org/base/json/
H A Djson_writer.cc121 const ListValue* list = NULL; local
123 bool result = node->GetAsList(&list);
125 for (ListValue::const_iterator it = list->begin(); it != list->end();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_api_unittest.cc70 base::ListValue* list = NULL; local
72 if (value && !value->GetAsList(&list))
75 // We expect to either have successfuly retrieved a list from the value,
77 EXPECT_TRUE(list);
78 return scoped_ptr<base::ListValue>(list);
/external/chromium_org/chrome/browser/policy/
H A Dmanaged_bookmarks_policy_handler.cc35 base::ListValue* list = NULL;
36 if (!value || !value->GetAsList(&list))
39 FilterBookmarks(list);
43 void ManagedBookmarksPolicyHandler::FilterBookmarks(base::ListValue* list) { argument
45 base::ListValue::iterator it = list->begin();
46 while (it != list->end()) {
49 it = list->Erase(it, NULL);
56 // Every bookmark must have a name, and then either a URL of a list of
61 it = list->Erase(it, NULL);
74 it = list
[all...]
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
H A Dextension_statuses_handler.cc38 base::ListValue list; local
54 list.Append(dict);
57 callback.Run(list);
110 const base::ListValue& list) {
112 list);
109 DidGetExtensionStatuses( const base::ListValue& list) argument

Completed in 1266 milliseconds

1234567891011>>