Searched defs:no_failure (Results 1 - 5 of 5) sorted by relevance
/external/oprofile/libop/tests/ |
H A D | alloc_counter_tests.c | 28 no_failure, enumerator in enum:failure_type 117 { CPU_AXP_EV4, events_alpha_ev4_1, { 0 }, no_failure }, 119 { CPU_PPRO, events_ppro_1, { 0 }, no_failure }, 120 { CPU_PPRO, events_ppro_2, { 0, 1 }, no_failure }, 122 { CPU_PPRO, events_ppro_4, { 0, 1 }, no_failure }, 123 { CPU_PPRO, events_ppro_5, { 1, 0 }, no_failure }, 124 { CPU_P4, events_p4_1, { 3, 7, 0, 4, 2, 6, 1, 5 }, no_failure }, 126 { CPU_MIPS_34K, events_mips_34k, { 1, 0 }, no_failure }, 192 if (it->failure != no_failure) {
|
/external/v8/src/ |
H A D | liveedit.cc | 56 Handle<Object> no_failure = local 58 ASSERT(!no_failure.is_null()); 59 USE(no_failure);
|
/external/chromium_org/v8/src/ |
H A D | liveedit.cc | 58 Handle<Object> no_failure = local 60 ASSERT(!no_failure.is_null()); 61 USE(no_failure);
|
/external/v8/test/cctest/ |
H A D | test-api.cc | 12563 i::Handle<i::Object> no_failure; local 12564 no_failure = 12566 ASSERT(!no_failure.is_null()); 12567 i::USE(no_failure); 12570 no_failure = 12572 ASSERT(!no_failure.is_null()); 12573 i::USE(no_failure); 12577 no_failure = 12579 ASSERT(!no_failure.is_null()); 12580 i::USE(no_failure); [all...] |
/external/chromium_org/v8/test/cctest/ |
H A D | test-api.cc | 15373 i::Handle<i::Object> no_failure; local 15374 no_failure = 15376 ASSERT(!no_failure.is_null()); 15377 i::USE(no_failure); 15380 no_failure = 15382 ASSERT(!no_failure.is_null()); 15383 i::USE(no_failure); 15386 no_failure = 15388 ASSERT(!no_failure.is_null()); 15389 i::USE(no_failure); [all...] |
Completed in 218 milliseconds