HomeSort by relevance Sort by last modified time
    Searched refs:works (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 27 works = NULL;
61 /* discard all scheduled works */
63 while (works)
64 works = __list_delete(works, works);
73 * this function would be sleeping forever at Join() because works list
116 if (!works) {
124 * sleeps until works're available.
134 while (works) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
ifcritical-err.asm 2 ; longer works. However, it should error, not crash!
  /external/chromium_org/chrome/browser/resources/cryptotoken/
inherits.js 6 * @fileoverview Provides a partial copy of goog.inherits, so inheritance works
11 // A partial copy of goog.inherits, so inheritance works even in the absence of
  /external/chromium_org/third_party/markdown/extensions/
smart_strong.py 45 >>> print markdown.markdown('__Strong__ still works.',
47 <p><strong>Strong</strong> still works.</p>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
repaint_overlay.py 75 <label title="See fast/repaint/resources/text-based-repaint.js for how this works">
80 <button title="See fast/repaint/resources/text-based-repaint.js for how this works" onclick="highlight_under_repaint()">
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 39 * if WorkQueue has the pending works not proccessed yet,
63 /* remove all scheduled works matched with wi from workqueue list */
100 struct list *works; member in class:WorkQueue
  /external/chromium_org/v8/test/mjsunit/
array-push6.js 11 // Test that optimization of Array.push() for non-Arrays works correctly.
regress-3456.js 10 // of code needed to validate that IsValidReferenceExpression() works
accessors-on-global-object.js 29 // normal property works.
42 // normal property works.
59 // Test that replacing a getter with a normal property works as
delete-global-properties.js 37 // Check that deleting and reintroducing global variables works.
43 // Check that deletion works.
46 // Check that reintroduction works.
binary-op-newspace.js 31 // allocation still works.
47 // allocation still works.
array-pop.js 64 // Check that pop works on inherited properties.
87 // Check that pop works on inherited properties for
112 // Check that pop works on inherited properties for
  /external/chromium_org/chrome/browser/resources/local_ntp/
window_disposition_util.js 20 * Gets the desired navigation behavior from a event. This function works both
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 21 This library file works with Perl 5.003. It may work with earlier
  /ndk/tests/build/topological-sort/jni/
Android.mk 4 # Here's how this works:
24 # Due to the way the linker works, this will fail. More specifically,
  /build/target/board/generic_x86/
BoardConfig.mk 25 # of an SDK AVD. Note that this operation only works on Linux for now
  /build/target/board/generic_x86_64/
BoardConfig.mk 31 # of an SDK AVD. Note that this operation only works on Linux for now
  /external/sqlite/android/
Android.mk 35 # to easily check what they modified works well or not.
  /external/chromium_org/third_party/skia/include/core/
SkInstCnt.h 27 #error Instance counting works only when Skia is built as a static library.
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 36 // Test that patching the IC in the compiled code works.
49 // Test that patching the IC in the compiled code works.
  /external/skia/include/core/
SkInstCnt.h 27 #error Instance counting works only when Skia is built as a static library.
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 22 \*(sd works by making only one pass over the
279 This works only when
  /external/chromium_org/v8/test/webkit/
preventExtensions.js 115 // Check that freezing a function works correctly.
122 // Check that freezing a strict function works correctly.
129 // Check that freezing array objects works correctly.
136 // Check that freezing arguments objects works correctly.
144 // Check that freeze still works if preventExtensions has been called on the object.
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 217 bool works = false; /* let's be pessimistic */ local
222 works = pcm_is_ready(pcm);
226 return works;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 7 * In most cases, the browser's native key-driven usage model works for user

Completed in 964 milliseconds

1 2 3 4 5 6 7 8 910