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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ec.h 18 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/neteconet/
ec.h 36 unsigned char cb; /* Control/flag byte. */ member in struct:sockaddr_ec
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rkeysvcc.h 26 ULONG cb; member in struct:_KEYSVC_BLOB
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
TransitionDrawableTest.java 65 MockCallBack cb = new MockCallBack(); local
66 mTransitionDrawable.setCallback(cb);
69 cb.reset();
71 assertTrue(cb.hasCalledInvalidateDrawable());
76 cb.reset();
78 assertTrue(cb.hasCalledInvalidateDrawable());
83 cb.reset();
85 assertTrue(cb.hasCalledInvalidateDrawable());
93 MockCallBack cb = new MockCallBack(); local
94 mTransitionDrawable.setCallback(cb);
119 MockCallBack cb = new MockCallBack(); local
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 237 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
238 if (cb != null) {
239 cb.onTrustChanged(userId);
241 cb.onTrustInitiatedByUser(userId);
252 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
253 if (cb != null) {
254 cb.onTrustManagedChanged(userId);
262 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
263 if (cb != null) {
264 cb.onFingerprintRecognized(userId)
294 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
304 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
557 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
568 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
582 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
591 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
706 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
718 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
734 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
758 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
778 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
790 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
815 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
829 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
842 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
858 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
874 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
895 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
909 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
924 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
940 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
952 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 86 CstLiteralBits cb = (CstLiteralBits) cst; local
90 int bits = cb.getIntBits();
93 long bits = cb.getLongBits();
108 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local
113 bits = (short) (cb.getIntBits() >>> 16);
115 bits = (short) (cb.getLongBits() >>> 48);
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
Form21h.java 87 CstLiteralBits cb = (CstLiteralBits) cst; local
91 int bits = cb.getIntBits();
94 long bits = cb.getLongBits();
113 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local
118 bits = (short) (cb.getIntBits() >>> 16);
120 bits = (short) (cb.getLongBits() >>> 48);
Form21s.java 83 CstLiteralBits cb = (CstLiteralBits) cst; local
85 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
Form22b.java 85 CstLiteralBits cb = (CstLiteralBits) cst; local
87 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
Form22s.java 85 CstLiteralBits cb = (CstLiteralBits) cst; local
87 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 52 static void cb(UNUSED_ATTR void *data) { function
57 static bool set_wake_alarm(uint64_t delay_millis, bool, alarm_cb cb, void *data) {
58 saved_callback = cb;
112 alarm_set(alarm, 10, cb, NULL);
124 alarm_set(alarm, 10, cb, NULL);
133 alarm_set(alarm, 10, cb, NULL);
148 alarm_set(alarm, TIMER_INTERVAL_FOR_WAKELOCK_IN_MS, cb, NULL);
167 alarm_set(alarm[0], 10, cb, NULL);
168 alarm_set(alarm[1], 20, cb, NULL);
193 alarm_set(alarm[0], 10, cb, NULL)
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats_unittest.cc 119 net::TestCompletionCallback cb; local
129 cb.callback()));
132 int rv = cb.WaitForResult();
220 net::TestCompletionCallback cb; local
230 cb.callback()));
237 int rv = cb.WaitForResult();
241 rv = cb.WaitForResult();
  /external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc 422 net::TestCompletionCallback cb; local
425 base::Time(), base::Time(), base::Bind(cb.callback(), 0));
429 EXPECT_EQ(0, cb.GetResult(net::ERR_IO_PENDING));
  /external/chromium_org/media/audio/
virtual_audio_input_stream.cc 154 const AfterCloseCallback cb = after_close_cb_; local
156 cb.Run(this);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.cc 71 PP_CompletionCallback cb = PP_MakeCompletionCallback(DispatchStart, work); local
72 ppapi_->GetMessageLoopInterface()->PostWork(message_loop_, cb, 0);
  /external/chromium_org/net/disk_cache/blockfile/
disk_cache_perftest.cc 65 net::TestCompletionCallback cb; local
66 int rv = cache->CreateEntry(entry.key, &cache_entry, cb.callback());
67 if (net::OK != cb.GetResult(rv))
114 net::TestCompletionCallback cb; local
115 int rv = cache->OpenEntry(entries[i].key, &cache_entry, cb.callback());
116 if (net::OK != cb.GetResult(rv))
167 net::TestCompletionCallback cb; local
171 cache_thread.message_loop_proxy().get(), NULL, &cache, cb.callback());
173 ASSERT_EQ(net::OK, cb.GetResult(rv));
199 cache_thread.message_loop_proxy().get(), NULL, &cache, cb.callback())
    [all...]
  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 53 net::TestCompletionCallback cb; local
54 int rv = entry->WriteData(0, 0, buf.get(), len, cb.callback(), true);
55 ASSERT_EQ(len, cb.GetResult(rv));
66 net::TestCompletionCallback cb; local
67 int rv = entry->WriteData(index, 0, buf.get(), len, cb.callback(), true);
68 ASSERT_EQ(len, cb.GetResult(rv));
74 net::TestCompletionCallback cb; local
76 int rv = cache->CreateEntry(key, &entry, cb.callback());
77 rv = cb.GetResult(rv);
79 rv = cache->OpenEntry(key, &entry, cb.callback())
91 net::TestCompletionCallback cb; local
110 TestCompletionCallback cb; local
124 TestCompletionCallback cb; local
146 TestCompletionCallback cb; local
172 TestCompletionCallback cb; local
187 net::TestCompletionCallback cb; local
    [all...]
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 54 pp::CompletionCallback cb = callback_factory_.NewCallback( local
56 module_->core()->CallOnMainThread(0, cb, 0);
166 pp::CompletionCallback cb = callback_factory_.NewCallback( local
168 context_->SwapBuffers(cb);
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
gles2_spinning_cube.cc 87 pp::CompletionCallback cb = callback_factory_.NewCallback( local
89 pp::Module::Get()->core()->CallOnMainThread(0, cb, 0);
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 38 struct CB {
42 CB(port::AtomicPointer* p, int i) : last_id_ptr(p), id(i) { }
45 CB* cb = reinterpret_cast<CB*>(v); local
46 void* cur = cb->last_id_ptr->NoBarrier_Load();
47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur));
48 cb->last_id_ptr->Release_Store(reinterpret_cast<void*>(cb->id));
53 CB cb1(&last_id, 1)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
genrsa.c 85 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb);
91 BN_GENCB cb; local
113 BN_GENCB_set(&cb, genrsa_cb, bio_err);
276 if(!BN_set_word(bn, f4) || !RSA_generate_key_ex(rsa, num, bn, &cb))
314 static int MS_CALLBACK genrsa_cb(int p, int n, BN_GENCB *cb)
322 BIO_write(cb->arg,&c,1);
323 (void)BIO_flush(cb->arg);
verify.c 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
97 X509_STORE_set_verify_cb(cert_ctx,cb);
311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) function
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_pmeth.c 165 BN_GENCB *pcb, cb; local
169 pcb = &cb;

Completed in 400 milliseconds

1 2 34 5 6 7 8 91011>>