/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 ?)
|
3_3_BUGSTATUS.txt | 30 disInstr(ppc): unhandled instruction: 0x7C1F42A6 65 159720 Wont pend Opcode 0xFF 0x58 0xEB 0x5 unhandled on x86 126 167700 HIGH,WF pend vex x86->IR: unhandled instruction bytes: 0xD5 0x36 0x5B 191 159285 Fixd 8736 unhandled syscall:25 (stime, on x86-linux) 193 159452 Fixd 8734 unhandled ioctl 0x8B01 on "valgrind iwconfig" 231 173177 Fixd 8720 [x86_64] WARNING: unhandled syscall: 125/126/179 290 r7347 r8085 Mgd 155091 Warning [...] unhandled DW_OP_ opcode 0x23
|
/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}++;
|
rw-by-pid.pl | 159 my %unhandled; 163 if ((scalar keys %unhandled) == 0) { 173 foreach my $event_name (keys %unhandled) { 174 printf("%-40s %10d\n", $event_name, $unhandled{$event_name}); 183 $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/chrome/browser/ui/views/ |
unhandled_keyboard_event_handler.h | 16 // 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
|
framed_browser_window.h | 29 // unhandled keyboard events and subclassing NSWindow is the only method to do
|
/external/clang/www/ |
builtins.py | 136 # Special unhandled cases: 139 unhandled = [ variable 155 for unh in unhandled:
|
/external/llvm/lib/CodeGen/ |
CallingConvLower.cpp | 78 dbgs() << "Formal argument #" << i << " has unhandled type " 110 dbgs() << "Return operand #" << i << " has unhandled type " 128 dbgs() << "Call operand #" << i << " has unhandled type " 147 dbgs() << "Call operand #" << i << " has unhandled type " 164 dbgs() << "Call result #" << i << " has unhandled type " 177 dbgs() << "Call result has unhandled type "
|
/external/llvm/lib/Target/Hexagon/ |
HexagonCallingConvLower.cpp | 87 dbgs() << "Formal argument #" << i << " has unhandled type " 123 dbgs() << "Return operand #" << i << " has unhandled type " 154 dbgs() << "Call operand #" << i << " has unhandled type " 173 dbgs() << "Call operand #" << i << " has unhandled type " 191 dbgs() << "Call result #" << i << " has unhandled type " 203 dbgs() << "Call result has unhandled type "
|
/external/webkit/Source/WebCore/html/ |
HTMLFormElement.cpp | 237 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement); local 238 if (unhandled->isFocusable() && unhandled->inDocument()) { 239 unhandled->scrollIntoViewIfNeeded(false); 240 unhandled->focus(); 241 if (unhandled->isFormControlElement()) 242 static_cast<HTMLFormControlElement*>(unhandled)->updateVisibleValidationMessage(); 250 HTMLElement* unhandled = toHTMLElement(unhandledAssociatedElement); local 251 if (unhandled->isFocusable() && unhandled->inDocument() [all...] |
/external/chromium/testing/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 74 // The default unhandled exception filter does not always exit 78 // filter which always exits with the exception code for unhandled
|
/external/gtest/test/ |
gtest_break_on_failure_unittest_.cc | 74 // The default unhandled exception filter does not always exit 78 // filter which always exits with the exception code for unhandled
|
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.cc | 27 << " Unhandled message type: "
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-100859.js | 28 // This used to trigger a crash because of an unhandled stack overflow.
|
/frameworks/base/core/java/com/android/internal/widget/ |
LinearLayoutWithDefaultTouchRecepient.java | 28 * Like a normal linear layout, but supports dispatching all otherwise unhandled
|
/external/valgrind/main/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/valgrind/main/ |
NEWS | 171 269078 arm->IR: unhandled instruction SUB (SP minus immediate/register) 200 271615 unhandled instruction "popcnt" (arch=amd10h) 211 272955 Unhandled syscall error for pwrite64 on ppc64 arch 215 273318 unhandled PCMPxSTRx case: vex amd64->IR: 0x66 0xF 0x3A 0x61 0xC1 0x38 219 273640 ppc64-linux: unhandled syscalls setresuid(164) and setresgid(169) 221 273778 exp-ptrcheck: unhandled sysno == 259 222 274089 exp-ptrcheck: unhandled sysno == 208 224 274447 WARNING: unhandled syscall: 340 242 277045 Valgrind crashes with unhandled DW_OP_ opcode 0x2a 244 277471 Unhandled syscall: 34 [all...] |
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 849 llvm_unreachable("Unhandled two-byte extended opcode"); 892 llvm_unreachable("Unhandled two-byte extended opcode"); [all...] |