/external/libcxx/test/std/containers/ |
D | map_allocator_requirement_test_templates.h | 44 assert(!cc->unchecked()); in testMapInsert() 57 assert(!cc->unchecked()); in testMapInsert() 70 assert(!cc->unchecked()); in testMapInsert() 83 assert(!cc->unchecked()); in testMapInsert() 95 assert(!cc->unchecked()); in testMapInsert() 108 assert(!cc->unchecked()); in testMapInsert() 120 assert(!cc->unchecked()); in testMapInsert() 133 assert(!cc->unchecked()); in testMapInsert() 147 assert(!cc->unchecked()); in testMapInsert() 175 assert(!cc->unchecked()); in testMapInsertHint() [all …]
|
D | set_allocator_requirement_test_templates.h | 43 assert(!cc->unchecked()); in testSetInsert() 56 assert(!cc->unchecked()); in testSetInsert() 69 assert(!cc->unchecked()); in testSetInsert() 82 assert(!cc->unchecked()); in testSetInsert() 95 assert(!cc->unchecked()); in testSetInsert() 107 assert(!cc->unchecked()); in testSetInsert() 120 assert(!cc->unchecked()); in testSetInsert() 134 assert(!cc->unchecked()); in testSetInsert() 155 assert(!cc->unchecked()); in testSetEmplace() 168 assert(!cc->unchecked()); in testSetEmplace() [all …]
|
/external/libchrome/base/android/jni_generator/ |
D | jni_generator_tests.py | 501 unchecked=False, 515 unchecked=False, 526 unchecked=False, 540 unchecked=False, 551 unchecked=False, 567 unchecked=False, 578 unchecked=False, 589 unchecked=True, 600 unchecked=False, 611 unchecked=False, [all …]
|
D | jni_generator.py | 109 self.unchecked = kwargs['unchecked'] 653 unchecked='Unchecked' in match.group('Unchecked'), 717 unchecked=False, 733 unchecked=False, 1157 if not called_by_native.unchecked:
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
D | index.pass.cpp | 129 assert(!cc->unchecked()); in main() 141 assert(!cc->unchecked()); in main() 153 assert(!cc->unchecked()); in main()
|
/external/libcxx/test/support/ |
D | container_test_types.h | 181 bool unchecked() { in unchecked() function 187 assert(!unchecked()); in expect() 193 assert(!unchecked()); 243 assert(!CC->unchecked()); in ExpectConstructGuard() 248 assert(!getConstructController()->unchecked()); in ~ExpectConstructGuard()
|
/external/catch2/projects/SelfTest/Baselines/ |
D | automake.std.approved.txt | 16 :test-result: FAIL An unchecked exception reports the line of the last assertion 109 :test-result: FAIL When unchecked exceptions are thrown directly they are always failures 110 :test-result: FAIL When unchecked exceptions are thrown during a CHECK the test should continue 111 :test-result: FAIL When unchecked exceptions are thrown during a REQUIRE the test should abort fail 112 :test-result: FAIL When unchecked exceptions are thrown from functions they are always failures 113 :test-result: FAIL When unchecked exceptions are thrown from sections they are always failures 114 :test-result: PASS When unchecked exceptions are thrown, but caught, they do not affect the test
|
D | console.std.approved.txt | 237 An unchecked exception reports the line of the last assertion 977 When unchecked exceptions are thrown directly they are always failures 987 When unchecked exceptions are thrown during a CHECK the test should continue 998 When unchecked exceptions are thrown during a REQUIRE the test should abort 1010 When unchecked exceptions are thrown from functions they are always failures 1021 When unchecked exceptions are thrown from sections they are always failures
|
/external/libcxx/test/std/containers/associative/map/map.access/ |
D | index_key.pass.cpp | 94 assert(!cc->unchecked()); in main() 106 assert(!cc->unchecked()); in main()
|
D | index_rv_key.pass.cpp | 71 assert(!cc->unchecked()); in main()
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | elidelocalchecks.ll | 22 ; unchecked loads 29 ; unchecked stores 76 ; Direct unchecked loads and stores
|
/external/webrtc/talk/build/ |
D | build_jar.sh | 50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
|
/external/walt/android/WALT/ |
D | build.gradle | 24 options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
/external/volley/ |
D | rules.gradle | 19 options.compilerArgs << "-Xlint:unchecked" << "-Werror"
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | Annotations.java.txt | 39 public boolean foo(Object o) { @SuppressWarnings("unchecked") String s = (String) o; }
|
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
D | control.false_unlock | 20 box is unchecked and uneditable, and the Screen Lock is not displayed when
|
D | control | 21 2) is unchecked when set false,
|
/external/python/pybind11/docs/advanced/pycpp/ |
D | numpy.rst | 303 class offer an unchecked proxy object that can be used for this unchecked 304 access through the ``unchecked<N>`` and ``mutable_unchecked<N>`` methods, 310 auto r = x.unchecked<3>(); // x must have ndim = 3; can be non-writeable 331 dimensions template parameter (i.e. calling ``arr_t.unchecked()`` or 332 ``arr.unchecked<T>()``. This will give you a proxy object that works in the
|
/external/grpc-grpc-java/protobuf-lite/ |
D | build.gradle | 29 "-Xlint:-unchecked",
|
/external/icu/icu4c/source/data/translit/ |
D | blt_blt_FONIPA.txt | 64 # Convert tones for unchecked syllables with vowels that are written 71 # Convert tones for unchecked syllables with vowels that are either written
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestDeprecatedService.java.txt | 85 @java.lang.SuppressWarnings("unchecked") 266 @java.lang.SuppressWarnings("unchecked") 279 @java.lang.SuppressWarnings("unchecked")
|
/external/python/pybind11/tests/ |
D | test_numpy_array.cpp | 308 auto r = a.unchecked<1>(); in TEST_SUBMODULE() 316 auto r = a.unchecked<2>(); in TEST_SUBMODULE() 341 return auxiliaries(a.unchecked(), a.mutable_unchecked()); in TEST_SUBMODULE()
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
D | resize_size_value.pass.cpp | 98 assert(!cc->unchecked()); in main()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 150 bool unchecked = instance->debug_flags & LVP_DEBUG_ALL_ENTRYPOINTS; in lvp_CreateInstance() local 155 if (!unchecked && in lvp_CreateInstance() 169 if (!unchecked && in lvp_CreateInstance() 183 if (!unchecked && in lvp_CreateInstance() 822 bool unchecked = instance->debug_flags & LVP_DEBUG_ALL_ENTRYPOINTS; in lvp_device_init_dispatch() local 828 if (!unchecked && in lvp_device_init_dispatch()
|
/external/libchrome/libchrome_tools/patch/ |
D | 580fcef.patch | 25 @SuppressWarnings("unchecked")
|