HomeSort by relevance Sort by last modified time
    Searched refs:unhandled (Results 1 - 25 of 99) 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.27/ld/emulparams/
elf32bmipn32-defs.sh 20 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
  /prebuilts/go/darwin-x86/src/net/http/
npn_test.go 37 NextProtos: []string{"unhandled-proto", "tls-0.9"},
61 // Request to an advertised but unhandled NPN protocol.
69 NextProtos: []string{"unhandled-proto"},
81 t.Errorf("expected error on unhandled-proto request; got: %s", buf.Bytes())
  /prebuilts/go/linux-x86/src/net/http/
npn_test.go 37 NextProtos: []string{"unhandled-proto", "tls-0.9"},
61 // Request to an advertised but unhandled NPN protocol.
69 NextProtos: []string{"unhandled-proto"},
81 t.Errorf("expected error on unhandled-proto request; got: %s", buf.Bytes())
  /toolchain/binutils/binutils-2.27/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/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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 84 log.Fatal("unhandled declaration kind", decl.Tok)
97 log.Fatal("unhandled decl type", decl)
150 log.Fatalf("unhandled type: %#v", t)
183 log.Fatalf("unhandled type: %#v", t)
222 log.Fatalf("unhandled expr: %#v", e)
noder.go 197 panic("unhandled Decl")
601 panic("unhandled Expr")
701 panic("unhandled ChanDir")
871 panic("unhandled BranchStmt")
886 panic("unhandled CallStmt")
919 panic("unhandled Stmt")
1257 panic("unhandled BasicLit kind")
    [all...]
obj.go 462 Fatalf("gdata unhandled OLITERAL %v", nr)
479 Fatalf("gdata unhandled op %v %v\n", nr, nr.Op)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 84 log.Fatal("unhandled declaration kind", decl.Tok)
97 log.Fatal("unhandled decl type", decl)
150 log.Fatalf("unhandled type: %#v", t)
183 log.Fatalf("unhandled type: %#v", t)
222 log.Fatalf("unhandled expr: %#v", e)
noder.go 197 panic("unhandled Decl")
601 panic("unhandled Expr")
701 panic("unhandled ChanDir")
871 panic("unhandled BranchStmt")
886 panic("unhandled CallStmt")
919 panic("unhandled Stmt")
1257 panic("unhandled BasicLit kind")
    [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 303 ScopedArenaVector<LiveInterval*>& unhandled = core_register
307 DCHECK(unhandled.empty() || current->StartsBeforeOrAt(unhandled.back()));
380 // If needed, add interval to the list of unhandled intervals.
386 // Don't add directly to `unhandled`, it needs to be sorted and the start
388 AddSorted(&unhandled, split);
393 // Don't add directly to `unhandled`, temp or safepoint intervals
396 AddSorted(&unhandled, current);
487 stream << "unhandled: " << std::endl;
488 auto unhandled = (unhandled_ != nullptr) local
    [all...]
register_allocator_test.cc 448 // Add an artifical range to cover the temps that will be put in the unhandled list.
449 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval(); local
450 unhandled->AddLoopRange(0, 60);
460 unhandled = register_allocator.Split(unhandled, 5);
483 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());
  /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
  /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: ");

Completed in 1128 milliseconds

1 2 3 4