Searched
full:lists (Results
251 -
275 of
1509) sorted by null
<<11121314151617181920>>
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_common.h | 69 /* Connection is dying (removed from lists), can not be unset. */
|
/external/libpng/ |
configure.ac | 21 AC_INIT([libpng], [1.2.44], [png-mng-implement@lists.sourceforge.net])
|
/external/proguard/src/proguard/util/ |
ListParser.java | 28 * interpreted as comma-separated lists, optionally prefixed with '!' negators.
|
NameParser.java | 26 * lists of names, optionally prefixed with '!' negators.
|
/external/qemu/hw/ |
watchdog.c | 51 /* -watchdog ? lists available devices and exits cleanly. */
|
/external/v8/src/ |
v8threads.h | 72 // In the following two lists there is always at least one object on the list.
|
/external/webkit/JavaScriptCore/runtime/ |
JSGlobalData.h | 140 const MarkedArgumentBuffer* emptyList; // Lists are supposed to be allocated on the stack to have their elements properly marked, which is not the case here - but this list has nothing to mark.
|
/external/webkit/WebCore/accessibility/ |
AccessibilityList.cpp | 62 // lists don't appear on tiger/leopard on the mac
|
/external/webkit/WebCore/css/ |
svg.css | 42 contains these changes as well as all future SVG specifications: see http://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0347.html
|
/external/webkit/WebCore/page/animation/ |
KeyframeAnimation.cpp | 54 // Update the m_transformFunctionListValid flag based on whether the function lists in the keyframes match. 360 // If the sizes of the function lists don't match, the lists don't match 364 // If the types of each function are not the same, the lists don't match
|
/external/webkit/WebKit/chromium/public/ |
WebPageSerializer.h | 43 // Get html data by serializing all frames of current page with lists
|
/external/webkit/WebKit/chromium/src/ |
WebDataSourceImpl.h | 97 // Lists all intermediate URLs that have redirected for the current provisional load.
|
/external/webkit/WebKitTools/Scripts/ |
compare-timing-files | 29 # This script takes two files that are lists of timings and compares them.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config.h | 46 * pssid - Per-priority network lists (in priority order) 51 * num_prio - Number of different priorities used in the pssid lists 53 * This indicates how many per-priority network lists are included in 95 * option in the lists) for key_mgmt, pairwise, group, proto variables.
|
/frameworks/base/docs/html/guide/developing/tools/ |
othertools.jd | 50 <p>The table below lists the available options/arguments</p>
|
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/ |
Makefile | 4 ## File lists and locations
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertFileList.java | 32 * Lists certificate files in the SD card. User may click one to install it
|
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
NameFileComparator.java | 28 * This comparator can be used to sort lists or arrays of files
|
PathFileComparator.java | 28 * This comparator can be used to sort lists or arrays of files
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
dir | 8 Typing "q" exits, "?" lists all Info commands, "d" returns here,
|
/system/core/sh/ |
builtins.def | 37 # This file lists all the builtin commands. The first column is the name
|
/system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/ |
Makefile | 4 ## File lists and locations
|
/external/libffi/ |
ltcf-cxx.sh | 110 # Commands to make compiler produce verbose output that lists 325 # Commands to make compiler produce verbose output that lists 394 # Commands to make compiler produce verbose output that lists 420 # Commands to make compiler produce verbose output that lists 485 # Commands to make compiler produce verbose output that lists 503 # Commands to make compiler produce verbose output that lists 547 # Commands to make compiler produce verbose output that lists 565 # Commands to make compiler produce verbose output that lists 633 # Commands to make compiler produce verbose output that lists 665 # Commands to make compiler produce verbose output that lists [all...] |
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapGetNamedItemNS.java | 52 * href="http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html">http://lists.w3.org/Archives/Member/w3c-dom-ig/2003Nov/0016.html</a>
|
/external/guava/src/com/google/common/collect/ |
Iterators.java | 312 List<T> list = Lists.newArrayList(iterator); 415 return cycle(Lists.newArrayList(elements)); 531 * [[a, b, c], [d, e]]} -- an outer iterator containing two inner lists of 534 * <p>The returned lists implement {@link java.util.RandomAccess}. 538 * @return an iterator of immutable lists containing the elements of {@code 552 * two inner lists of three elements each, all in the original order. 554 * <p>The returned lists implement {@link java.util.RandomAccess}. 558 * @return an iterator of immutable lists containing the elements of {@code [all...] |
Completed in 144 milliseconds
<<11121314151617181920>>