/system/core/libnl_2/ |
netlink.c | 56 * by peeking before the actual read is done */ 110 int rc, cb_rc = NL_OK, done = 0; local 119 done = 0; 152 done = 1; 188 if (done) 194 if (done)
|
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 194 goto done; 199 goto done; 205 done:
|
/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 61 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done)); 65 done.await();
|
/external/chromium_org/chrome/browser/ui/ |
browser_finder.cc | 143 for (BrowserIterator it; !it.done(); it.Next()) { 153 for (BrowserIterator it; !it.done(); it.Next()) { 163 for (TabContentsIterator it; !it.done(); it.Next()) {
|
browser_list.cc | 125 for (chrome::BrowserIterator it; !it.done(); it.Next()) { 150 for (chrome::BrowserIterator it; !it.done(); it.Next()) { 165 for (chrome::BrowserIterator it; !it.done(); it.Next()) {
|
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 129 base::WaitableEvent* done) { 133 base::WaitableEvent done(false, false); 134 UnInitialize(&done); 135 done.Wait(); 265 // Must be done after a context is made current. 386 done->Signal(); 389 void RenderingHelper::UnInitialize(base::WaitableEvent* done) { 407 done->Signal(); 413 base::WaitableEvent* done) { 418 window_id, texture_target, texture_id, done)); [all...] |
/external/chromium_org/remoting/host/policy_hack/ |
policy_watcher.cc | 150 void PolicyWatcher::StopWatching(base::WaitableEvent* done) { 154 base::Unretained(this), done)); 162 done->Signal();
|
/external/chromium_org/sync/notifier/ |
sync_system_resources.h | 182 invalidation::WriteKeyCallback* done) OVERRIDE; 185 invalidation::ReadKeyCallback* done) OVERRIDE; 188 invalidation::DeleteKeyCallback* done) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
ExtensionAuditCategory.js | 93 done: function() 96 this._progress.done(); 127 this.done();
|
SourcesSearchScope.js | 70 progress.done(); 126 progress.done(); 163 progress.done();
|
/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/v8/src/ |
interface.h | 166 // for (auto it = interface->iterator(); !it.done(); it.Advance()) { 171 bool done() const { return entry_ == NULL; } function in class:v8::internal::Interface::Iterator 173 ASSERT(!done()); 177 ASSERT(!done());
|
/external/chromium_org/v8/test/cctest/ |
test-code-stubs-arm.cc | 59 Label done; local 94 __ TryInlineTruncateDoubleToI(destination_reg, d0, &done); 101 __ bind(&done);
|
test-reloc-info.cc | 80 CHECK(it.done()); 97 CHECK(it.done()); 112 CHECK(it.done());
|
/external/guava/guava/src/com/google/common/hash/ |
MessageDigestHashFunction.java | 65 private boolean done; field in class:MessageDigestHashFunction.MessageDigestHasher 165 checkState(!done, "Cannot use Hasher after calling #hash() on it"); 169 done = true;
|
/external/iptables/extensions/ |
Android.mk | 55 done; \ 61 done; \ 118 done; \ 124 done; \ 181 done; \ 187 done; \
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testdyngl.c | 102 int done=0; local 190 done=1; 195 while(!done);
|
/external/qemu/slirp/ |
ip_output.c | 104 goto done; 197 done: 202 goto done;
|
/external/qemu/slirp-android/ |
ip_output.c | 104 goto done; 197 done: 202 goto done;
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHPacketReader.java | 138 boolean done = false; 139 while (!done) { 164 done = true;
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
AdHocCommandDataProvider.java | 44 boolean done = false;
77 while (!done) {
113 done = true;
|
/external/smack/src/org/jivesoftware/smackx/search/ |
SimpleUserSearch.java | 94 boolean done = false; 97 while (!done) { 141 done = true;
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
AgentStatus.java | 228 boolean done = false;
229 while (!done) {
242 done = true;
|
/external/tcpdump/ |
print-telnet.c | 133 goto done; 214 goto done; 217 done:
|
/external/v8/test/cctest/ |
test-reloc-info.cc | 80 CHECK(it.done()); 97 CHECK(it.done()); 112 CHECK(it.done());
|