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

1 2

  /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}++;
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}++;
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}++;
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}++;
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}++;
  /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/clang/www/
builtins.py 139 # Special unhandled cases:
142 unhandled = [ variable
158 for unh in unhandled:
  /external/valgrind/main/none/tests/x86/
faultstatus.stderr.exp 6 Test 5: disInstr: unhandled instruction bytes: 0x........ 0x........ 0x........ 0x........
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 94 // Set to true if the touch event stream is partially unhandled.
213 if (state.unhandled) {
214 state.unhandled = false;
509 * Notifies the verifier that a given event was unhandled and the rest of the
536 state.unhandled = true;
647 InputEvent event, boolean unhandled) {
650 if (unhandled) {
651 message.append("(unhandled) ");
704 public boolean unhandled; field in class:InputEventConsistencyVerifier.KeyState
722 state.unhandled = false
    [all...]
  /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/v8/test/mjsunit/regress/
regress-crbug-100859.js 28 // This used to trigger a crash because of an unhandled stack overflow.
  /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/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.cpp 247 bool unhandled = m_worker->dispatchEvent(ErrorEvent::create(errorMessage, local
250 if (unhandled)
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 248 if (!ent->Te.TyBase.name) goto unhandled;
268 if (!ent->Te.TyEnum.name) goto unhandled;
290 if (!ent->Te.TyTyDef.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: ");
909 VG_(printf)("ML_(describe_type): unhandled: ");
debuginfo.c     [all...]
  /external/valgrind/main/VEX/
test_main.c 396 goto unhandled;
399 unhandled:
403 panic("addrcheck: unhandled IRStmt");
    [all...]
  /external/qemu/target-i386/
helper_template.h 50 #error unhandled operand size
  /build/core/
base_rules.mk 117 $(error $(LOCAL_PATH): unhandled LOCAL_MODULE_CLASS "$(LOCAL_MODULE_CLASS)")
  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
host_arm_defs.c     [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 735 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");
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.stderr.exp     [all...]

Completed in 391 milliseconds

1 2