HomeSort by relevance Sort by last modified time
    Searched defs:thr (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/
ConstructorDeclaration.java 214 for (ReferenceType thr : getThrows()) {
221 sb.append(thr.toStringWithoutComments());
MethodDeclaration.java 350 for (ReferenceType thr : getThrows()) {
357 sb.append(thr.toStringWithoutComments());
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/body/
ConstructorDeclaration.java 203 for (NameExpr thr : getThrows()) {
210 sb.append(thr.toStringWithoutComments());
MethodDeclaration.java 281 for (NameExpr thr : getThrows()) {
288 sb.append(thr.toStringWithoutComments());
  /external/libvpx/libvpx/test/
vp9_quantize_test.cc 145 const int thr = dequant_ptr[1] >> 1; local
165 if (i >= 16 && (abs_coeff[y] <= thr)) {
  /external/libvpx/libvpx/vp8/common/
mfqe.c 121 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
157 /* thr = qdiff/16 + log2(act) + log4(qprev) */
158 thr = (qdiff >> 4);
159 while (actd >>= 1) thr++;
160 while (qprev >>= 2) thr++;
163 thrsq = thr * thr;
169 if (sad < thr &&
172 2 * usad < thr && 2 * vsad < thr && !actrisk
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 95 HandlerThread thr = new HandlerThread("AlertReceiver async"); external variable declarations
96 thr.start();
97 sAsyncHandler = new Handler(thr.getLooper());
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
StagefrightTest.java 1127 LooperThread thr = new LooperThread(new Runnable() { local
1293 LooperThread thr = new LooperThread(new Runnable() { local
1438 LooperThread thr = new LooperThread(new Runnable() { local
1553 LooperThread thr = new LooperThread(new Runnable() { local
    [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 135 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex, local
137 internal_memset(thr, 0, sizeof(*thr));
138 return thr;
144 ThreadState *thr = AllocGoroutine(); local
145 main_thr = *thrp = thr;
146 Initialize(thr);
147 *procp = thr->proc1;
153 ThreadState *thr = main_thr; local
154 int res = Finalize(thr);
214 ThreadState *thr = AllocGoroutine(); local
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 1032 struct xfrmu_spdhthresh thr; local
1038 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 32)
1041 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 32)
1045 (void *)&thr, sizeof(thr));
1047 struct xfrmu_spdhthresh thr; local
1053 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 128
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 314 struct thread *thr = (struct thread *)data; local
315 long id = (long)thr->arg;
  /frameworks/base/core/java/android/os/
Binder.java 596 Thread thr = new Thread("Binder.dumpAsync") { local
605 thr.start();
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 933 const FIXP_DBL thr = TRAN_DET_THRSHLD; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 291 __m128i round, quant, dequant, thr; local
367 thr = _mm_srai_epi16(dequant, 1);
387 nzflag = _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) |
388 _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff1, thr));
  /external/mesa3d/src/egl/main/
eglapi.c 256 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
258 thr->CurrentFuncName = funcName;
259 thr->CurrentObjectLabel = NULL;
262 thr->CurrentObjectLabel = thr->Label;
264 thr->CurrentObjectLabel = disp->Label;
266 thr->CurrentObjectLabel = object->Label;
    [all...]
  /external/valgrind/callgrind/
dump.c 1324 thread_info** thr = CLG_(get_threads)(); local
    [all...]
  /external/valgrind/helgrind/
hg_errors.c 312 Thread* thr; member in struct:__anon42653::__anon42654::__anon42655
326 Thread* thr; /* doing the unlocking */ member in struct:__anon42653::__anon42654::__anon42656
330 Thread* thr; /* doing the unlocking */ member in struct:__anon42653::__anon42654::__anon42657
335 Thread* thr; /* doing the unlocking */ member in struct:__anon42653::__anon42654::__anon42658
339 Thread* thr; member in struct:__anon42653::__anon42654::__anon42659
345 Thread* thr; member in struct:__anon42653::__anon42654::__anon42660
361 Thread* thr; member in struct:__anon42653::__anon42654::__anon42661
406 tl_assert(xe->XE.Race.thr);
410 xe->XE.Race.thr->locksetW,
430 Thr* thrp = NULL
898 Thread* thr = get_admin_threads(); local
    [all...]
hg_main.c 172 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
176 static Thread* mk_Thread ( Thr* hbthr ) {
250 /* Update 'lk' to reflect that 'thr' now has a write-acquisition of
253 static void lockN_acquire_writer ( Lock* lk, Thread* thr )
256 tl_assert(HG_(is_sane_Thread)(thr));
266 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
281 VG_(addToBag)( lk->heldBy, (UWord)thr );
290 /* assert: .. and that thread is 'thr'. */
291 tl_assert(VG_(elemBag)(lk->heldBy, (UWord)thr)
293 VG_(addToBag)(lk->heldBy, (UWord)thr);
370 Thread* thr; local
511 Thread* thr; local
603 Thread* thr; local
664 Thread* thr; local
673 Thread* thr; local
707 Thread* thr; local
740 Thread *thr = map_threads_maybe_lookup(tid); local
891 Thread* thr; local
951 Thread* thr; local
1450 Thread* thr; local
1468 Thread *thr = get_current_Thread(); local
1480 Thread *thr = get_current_Thread(); local
1492 Thread *thr = get_current_Thread(); local
1505 Thread *thr = get_current_Thread(); local
1575 Thread *thr = get_current_Thread(); local
1715 Thread* thr; local
1818 Thread *thr = map_threads_lookup(tid); local
1852 Thread *thr = map_threads_lookup(tid); local
1872 Thread* thr; local
1916 Thread* thr = get_current_Thread_in_C_C(); local
1924 Thread* thr = get_current_Thread_in_C_C(); local
1932 Thread* thr = get_current_Thread_in_C_C(); local
1940 Thread* thr = get_current_Thread_in_C_C(); local
1948 Thread* thr = get_current_Thread_in_C_C(); local
1956 Thread* thr = get_current_Thread_in_C_C(); local
1964 Thread* thr = get_current_Thread_in_C_C(); local
1972 Thread* thr = get_current_Thread_in_C_C(); local
1980 Thread* thr = get_current_Thread_in_C_C(); local
1988 Thread* thr = get_current_Thread_in_C_C(); local
2021 Thread* thr; local
2080 Thread* thr; local
2121 Thread* thr; local
2139 Thread* thr; local
2153 Thread* thr; local
2174 Thread* thr; local
2305 Thread* thr; local
2350 Thread* thr; local
2426 Thread* thr; local
2497 Thread* thr; local
2590 Thread* thr; local
2641 Thread* thr; local
2666 Thread* thr; local
2686 Thread* thr; local
2700 Thread* thr; local
2831 Thread* thr; local
2878 Thread* thr; local
2906 Thread* thr; local
3006 Thread* thr; local
3060 Thread* thr; local
3181 Thread* thr; local
3224 Thread* thr; local
3344 Thread* thr; local
3369 Thread* thr; local
3417 Thread *thr = map_threads_maybe_lookup(tid); local
3437 Thread *thr = map_threads_maybe_lookup(tid); local
4113 Thread* thr; \/* allocating thread *\/ member in struct:__anon42668
5475 Thread* thr = map_threads_maybe_lookup( tid ); local
5510 Thread *thr = map_threads_maybe_lookup(tid); local
5519 Thread *thr = map_threads_maybe_lookup(tid); local
5771 Thread* thr; local
5788 Thread* thr; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 337 ThreadState *thr; // currently wired thread, or nullptr member in struct:__tsan::Processor
464 ThreadState *thr; member in class:__tsan::ThreadContext
591 void ObtainCurrentStack(ThreadState *thr, uptr toppc, StackTraceTy *stack) {
592 uptr size = thr->shadow_stack_pos - thr->shadow_stack;
598 stack->Init(&thr->shadow_stack[start], size, toppc);
607 void ALWAYS_INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
609 thr->stat[typ] += n;
612 void ALWAYS_INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
614 thr->stat[typ] = n
    [all...]
tsan_interceptors.cc 241 static ThreadSignalContext *SigCtx(ThreadState *thr) {
242 ThreadSignalContext *ctx = (ThreadSignalContext*)thr->signal_ctx;
243 if (ctx == 0 && !thr->is_dead) {
245 MemoryResetRange(thr, (uptr)&SigCtx, (uptr)ctx, sizeof(*ctx));
246 thr->signal_ctx = ctx;
255 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
257 : thr_(thr)
260 Initialize(thr);
264 FuncEntry(thr, pc);
312 #define READ_STRING_OF_LEN(thr, pc, s, len, n)
345 ThreadState *thr; member in struct:BlockingCall
378 ThreadState *thr = cur_thread(); local
423 ThreadState *thr = cur_thread(); local
831 ThreadState *thr = cur_thread(); local
873 ThreadState *thr = cur_thread(); local
1019 ThreadState *thr; member in struct:CondMutexUnlockCtx
1860 ThreadState *thr = cur_thread(); local
2075 ThreadState *thr; member in struct:dl_iterate_phdr_data
2124 ThreadState *thr; member in struct:TsanInterceptorContext
2283 ThreadState *thr; member in struct:ScopedSyscall
2402 ThreadState *thr = cur_thread(); local
2417 ThreadState *thr = cur_thread(); local
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 173 pthread_t thr; member in struct:snd_use_case_mgr
  /system/core/logcat/
logcat.cpp 97 pthread_t thr; member in struct:android_logcat_context_internal
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 3200 pthread_t thr; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.c 4804 bfd_mach_o_thread_command *thr = NULL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2315 unsigned int thr = cpi->source_var_thresh; local
    [all...]

Completed in 1031 milliseconds

1 2 3 45 6 7