/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_3.sh | 229 run_test "spec/!OpenGL 1.1/incomplete-texture-fixed" 0.0 "bin/incomplete-texture -auto fixed -fbo -auto" 322 run_test "spec/!OpenGL 2.0/incomplete-texture-glsl" 0.0 "bin/incomplete-texture -auto glsl -fbo -auto"
|
/external/autotest/client/tests/kvm/deps/ |
whql_submission_15.cs | 346 // Cancel incomplete jobs
|
/external/autotest/site_utils/ |
diagnosis_utils.py | 253 logging.info('\n%s printing summary of incomplete jobs (%s):\n',
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
webrtc_rendering_stats_unittest.py | 19 event definition. It can also be used to craft incomplete events.
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
changelog.rst | 176 * The module graph was incomplete, and generated incorrect warnings
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_tabcomplete.py | 338 the matching results for the prefix may be incomplete.
|
/external/clang/include/clang/Frontend/ |
FrontendAction.h | 162 /// Model files are incomplete translation units that relies on type
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 279 // If the element is an incomplete type, go no further.
|
/external/clang/test/CXX/drs/ |
dr3xx.cpp | 338 struct B { A a; }; // expected-error {{incomplete}} 339 template<typename> struct C { A a; }; // expected-error {{incomplete}} 340 A *p = new A[0]; // expected-error {{incomplete}} 427 // whether an incomplete type is abstract. See DR1640, which will probably [all...] |
/external/clang/test/SemaCXX/ |
cxx0x-initializer-constructor.cpp | 283 c->foo({ nullptr, 1 }); // expected-error{{initialization of incomplete type 'const PR12498::ArrayRef'}}
|
decl-microsoft-call-conv.cpp | 139 // incomplete.
|
destructor.cpp | 74 void foo(T t) // expected-error{{variable has incomplete type}}
|
using-decl-1.cpp | 119 using ::foo::Class1::Function; // expected-error{{incomplete type 'foo::Class1' named in nested name specifier}}
|
/external/clang/test/SemaObjC/ |
attr-designated-init.m | 1 // RUN: %clang_cc1 -fsyntax-only -Wno-incomplete-implementation -verify -fblocks %s
|
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of incomplete type 'void *' to '__strong id'}}
|
/external/dbus/doc/ |
dbus-test-plan.xml | 74 and incomplete messages without crashing. Not doing so is a
|
/external/deqp/executor/ |
xeXMLParser.cpp | 161 // Just return incomplete token, no data parsed.
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesBufferSparseBinding.cpp | 309 tcu::TestStatus testStatus = tcu::TestStatus::incomplete();
|
/external/deqp/framework/common/ |
tcuTestCase.hpp | 190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } function in class:tcu::TestStatus
|
/external/deqp/modules/egl/ |
teglNegativeApiTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFboTestUtil.hpp | 199 // Framebuffer incomplete exception.
|
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader_cfi_unittest.cc | 124 MOCK_METHOD2(Incomplete, void(uint64, CallFrameInfo::EntryKind)); 166 EXPECT_CALL(reporter, Incomplete(_, _)).Times(0); 208 EXPECT_CALL(reporter, Incomplete(_, CallFrameInfo::kUnknown)) 224 // An incomplete 64-bit DWARF initial length. 233 EXPECT_CALL(reporter, Incomplete(_, CallFrameInfo::kUnknown)) 250 .D8(0xd7).D8(0xe5).D8(0xf1) // incomplete id 257 EXPECT_CALL(reporter, Incomplete(_, CallFrameInfo::kUnknown)) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
UTF16Util.java | 301 * not found the incomplete character will be returned
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 163 // Because patterns contain incomplete data representing the Date,
|
/external/icu/icu4c/source/common/ |
ucnv_u7.c | 318 * 2.1. If we ended with an incomplete UChar or none after the +, then 337 /* bits are illegally left over, a UChar is incomplete */ 419 /* bits are illegally left over, a UChar is incomplete */ [all...] |