HomeSort by relevance Sort by last modified time
    Searched refs:cb (Results 551 - 575 of 2026) sorted by null

<<21222324252627282930>>

  /external/svox/pico/lib/
picodbg.c 341 char cb[MAX_CONTEXT_LEN + 1]; local
377 sprintf(cb, "%-10s", picodbg_fileTitle(file));
378 strcat(ctxbuf, cb);
380 sprintf(cb, "(%d)", line);
381 strcat(ctxbuf, cb);
387 sprintf(cb, "%-18s", func);
388 strcat(ctxbuf, cb);
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 1434 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1444 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1454 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1465 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1475 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1485 ITextToSpeechCallback cb = getCallbackFor(callerIdentity); local
1512 ITextToSpeechCallback cb; local
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfig.cpp 378 struct nl_cb *cb; local
380 cb = nl_cb_alloc(NL_CB_DEFAULT);
381 if (!cb) {
392 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_wifi_config, &res);
393 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_wifi_config,
395 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_wifi_config, &res);
399 nl_recvmsgs(mInfo->cmd_sock, cb);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 149 ULONG cb; member in struct:__anon43010
167 typedef void *(DIAMONDAPI *PFNFCIALLOC)(ULONG cb);
168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
fdi.h 196 typedef void *(DIAMONDAPI *PFNALLOC)(ULONG cb);
197 #define FNALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
218 __LONG32 cb; member in struct:__anon43020
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_shader.c 339 struct pipe_constant_buffer *cb)
342 struct pipe_resource *constants = cb ? cb->buffer : NULL;
346 if (cb && cb->user_buffer) {
348 (void *) cb->user_buffer,
349 cb->buffer_size,
372 if (cb && cb->user_buffer) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 84 CstLiteralBits cb = (CstLiteralBits) cst; local
86 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
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/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 101 void RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg);
106 u32 FindThread(FindThreadCallback cb, void *arg);
109 ThreadContextBase *FindThreadContextLocked(FindThreadCallback cb,
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 44 Callback cb(thr, pc);
45 ctx->dd->MutexInit(&cb, &s->dd);
103 Callback cb(thr, pc);
104 ctx->dd->MutexDestroy(&cb, &s->dd);
105 ctx->dd->MutexInit(&cb, &s->dd);
172 Callback cb(thr, pc);
174 ctx->dd->MutexBeforeLock(&cb, &s->dd, true);
175 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock);
183 Callback cb(thr, pc);
184 ReportDeadlock(thr, pc, ctx->dd->GetReport(&cb));
    [all...]
  /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());
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());
Form32s.java 90 CstLiteralBits cb = (CstLiteralBits) cst; local
92 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
  /external/libweave/third_party/chromium/base/
callback_unittest.cc 139 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) {
142 ASSERT_TRUE(cb.is_null());
146 Closure cb; member in struct:base::__anon18222::TestForReentrancy
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 142 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x; local
144 for( x = 0; x < roi.width; x++, p += 3, cb++ )
157 for( e = *cb; e != 0; e = e->next )
214 e->next = *cb;
215 *cb = e;
265 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x; local
267 for( x = 0; x < roi.width; x++, p += 3, cb++ )
275 for( e = *cb; e != 0; e = e->next )
327 CvBGCodeBookElem** cb = model->cbmap + model->size.width*(y + roi.y) + roi.x; local
329 for( x = 0; x < roi.width; x++, cb++
    [all...]
  /external/skia/src/gpu/text/
GrTextBlobCache.h 23 GrTextBlobCache(PFOverBudgetCB cb, void* data)
25 , fCallback(cb)
28 SkASSERT(cb && data);
  /external/toybox/toys/android/
getprop.c 70 union selinux_callback cb; local
72 cb.func_log = selinux_log_callback;
73 selinux_set_callback(SELINUX_CB_LOG, cb);
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 170 CharBuffer cb = CharBuffer.wrap(ca); local
172 CoderResult cr = cd.decode(bb, cb, true);
175 cr = cd.flush(cb);
183 return safeTrim(ca, cb.position(), cs, isTrusted);
245 CharBuffer cb = CharBuffer.wrap(ca); local
247 CoderResult cr = cd.decode(bb, cb, true);
250 cr = cd.flush(cb);
258 return safeTrim(ca, cb.position(), cs, isTrusted);
320 CharBuffer cb = CharBuffer.wrap(ca, off, len); local
323 CoderResult cr = ce.encode(cb, bb, true)
377 CharBuffer cb = CharBuffer.wrap(ca, off, len); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_functions.py 243 cb = CallBack(callback)
244 f(2**18, cb)
261 cb = MyCallback(callback)
262 result = f(-10, cb)
267 cb = MyCallback(callback)
268 result = f(-10, cb)
275 cb = AnotherCallback(callback)
276 self.assertRaises(ArgumentError, f, -10, cb)
295 cb = MyCallback(callback)
296 result = f(-10, cb)
    [all...]
test_refcounts.py 25 cb = MyCallback(callback)
28 result = f(-10, cb)
30 cb = None
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_functions.py 243 cb = CallBack(callback)
244 f(2**18, cb)
261 cb = MyCallback(callback)
262 result = f(-10, cb)
267 cb = MyCallback(callback)
268 result = f(-10, cb)
275 cb = AnotherCallback(callback)
276 self.assertRaises(ArgumentError, f, -10, cb)
295 cb = MyCallback(callback)
296 result = f(-10, cb)
    [all...]

Completed in 630 milliseconds

<<21222324252627282930>>