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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
terminate2.cpp 2 // Test that an unhandled exception causes us to call terminate.
  /ndk/tests/device/test-stlport_static-exception/jni/
terminate2.cpp 2 // Test that an unhandled exception causes us to call terminate.
  /external/linux-tools-perf/scripts/python/
check-perf-trace.py 6 # strings, common_xxx() calls back into perf, begin, end, unhandled
19 unhandled = autodict() variable
56 unhandled[event_name] += 1
58 unhandled[event_name] = 1
71 keys = unhandled.keys()
82 print "%-40s %10d\n" % (event_name, unhandled[event_name])
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 19 185794 "WARNING: unhandled syscall: 285" (fallocate) on x86_64
22 185801 exp-ptrcheck: evaluate_Dwarf3_Expr: unhandled DW_OP_ 0x93
31 186507 exp-ptrcheck unhandled syscalls prctl, etc.
57 188127 vex amd64->IR: unhandled instruction bytes: 0xF0 0xF 0xB0 0xA
100 189232 Illegal opcode - unhandled instruction bytes: 0xCB 0x55
107 189737 vex amd64->IR: unhandled instruction bytes: 0xAC (lods)
113 190219 unhandled syscall: 328 (x86-linux, __NR_eventfd2 ?)
  /external/linux-tools-perf/scripts/perl/
check-perf-trace.pl 6 # strings, common_xxx() calls back into perf, begin, end, unhandled
73 my %unhandled;
77 if ((scalar keys %unhandled) == 0) {
87 foreach my $event_name (keys %unhandled) {
88 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
97 $unhandled{$event_name}++;
rw-by-file.pl 79 my %unhandled;
83 if ((scalar keys %unhandled) == 0) {
93 foreach my $event_name (keys %unhandled) {
94 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
103 $unhandled{$event_name}++;
wakeup-latency.pl 82 my %unhandled;
86 if ((scalar keys %unhandled) == 0) {
96 foreach my $event_name (keys %unhandled) {
97 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
106 $unhandled{$event_name}++;
rwtop.pl 174 my %unhandled;
178 if ((scalar keys %unhandled) == 0) {
188 foreach my $event_name (keys %unhandled) {
189 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
198 $unhandled{$event_name}++;
workqueue-stats.pl 104 my %unhandled;
108 if ((scalar keys %unhandled) == 0) {
118 foreach my $event_name (keys %unhandled) {
119 printf("%-40s %10d\n", $event_name, $unhandled{$event_name});
128 $unhandled{$event_name}++;
  /external/valgrind/main/none/tests/x86/
faultstatus.stderr.exp 6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
  /external/chromium_org/components/policy/core/browser/cloud/
message_util.cc 48 NOTREACHED() << "Unhandled DM status " << status;
77 NOTREACHED() << "Unhandled validation status " << status;
99 NOTREACHED() << "Unhandled store status " << status;
  /external/chromium/chrome/browser/ui/views/
unhandled_keyboard_event_handler.h 16 // This class handles unhandled keyboard messages coming back from the renderer
  /external/chromium_org/ui/views/controls/webview/
unhandled_keyboard_event_handler.h 18 // This class handles unhandled keyboard messages coming back from the renderer
  /external/chromium/chrome/browser/ui/cocoa/
chrome_event_processing_window.h 13 // Override NSWindow to access unhandled keyboard events (for command
24 // and the cmd-` handler if a keyboard event comes back unhandled from the
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_event_processing_window.h 12 // Override NSWindow to access unhandled keyboard events (for command
23 // and the cmd-` handler if a keyboard event comes back unhandled from the
  /external/clang/www/
builtins.py 139 # Special unhandled cases:
142 unhandled = [ variable
158 for unh in unhandled:
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 76 dbgs() << "Formal argument #" << i << " has unhandled type "
108 dbgs() << "Return operand #" << i << " has unhandled type "
126 dbgs() << "Call operand #" << i << " has unhandled type "
145 dbgs() << "Call operand #" << i << " has unhandled type "
162 dbgs() << "Call result #" << i << " has unhandled type "
175 dbgs() << "Call result has unhandled type "
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.cpp 84 dbgs() << "Formal argument #" << i << " has unhandled type "
120 dbgs() << "Return operand #" << i << " has unhandled type "
151 dbgs() << "Call operand #" << i << " has unhandled type "
170 dbgs() << "Call operand #" << i << " has unhandled type "
188 dbgs() << "Call result #" << i << " has unhandled type "
200 dbgs() << "Call result has unhandled type "
  /external/android-clat/
icmp.c 82 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_type: unhandled ICMP type %d", type);
118 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp_to_icmp6_code: unhandled ICMP type/code %d/%d", type, code);
142 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp6_to_icmp_type: unhandled ICMP type/code %d/%d", type, code);
179 logmsg_dbg(ANDROID_LOG_DEBUG, "icmp6_to_icmp_code: unhandled ICMP type/code %d/%d", type, code);
  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.h 21 // otherwise be unhandled, which gives the embedder an opportunity to intercept
  /external/chromium_org/cc/base/
latency_info_swap_promise.cc 21 NOTREACHED() << "Unhandled DidNotSwapReason.";
  /external/chromium_org/chrome/browser/automation/
automation_event_queue.h 17 // AutomationEventQueue maintains a queue of unhandled automation events.
  /external/chromium_org/chrome/test/chromedriver/chrome/
javascript_dialog_manager.h 43 // The queue of unhandled dialogs. This may be greater than 1 in rare
  /external/chromium_org/chromeos/network/
network_ip_config.cc 24 NOTREACHED() << "Unhandled enum value " << type;
  /external/chromium_org/components/breakpad/app/
hard_error_handler_win.h 14 // breakpad's unhandled exception handler after the crash dump has been

Completed in 1351 milliseconds

1 2 3 4 5 6 7 8 91011>>