/external/lldb/test/pexpect-2.4/examples/ |
chess2.py | 116 done = 0 variable 117 while not done:
|
chess3.py | 124 done = 0 variable 125 while not done:
|
/external/lldb/tools/debugserver/source/ |
RNBContext.cpp | 148 bool done = false; local 149 while (!done) 158 // done = true; 196 done = true;
|
/external/lldb/tools/lldb-perf/lib/ |
TestCase.cpp | 60 bool done = false; local 74 while (!done) 90 done = true; 94 done = !ParseOption(short_option, optarg);
|
/external/ltrace/ |
param.h | 93 void (*done)(struct param_enum *self); member in struct:param::__anon15719::__anon15721 126 * After the enumeration is ended, DONE callback is called. */ 137 void (*done)(struct param_enum *self));
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.h | 31 unsigned done; member in struct:r600_shader_io
|
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_conv_adaptor_vcgen.h | 87 bool done = false; local 88 while(!done) { 131 done = true;
|
/external/selinux/policycoreutils/restorecond/ |
restorecond.c | 80 static void done(void) { function 177 atexit( done );
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_wave.c | 302 EAS_BOOL done; local 324 done = EAS_FALSE; 325 while (!done) 333 done = EAS_TRUE; 337 done = EAS_TRUE; 346 done = EAS_TRUE; 350 done = EAS_TRUE; 359 done = EAS_TRUE; 375 done = EAS_TRUE; 386 done = EAS_TRUE [all...] |
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_wave.c | 302 EAS_BOOL done; local 324 done = EAS_FALSE; 325 while (!done) 333 done = EAS_TRUE; 337 done = EAS_TRUE; 346 done = EAS_TRUE; 350 done = EAS_TRUE; 359 done = EAS_TRUE; 375 done = EAS_TRUE; 386 done = EAS_TRUE [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
eas_wave.c | 302 EAS_BOOL done; local 324 done = EAS_FALSE; 325 while (!done) 333 done = EAS_TRUE; 337 done = EAS_TRUE; 346 done = EAS_TRUE; 350 done = EAS_TRUE; 359 done = EAS_TRUE; 375 done = EAS_TRUE; 386 done = EAS_TRUE [all...] |
/frameworks/av/include/media/ |
SingleStateQueue.h | 84 // SSQ_DONE means it has been acted upon, after Observer::done() is called 151 void done() function in class:android::SingleStateQueue::Observer 155 android_atomic_release_store(ack, &mShared->mAck); // mSequence is odd after "done"
|
/frameworks/base/core/jni/ |
android_backup_BackupDataInput.cpp | 55 bool done; local 60 err = reader->ReadNextHeader(&done, &type); 61 if (done) { 89 // done
|
/frameworks/base/libs/androidfw/tests/ |
BackupData_test.cpp | 89 bool done; local 91 reader->ReadNextHeader(&done, &type); 128 bool done; local 134 reader->ReadNextHeader(&done, &type); 141 reader->ReadNextHeader(&done, &type); 178 bool done; local 184 reader->ReadNextHeader(&done, &type); 191 reader->ReadNextHeader(&done, &type); 196 reader->ReadNextHeader(&done, &type); 230 bool done; local 271 bool done; local 331 bool done; local 397 bool done; local [all...] |
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
AlarmImpl.java | 67 Log.d(LOG_TAG, String.format("Alarm triggered, done waiting")); 72 public int done() throws RemoteException { method in class:AlarmImpl
|
/hardware/intel/bootstub/ |
e820_bios.S | 150 jge done 151 testl %ebx, %ebx /* ebx == 0: done, ebx != 0: continue */ 152 je done 155 done: label
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Base64InputStream.java | 49 private boolean done = false;
field in class:Base64InputStream 91 // "done" is needed for the two successive '=' at the end
92 while (!done) {
98 done = true;
102 // No more input - just return, let outputBuffer drain out, and be done
106 // Allow for a second '=' before we're really done (we should get a zero next)
114 //done = true;
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
SerializerTests.java | 41 // Basic test for use of start, end, tag, data, opaque, and done 59 s.done(); // DOCUMENT
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionsProviderImpl.java | 71 suggestions.done();
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
Base64InputStream.java | 41 private boolean done = false; field in class:Base64InputStream 80 // "done" is needed for the two successive '=' at the end 81 while (!done) { 84 // No more input - just return, let outputBuffer drain out, and be done 88 done = true;
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
Base64InputStream.java | 41 private boolean done = false; field in class:Base64InputStream 80 // "done" is needed for the two successive '=' at the end 81 while (!done) { 84 // No more input - just return, let outputBuffer drain out, and be done 88 done = true;
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 37 // work done should be reported in GLES..View 57 final CountDownLatch done = new CountDownLatch(1); local 62 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done)); 66 done.await();
|
/frameworks/base/core/java/android/speech/tts/ |
PlaybackSynthesisCallback.java | 202 public int done() { method in class:PlaybackSynthesisCallback 203 if (DBG) Log.d(TAG, "done()"); 209 Log.w(TAG, "Duplicate call to done()"); 221 // .done() was called before .start. Treat it as successful synthesis 223 Log.w(TAG, "done() was called before start() call"); 237 // Signal done or error to item 239 item.done();
|
/art/runtime/ |
thread-inl.h | 129 bool done = local 132 if (LIKELY(done)) { 141 bool done = false; local 173 done = 177 if (UNLIKELY(!done)) {
|
/bionic/libc/dns/resolv/ |
res_query.c | 274 int done = 0; local 286 *domain && !done; 333 /* anything else implies that we're done */ 334 done++; 341 done++;
|