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

1 2 3 4

  /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........
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16317.go 8 // unhandled OCONV INT -> TUNSAFEPTR
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16317.go 8 // unhandled OCONV INT -> TUNSAFEPTR
  /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 36 NextProtos: []string{"unhandled-proto", "tls-0.9"},
63 // Request to an advertised but unhandled NPN protocol.
67 tr.TLSClientConfig.NextProtos = []string{"unhandled-proto"}
76 t.Errorf("expected error on unhandled-proto request; got: %s", buf.Bytes())
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 36 NextProtos: []string{"unhandled-proto", "tls-0.9"},
63 // Request to an advertised but unhandled NPN protocol.
67 tr.TLSClientConfig.NextProtos = []string{"unhandled-proto"}
76 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)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 76 log.Fatal("unhandled declaration kind", decl.Tok)
89 log.Fatal("unhandled decl type", decl)
170 log.Fatalf("unhandled type: %#v", t)
209 log.Fatalf("unhandled expr: %#v", e)
noder.go 102 panic("unhandled Decl")
462 panic("unhandled Expr")
479 panic("unhandled ChanDir")
634 panic("unhandled BranchStmt")
655 panic("unhandled CallStmt")
688 panic("unhandled Stmt")
951 panic("unhandled BasicLit kind")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 76 log.Fatal("unhandled declaration kind", decl.Tok)
89 log.Fatal("unhandled decl type", decl)
170 log.Fatalf("unhandled type: %#v", t)
209 log.Fatalf("unhandled expr: %#v", e)
noder.go 102 panic("unhandled Decl")
462 panic("unhandled Expr")
479 panic("unhandled ChanDir")
634 panic("unhandled BranchStmt")
655 panic("unhandled CallStmt")
688 panic("unhandled Stmt")
951 panic("unhandled BasicLit kind")
  /prebuilts/go/darwin-x86/src/mime/
example_test.go 47 return nil, fmt.Errorf("unhandled charset %q", charset)
86 return nil, fmt.Errorf("unhandled charset %q", charset)
  /prebuilts/go/linux-x86/src/mime/
example_test.go 47 return nil, fmt.Errorf("unhandled charset %q", charset)
86 return nil, fmt.Errorf("unhandled charset %q", charset)
  /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/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...]
  /external/selinux/mcstrans/src/
mcstrans.c 1291 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; local
1297 ebitmap_init(&unhandled);
1328 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0)
1330 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0)
1355 for (loops = 50; ebitmap_cardinality(&unhandled) && loops > 0 && change; loops--) {
1358 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0)
1373 /* if only unhandled bits are different */
1380 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0)
1383 int h = ebitmap_hamming_distance(&bit_diff, &unhandled);
1401 if (ebitmap_cpy(&temp, &unhandled) < 0
    [all...]
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 301 ArenaVector<LiveInterval*>& unhandled = core_register
305 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back()));
378 // If needed, add interval to the list of unhandled intervals.
384 // Don't add directly to `unhandled`, it needs to be sorted and the start
386 AddSorted(&unhandled, split);
391 // Don't add directly to `unhandled`, temp or safepoint intervals
394 AddSorted(&unhandled, current);
479 stream << "unhandled: " << std::endl;
480 auto unhandled = (unhandled_ != nullptr) local
    [all...]
register_allocator_test.cc 446 // Add an artifical range to cover the temps that will be put in the unhandled list.
447 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); local
448 unhandled->AddLoopRange(0, 60);
458 unhandled = register_allocator.Split(unhandled, 5);
480 ASSERT_TRUE(register_allocator.TryAllocateFreeReg(unhandled));
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
TvViewTest.java 387 KeyEvent unhandled = (KeyEvent) unhandledEvent[0]; local
388 assertEquals(unhandled.getAction(), keyEvent.getAction());
389 assertEquals(unhandled.getKeyCode(), keyEvent.getKeyCode());
  /external/v8/src/js/
async-await.js 97 // unhandled reject events as its work is done
  /prebuilts/go/darwin-x86/src/os/
path_windows.go 192 // /../ is currently unhandled
  /prebuilts/go/linux-x86/src/os/
path_windows.go 192 // /../ is currently unhandled

Completed in 754 milliseconds

1 2 3 4