/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_controller.h | 60 // done or the query is Stop()ed. It is safe to Start() a new query without 69 // controller is done the notification AUTOCOMPLETE_CONTROLLER_RESULT_READY is 131 bool done() const { return done_; } function in class:AutocompleteController 176 // Calls AutocompleteControllerDelegate::OnResultChanged() and if done sends
|
autocomplete_provider.h | 164 // tracking its matches for this query and whether it is done processing the 183 // done. If the provider caches any results, it should clear the cache based 220 // Returns whether the provider is done processing the query. 221 bool done() const { return done_; } function in class:AutocompleteProvider
|
/external/chromium_org/remoting/protocol/ |
connection_tester.h | 39 bool done() { return done_; } function in class:remoting::protocol::StreamConnectionTester 43 void Done(); 80 void Done();
|
/external/chromium_org/third_party/libwebp/utils/ |
thread.c | 138 int done = 0; local 139 while (!done) { 150 done = 1; 152 // signal to the main thread that we're done (for Sync())
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.h | 31 unsigned done; member in struct:r600_shader_io
|
/external/dropbear/ |
common-session.c | 237 char done = 0; local 257 done = 1; 262 if (!done) { 372 /* we can't rekey if we haven't done remote ident exchange yet */
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
GcFinalization.java | 110 * Waits until the given future {@linkplain Future#isDone is done}, invoking the garbage 141 String.format("Future not done within %d second timeout", timeoutSeconds)); 214 CountDownLatch done = new CountDownLatch(1); local 215 createUnreachableLatchFinalizer(done); 216 await(done);
|
/external/libnfc-nci/src/nfa/sys/ |
nfa_sys_main.c | 159 UINT8 done = TRUE; local 166 /* as long as one subsystem is not done */ 167 done = FALSE; 173 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM])) 289 BOOLEAN done = TRUE; local 299 done = FALSE; 314 if ((done) && (nfa_sys_cb.is_reg[NFA_ID_DM]))
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.c | 141 int done = 0; local 142 while (!done) { 151 done = 1; 153 // signal to the main thread that we're done (for Sync())
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.h | 31 unsigned done; member in struct:r600_shader_io
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
SDL_cpuinfo.c | 108 jz done ; Processor=80486 local 110 done: 194 jl done ; We dont have the CPUID instruction local 201 done: 272 jl done ; Nope, we dont have function 800000001h 278 done:
|
/external/qemu/distrib/sdl-1.2.15/test/ |
graywin.c | 138 int done; local 200 done = 0; 201 while ( !done && SDL_WaitEvent(&event) ) { 227 done = 1; 234 done = 1; 247 done = 1;
|
testbitmap.c | 60 int i, k, done; local 152 done = 0; 153 while ( !done ) { 171 done = 1; 174 done = 1;
|
threadwin.c | 11 /* Are we done yet? */ 12 static int done = 0; variable 138 while ( ! done ) { 175 while ( ! done ) { 190 done = 1; 274 /* Set the icon -- this must be done before the first mode set */ 324 while ( ! done ) { 329 done = 1;
|
/external/smack/src/org/jivesoftware/smack/ |
ReconnectionManager.java | 44 boolean done = false;
field in class:ReconnectionManager 68 return !done && !connection.isConnected() 188 done = true;
192 done = false;
|
/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...] |
/external/v8/src/arm/ |
codegen-arm.cc | 109 Label loop, entry, convert_hole, gc_required, only_change_map, done; local 180 __ b(&done); 230 __ bind(&done); 420 Label ascii, done; local 427 __ jmp(&done); 431 __ bind(&done);
|
/external/v8/src/mips/ |
codegen-mips.cc | 108 Label loop, entry, convert_hole, gc_required, only_change_map, done; local 183 __ Branch(&done); 237 __ bind(&done); 432 Label ascii, done; local 441 __ jmp(&done); 446 __ bind(&done);
|
/external/webp/src/utils/ |
thread.c | 138 int done = 0; local 139 while (!done) { 150 done = 1; 152 // signal to the main thread that we're done (for Sync())
|
/frameworks/base/core/jni/ |
android_backup_BackupDataInput.cpp | 53 bool done; local 58 err = reader->ReadNextHeader(&done, &type); 59 if (done) { 87 // done
|
/frameworks/testing/uiautomator/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
|
/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 | 36 // Basic test for use of start, end, tag, data, opaque, and done 54 s.done(); // DOCUMENT
|