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

1 2 3

  /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 );
59 void libhb_joinedwith_done ( Thr* exitter )
    [all...]
hg_main.c 160 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
164 static Thread* mk_Thread ( Thr* hbthr ) {
232 /* Update 'lk' to reflect that 'thr' now has a write-acquisition of
235 static void lockN_acquire_writer ( Lock* lk, Thread* thr )
238 tl_assert(HG_(is_sane_Thread)(thr));
248 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
263 VG_(addToBag)( lk->heldBy, (Word)thr );
272 /* assert: .. and that thread is 'thr'. */
273 tl_assert(VG_(elemBag)(lk->heldBy, (Word)thr)
275 VG_(addToBag)(lk->heldBy, (Word)thr);
352 Thread* thr; local
472 Thread* thr; local
551 Thread* thr; local
616 Thread* thr; local
625 Thread* thr; local
659 Thread* thr; local
815 Thread* thr; local
875 Thread* thr; local
1374 Thread* thr; local
1616 Thread* thr; local
1764 Thread* thr; local
1786 Thread* thr = get_current_Thread_in_C_C(); local
1793 Thread* thr = get_current_Thread_in_C_C(); local
1800 Thread* thr = get_current_Thread_in_C_C(); local
1807 Thread* thr = get_current_Thread_in_C_C(); local
1814 Thread* thr = get_current_Thread_in_C_C(); local
1821 Thread* thr = get_current_Thread_in_C_C(); local
1828 Thread* thr = get_current_Thread_in_C_C(); local
1835 Thread* thr = get_current_Thread_in_C_C(); local
1842 Thread* thr = get_current_Thread_in_C_C(); local
1849 Thread* thr = get_current_Thread_in_C_C(); local
1880 Thread* thr; local
1929 Thread* thr; local
1970 Thread* thr; local
1988 Thread* thr; local
2002 Thread* thr; local
2023 Thread* thr; local
2164 Thread* thr; local
2240 Thread* thr; local
2310 Thread* thr; local
2377 Thread* thr; local
2428 Thread* thr; local
2453 Thread* thr; local
2473 Thread* thr; local
2487 Thread* thr; local
2619 Thread* thr; local
2666 Thread* thr; local
2694 Thread* thr; local
2796 Thread* thr; local
2851 Thread* thr; local
2972 Thread* thr; local
3015 Thread* thr; local
3136 Thread* thr; local
3161 Thread* thr; local
3821 Thread* thr; \/* allocating thread *\/ member in struct:__anon14127
4810 Thread* thr = map_threads_maybe_lookup( tid ); local
5034 Thread* thr; local
5051 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;
hg_errors.c 295 Thread* thr; member in struct:__anon14112::__anon14113::__anon14114
316 Thread* thr; /* doing the unlocking */ member in struct:__anon14112::__anon14113::__anon14115
320 Thread* thr; /* doing the unlocking */ member in struct:__anon14112::__anon14113::__anon14116
325 Thread* thr; /* doing the unlocking */ member in struct:__anon14112::__anon14113::__anon14117
329 Thread* thr; member in struct:__anon14112::__anon14113::__anon14118
335 Thread* thr; member in struct:__anon14112::__anon14113::__anon14119
351 Thread* thr; member in struct:__anon14112::__anon14113::__anon14120
396 tl_assert(xe->XE.Race.thr);
400 xe->XE.Race.thr->locksetW,
465 Thr* thrp = NULL
    [all...]
libhb_core.c 141 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
142 We pack it into 64 bits by representing the Thr* using a ThrID, a
167 NB3: this probably also relies on the fact that Thr's are never
169 Thr's to thrid values (set up in Thr__new) persists forever.
256 // data decls: Thr, ULong_n_EC //
300 /* A small integer giving a unique identity to this Thr. See
310 1-1 mapping between Thread and Thr structures -- each Thr points
311 at its corresponding Thread, and vice versa. Really, Thr and
356 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL
3658 Thr* thr = *(Thr**)VG_(indexXA)( thrid_to_thr_map, thrid - 1024 ); local
3665 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) ); local
6171 Thr* thr; local
    [all...]
hg_errors.h 51 void HG_(record_error_Race) ( Thread* thr,
68 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/av/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 349 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
350 g_cur_tleb = thr->tleb;
353 INLINE void FlushMops(ValgrindThread *thr, bool keep_trace_info = false) {
355 TraceInfo *t = thr->trace_info;
358 thr->trace_info = NULL;
361 if (global_ignore || thr->ignore_accesses ||
362 (thr->literace_sampling &&
363 t->LiteRaceSkipTraceRealTid(thr->zero_based_uniq_tid, thr->literace_sampling))) {
364 thr->trace_info = NULL
411 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
442 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
492 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
518 ValgrindThread *thr = &g_valgrind_threads[child]; local
536 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
542 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
553 ValgrindThread *thr = &g_valgrind_threads[quit_tid]; local
593 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
838 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
898 ValgrindThread *thr = &g_valgrind_threads[vg_tid]; local
    [all...]
thread_sanitizer.cc 297 static void ForgetAllStateAndStartOver(TSanThread *thr, const char *reason);
298 static void FlushStateIfOutOfSegments(TSanThread *thr);
    [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/av/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 445 milliseconds

1 2 3