/external/iproute2/testsuite/tests/ |
cbq.t | 5 $TC qdisc list dev $DEV 7 $TC qdisc list dev $DEV
|
dsmark.t | 25 qdisc list dev $DEV 28 class list dev $DEV parent 10:0
|
/external/kernel-headers/original/linux/ |
futex.h | 25 * Per-lock list entry - embedded in user-space locks, somewhere close 26 * to the futex field. (Note: user-space uses a double-linked list to 27 * achieve O(1) list add and remove, but the kernel only needs to know 38 * Per-thread list head: 47 * The head of the list. Points back to itself if empty: 49 struct robust_list list; member in struct:robust_list_head 64 * list, and then clears this field. Hence the kernel will 91 * This limit protects against a deliberately circular list.
|
/external/libpcap/ |
LICENSE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in
|
NOTICE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in
|
/external/libpng/projects/cbuilder5/ |
zlib.readme.txt | 4 the list of zlib source files. After all, this list is private to
|
/external/stlport/test/unit/ |
stack_test.cpp | 2 #include <list> 49 stack<int, list<int> > s;
|
/external/tcpdump/ |
LICENSE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in
|
NOTICE | 8 notice, this list of conditions and the following disclaimer. 10 notice, this list of conditions and the following disclaimer in
|
/external/v8/src/ |
v8threads.h | 7 // notice, this list of conditions and the following disclaimer. 9 // copyright notice, this list of conditions and the following 42 enum List {FREE_LIST, IN_USE_LIST}; 44 void LinkInto(List list); 72 // In the following two lists there is always at least one object on the list. 75 // Head of linked list of free states. 77 // Head of linked list of states in use.
|
/external/webkit/LayoutTests/storage/domstorage/events/ |
case-sensitive-expected.txt | 12 Reset storage event list 26 Reset storage event list
|
documentURI-expected.txt | 9 Reset storage event list 24 Reset storage event list
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8NodeListCustom.cpp | 9 * notice, this list of conditions and the following disclaimer. 11 * copyright notice, this list of conditions and the following disclaimer 47 NodeList* list = V8NodeList::toNative(info.Holder()); local 53 return v8::Integer::New(list->length()); 55 RefPtr<Node> result = list->itemWithName(key); 62 // Need to support call so that list(0) works. 69 NodeList* list = V8NodeList::toNative(args.Holder()); 76 RefPtr<Node> result = list->item(index->Uint32Value());
|
/external/webkit/WebCore/manual-tests/chromium/ |
select-close-popup-value-change.html | 7 <li>1. Click the select to open the popup list.</li> 9 <li>3. Click the select again to close the popup list, it should stay at the value from step 2.</li>
|
/external/webkit/WebKit/android/plugins/ |
PluginTimer.cpp | 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 34 PluginTimer::PluginTimer(PluginTimer** list, NPP instance, bool repeat, 36 : m_list(list), 44 m_next = *list; 49 *list = this; 74 PluginTimer* PluginTimer::Find(PluginTimer* list, uint32 timerID) 76 PluginTimer* curr = list;
|
/frameworks/base/core/java/android/server/search/ |
SearchManagerService.java | 32 import java.util.List; 63 Log.i(TAG, "Building list of searchable activities"); 72 * Creates the initial searchables list after boot. 89 * Refreshes the "searchables" list when packages are added/removed. 94 // Update list of searchable activities 96 // Inform all listeners that the list of searchables has been updated. 123 * Returns a list of the searchable activities that can be included in global search. 125 public List<SearchableInfo> getSearchablesInGlobalSearch() {
|
/frameworks/base/core/res/res/drawable/ |
btn_browser_zoom_fit_page.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 20 </layer-list>
|
btn_browser_zoom_page_overview.xml | 17 <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> 20 </layer-list>
|
/frameworks/base/docs/html/guide/appendix/ |
index.jd | 6 <dd>A list of media codecs included in the Android platform.</dd> 7 <dt><a href="g-app-intents.html">Intents List: Invoking Google Applications on Android Devices</a></dt>
|
/frameworks/base/test-runner/src/android/test/ |
TestBrowserView.java | 19 import java.util.List; 26 void setTestNames(List<String> testNames);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|
xattr.h | 35 size_t (*list)(struct inode *inode, char *list, size_t list_size, member in struct:xattr_handler
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
mutex.h | 15 #include <linux/list.h> 30 struct list_head list; member in struct:mutex_waiter
|