Searched refs:unhandled (Results 1 - 25 of 25) sorted by relevance

/external/linux-tools-perf/scripts/perl/
H A Dcheck-perf-trace.pl6 # 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}++;
H A Drw-by-file.pl79 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}++;
H A Dwakeup-latency.pl82 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}++;
H A Dworkqueue-stats.pl104 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}++;
H A Drwtop.pl174 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}++;
H A Drw-by-pid.pl159 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/linux-tools-perf/scripts/python/
H A Dcheck-perf-trace.py6 # 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/clang/www/
H A Dbuiltins.py139 # Special unhandled cases:
142 unhandled = [ variable
158 for unh in unhandled:
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.stderr.exp6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
/external/webkit/Source/WebCore/html/
H A DHTMLFormElement.cpp237 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
[all...]
/external/valgrind/main/VEX/useful/
H A Dhd_fpu.c772 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;
1233 printf("unhandled opc_aux = 0x%2x\n", opc_aux);
1248 goto unhandled;
1323 printf("unhandled opc_aux = 0x%2x\n", opc_aux);
1332 goto unhandled;
1382 printf("unhandled opc_aux = 0x%2x\n", opc_aux);
1412 goto unhandled;
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerClientImpl.cpp247 bool unhandled = m_worker->dispatchEvent(ErrorEvent::create(errorMessage, local
250 if (unhandled)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dtytypes.c237 if (!ent->Te.TyBase.name) goto unhandled;
245 if (!ent->Te.TyEnum.name) goto unhandled;
267 if (!ent->Te.TyTyDef.name) goto unhandled;
277 default: goto unhandled;
289 goto unhandled;
293 unhandled:
294 VG_(printf)("pp_TyEnt_C_ishly:unhandled: ");
698 VG_(printf)("ML_(sizeOfType): unhandled: ");
876 VG_(printf)("ML_(describe_type): unhandled: ");
H A Ddebuginfo.c2026 default: goto unhandled;
2049 default: goto unhandled;
2065 goto unhandled;
2068 unhandled:
2069 VG_(printf)("\n\nevalCfiExpr: unhandled\n");
/external/valgrind/main/VEX/
H A Dtest_main.c396 goto unhandled;
399 unhandled:
403 panic("addrcheck: unhandled IRStmt");
2187 default: goto unhandled;
2190 goto unhandled;
2192 unhandled:
2554 goto unhandled;
2564 unhandled:
2669 VG_(tool_panic)("memcheck: unhandled IRStmt");
/external/qemu/target-i386/
H A Dhelper_template.h50 #error unhandled operand size
/external/llvm/lib/Support/Unix/
H A DProgram.inc385 // Return a special value to indicate that the process received an unhandled
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c735 goto unhandled;
847 goto unhandled;
857 unhandled:
859 the first 3 different unhandled tycons that show up, so as to
865 fprintf(stderr, "%s %5d: walk_type: unhandled base type 0x%lx ",
870 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n",
878 barf("walk_type: unhandled combiner, strict checking selected");
/external/valgrind/main/memcheck/
H A Dmc_translate.c3791 goto unhandled;
3805 goto unhandled;
3808 goto unhandled;
3810 unhandled:
4817 goto unhandled;
4859 unhandled:
5106 VG_(tool_panic)("memcheck: unhandled IRStmt");
5221 VG_(printf)("mc_translate.c: sameIRValue: unhandled: ");
5367 VG_(printf)("mc_translate.c: gen_load_b: unhandled szB == %d\n", szB);
5588 VG_(printf)("mc_translate.c: schemeE: unhandled
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c1566 goto unhandled;
1882 unhandled:
1883 vex_printf("ppARMInstr: unhandled case (tag %d)", (Int)i->tag);
1947 goto unhandled;
2162 unhandled:
2212 goto unhandled;
2332 unhandled:
H A Dir_opt.c1252 goto unhandled;
1578 goto unhandled;
1781 unhandled:
H A Dguest_amd64_toIR.c3163 default: vpanic("dis_Grp1(amd64): unhandled case");
3291 vpanic("dis_Grp2(Reg): unhandled case(amd64)");
3982 if (!(sz == 4 || sz == 8)) goto unhandled;
3997 if (!(sz == 4 || sz == 8)) goto unhandled;
4046 if (!(sz == 4 || sz == 8)) goto unhandled;
4061 if (!(sz == 4 || sz == 8)) goto unhandled;
4072 if (!(sz == 8 || sz == 2)) goto unhandled;
4082 goto unhandled; /* awaiting test case */
4085 unhandled:
4962 vex_printf("unhandled opc_au
[all...]
/external/valgrind/main/helgrind/
H A Dhg_main.c4373 goto unhandled;
4492 unhandled:
4837 tl_assert2(0, "unhandled Helgrind client request 0x%lx",
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp962 WARNING: unhandled syscall: unix:9999
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3983 WARNING: unhandled syscall: 9999

Completed in 700 milliseconds