HomeSort by relevance Sort by last modified time
    Searched defs:cb (Results 26 - 50 of 884) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
diagnostic-crash.cpp 38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}} local
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SimpleTarget.java 58 * @param cb {@inheritDoc}
61 public final void getSize(SizeReadyCallback cb) {
66 cb.onSizeReady(width, height);
  /external/libevent/
defer-internal.h 48 deferred_cb_fn cb; member in struct:deferred_cb
74 @param cb The function to run when the deferred_cb executes.
  /external/libnl/src/
nl-list-sockets.c 28 "wmem CB refcnt\n");
31 unsigned long sk, cb; local
37 &cb, &refcnt);
43 groups, rmem, wmem, cb, refcnt);
nl-route-get.c 33 static int cb(struct nl_msg *msg, void *arg) function
76 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, cb, NULL);
  /external/libselinux/src/
callbacks.c 75 selinux_set_callback(int type, union selinux_callback cb)
79 selinux_log = cb.func_log;
82 selinux_audit = cb.func_audit;
85 selinux_validate = cb.func_validate;
88 selinux_netlink_setenforce = cb.func_setenforce;
91 selinux_netlink_policyload = cb.func_policyload;
100 union selinux_callback cb; local
104 cb.func_log = selinux_log;
107 cb.func_audit = selinux_audit;
110 cb.func_validate = selinux_validate
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 65 struct pipe_constant_buffer cb; local
80 cb.buffer = NULL;
81 cb.user_buffer = NULL;
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
86 cb.buffer = NULL;
87 cb.user_buffer = params->ParameterValues;
88 cb.buffer_offset = 0;
90 cb.buffer_size = paramBytes;
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
    [all...]
  /external/selinux/libselinux/src/
callbacks.c 76 selinux_set_callback(int type, union selinux_callback cb)
80 selinux_log = cb.func_log;
83 selinux_audit = cb.func_audit;
86 selinux_validate = cb.func_validate;
89 selinux_netlink_setenforce = cb.func_setenforce;
92 selinux_netlink_policyload = cb.func_policyload;
101 union selinux_callback cb; local
105 cb.func_log = selinux_log;
108 cb.func_audit = selinux_audit;
111 cb.func_validate = selinux_validate
    [all...]
  /external/skia/src/gpu/batches/
GrClearBatch.h 46 GrClearBatch* cb = t->cast<GrClearBatch>(); variable
47 SkASSERT(cb->fRenderTarget == fRenderTarget);
48 if (cb->fRect.contains(fRect)) {
49 fRect = cb->fRect;
50 fBounds = cb->fBounds;
51 fColor = cb->fColor;
53 } else if (cb->fColor == fColor && fRect.contains(cb->fRect)) {
  /external/skia/tests/
ErrorTest.cpp 25 static void cb(SkError err, void *context) { function
41 SkSetErrorCallback(cb, &context);
  /external/strace/tests/
aio.c 56 const struct iocb cb[] = { local
116 const long cbs[ARRAY_SIZE(cb) + 2] = {
117 (long) &cb[0], (long) &cb[1],
120 const long cbvs[ARRAY_SIZE(cb) + 2] = {
126 const unsigned int nr = ARRAY_SIZE(cb);
149 (unsigned long long) cb[0].aio_data, data0,
150 (unsigned int) sizeof(data0), (long long) cb[0].aio_offset,
151 (unsigned long long) cb[1].aio_data, data1,
152 (unsigned int) sizeof(data1), (long long) cb[1].aio_offset
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
valgrind.c 36 IRICB cb; local
38 cb.op = op->op;
39 cb.result = (HWord)&data->result.value;
40 cb.opnd1 = (HWord)&data->opnds[0].value;
41 cb.opnd2 = (HWord)&data->opnds[1].value;
42 cb.opnd3 = (HWord)&data->opnds[2].value;
43 cb.opnd4 = (HWord)&data->opnds[3].value;
44 cb.t_result = data->result.type;
45 cb.t_opnd1 = data->opnds[0].type;
46 cb.t_opnd2 = data->opnds[1].type
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
gain_quant.c 35 const int16_t *cbPtr, *cb; local
45 cb = WebRtcIlbcfix_kGain[stage];
53 /* Do a binary search, starting in the middle of the CB
55 noMoves - defines the number of steps to move in the CB in order
56 to get next CB location
61 cbPtr = cb + loc; /* Centre of CB */
102 return (int16_t)((scale * cb[loc] + 8192) >> 14);
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 29 each channel of Y, Cb, Cr.
31 * The Cb and Cr planes are assumed to be downsampled by a factor of 2, to have
53 * @param cbBuf the buffer containing the Cb component of the image
75 /** Cb Plane */
89 jbyte* cb = (jbyte*)env->GetDirectBufferAddress(cbBuf); local
95 (unsigned char*)cb, cbPStride, cbRStride, //
  /packages/apps/Camera2/src/com/android/camera/ui/
MarginDrawable.java 60 Rect cb = canvas.getClipBounds(); local
62 canvas.drawRect(0, 0, cb.right, s.top + 1, mPaint);
67 if (s.right < cb.right) {
68 canvas.drawRect(s.right - 1, s.top, cb.right, s.bottom, mPaint);
70 if (s.bottom < cb.bottom) {
71 canvas.drawRect(0, s.bottom - 1, cb.right, cb.bottom, mPaint);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certbase.h 33 unsigned __LONG32 cb; member in struct:_CERTTRANSBLOB
  /system/bt/service/ipc/binder/
bluetooth_gatt_client_binder_server.cpp 57 auto cb = GetCallback(client_id); local
59 static_cast<IBluetoothGattClientCallback*>(cb.get()));
75 android::sp<IBluetoothGattClientCallback> cb(
77 cb->OnClientRegistered(
  /toolchain/binutils/binutils-2.25/libiberty/
filename_cmp.c 216 char * cb = lrealpath(b); local
217 int res = filename_eq (ca, cb);
219 free (cb);
  /external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
IBM437.java 59 protected CoderResult decodeLoop(ByteBuffer bb, CharBuffer cb){
60 int cbRemaining = cb.remaining();
62 if(CharsetProviderImpl.hasLoadedNatives() && bb.isDirect() && bb.hasRemaining() && cb.hasArray()){
64 int cbPos = cb.position();
71 int res = nDecode(cb.array(), cb.arrayOffset()+cbPos, toProceed, AddressUtil.getDirectBufferAddress(bb), bbPos);
73 cb.position(cbPos+res);
77 if(bb.hasArray() && cb.hasArray()) {
81 char[] cArr = cb.array();
83 int cStart = cb.position()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 106 Checkable cb = (Checkable) view; local
113 resolvedRef, ViewAttribute.IS_CHECKED, cb.isChecked());
120 cb.setChecked((Boolean) value);
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 189 CharBuffer cb = charset.decode(ByteBuffer.wrap(data, offset, byteCount)); local
190 length = cb.length();
192 // We could use cb.array() directly, but that would mean we'd have to trust
198 System.arraycopy(cb.array(), 0, value, 0, length);
  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 111 public void startNetworkQuery(INetworkQueryServiceCallback cb, int phoneId) {
112 if (cb != null) {
115 mCallbacks.register(cb);
116 if (DBG) log("registering callback " + cb.getClass().toString());
149 public void stopNetworkQuery(INetworkQueryServiceCallback cb) {
156 unregisterCallback(cb);
162 public void unregisterCallback(INetworkQueryServiceCallback cb) {
163 if (cb != null) {
165 if (DBG) log("unregistering callback " + cb.getClass().toString());
166 mCallbacks.unregister(cb);
219 INetworkQueryServiceCallback cb = mCallbacks.getBroadcastItem(i); local
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaSessionCompat.java 620 * @param cb A result receiver to which a result may be sent by the command, may be null.
622 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
785 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
786 Callback.this.onCommand(command, extras, cb);
1730 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1742 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1755 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1767 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1779 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1791 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1803 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
1815 IMediaControllerCallback cb = mControllerCallbacks.getBroadcastItem(i); local
2119 MediaSessionCompat.Callback cb = mCallback; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form11n.java 83 CstLiteralBits cb = (CstLiteralBits) cst; local
85 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
Form21s.java 82 CstLiteralBits cb = (CstLiteralBits) cst; local
84 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());

Completed in 1308 milliseconds

12 3 4 5 6 7 8 91011>>