HomeSort by relevance Sort by last modified time
    Searched full:enumerate (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/domstorage/localstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in localStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
enumerate-storage.html 29 // Enumerate localStorage, appending each key onto an array
44 This test checks to see that you can enumerate a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.<br>
enumerate-with-length-and-key.html 29 // Enumerate localStorage, appending each key onto an array
44 This test attempts to enumerate all the keys in localStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.<br>
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
enumerate-with-length-and-key-expected.txt 1 This test attempts to enumerate all the keys in sessionStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the sessionStorage object.
enumerate-with-length-and-key.html 29 // Enumerate sessionStorage, appending each key onto an array
44 This test attempts to enumerate all the keys in sessionStorage with .length + .key(). The built-in properties of the Storage object should be ignored. The test operates on the sessionStorage object.<br>
enumerate-storage.html 29 // Enumerate sessionStorage, appending each key onto an array
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 115 int countThread = initialThreadGroup.enumerate(listOfThreads);
125 int countThread = initialThreadGroup.enumerate(listOfThreads, false);
128 countThread = initialThreadGroup.enumerate(listOfThreads, true);
138 countThread = initialThreadGroup.enumerate(listOfThreads, true);
158 countThread = initialThreadGroup.enumerate(listOfThreads, true);
178 countThread = initialThreadGroup.enumerate(listOfThreads, false);
188 int countGroupThread = initialThreadGroup.enumerate(listOfGroups);
192 countGroupThread = initialThreadGroup.enumerate(listOfGroups1);
197 countGroupThread = initialThreadGroup.enumerate(listOfGroups2);
201 countGroupThread = thrGroup1.enumerate(listOfGroups)
    [all...]
  /external/chromium/base/
pe_image.h 22 // Callback to enumerate sections.
23 // cookie is the value passed to the enumerate method.
30 // Callback to enumerate exports.
33 // passed to the enumerate method.
39 // Callback to enumerate import blocks.
41 // this block. cookie is the value passed to the enumerate method.
47 // Callback to enumerate imports.
49 // the enumerate method.
55 // Callback to enumerate dalayed import blocks.
57 // passed to the enumerate method
    [all...]
  /external/blktrace/btreplay/doc/
abstract.tex 25 \begin{enumerate}
31 \end{enumerate}
btreplay.tex 68 \begin{enumerate}
89 \end{enumerate}
186 \begin{enumerate}
239 \end{enumerate}
328 \begin{enumerate}
336 \end{enumerate}
444 \begin{enumerate}
452 \end{enumerate}
470 \begin{enumerate}
476 \end{enumerate}
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 2 File Name: regexp-enumerate-001.js
26 var SECTION = "regexp-enumerate-001";
  /external/webkit/WebKitTools/simplejson/
scanner.py 19 for idx, token in enumerate(lexicon):
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
SneakyThrow.java 26 * <p>The following code must enumerate several types to rethrow:
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 19 // interface in order to enumerate USB interfaces for Android ADB class, and
93 // Enumerate interfaces
98 printf("\nUnable to enumerate ADB interfaces: %u", GetLastError());
110 // Enumerate (and count) interfaces, printing information for each found
131 // Enumerate interfaces
136 printf("\nUnable to enumerate ADB interfaces: %u", GetLastError());
265 // Enumerate interface's endpoints
  /external/webkit/WebCore/plugins/win/
PluginDatabaseWin.cpp 95 // Enumerate subkeys
211 // Enumerate all Mozilla plugin directories in the registry
220 // Enumerate subkeys
301 // Enumerate subkeys
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
text.py 45 for line_number, line in enumerate(lines):
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 80 int count = enumerate(threads);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
gadgetfs.h 15 * i/o requests. When ep0 is configured, the device can enumerate;
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 32 * <p>Tags that enumerate the {@link IsoDep} technology in {@link Tag#getTechList}
33 * will also enumerate
  /frameworks/base/include/media/
EffectsFactoryApi.h 40 // is used to enumerate all effects present in all loaded libraries.
63 // This function together with EffectQueryNumberEffects() is used to enumerate all
  /libcore/luni/src/main/java/java/lang/
ThreadGroup.java 342 public int enumerate(Thread[] threads) { method in class:ThreadGroup
343 return enumerate(threads, true);
359 public int enumerate(Thread[] threads, boolean recurse) { method in class:ThreadGroup
374 public int enumerate(ThreadGroup[] groups) { method in class:ThreadGroup
375 return enumerate(groups, true);
391 public int enumerate(ThreadGroup[] groups, boolean recurse) { method in class:ThreadGroup
398 * receiver. If <param>recurse</param> is true, recursively enumerate the
  /build/tools/
event_log_tags.py 63 for self.linenum, line in enumerate(file_object):
  /external/chromium/third_party/icu/source/common/
rbbisetb.h 66 // - Enumerate the set of UnicodeSets that are referenced
  /external/chromium/third_party/icu/source/tools/toolutil/
package.h 121 * Enumerate all the dependencies and give the results to context and check

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>