/external/valgrind/none/tests/ |
ioctl_moans.stderr.exp | 1 Warning: noted but unhandled ioctl 0x.2345670 with no size/direction hints. 4 Warning: noted but unhandled ioctl 0x.2345671 with no size/direction hints. 7 Warning: noted but unhandled ioctl 0x.2345672 with no size/direction hints. 10 Warning: noted but unhandled ioctl 0x.2345673 with no size/direction hints. 13 Warning: noted but unhandled ioctl 0x.2345674 with no size/direction hints. 16 Warning: noted but unhandled ioctl 0x.2345675 with no size/direction hints. 19 Warning: noted but unhandled ioctl 0x.2345676 with no size/direction hints. 22 Warning: noted but unhandled ioctl 0x.2345677 with no size/direction hints. 25 Warning: noted but unhandled ioctl 0x.2345678 with no size/direction hints. 28 Warning: noted but unhandled ioctl 0x.2345679 with no size/direction hints [all...] |
/external/clang/www/ |
builtins.py | 139 # Special unhandled cases: 142 unhandled = [ variable 158 for unh in unhandled:
|
/external/valgrind/none/tests/x86/ |
faultstatus.stderr.exp | 6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
|
/external/v8/test/mjsunit/es6/regress/ |
regress-crbug-465671.js | 5 // This used to trigger crash because of an unhandled stack overflow.
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
elf32bmipn32-defs.sh | 19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
|
/prebuilts/go/darwin-x86/src/net/http/ |
npn_test.go | 35 NextProtos: []string{"unhandled-proto", "tls-0.9"}, 62 // Request to an advertised but unhandled NPN protocol. 66 tr.TLSClientConfig.NextProtos = []string{"unhandled-proto"} 75 t.Errorf("expected error on unhandled-proto request; got: %s", buf.Bytes())
|
/prebuilts/go/linux-x86/src/net/http/ |
npn_test.go | 35 NextProtos: []string{"unhandled-proto", "tls-0.9"}, 62 // Request to an advertised but unhandled NPN protocol. 66 tr.TLSClientConfig.NextProtos = []string{"unhandled-proto"} 75 t.Errorf("expected error on unhandled-proto request; got: %s", buf.Bytes())
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-bad-2.l | 9 [^:]*:70: Error: unhandled CFA insn for unwinding \(259\)
|
unwind-bad-2.s | 68 # unhandled CFA insn for unwinding (259)
|
/frameworks/base/core/java/android/view/ |
InputEventConsistencyVerifier.java | 94 // Set to true if the touch event stream is partially unhandled. 217 if (state.unhandled) { 218 state.unhandled = false; 571 * Notifies the verifier that a given event was unhandled and the rest of the 598 state.unhandled = true; 775 public boolean unhandled; field in class:InputEventConsistencyVerifier.KeyState [all...] |
/external/ltrace/sysdeps/linux-gnu/metag/ |
trace.c | 243 goto unhandled; 281 goto unhandled; 356 unhandled: 357 fprintf(stderr, "Unhandled instruction: pc=0x%08x, inst=0x%08x\n",
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-100859.js | 28 // This used to trigger a crash because of an unhandled stack overflow.
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcstrans.c | 1290 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; local 1296 ebitmap_init(&unhandled); 1328 ebitmap_t unhandled, orig_unhandled; local 1329 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) 1331 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0) 1357 for (loops = 50; ebitmap_cardinality(&unhandled) && loops > 0 && change; loops--) { 1361 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) 1376 /* if only unhandled bits are different */ 1385 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0) 1388 int h = ebitmap_hamming_distance(&bit_diff, &unhandled); [all...] |
/external/valgrind/VEX/useful/ |
hd_fpu.c | 772 printf("unhandled opc_aux = 0x%2x\n", opc_aux); 814 goto unhandled; 871 printf("unhandled opc_aux = 0x%2x\n", opc_aux); 1108 goto unhandled; [all...] |
test_main.c | 440 goto unhandled; 443 unhandled: 447 panic("addrcheck: unhandled IRStmt"); [all...] |
/art/compiler/optimizing/ |
register_allocator_test.cc | 413 // Add an artifical range to cover the temps that will be put in the unhandled list. 414 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); local 415 unhandled->AddLoopRange(0, 60); 425 unhandled = register_allocator.Split(unhandled, 5); 447 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled)); [all...] |
register_allocator.cc | 321 ArenaVector<LiveInterval*>& unhandled = core_register 325 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back())); 398 // If needed, add interval to the list of unhandled intervals. 404 // Don't add directly to `unhandled`, it needs to be sorted and the start 406 AddSorted(&unhandled, split); 411 // Don't add directly to `unhandled`, temp or safepoint intervals 414 AddSorted(&unhandled, current); 591 stream << "unhandled: " << std::endl; 592 auto unhandled = (unhandled_ != nullptr) local [all...] |
/cts/tests/tests/tv/src/android/media/tv/cts/ |
TvViewTest.java | 386 KeyEvent unhandled = (KeyEvent) unhandledEvent[0]; local 387 assertEquals(unhandled.getAction(), keyEvent.getAction()); 388 assertEquals(unhandled.getKeyCode(), keyEvent.getKeyCode());
|
/prebuilts/go/darwin-x86/src/mime/ |
encodedword_test.go | 49 return nil, fmt.Errorf("unhandled charset %q", charset) 88 return nil, fmt.Errorf("unhandled charset %q", charset)
|
encodedword.go | 230 return fmt.Errorf("mime: unhandled charset %q", charset)
|
/prebuilts/go/linux-x86/src/mime/ |
encodedword_test.go | 49 return nil, fmt.Errorf("unhandled charset %q", charset) 88 return nil, fmt.Errorf("unhandled charset %q", charset)
|
/external/valgrind/coregrind/m_debuginfo/ |
tytypes.c | 247 if (!ent->Te.TyBase.name) goto unhandled; 300 default: goto unhandled; 312 goto unhandled; 316 unhandled: 317 VG_(printf)("pp_TyEnt_C_ishly:unhandled: "); 728 VG_(printf)("ML_(sizeOfType): unhandled: "); 914 VG_(printf)("ML_(describe_type): unhandled: ");
|
/build/core/ |
base_rules.mk | 158 $(error $(LOCAL_PATH): unhandled install path "$(install_path_var) for $(LOCAL_MODULE)")
|
/toolchain/binutils/binutils-2.25/bfd/ |
coffcode.h | 1189 char * unhandled = NULL; local [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
compile.go | 167 panic("regexp: unhandled case in compile")
|