HomeSort by relevance Sort by last modified time
    Searched full:take (Results 51 - 75 of 2658) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu4c/test/intltest/
tsdate.h 58 int32_t fLimit; // How many iterations it should take to reach convergence
  /external/kernel-headers/original/asm-arm/
delay.h 27 * lookup table, really, as the multiplications take much too long with
  /external/opencore/oscl/oscl/osclproc/src/
oscl_semaphore.h 74 * @param It wont take any parameters
84 * @param It wont take any parameters
108 * @param It wont take any parameters
121 * @param It wont take any parameters
  /external/proguard/src/proguard/classfile/
VisitorAccepter.java 30 * such property, so visitors will have to take care not to overwrite each
  /external/webkit/LayoutTests/storage/
database-lock-after-reload.html 28 // Insert a large amount of data that will take a little while to run. Schedule a timout to run that will load a new page
  /external/webkit/WebCore/dom/
NamedNodeMap.idl 46 // FIXME: the implementation does take an exceptioncode parameter.
  /external/webkit/WebCore/manual-tests/
named-window-blank-target.html 10 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7747">Bugzilla bug 7747</a> REGRESSION: Background tab/window auto-refresh in GMail will take focus.</p>
scrollbar-hittest.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=5829">http://bugs.webkit.org/show_bug.cgi?id=5829</a> REGRESSION: cursor tracking and hit testing in scrollable block don't take borders into account</p>
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 67 * Take care of enabling or disabling an existing session by calling its
76 * Take care of killing an existing session by calling its
131 * Take care of dispatching incoming key events to the appropriate
143 * Take care of dispatching incoming trackball events to the appropriate
  /packages/apps/QuickSearchBox/tests/slow/res/values/
strings.xml 20 <string name="settings_description" translatable="false">Suggestions that take a long time to appear</string>
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
SynchronousQueueTest.java 183 * put blocks waiting for take
208 q.take();
245 * take blocks interruptibly when empty
252 q.take();
293 * put blocks waiting for take
318 q.take();
355 * take blocks interruptibly when empty
362 q.take();
696 threadAssertEquals(one, q.take());
LinkedBlockingQueueTest.java 340 * put blocks waiting for take when full
365 q.take();
401 * take retrieves elements in FIFO order
407 assertEquals(i, ((Integer)q.take()).intValue());
415 * take blocks interruptibly when empty
422 q.take();
438 * Take removes existing elements until empty, then blocks interruptibly
446 assertEquals(i, ((Integer)q.take()).intValue());
448 q.take();
631 assertTrue(q.take() != null)
    [all...]
ArrayBlockingQueueTest.java 350 * put blocks waiting for take when full
375 q.take();
411 * take retrieves elements in FIFO order
417 assertEquals(i, ((Integer)q.take()).intValue());
425 * take blocks interruptibly when empty
432 q.take();
448 * Take removes existing elements until empty, then blocks interruptibly
456 threadAssertEquals(i, ((Integer)q.take()).intValue());
458 q.take();
716 assertEquals(o[i], q.take());
    [all...]
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 35 // Read in the 64 bits byte by byte and take most significant byte first
69 // Read in the 32 bits byte by byte and take most significant byte first
90 // Read in the 32 bits byte by byte and take most significant byte first.
117 // Read in the 24 bits byte by byte and take most significant byte first
138 // Read in the 16 bits byte by byte and take most significant byte first
159 // Read in the 16 bits byte by byte and take most significant byte first
224 // Read in a NULL terminated string byte by byte and take most significant byte first
257 // Read in a NULL terminated UNICODE string byte by byte and take most significant byte first
304 // Read in a NULL terminated ascii (8-bit char) string byte by byte and take most
329 // Read in byte data and take most significant byte firs
    [all...]
  /bionic/libm/src/
e_sqrtf.c 35 /* take care of Inf and NaN */
40 /* take care of zero */
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DocumentFragment.java 28 * of another <code>Node</code> -- may take <code>DocumentFragment</code>
42 * take children) the children of the <code>DocumentFragment</code> and not
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SurfaceViewOverlay.java 69 // to take appropriate action when the activity looses focus
76 // to take appropriate action when the activity looses focus
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 22 DH-768 encryption requires roughly 50 milliseconds. Take that time and round it up. Now place a delay after the call.
42 operations always take a fixed amount of time. Since no two platforms are the same this type of fix has not been
  /external/e2fsprogs/lib/ss/
ct_c.sed 44 # Now we take care of some syntatic sugar.....
103 # Next take care of the command names
  /external/kernel-headers/original/asm-generic/
mutex-xchg.h 16 * __mutex_fastpath_lock - try to take the lock by moving the count
35 * __mutex_fastpath_lock_retval - try to take the lock by moving the count
  /external/stlport/doc/
pointer_specialization.txt 30 or hash containers has been specialized. Lets take the set container
49 that will take care of all the cast work. The underlying container
  /external/webkit/SunSpider/hosted/
sunspider.html 60 categories, the individual tests were balanced to take similar amounts
75 test cases five times and can take a minute or longer to complete.)</small></p>
  /bionic/libc/bionic/
fork.c 49 * Call cpuacct_add passing in our uid, which will take
  /dalvik/libcore/luni/src/test/java/java/util/
FormatterTest.java 42 // ...without screwing up conversions that don't take an argument.
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CodingErrorAction.java 20 * Used to indicate what kind of actions to take in case of encoding/decoding

Completed in 644 milliseconds

1 23 4 5 6 7 8 91011>>