HomeSort by relevance Sort by last modified time
    Searched refs:thr (Results 1 - 25 of 50) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoadingException.java 30 * @param thr {@code non-null;} lower level exception with more detailed
33 public DexClassLoadingException(Throwable thr) {
34 super("Loading generated dex class has failed", thr);
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 26 Throwable thr = new Throwable(message, npe); local
27 assertEquals("message is incorrect.", message, thr.getMessage());
28 assertEquals("cause is incorrect.", npe, thr.getCause());
30 thr = new Throwable(null, npe);
31 assertNull("message is not null.", thr.getMessage());
32 assertEquals("cause is incorrect.", npe, thr.getCause());
34 thr = new Throwable(message, null);
35 assertEquals("message is incorrect.", message, thr.getMessage());
36 assertNull("cause is not null.", thr.getCause());
42 Throwable thr = new Throwable(npe) local
74 Throwable thr = new Throwable(message, npe); local
83 Throwable thr = new Throwable(); local
118 Throwable thr = new Throwable(npe); local
    [all...]
  /external/valgrind/main/drd/tests/
pth_create_glibc_2_0.c 28 pthread_t thr; local
30 result = (*pthread_create_glibc_2_0)(&thr, 0, thread_func, 0);
36 pthread_join(thr, 0);
  /external/valgrind/main/helgrind/
libhb.h 37 /* typedef struct _Thr Thr; */ /* now in hg_lock_n_thread.h */
42 /* Initialise library; returns Thr* for root thread. 'shadow_alloc'
45 Thr* libhb_init (
46 void (*get_stacktrace)( Thr*, Addr*, UWord ),
47 ExeContext* (*get_EC)( Thr* )
54 /* Thread creation: returns Thr* for new thread */
55 Thr* libhb_create ( Thr* parent );
58 void libhb_async_exit ( Thr* exitter );
83 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send )
    [all...]
hg_errors.c 180 Thread* thr; member in struct:__anon12682::__anon12683::__anon12684
199 Thread* thr; /* doing the unlocking */ member in struct:__anon12682::__anon12683::__anon12685
203 Thread* thr; /* doing the unlocking */ member in struct:__anon12682::__anon12683::__anon12686
208 Thread* thr; /* doing the unlocking */ member in struct:__anon12682::__anon12683::__anon12687
212 Thread* thr; member in struct:__anon12682::__anon12683::__anon12688
218 Thread* thr; member in struct:__anon12682::__anon12683::__anon12689
225 Thread* thr; member in struct:__anon12682::__anon12683::__anon12690
327 Thr* thrp = NULL;
331 Thr* acc_thr = xe->XE.Race.thr->hbthr
    [all...]
hg_main.c 164 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
168 static Thread* mk_Thread ( Thr* hbthr ) {
216 /* Update 'lk' to reflect that 'thr' now has a write-acquisition of
219 static void lockN_acquire_writer ( Lock* lk, Thread* thr )
222 tl_assert(HG_(is_sane_Thread)(thr));
232 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
247 VG_(addToBag)( lk->heldBy, (Word)thr );
256 /* assert: .. and that thread is 'thr'. */
257 tl_assert(VG_(elemBag)(lk->heldBy, (Word)thr)
259 VG_(addToBag)(lk->heldBy, (Word)thr);
336 Thread* thr; local
457 Thread* thr; local
536 Thread* thr; local
606 Thread* thr; local
615 Thread* thr; local
649 Thread* thr; local
805 Thread* thr; local
865 Thread* thr; local
1480 Thread* thr; local
1704 Thread* thr; local
1852 Thread* thr = get_current_Thread_in_C_C(); local
1859 Thread* thr = get_current_Thread_in_C_C(); local
1866 Thread* thr = get_current_Thread_in_C_C(); local
1873 Thread* thr = get_current_Thread_in_C_C(); local
1880 Thread* thr = get_current_Thread_in_C_C(); local
1887 Thread* thr = get_current_Thread_in_C_C(); local
1894 Thread* thr = get_current_Thread_in_C_C(); local
1901 Thread* thr = get_current_Thread_in_C_C(); local
1908 Thread* thr = get_current_Thread_in_C_C(); local
1915 Thread* thr = get_current_Thread_in_C_C(); local
1946 Thread* thr; local
1994 Thread* thr; local
2035 Thread* thr; local
2053 Thread* thr; local
2067 Thread* thr; local
2088 Thread* thr; local
2229 Thread* thr; local
2284 Thread* thr; local
2354 Thread* thr; local
2421 Thread* thr; local
2471 Thread* thr; local
2496 Thread* thr; local
2516 Thread* thr; local
2530 Thread* thr; local
2662 Thread* thr; local
2709 Thread* thr; local
2737 Thread* thr; local
2839 Thread* thr; local
2894 Thread* thr; local
3015 Thread* thr; local
3058 Thread* thr; local
3177 Thread* thr; local
3202 Thread* thr; local
3713 Thread* thr; \/* allocating thread *\/ member in struct:__anon12697
4625 Thread* thr = map_threads_maybe_lookup( tid ); local
4823 Thread* thr; local
4840 Thread* thr; local
    [all...]
hg_lock_n_thread.c 48 inline Bool HG_(is_sane_Thread) ( Thread* thr ) {
49 return thr != NULL && thr->magic == Thread_MAGIC;
54 Thread* thr; local
57 while (VG_(nextIterBag)( bag, (Word*)&thr, &count )) {
59 if (!HG_(is_sane_Thread)(thr)) return False;
libhb_core.c 105 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL;
106 static ExeContext* (*main_get_EC)( Thr* ) = NULL;
1596 Thr* thr; member in struct:__anon12709
1743 Thr* thr; local
1853 Thr* thr; local
2926 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) ); local
3427 typedef struct { Thr* thr; RCEC* rcec; } Thr_n_RCEC; member in struct:__anon12717
5381 Thr* thr; local
    [all...]
hg_lock_n_thread.h 57 /* Thr, libhb's private thread record, exported abstractly */
58 typedef struct _Thr Thr;
81 Thr* hbthr;
155 Bool HG_(is_sane_Thread) ( Thread* thr );
hg_errors.h 51 void HG_(record_error_Race) ( Thread* thr,
64 void HG_(record_error_Misc) ( Thread* thr, HChar* errstr );
  /external/libvpx/vp8/common/arm/
loopfilter_arm.c 44 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
47 vp8_mbloop_filter_horizontal_edge_armv6(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
50 vp8_mbloop_filter_horizontal_edge_armv6(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
60 vp8_loop_filter_simple_horizontal_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
68 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
71 vp8_mbloop_filter_vertical_edge_armv6(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
74 vp8_mbloop_filter_vertical_edge_armv6(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
84 vp8_loop_filter_simple_vertical_edge_armv6(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
92 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
93 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h 37 #define INDEX(x,thr) (((x)>=thr)?1:0)
adaptive_smooth_no_mmx.cpp 48 thr = value of type int that is compared to the elements in Rec_Y to
119 luminance values to a threshold value ("thr") and then changing the
218 int thr, /* i */
258 / the threshold value (thr) */
273 /* sum of 0's and 1's (0 if pixel value is below thr, 1 if value
274 /is above thr) */
275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
287 /* sum of 0's and 1's (0 if pixel value is below thr, 1 if valu
    [all...]
deringing_luma.cpp 41 int thr, blks, incr; local
94 thr = thres[blks];
97 thr, width, max_diff);
148 thr = thres[blks];
151 thr, width, max_diff);
210 thr = thres[blks];
213 thr, width, max_diff);
216 width, thr, max_diff);
  /external/libvpx/vp8/common/x86/
loopfilter_x86.c 48 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
51 vp8_mbloop_filter_horizontal_edge_mmx(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
54 vp8_mbloop_filter_horizontal_edge_mmx(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
65 vp8_loop_filter_simple_horizontal_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
74 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
77 vp8_mbloop_filter_vertical_edge_mmx(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
80 vp8_mbloop_filter_vertical_edge_mmx(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
91 vp8_loop_filter_simple_vertical_edge_mmx(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
100 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
101 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /system/core/debuggerd/
crasher.c 66 pthread_t thr; local
70 pthread_create(&thr, &attr, noisy, (void*) 'A');
71 pthread_create(&thr, &attr, noisy, (void*) 'B');
72 pthread_create(&thr, &attr, noisy, (void*) 'C');
79 pthread_t thr; local
93 pthread_create(&thr, &attr, test_thread, 0);
  /external/valgrind/main/helgrind/tests/
bar_trivial.c 38 pthread_t thr[NTHR]; local
44 r = pthread_create(&thr[i], NULL, child_fn, (void*)i);
49 r = pthread_join(thr[i], NULL);
  /external/valgrind/tsan/
ts_valgrind.cc 344 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
345 g_cur_tleb = thr->tleb;
348 INLINE void FlushMops(ValgrindThread *thr, bool keep_trace_info = false) {
350 TraceInfo *t = thr->trace_info;
353 thr->trace_info = NULL;
356 if (global_ignore || thr->ignore_accesses ||
357 (thr->literace_sampling &&
358 t->LiteRaceSkipTraceRealTid(thr->zero_based_uniq_tid, thr->literace_sampling))) {
359 thr->trace_info = NULL
406 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
437 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
487 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
513 ValgrindThread *thr = &g_valgrind_threads[child]; local
531 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
537 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
548 ValgrindThread *thr = &g_valgrind_threads[quit_tid]; local
588 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
830 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
890 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_altivec.c 59 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
62 mbloop_filter_horizontal_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
80 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
83 mbloop_filter_vertical_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
102 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
103 loop_filter_horizontal_edge_y_ppc(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
104 loop_filter_horizontal_edge_y_ppc(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
107 loop_filter_horizontal_edge_uv_ppc(u_ptr + 4 * uv_stride, v_ptr + 4 * uv_stride, uv_stride, lfi->flim, lfi->lim, lfi->thr);
127 loop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->flim, lfi->lim, lfi->thr);
130 loop_filter_vertical_edge_uv_ppc(u_ptr + 4, v_ptr + 4, uv_stride, lfi->flim, lfi->lim, lfi->thr);
    [all...]
  /frameworks/base/services/java/com/android/server/
MasterClearReceiver.java 42 Thread thr = new Thread("Reboot") { local
53 thr.start();
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_bstr_decoding.cpp 266 UInt32 thr; local
267 thr = ps_dec->noSubSamples - ps_dec->noEnv + env;
269 if (ps_dec->aEnvStartStop[env] > thr)
271 ps_dec->aEnvStartStop[env] = thr;
275 thr = ps_dec->aEnvStartStop[env-1] + 1;
277 if (ps_dec->aEnvStartStop[env] < thr)
279 ps_dec->aEnvStartStop[env] = thr;
  /external/libvpx/vp8/common/
loopfilter.c 31 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
34 vp8_mbloop_filter_horizontal_edge_c(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
37 vp8_mbloop_filter_horizontal_edge_c(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
47 vp8_loop_filter_simple_horizontal_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
55 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
58 vp8_mbloop_filter_vertical_edge_c(u_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
61 vp8_mbloop_filter_vertical_edge_c(v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr, 1);
71 vp8_loop_filter_simple_vertical_edge_c(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr, 2);
79 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2);
80 vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr, 2)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
OpenDownloadReceiver.java 37 HandlerThread thr = new HandlerThread("Open browser download async"); typedefs
38 thr.start();
39 sAsyncHandler = new Handler(thr.getLooper());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 55 Thread thr = new Thread(null, mTask, "AlarmService_Service"); local
56 thr.start();
  /external/valgrind/main/none/tests/
thread-exits.c 40 static void *thr(void *v) function
72 ret = pthread_create(&t, NULL, thr, NULL);

Completed in 767 milliseconds

1 2