/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitor.java | 250 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 251 if (cb != null) { 252 cb.onTrustChanged(userId); 254 cb.onTrustInitiatedByUser(userId); 288 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local 289 if (cb != null) { 290 cb.onSimStateChanged(data.subId, data.slotId, data.simState); 295 KeyguardUpdateMonitorCallback cb = mCallbacks.get(j).get(); local 296 if (cb != null) { 297 cb.onRefreshCarrierInfo() 322 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 332 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 364 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 374 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 632 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 643 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 657 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 666 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 780 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 792 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 808 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 832 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 852 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 864 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 889 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 903 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 916 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 932 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 969 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 983 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 998 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 1014 KeyguardUpdateMonitorCallback cb = mCallbacks.get(i).get(); local 1026 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 | 424 net::TestCompletionCallback cb; local 427 base::Time(), base::Time(), base::Bind(cb.callback(), 0)); 431 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 177 cb.callback()); 179 ASSERT_EQ(net::OK, cb.GetResult(rv)); 211 cb.callback()) [all...] |
/external/chromium_org/net/url_request/ |
view_cache_helper_unittest.cc | 56 net::TestCompletionCallback cb; local 57 int rv = entry->WriteData(0, 0, buf.get(), len, cb.callback(), true); 58 ASSERT_EQ(len, cb.GetResult(rv)); 69 net::TestCompletionCallback cb; local 70 int rv = entry->WriteData(index, 0, buf.get(), len, cb.callback(), true); 71 ASSERT_EQ(len, cb.GetResult(rv)); 77 net::TestCompletionCallback cb; local 79 int rv = cache->CreateEntry(key, &entry, cb.callback()); 80 rv = cb.GetResult(rv); 82 rv = cache->OpenEntry(key, &entry, cb.callback()) 94 net::TestCompletionCallback cb; local 113 TestCompletionCallback cb; local 127 TestCompletionCallback cb; local 149 TestCompletionCallback cb; local 175 TestCompletionCallback cb; local 190 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); 167 pp::CompletionCallback cb = callback_factory_.NewCallback( local 169 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/boringssl/src/crypto/dsa/ |
dsa_test.c | 103 BN_GENCB cb; local 118 BN_GENCB_set(&cb, dsa_cb, bio_out); 121 !DSA_generate_parameters_ex(dsa, 512, seed, 20, &counter, &h, &cb)) {
|
/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/libjpeg_turbo/ |
jdmrgext.c | 30 int cb, cr; local 49 cb = GETJSAMPLE(*inptr1++); 52 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); 53 cblue = Cbbtab[cb]; 74 cb = GETJSAMPLE(*inptr1); 77 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS); 78 cblue = Cbbtab[cb]; 103 int cb, cr; local 124 cb = GETJSAMPLE(*inptr1++); 127 cgreen = (int) RIGHT_SHIFT(Cbgtab[cb] + Crgtab[cr], SCALEBITS) [all...] |
/external/clang/test/CodeGenCXX/ |
2007-09-10-RecursiveTypeResolution.cpp | 74 RTRT::registerTerminationCallback (CallbackBase_1Data < MantaInterface * >*cb) 76 return cb; 84 callback_t *cb = static_cast < callback_t * >(callback); local 85 find (parallelPreRenderCallbacks.end (), cb);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form11n.java | 85 CstLiteralBits cb = (CstLiteralBits) cst; local 87 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
|
Form21h.java | 88 CstLiteralBits cb = (CstLiteralBits) cst; local 92 int bits = cb.getIntBits(); 95 long bits = cb.getLongBits(); 114 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 119 bits = (short) (cb.getIntBits() >>> 16); 121 bits = (short) (cb.getLongBits() >>> 48);
|
Form21s.java | 84 CstLiteralBits cb = (CstLiteralBits) cst; local 86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
|
Form22b.java | 86 CstLiteralBits cb = (CstLiteralBits) cst; local 88 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
|
Form22s.java | 86 CstLiteralBits cb = (CstLiteralBits) cst; local 88 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
|