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

1 2

  /external/clang/www/
builtins.py 139 # Special unhandled cases:
142 unhandled = [ variable
158 for unh in unhandled:
  /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());
  /art/compiler/optimizing/
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...]
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...]
  /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...]
  /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...]
  /toolchain/binutils/binutils-2.27/bfd/
coffcode.h 1196 char * unhandled = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.1.2/
error_prone_core-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.2.0/
error_prone_core-2.2.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.2.0-alpha16/
builder-3.2.0-alpha16.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1287 milliseconds

1 2