HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 76 - 100 of 967) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 30 command=(lambda self=self, num=num: self.done(num)))
77 self.done(self.default)
83 self.done(self.cancel)
85 def done(self, num): member in class:SimpleDialog
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 30 command=(lambda self=self, num=num: self.done(num)))
77 self.done(self.default)
83 self.done(self.cancel)
85 def done(self, num): member in class:SimpleDialog
  /system/core/libdiskconfig/
diskutils.c 40 int done = 0; local
61 while (!done) {
71 /* we're done. */
72 done = 1;
96 if (!done) {
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 38 Set done = new HashSet(); field in class:SubroutineScanner
47 done.clear();
64 if (done.contains(new Integer(pos)))
67 done.add(new Integer(pos));
  /art/runtime/
thread-inl.h 86 bool done = false; local
116 done = android_atomic_cas(old_state_and_flags.as_int, new_state_and_flags.as_int,
119 if (UNLIKELY(!done)) {
123 } while (UNLIKELY(!done));
  /bionic/libc/arch-arm/cortex-a9/bionic/
strlen.S 142 cbz r2, done
148 cbz r2, done
150 cbz r2, done
163 done: label
  /dalvik/tools/gdbjithelper/
gdbjithelper.c 25 volatile int done; variable
104 while (!done) {
  /external/chromium_org/chrome/browser/sync/test/integration/
retry_verifier.h 37 bool done() const { return done_; } function in class:RetryVerifier
38 bool Succeeded() const { return done() && success_; }
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 26 int done; local
28 done = vfprintf(gNaClPluginLogFile, format, arg);
31 return done;
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 63 HeapProfilerAgent.clearProfiles(done);
67 function done()
70 timer.done(testName);
  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.h 66 bool done() const { return m_workerClientWrapper->done(); } function in class:WebCore::WorkerThreadableLoader
93 // done in createCallbackTask), so the ThreadableLoaderClientWrapper instance is there until all
126 // The ref counting is done on either thread.
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
esUtil_win32.c 161 int done = 0; local
164 while (!done)
175 done=1;
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 105 * the iteration is done.
164 UBool done; member in class:CanonicalIterator
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.h 37 UBool done; member in class:IteratedChar
  /external/chromium_org/third_party/libwebp/dsp/
yuv.c 27 static int done = 0; variable
35 if (done) {
64 done = 1;
  /external/chromium_org/third_party/re2/util/
strutil.cc 73 // We can increment the last character in the string and be done
78 bool done = false; local
81 while (!done && index >= 0) {
87 done = true;
90 if (!done) {

Completed in 628 milliseconds

1 2 34 5 6 7 8 91011>>