HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 151 - 175 of 1492) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
storage_manager.h 104 AStorageManager_obbCallbackFunc cb, void* data);
110 AStorageManager_obbCallbackFunc cb, void* data);
  /external/iptables/extensions/
libxt_CONNMARK.c 137 static void CONNMARK_parse(struct xt_option_call *cb)
139 struct xt_connmark_target_info *markinfo = cb->data;
141 xtables_option_parse(cb);
142 switch (cb->entry->id) {
145 markinfo->mark = cb->val.mark;
146 markinfo->mask = cb->val.mask;
155 markinfo->mask = cb->val.u32;
160 static void connmark_tg_parse(struct xt_option_call *cb)
162 struct xt_connmark_tginfo1 *info = cb->data;
164 xtables_option_parse(cb);
    [all...]
libipt_CLUSTERIP.c 73 static void CLUSTERIP_parse(struct xt_option_call *cb)
75 struct ipt_clusterip_tgt_info *cipinfo = cb->data;
77 xtables_option_parse(cb);
78 switch (cb->entry->id) {
83 if (strcmp(cb->arg, "sourceip") == 0)
85 else if (strcmp(cb->arg, "sourceip-sourceport") == 0)
87 else if (strcmp(cb->arg, "sourceip-sourceport-destport") == 0)
91 cb->arg);
103 static void CLUSTERIP_check(struct xt_fcheck_call *cb)
105 if (cb->xflags == 0
    [all...]
libxt_TOS.c 94 static void tos_tg_parse_v0(struct xt_option_call *cb)
96 struct ipt_tos_target_info *info = cb->data;
98 xtables_option_parse(cb);
99 if (cb->val.tos_mask != 0xFF)
103 info->tos = cb->val.tos_value;
106 static void tos_tg_parse(struct xt_option_call *cb)
108 struct xt_tos_target_info *info = cb->data;
110 xtables_option_parse(cb);
111 switch (cb->entry->id) {
113 info->tos_value = cb->val.tos_value
    [all...]
libxt_multiport.c 164 static void __multiport_parse(struct xt_option_call *cb, uint16_t pnum,
168 struct xt_multiport *multiinfo = cb->data;
170 xtables_option_parse(cb);
171 switch (cb->entry->id) {
174 multiinfo->count = parse_multi_ports(cb->arg,
180 multiinfo->count = parse_multi_ports(cb->arg,
186 multiinfo->count = parse_multi_ports(cb->arg,
191 if (cb->invert)
196 static void multiport_parse(struct xt_option_call *cb)
198 const struct ipt_entry *entry = cb->xt_entry
    [all...]
libxt_iprange.c 96 static void iprange_parse(struct xt_option_call *cb)
98 struct ipt_iprange_info *info = cb->data;
101 xtables_option_parse(cb);
102 switch (cb->entry->id) {
105 if (cb->invert)
107 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--src-range");
113 if (cb->invert)
115 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--dst-range");
122 static void iprange_mt_parse(struct xt_option_call *cb, uint8_t nfproto)
124 struct xt_iprange_mtinfo *info = cb->data
    [all...]
libxt_owner.c 136 static void owner_mt_parse_v0(struct xt_option_call *cb)
138 struct ipt_owner_info *info = cb->data;
143 xtables_option_parse(cb);
144 switch (cb->entry->id) {
146 if ((pwd = getpwnam(cb->arg)) != NULL)
148 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1))
149 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
150 if (cb->invert)
156 if ((grp = getgrnam(cb->arg)) != NULL)
158 else if (!xtables_strtoui(cb->arg, NULL, &id, 0, UINT32_MAX - 1)
    [all...]
  /external/chromium/net/disk_cache/
stress_cache.cc 102 TestCompletionCallback cb;
107 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
109 if (cb.GetResult(rv) != net::OK) {
145 rv = cache->OpenEntry(keys[key], &entries[slot], &cb);
146 if (cb.GetResult(rv) != net::OK) {
147 rv = cache->CreateEntry(keys[key], &entries[slot], &cb);
148 CHECK_EQ(net::OK, cb.GetResult(rv));
154 rv = entries[slot]->WriteData(0, 0, buffer, size, &cb, truncate);
155 CHECK_EQ(size, cb.GetResult(rv));
159 rv = cache->DoomEntry(keys[key], &cb);
    [all...]
  /frameworks/base/native/android/
storage_manager.cpp 52 , cb(_cb)
57 AStorageManager_obbCallbackFunc cb; member in class:ObbCallback
74 ObbCallback* cb = new ObbCallback(getNextNonce(), func, data); local
77 mCallbacks.push(cb);
79 return cb;
111 ObbCallback* cb = mCallbacks.editItemAt(i); local
112 if (cb->nonce == nonce) {
113 target = cb;
121 target->cb(filename, state, target->data);
137 ObbCallback* cb = registerObbCallback(func, data) local
145 ObbCallback* cb = registerObbCallback(func, data); local
    [all...]
  /external/chromium_org/base/
callback_list.h 38 // RegisterCallback(const OnFooCallback& cb) {
39 // return callback_list_.Add(cb);
108 scoped_ptr<Subscription> Add(const CallbackType& cb) WARN_UNUSED_RESULT {
109 DCHECK(!cb.is_null());
111 new Subscription(this, callbacks_.insert(callbacks_.end(), cb)));
140 CallbackType* cb = NULL; local
142 cb = &(*list_iter_);
145 return cb;
200 CallbackType* cb; local
201 while ((cb = it.GetNext()) != NULL)
221 CallbackType* cb; local
243 CallbackType* cb; local
266 CallbackType* cb; local
290 CallbackType* cb; local
315 CallbackType* cb; local
343 CallbackType* cb; local
372 CallbackType* cb; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 137 int BN_GENCB_call(BN_GENCB *cb, int a, int b)
140 if(!cb) return 1;
141 switch(cb->ver)
145 if(!cb->cb.cb_1)
147 cb->cb.cb_1(a, b, cb->arg);
151 return cb->cb.cb_2(a, b, cb)
    [all...]
  /external/openssl/crypto/bn/
bn_prime.c 137 int BN_GENCB_call(BN_GENCB *cb, int a, int b)
140 if(!cb) return 1;
141 switch(cb->ver)
145 if(!cb->cb.cb_1)
147 cb->cb.cb_1(a, b, cb->arg);
151 return cb->cb.cb_2(a, b, cb)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_state.c 1136 struct pipe_constant_buffer cb; local
2017 struct pipe_constant_buffer *cb; local
2240 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
2598 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 1136 struct pipe_constant_buffer cb; local
2017 struct pipe_constant_buffer *cb; local
2240 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
2598 struct r600_command_buffer *cb = &rctx->start_cs_cmd; local
    [all...]
  /bionic/libc/bionic/
dl_iterate_phdr_static.c 37 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) {
59 int rc = cb(&exe_info, sizeof(exe_info), data);
77 return cb(&vdso_info, sizeof(vdso_info), data);
80 return cb(&exe_info, sizeof(exe_info), data);
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.cc 37 for (std::vector<StorePolicyCallback>::iterator cb(callbacks.begin());
38 cb != callbacks.end(); ++cb) {
39 cb->Run(device_policy_.store_result_);
47 for (std::vector<StorePolicyCallback>::iterator cb(callbacks.begin());
48 cb != callbacks.end(); ++cb) {
49 cb->Run(device_local_account_state->second.store_result_);
57 for (std::vector<RetrievePolicyCallback>::iterator cb(callbacks.begin());
58 cb != callbacks.end(); ++cb)
    [all...]

Completed in 1068 milliseconds

1 2 3 4 5 67 8 91011>>