/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form32s.java | 90 CstLiteralBits cb = (CstLiteralBits) cst; local 92 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
|
/external/elfutils/0.153/libdwfl/ |
find-debuginfo.c | 165 const Dwfl_Callbacks *const cb = mod->dwfl->callbacks; local 167 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) 170 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
EngineJob.java | 19 private ResourceCallback cb; field in class:EngineJob 30 public void addCallback(ResourceCallback cb) { 31 if (this.cb == null) { 32 this.cb = cb; 36 cbs.add(this.cb); 38 cbs.add(cb); 42 public void removeCallback(ResourceCallback cb) { 44 cbs.remove(cb); 48 } else if (this.cb == cb) [all...] |
/external/libselinux/src/ |
sestatus.c | 293 union selinux_callback cb; local 296 cb.func_setenforce = fallback_cb_setenforce; 297 selinux_set_callback(SELINUX_CB_SETENFORCE, cb); 298 cb.func_policyload = fallback_cb_policyload; 299 selinux_set_callback(SELINUX_CB_POLICYLOAD, cb);
|
/external/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/openssl/crypto/dh/ |
dh_pmeth.c | 165 BN_GENCB *pcb, cb; local 169 pcb = &cb;
|
/external/openssl/crypto/dsa/ |
dsa_pmeth.c | 245 BN_GENCB *pcb, cb; local 249 pcb = &cb;
|
dsatest.c | 139 BN_GENCB cb; local 159 BN_GENCB_set(&cb, dsa_cb, bio_err); 161 seed, 20, &counter, &h, &cb))
|
/external/qemu/ |
async.c | 119 QEMUBHFunc *cb; member in struct:QEMUBH 127 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque) 131 bh->cb = cb; 150 bh->cb(bh->opaque);
|
/external/qemu/distrib/libselinux/src/ |
sestatus.c | 293 union selinux_callback cb; local 296 cb.func_setenforce = fallback_cb_setenforce; 297 selinux_set_callback(SELINUX_CB_SETENFORCE, cb); 298 cb.func_policyload = fallback_cb_policyload; 299 selinux_set_callback(SELINUX_CB_POLICYLOAD, cb);
|
/external/qemu/include/hw/ |
sysbus.h | 24 mmio_mapfunc cb; member in struct:SysBusDevice::__anon34492 45 mmio_mapfunc cb);
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 219 char ca, cb; local 230 cb = b[ib]; 232 if (!isNonSeparator(cb)) { 239 if (cb != ca) {
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.cpp | 194 int32 cb = 0; local 230 cb++; /* critical band counter */ 239 cb = 3; 243 next_cb_boundary = mp3_sfBandIndex[sfreq].l[cb+1]; 247 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3; 249 cb_width = cb; 250 cb_begin = mp3_sfBandIndex[sfreq].s[cb] * 3; 257 (scalefac->l[cb] + gr_info->preflag * pretab[cb]) << 1; 265 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 87 u32 *lum, *cb, *cr; local 99 /*lint -save -e826 lum, cb and cr used to copy 4 bytes at the time, disable 102 cb = (u32*)image->cb; 105 ASSERT(!((u32)cb&0x3)); 129 *cb++ = tmp1; 130 *cb++ = tmp2; 131 cb += width-2; 179 u8 *lum, *cb, *cr; local 204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
AccessibilityController.java | 59 public void addStateChangedCallback(AccessibilityStateChangedCallback cb) { 60 mChangeCallbacks.add(cb); 61 cb.onStateChanged(mAccessibilityEnabled, mTouchExplorationEnabled); 64 public void removeStateChangedCallback(AccessibilityStateChangedCallback cb) { 65 mChangeCallbacks.remove(cb);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wabnot.h | 22 ULONG cb; member in struct:__anon51460 27 #define CbNOTIFKEY(_lpkey) (offsetof(NOTIFKEY,ab) + (_lpkey)->cb) 28 #define SizedNOTIFKEY(_cb,_name) struct _NOTIFKEY_ ## _name { ULONG cb; BYTE ab[_cb]; } _name
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.cpp | 55 ColorBuffer *cb = new ColorBuffer(); local 58 s_gl.glGenTextures(1, &cb->m_tex); 59 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex); 79 s_gl.glGenTextures(1, &cb->m_blitTex); 80 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex); 91 cb->m_width = p_width; 92 cb->m_height = p_height; 93 cb->m_internalFormat = texInternalFormat; 96 cb->m_eglImage = s_egl.eglCreateImageKHR( 100 (EGLClientBuffer)SafePointerFromUInt(cb->m_tex) [all...] |
/system/core/init/ |
ueventd.c | 80 union selinux_callback cb; local 81 cb.func_log = log_callback; 82 selinux_set_callback(SELINUX_CB_LOG, cb);
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubbies.js | 100 * @param {function(number, Array.<GnubbyDeviceId>)} cb Called back with the 103 Gnubbies.prototype.enumerate = function(cb) { 104 if (!cb) { 105 cb = function(rc, indexes) { 120 cb(-GnubbyDevice.OK, []); 174 var cb = self.pendingEnumerate.shift(); 175 cb(-GnubbyDevice.OK, existingDeviceIds); 187 this.pendingEnumerate.push(cb); 239 * @param {function(number, GnubbyDevice=)} cb Called back with the result of 242 Gnubbies.prototype.addClient = function(which, who, cb) { [all...] |
/bootable/recovery/minui/ |
events.c | 38 ev_callback cb; member in struct:fd_info 96 ev_fdinfo[ev_count].cb = input_cb; 113 int ev_add_fd(int fd, ev_callback cb, void *data) 118 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) 126 ev_fdinfo[ev_count].cb = cb; 165 ev_callback cb = fdi->cb; local 166 if (cb) 167 cb(fdi->fd, polledevents[n].events, fdi->data) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
relay.h | 54 struct rchan_callbacks *cb; member in struct:rchan 88 struct rchan_callbacks *cb);
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwContentViewClient.java | 60 WebChromeClient.CustomViewCallback cb = new WebChromeClient.CustomViewCallback() { local 66 mAwContentsClient.onShowCustomView(viewGroup, cb);
|
/external/chromium_org/base/ |
callback_list.h | 38 // RegisterCallback(const OnFooCallback& cb) { 39 // return callback_list_.Add(cb); 111 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT { 112 DCHECK(!cb.is_null()); 114 new Subscription(this, callbacks_.insert(callbacks_.end(), cb))); 155 CallbackType* cb = NULL; local 157 cb = &(*list_iter_); 160 return cb; 222 CallbackType* cb; local 223 while ((cb = it.GetNext()) != NULL) 243 CallbackType* cb; local 265 CallbackType* cb; local 288 CallbackType* cb; local 312 CallbackType* cb; local 337 CallbackType* cb; local 365 CallbackType* cb; local 394 CallbackType* cb; local [all...] |
callback_unittest.cc | 130 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) { 133 ASSERT_TRUE(cb.is_null()); 137 Closure cb; member in struct:base::__anon6831::TestForReentrancy 142 ASSERT_FALSE(tfr.cb.is_null()); 144 ResetAndReturn(&tfr.cb).Run(); 145 ASSERT_TRUE(tfr.cb.is_null());
|