HomeSort by relevance Sort by last modified time
    Searched refs:list (Results 101 - 125 of 3653) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dbus/dbus/
dbus-dataslot.c 157 * data list is finalized, but may not be retrieved (and may only be
209 * Initializes a slot list.
210 * @param list the list to initialize.
213 _dbus_data_slot_list_init (DBusDataSlotList *list)
215 list->slots = NULL;
216 list->n_slots = 0;
220 * Stores a pointer in the data slot list, along with an optional
222 * again, or when the slot list is finalized. The slot number must
225 * with the slot list every time
383 DBusDataSlotList list; local
    [all...]
dbus-list.c 2 /* dbus-list.c Generic linked list utility (internal to D-Bus implementation)
26 #include "dbus-list.h"
31 * @defgroup DBusList Linked list
39 _DBUS_DEFINE_GLOBAL_LOCK (list); variable
42 * @defgroup DBusListInternals Linked list implementation details
59 _DBUS_LOCK (list);
67 _DBUS_UNLOCK (list);
76 _DBUS_UNLOCK (list);
88 _DBUS_UNLOCK (list);
    [all...]
  /external/chromium/net/spdy/
spdy_session_pool.cc 65 SpdySessionList* list = GetSessionList(host_port_proxy_pair); local
66 if (!list) {
79 list = AddSessionList(host_port_proxy_pair);
82 DCHECK(list);
83 if (list->size() && list->size() == g_max_sessions_per_domain) {
87 spdy_session = GetExistingSession(list, net_log);
100 list->push_back(spdy_session);
105 DCHECK_LE(list->size(), g_max_sessions_per_domain);
122 SpdySessionList* list = GetSessionList(host_port_proxy_pair) local
150 SpdySessionList* list = GetSessionList(session->host_port_proxy_pair()); local
164 ListValue* list = new ListValue(); local
230 SpdySessionList* list = GetSessionList(alias_pair); local
283 SpdySessionPool::SpdySessionList* list = new SpdySessionList(); local
311 SpdySessionList* list = GetSessionList(pair); local
372 SpdySessionList* list = sessions_.begin()->second; local
387 SpdySessionList* list = it->second; local
395 SpdySessionList* list = old_map.begin()->second; local
414 SpdySessionList* list = map_it->second; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
finddev.c 43 * This function adds an entry to the directory list
45 static void add_to_dirlist(const char *name, struct dir_list **list)
58 dp->next = *list;
59 *list = dp;
63 * This function frees a directory list
65 static void free_dirlist(struct dir_list **list)
69 for (dp = *list; dp; dp = next) {
74 *list = 0;
77 static int scan_dir(char *dirname, dev_t device, struct dir_list **list,
101 add_to_dirlist(path, list);
127 struct dir_list *list = 0, *new_list = 0; local
    [all...]
  /external/chromium/chrome/common/extensions/
update_manifest_unittest.cc 127 EXPECT_TRUE(parser.results().list.empty());
131 EXPECT_TRUE(parser.results().list.empty());
135 EXPECT_TRUE(parser.results().list.empty());
139 EXPECT_TRUE(parser.results().list.empty());
145 EXPECT_FALSE(parser.results().list.empty());
146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
163 EXPECT_FALSE(parser.results().list.empty());
164 firstResult = &parser.results().list.at(0);
170 EXPECT_FALSE(parser.results().list.empty());
176 EXPECT_FALSE(parser.results().list.empty())
    [all...]
  /external/v8/src/
small-pointer-list.h 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
38 // SmallPointerList is a list optimized for storing no or just a
41 // The interface tries to be as close to List from list.h as possible.
52 return list()->length();
62 PointerList* list = new PointerList(2); local
63 list->Add(single_value());
64 list->Add(pointer);
65 ASSERT(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment))
151 PointerList* list() const { function in class:v8::internal::SmallPointerList
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractListTest.java 26 import java.util.List;
61 List list = new ArrayList(); local
62 list.add(new Integer(3));
63 list.add(new Integer(15));
64 list.add(new Integer(5));
65 list.add(new Integer(1));
66 list.add(new Integer(7));
68 Iterator i = list.iterator();
74 + " got: " + list.hashCode(), hashCode == list.hashCode())
81 SimpleList list = new SimpleList(); local
95 List list = new ArrayList(); local
214 ArrayList<E> list = new ArrayList<E>(); field in class:AbstractListTest.MockArrayList
438 AbstractList<Integer> list = new MockArrayList<Integer>(); local
457 AbstractList<Integer> list = new MockArrayList<Integer>(); local
478 private ArrayList<E> list; field in class:AbstractListTest.MockList
491 AbstractList<Integer> list = new MockList<Integer>(); local
    [all...]
  /external/chromium/base/
observer_list_threadsafe.h 24 // A thread-safe container for a list of observers.
33 // * Observers can remove themselves from the observer list inside
36 // removing itself from the observer list, the notifications will
39 // The drawback of the threadsafe observer list is that notifications
86 // Add an observer to the list.
88 ObserverList<ObserverType>* list = NULL; local
99 list = observer_lists_[loop];
101 list->AddObserver(obs);
104 // Remove an observer from the list.
110 ObserverList<ObserverType>* list = NULL local
172 ObserverList<ObserverType>* list = (*it).second; local
    [all...]
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 39 #saved-passwords-list .url {
44 #saved-passwords-list .name {
49 #saved-passwords-list .password {
54 #saved-passwords-list .password input[type="password"],
55 #saved-passwords-list .password input[type="text"] {
60 #password-exceptions-list .url {
64 #saved-passwords-list .url,
65 #saved-passwords-list .name,
66 #password-exceptions-list .url {
  /external/e2fsprogs/lib/blkid/
devno.c 60 * This function adds an entry to the directory list
62 static void add_to_dirlist(const char *name, struct dir_list **list)
74 dp->next = *list;
75 *list = dp;
79 * This function frees a directory list
81 static void free_dirlist(struct dir_list **list)
85 for (dp = *list; dp; dp = next) {
90 *list = NULL;
93 void blkid__scan_dir(char *dirname, dev_t devno, struct dir_list **list,
125 if (list && S_ISDIR(st.st_mode) && !lstat(path, &st) &
143 struct dir_list *list = NULL, *new_list = NULL; local
    [all...]
  /external/icu4c/common/
ulist.h 19 U_CAPI void U_EXPORT2 ulist_addItemEndList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
21 U_CAPI void U_EXPORT2 ulist_addItemBeginList(UList *list, const void *data, UBool forceDelete, UErrorCode *status);
23 U_CAPI UBool U_EXPORT2 ulist_containsString(const UList *list, const char *data, int32_t length);
25 U_CAPI void *U_EXPORT2 ulist_getNext(UList *list);
27 U_CAPI int32_t U_EXPORT2 ulist_getListSize(const UList *list);
29 U_CAPI void U_EXPORT2 ulist_resetList(UList *list);
31 U_CAPI void U_EXPORT2 ulist_deleteList(UList *list);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeightTest.java 56 ListView list = (ListView) mActivity.findViewById(R.id.inner_list); local
57 assertEquals("Unexpected items in adapter", 0, list.getCount());
58 assertEquals("Unexpected children in list view", 0, list.getChildCount());
66 assertTrue("List not be visible after clicking button1", list.isShown());
67 assertTrue("List incorrect height", list.getHeight() == 200);
75 assertTrue("List not be visible after clicking button2", list.isShown())
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PreferenceGroup.java 29 private ArrayList<CameraPreference> list = field in class:PreferenceGroup
37 list.add(child);
41 list.remove(index);
45 return list.get(index);
49 return list.size();
54 for (CameraPreference pref : list) {
67 for (CameraPreference pref : list) {
  /hardware/invensense/libsensors/
MPLSensor.cpp 72 /* Base values for the sensor list, these need to be in the order defined in MPLSensor.h */
167 /* sensor list will be changed based on this variable */
484 /* this variable is used for coming up with sensor list */
    [all...]
  /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/src/com/android/dx/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;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout9.java 36 ListView list = (ListView) findViewById(R.id.list); local
37 list.setAdapter(new ArrayAdapter<String>(this,
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMMap.cpp 9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
120 DOMDataList& list = DOMDataStore::allStores(); local
121 for (size_t i = 0; i < list.size(); ++i) {
122 DOMDataStore* store = list[i];
135 DOMDataList& list = DOMDataStore::allStores(); local
136 for (size_t i = 0; i < list.size(); ++i) {
137 DOMDataStore* store = list[i];
150 DOMDataList& list = DOMDataStore::allStores(); local
151 for (size_t i = 0; i < list.size(); ++i)
167 DOMDataList& list = DOMDataStore::allStores(); local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceSetTest.java 27 import java.util.List;
113 List<ICalendar.Property> list = component.getProperties("DTSTART"); local
114 assertTrue(list.size() == 1);
115 assertEquals("19700101T000000Z", list.get(0).getValue());
117 list = component.getProperties("RRULE");
118 assertTrue(list.size() == 1);
119 assertEquals(RRULE_LESS_THAN_75_CHARS,list.get(0).getValue());
130 list = component.getProperties("RRULE");
131 assertTrue(list.size() == 1)
    [all...]
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 78 struct sensor_t const* list; local
79 int count = module->get_sensors_list(module, &list);
90 list[i].name,
91 list[i].vendor,
92 list[i].version,
93 list[i].handle,
94 list[i].type,
95 list[i].maxRange,
96 list[i].resolution,
97 list[i].power)
    [all...]
  /external/e2fsprogs/e2fsck/
ea_refcount.c 35 struct ea_refcount_el *list; member in struct:ea_refcount
43 if (refcount->list)
44 ext2fs_free_mem(&refcount->list);
67 retval = ext2fs_get_mem(bytes, &refcount->list);
70 memset(refcount->list, 0, bytes);
90 struct ea_refcount_el *list; local
92 list = refcount->list;
94 if (list[i].ea_count) {
96 list[j] = list[i]
303 struct ea_refcount_el *list; local
    [all...]
  /external/libxml2/
triodef.h 139 # define TRIO_ARGS1(list,a1) list a1;
140 # define TRIO_ARGS2(list,a1,a2) list a1; a2;
141 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3;
142 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
143 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5
    [all...]
  /external/libxslt/libxslt/
triodef.h 137 # define TRIO_ARGS1(list,a1) list a1;
138 # define TRIO_ARGS2(list,a1,a2) list a1; a2;
139 # define TRIO_ARGS3(list,a1,a2,a3) list a1; a2; a3;
140 # define TRIO_ARGS4(list,a1,a2,a3,a4) list a1; a2; a3; a4;
141 # define TRIO_ARGS5(list,a1,a2,a3,a4,a5) list a1; a2; a3; a4; a5
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSources.java 34 * A list of sdk-repository and sdk-addon sources, sorted by {@link SdkSourceCategory}.
51 * Adds a new source to the Sources list.
55 ArrayList<SdkSource> list = mSources.get(category); local
56 if (list == null) {
57 list = new ArrayList<SdkSource>();
58 mSources.put(category, list);
61 list.add(source);
66 * Removes a source from the Sources list.
74 ArrayList<SdkSource> list = entry.getValue(); local
76 if (list.remove(source)) {
109 ArrayList<SdkSource> list = mSources.get(cat); local
126 ArrayList<SdkSource> list = mSources.get(category); local
231 ArrayList<SdkSource> list = mSources.get(category); local
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 39 import java.util.List;
58 protected final Map<ResourceFolderType, List<ResourceFolder>> mFolderMap =
59 new EnumMap<ResourceFolderType, List<ResourceFolder>>(ResourceFolderType.class);
61 protected final Map<ResourceType, List<ResourceItem>> mResourceMap =
62 new EnumMap<ResourceType, List<ResourceItem>>(ResourceType.class);
64 private final Map<List<ResourceItem>, List<ResourceItem>> mReadOnlyListMap =
65 new IdentityHashMap<List<ResourceItem>, List<ResourceItem>>();
92 // get the list for the resource typ
93 List<ResourceFolder> list = mFolderMap.get(type); local
133 List<ResourceFolder> list = mFolderMap.get(type); local
196 List<ResourceItem> list = mResourceMap.get(type); local
228 List<ResourceItem> list = mResourceMap.get(type); local
284 List<ResourceType> list = new ArrayList<ResourceType>(); local
327 List<ResourceItem> list = mResourceMap.get(type); local
560 List<ResourceItem> list = mResourceMap.get(type); local
627 List<ResourceItem> list = mResourceMap.get(type); local
    [all...]

Completed in 523 milliseconds

1 2 3 45 6 7 8 91011>>