Home
last modified time | relevance | path

Searched refs:unchecked (Results 1 – 25 of 88) 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/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/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.txt237 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/
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/walt/android/WALT/
Dbuild.gradle24 options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
/external/volley/
Drules.gradle19 options.compilerArgs << "-Xlint:unchecked" << "-Werror"
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DAnnotations.java.txt39 public boolean foo(Object o) { @SuppressWarnings("unchecked") String s = (String) o; }
/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/python/pybind11/docs/advanced/pycpp/
Dnumpy.rst303 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/
Dbuild.gradle29 "-Xlint:-unchecked",
/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/compiler/src/testNano/golden/
DTestDeprecatedService.java.txt85 @java.lang.SuppressWarnings("unchecked")
266 @java.lang.SuppressWarnings("unchecked")
279 @java.lang.SuppressWarnings("unchecked")
/external/python/pybind11/tests/
Dtest_numpy_array.cpp308 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/
Dresize_size_value.pass.cpp98 assert(!cc->unchecked()); in main()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c150 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/
D580fcef.patch25 @SuppressWarnings("unchecked")

1234