Home
last modified time | relevance | path

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

12345

/external/clang/www/
Dbuiltins.py142 unhandled = [ variable
158 for unh in unhandled:
/external/selinux/mcstrans/src/
Dmcstrans.c1292 ebitmap_t bit_diff, temp, handled, nothandled, unhandled, orig_unhandled; in compute_trans_from_raw() local
1298 ebitmap_init(&unhandled); in compute_trans_from_raw()
1329 if (ebitmap_xor(&unhandled, &l->cat, &bc->level->cat) < 0) in compute_trans_from_raw()
1331 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0) in compute_trans_from_raw()
1356 for (loops = 50; ebitmap_cardinality(&unhandled) && loops > 0 && change; loops--) { in compute_trans_from_raw()
1359 if (ebitmap_xor(&handled, &unhandled, &orig_unhandled) < 0) in compute_trans_from_raw()
1381 if (ebitmap_and(&temp, &bit_diff, &unhandled) < 0) in compute_trans_from_raw()
1384 int h = ebitmap_hamming_distance(&bit_diff, &unhandled); in compute_trans_from_raw()
1402 if (ebitmap_cpy(&temp, &unhandled) < 0) in compute_trans_from_raw()
1404 ebitmap_destroy(&unhandled); in compute_trans_from_raw()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java58unhandled, doSetLiteral, doSetLiteralEscaped, doHex, doSetRange, doSetNegate, doName, doPropName, … enumConstant
124 myAction = MyActions.unhandled; in handle()
127 … System.out.println("\t\t" + myAction + (myAction == MyActions.unhandled ? ":" + actionName : "")); in handle()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/irq/irq_handler_exit/
Dformat12 print fmt: "irq=%d ret=%s", REC->irq, REC->ret ? "handled" : "unhandled"
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dbuild-pair-isel.ll5 ; This test checks we don't fail isel due to unhandled build_pair nodes.
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/irq/irq_handler_exit/
Dformat12 print fmt: "irq=%d ret=%s", REC->irq, REC->ret ? "handled" : "unhandled"
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/irq/irq_handler_exit/
Dformat12 print fmt: "irq=%d ret=%s", REC->irq, REC->ret ? "handled" : "unhandled"
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/irq/irq_handler_exit/
Dformat13 print fmt: "irq=%d ret=%s", REC->irq, REC->ret ? "handled" : "unhandled"
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll6 ; This could lead to HexagonInstrInfo::copyPhysReg aborting on an unhandled
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2018-001.md15 file could lead to an unhandled process crash, but may permit read access to
/external/llvm/test/Transforms/EarlyCSE/
Dguards.ll63 define i32 @test3.unhandled(i32 %val) {
67 ; CHECK-LABEL: @test3.unhandled(
/external/cn-cbor/
DCMakeLists.txt71 message ( FATAL_ERROR "unhandled compiler id: ${CMAKE_C_COMPILER_ID}" )
/external/autotest/server/control_segments/
Dprovision84 # of an unhandled exception or because someone called sys.exit(1).
/external/python/cpython3/Misc/NEWS.d/
D3.7.0rc1.rst123 unhandled error; mark SSLTransport as closed if it is aborted.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc191 // FIXME: Is there a way to just crash? Perhaps throw to the unhandled
197 // FIXME: Is there a way to just crash? Perhaps throw to the unhandled
/external/compiler-rt/lib/asan/tests/
Dasan_mac_test_helpers.mm125 // Try to trigger abnormal behaviour of dispatch_sync() being unhandled by us.
/external/python/cpython2/Doc/c-api/
Dveryhigh.rst39 Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
85 Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
/external/python/cpython2/Doc/library/
Dcontextlib.rst56 If an unhandled exception occurs in the block, it is reraised inside the
Dthread.rst56 unhandled exception, a stack trace is printed and then the thread exits (but
Dgetopt.rst146 assert False, "unhandled option"
/external/python/cpython3/Doc/library/
Dgetopt.rst141 assert False, "unhandled option"
/external/python/cpython2/Doc/tutorial/
Derrors.rst111 found, it is an *unhandled exception* and execution stops with a message as
199 the message for unhandled exceptions.
/external/python/cpython3/Doc/c-api/
Dveryhigh.rst40 Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
87 Note that if an otherwise unhandled :exc:`SystemExit` is raised, this
/external/python/cpython3/Doc/tutorial/
Derrors.rst111 found, it is an *unhandled exception* and execution stops with a message as
217 the message for unhandled exceptions.

12345