/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/include/gdb/ |
jit-reader.h | 85 typedef struct gdb_object *(gdb_object_open) (struct gdb_symbol_callbacks *cb); 87 /* The callback used to create new symbol table. CB is the 95 typedef struct gdb_symtab *(gdb_symtab_open) (struct gdb_symbol_callbacks *cb, 114 typedef struct gdb_block *(gdb_block_open) (struct gdb_symbol_callbacks *cb, 125 typedef void (gdb_symtab_add_line_mapping) (struct gdb_symbol_callbacks *cb, 133 typedef void (gdb_symtab_close) (struct gdb_symbol_callbacks *cb, 142 typedef void (gdb_object_close) (struct gdb_symbol_callbacks *cb, 237 CB is the struct gdb_unwind_callbacks * the callback belongs to. 247 (struct gdb_unwind_callbacks *cb, int regnum); 260 typedef void (gdb_unwind_reg_set) (struct gdb_unwind_callbacks *cb, int regnum [all...] |
/packages/services/Telephony/src/com/android/phone/ |
NetworkQueryService.java | 112 public void startNetworkQuery(INetworkQueryServiceCallback cb) { 113 if (cb != null) { 116 mCallbacks.register(cb); 117 if (DBG) log("registering callback " + cb.getClass().toString()); 143 public void stopNetworkQuery(INetworkQueryServiceCallback cb) { 150 unregisterCallback(cb); 156 public void unregisterCallback(INetworkQueryServiceCallback cb) { 157 if (cb != null) { 159 if (DBG) log("unregistering callback " + cb.getClass().toString()); 160 mCallbacks.unregister(cb); 214 INetworkQueryServiceCallback cb = mCallbacks.getBroadcastItem(i); local [all...] |
/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/chromium_org/third_party/boringssl/src/crypto/pem/ |
pem_pk8.c | 71 pem_password_cb *cb, void *u); 75 pem_password_cb *cb, void *u); 85 pem_password_cb *cb, void *u) 87 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u); 92 pem_password_cb *cb, void *u) 94 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u); 99 pem_password_cb *cb, void *u) 101 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u); 106 pem_password_cb *cb, void *u) 108 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector1.cc | 49 void MutexInit(DDCallback *cb, DDMutex *m); 50 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock); 51 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock); 52 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock); 53 void MutexDestroy(DDCallback *cb, DDMutex *m); 55 DDReport *GetReport(DDCallback *cb); 58 void ReportDeadlock(DDCallback *cb, DDMutex *m); 92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { 94 m->stk = cb->Unwind(); 103 void DD::MutexBeforeLock(DDCallback *cb, [all...] |
/external/iptables/extensions/ |
libxt_AUDIT.c | 30 static void audit_parse(struct xt_option_call *cb) 32 struct xt_audit_info *einfo = cb->data; 34 xtables_option_parse(cb); 35 if (strcasecmp(cb->arg, "accept") == 0) 37 else if (strcasecmp(cb->arg, "drop") == 0) 39 else if (strcasecmp(cb->arg, "reject") == 0) 43 "Bad action type value \"%s\"", cb->arg);
|
libxt_tcpmss.c | 23 static void tcpmss_parse(struct xt_option_call *cb) 25 struct xt_tcpmss_match_info *mssinfo = cb->data; 27 xtables_option_parse(cb); 28 mssinfo->mss_min = cb->val.u16_range[0]; 30 if (cb->nvals == 2) 31 mssinfo->mss_max = cb->val.u16_range[1]; 32 if (cb->invert)
|
libxt_dscp.c | 53 static void dscp_parse(struct xt_option_call *cb) 55 struct xt_dscp_info *dinfo = cb->data; 57 xtables_option_parse(cb); 58 switch (cb->entry->id) { 60 if (cb->invert) 64 dinfo->dscp = class_to_dscp(cb->arg); 65 if (cb->invert) 71 static void dscp_check(struct xt_fcheck_call *cb) 73 if (cb->xflags == 0)
|
libipt_REJECT.c | 94 static void REJECT_parse(struct xt_option_call *cb) 96 struct ipt_reject_info *reject = cb->data; 99 xtables_option_parse(cb); 102 cb->arg, strlen(cb->arg)) == 0 || 104 cb->arg, strlen(cb->arg)) == 0) { 109 if (strncasecmp("echo-reply", cb->arg, strlen(cb->arg)) == 0 || 110 strncasecmp("echoreply", cb->arg, strlen(cb->arg)) == 0 [all...] |
libxt_MARK.c | 83 static void MARK_parse_v0(struct xt_option_call *cb) 85 struct xt_mark_target_info *markinfo = cb->data; 87 xtables_option_parse(cb); 88 switch (cb->entry->id) { 90 markinfo->mark = cb->val.mark; 95 cb->entry->name); 99 static void MARK_check(struct xt_fcheck_call *cb) 101 if (cb->xflags == 0) 107 static void MARK_parse_v1(struct xt_option_call *cb) 109 struct xt_mark_target_info_v1 *markinfo = cb->data [all...] |
libxt_cluster.c | 52 static void cluster_parse(struct xt_option_call *cb) 54 struct xt_cluster_match_info *info = cb->data; 56 xtables_option_parse(cb); 57 switch (cb->entry->id) { 59 if (cb->invert) 61 info->node_mask = 1 << (cb->val.u32 - 1); 64 if (cb->invert) 70 static void cluster_check(struct xt_fcheck_call *cb) 72 const struct xt_cluster_match_info *info = cb->data; 76 if ((cb->xflags & test) == test) [all...] |
libxt_connmark.c | 50 static void connmark_mt_parse(struct xt_option_call *cb) 52 struct xt_connmark_mtinfo1 *info = cb->data; 54 xtables_option_parse(cb); 55 if (cb->invert) 57 info->mark = cb->val.mark; 58 info->mask = cb->val.mask; 61 static void connmark_parse(struct xt_option_call *cb) 63 struct xt_connmark_info *markinfo = cb->data; 65 xtables_option_parse(cb); 66 markinfo->mark = cb->val.mark [all...] |
libxt_mark.c | 28 static void mark_mt_parse(struct xt_option_call *cb) 30 struct xt_mark_mtinfo1 *info = cb->data; 32 xtables_option_parse(cb); 33 if (cb->invert) 35 info->mark = cb->val.mark; 36 info->mask = cb->val.mask; 39 static void mark_parse(struct xt_option_call *cb) 41 struct xt_mark_info *markinfo = cb->data; 43 xtables_option_parse(cb); 44 if (cb->invert [all...] |
/external/openssl/crypto/pem/ |
pem_pk8.c | 72 pem_password_cb *cb, void *u); 76 pem_password_cb *cb, void *u); 86 pem_password_cb *cb, void *u) 88 return do_pk8pkey(bp, x, 0, nid, NULL, kstr, klen, cb, u); 93 pem_password_cb *cb, void *u) 95 return do_pk8pkey(bp, x, 0, -1, enc, kstr, klen, cb, u); 100 pem_password_cb *cb, void *u) 102 return do_pk8pkey(bp, x, 1, -1, enc, kstr, klen, cb, u); 107 pem_password_cb *cb, void *u) 109 return do_pk8pkey(bp, x, 1, nid, NULL, kstr, klen, cb, u) [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
Charsets.java | 53 CharBuffer cb = CharBuffer.allocate(length); local 54 cb.put(chars, offset, length); 55 return US_ASCII.encode(cb).array(); 63 CharBuffer cb = CharBuffer.allocate(length); local 64 cb.put(chars, offset, length); 65 return ISO_8859_1.encode(cb).array(); 73 CharBuffer cb = CharBuffer.allocate(length); local 74 cb.put(chars, offset, length); 75 return UTF_8.encode(cb).array();
|
/external/chromium_org/net/disk_cache/ |
disk_cache_test_base.cc | 64 net::TestCompletionCallback cb; local 65 int rv = iterator_->OpenNextEntry(next_entry, cb.callback()); 66 return cb.GetResult(rv); 103 net::TestCompletionCallback cb; local 104 int rv = cache_impl_->FlushQueueForTest(cb.callback()); 105 ASSERT_EQ(net::OK, cb.GetResult(rv)); 133 net::TestCompletionCallback cb; local 134 int rv = cache_->OpenEntry(key, entry, cb.callback()); 135 return cb.GetResult(rv); 140 net::TestCompletionCallback cb; local 146 net::TestCompletionCallback cb; local 152 net::TestCompletionCallback cb; local 159 net::TestCompletionCallback cb; local 165 net::TestCompletionCallback cb; local 190 net::TestCompletionCallback cb; local 197 net::TestCompletionCallback cb; local 205 net::TestCompletionCallback cb; local 213 net::TestCompletionCallback cb; local 221 net::TestCompletionCallback cb; local 304 net::TestCompletionCallback cb; local 333 net::TestCompletionCallback cb; local [all...] |
/external/libcxx/test/strings/basic.string/string.iterators/ |
crbegin.pass.cpp | 23 typename S::const_reverse_iterator cb = s.crbegin(); local 26 assert(*cb == s.back()); 28 assert(cb == s.rbegin());
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteCallbackList.java | 50 Callback cb = new Callback(callback, cookie); local 51 binder.linkToDeath(cb, 0); 52 callbacks.put(binder, cb); 63 Callback cb = callbacks.remove(callback.asBinder()); local 64 if (cb != null) { 65 cb.callback.asBinder().unlinkToDeath(cb, 0); 75 for (Callback cb : callbacks.values()) { 76 cb.callback.asBinder().unlinkToDeath(cb, 0) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.iterators/ |
crbegin.pass.cpp | 23 typename S::const_reverse_iterator cb = s.crbegin(); local 26 assert(*cb == s.back()); 28 assert(cb == s.rbegin());
|
/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...] |