Home
last modified time | relevance | path

Searched refs:unchecked (Results 1 – 25 of 84) sorted by relevance

1234

/external/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h44 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 …]
Dset_allocator_requirement_test_templates.h43 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/
Djni_generator_tests.py501 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 …]
Djni_generator.py109 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/
Dindex.pass.cpp129 assert(!cc->unchecked()); in main()
141 assert(!cc->unchecked()); in main()
153 assert(!cc->unchecked()); in main()
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt16 :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
Dconsole.std.approved.txt226 An unchecked exception reports the line of the last assertion
942 When unchecked exceptions are thrown directly they are always failures
952 When unchecked exceptions are thrown during a CHECK the test should continue
963 When unchecked exceptions are thrown during a REQUIRE the test should abort
975 When unchecked exceptions are thrown from functions they are always failures
986 When unchecked exceptions are thrown from sections they are always failures
/external/libcxx/test/support/
Dcontainer_test_types.h181 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/libcxx/test/std/containers/associative/map/map.access/
Dindex_key.pass.cpp94 assert(!cc->unchecked()); in main()
106 assert(!cc->unchecked()); in main()
Dindex_rv_key.pass.cpp71 assert(!cc->unchecked()); in main()
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Delidelocalchecks.ll22 ; unchecked loads
29 ; unchecked stores
76 ; Direct unchecked loads and stores
/external/webrtc/talk/build/
Dbuild_jar.sh50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
/external/volley/
Drules.gradle19 options.compilerArgs << "-Xlint:unchecked" << "-Werror"
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
Dcontrol.false_unlock20 box is unchecked and uneditable, and the Screen Lock is not displayed when
Dcontrol21 2) is unchecked when set false,
/external/icu/icu4c/source/data/translit/
Dblt_blt_FONIPA.txt64 # 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/protobuf-lite/
Dbuild.gradle29 "-Xlint:-unchecked",
/external/grpc-grpc-java/compiler/src/testNano/golden/
DTestDeprecatedService.java.txt85 @java.lang.SuppressWarnings("unchecked")
266 @java.lang.SuppressWarnings("unchecked")
279 @java.lang.SuppressWarnings("unchecked")
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
Dresize_size_value.pass.cpp98 assert(!cc->unchecked()); in main()
/external/Microsoft-GSL/
DCMakeLists.txt46 # remove unnecessary warnings about unchecked iterators
/external/libchrome/libchrome_tools/patch/
D580fcef.patch25 @SuppressWarnings("unchecked")
/external/droiddriver/
Dbuild.gradle40 options.compilerArgs << '-Xlint:deprecation' << '-Xlint:unchecked'
/external/conscrypt/
DAndroid.bp382 //"-Xlint:-serial,-deprecation,-unchecked",
412 //"-Xlint:-serial,-deprecation,-unchecked",
/external/grpc-grpc-java/compiler/src/testLite/golden/
DTestDeprecatedService.java.txt240 @java.lang.SuppressWarnings("unchecked")
253 @java.lang.SuppressWarnings("unchecked")
/external/grpc-grpc-java/compiler/src/test/golden/
DTestDeprecatedService.java.txt241 @java.lang.SuppressWarnings("unchecked")
254 @java.lang.SuppressWarnings("unchecked")

1234