/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | FuzzyMatchTests.cpp | 18 using ::testing::Not; 83 EXPECT_THAT("uq", Not(matches("unique_ptr"))); in TEST() 84 EXPECT_THAT("qp", Not(matches("unique_ptr"))); in TEST() 85 EXPECT_THAT("log", Not(matches("SVGFEMorphologyElement"))); in TEST() 92 EXPECT_THAT("dete", Not(matches("editor.quickSuggestionsDelay"))); in TEST() 96 EXPECT_THAT("dhhighlight", Not(matches("editorHoverHighlight"))); in TEST() 103 EXPECT_THAT("ccm", Not(matches("cacmelCase"))); in TEST() 104 EXPECT_THAT("bti", Not(matches("the_black_knight"))); in TEST() 105 EXPECT_THAT("ccm", Not(matches("camelCase"))); in TEST() 106 EXPECT_THAT("cmcm", Not(matches("camelCase"))); in TEST() [all …]
|
/external/llvm-project/llvm/tools/llvm-mt/ |
D | Opts.td | 5 def identity : Joined<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">,… 6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup… 7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo… 8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor… 9 def replacements : Joined<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"fil… 10 def managed_assembly_name : Joined<["/", "-"], "managedassemblyname:">, HelpText<"Not supported">, … 11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>; 12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>; 15 def input_resource : Joined<["/", "-"], "inputresource:">, HelpText<"Not supported">, MetaVarName<"… 16 def output_resource : Joined<["/", "-"], "outputresource:">, HelpText<"Not supported">, MetaVarName… [all …]
|
/external/llvm-project/libcxx/docs/DesignDocs/ |
D | ExperimentalFeatures.rst | 73 … | | n/a | Not part of C++17 … 81 …`` | | n/a | Not part of C++17 … 93 … | | n/a | Not part of C++17 … 95 | 4.2 | Enhancements to ``function`` | Not yet | … 105 | 8.2.1 | ``shared_ptr`` enhancements | Not yet | Never adde… 107 | 8.2.2 | ``weak_ptr`` enhancements | Not yet | Never adde… 109 | 8.5 | ``memory_resource`` | Not yet | … 111 | 8.6 | ``polymorphic_allocator`` | Not yet | … 113 … | | n/a | Not part of C++17 … 115 | 8.8 | Access to program-wide ``memory_resource`` objects | Not yet | … [all …]
|
/external/llvm-project/clang/unittests/Frontend/ |
D | CompilerInvocationTest.cpp | 54 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-fno-temp-file")))); in TEST_F() 158 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("pic")))); in TEST_F() 184 Not(Contains(StrEq("-cl-unsafe-math-optimizations")))); in TEST_F() 185 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-cl-mad-enable")))); in TEST_F() 186 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-menable-unsafe-fp-math")))); in TEST_F() 187 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-freciprocal-math")))); in TEST_F() 209 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-cl-mad-enable")))); in TEST_F() 210 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-menable-unsafe-fp-math")))); in TEST_F() 211 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-freciprocal-math")))); in TEST_F() 231 ASSERT_THAT(GeneratedArgs, Not(Contains(StrEq("-cl-mad-enable")))); in TEST_F() [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ARM/ |
D | attribute-0.s | 23 @CHECK-OBJ-NEXT: Description: Not Permitted 30 @CHECK-OBJ-NEXT: Description: Not Permitted 37 @CHECK-OBJ-NEXT: Description: Not Permitted 44 @CHECK-OBJ-NEXT: Description: Not Permitted 51 @CHECK-OBJ-NEXT: Description: Not Permitted 86 @CHECK-OBJ-NEXT: Description: Not Permitted 93 @CHECK-OBJ-NEXT: Description: Not Permitted 114 @CHECK-OBJ-NEXT: Description: Not Permitted 121 @CHECK-OBJ-NEXT: Description: Not Permitted 128 @CHECK-OBJ-NEXT: Description: Not Permitted [all …]
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | attribute-0.s | 23 @CHECK-OBJ-NEXT: Description: Not Permitted 30 @CHECK-OBJ-NEXT: Description: Not Permitted 37 @CHECK-OBJ-NEXT: Description: Not Permitted 44 @CHECK-OBJ-NEXT: Description: Not Permitted 51 @CHECK-OBJ-NEXT: Description: Not Permitted 86 @CHECK-OBJ-NEXT: Description: Not Permitted 93 @CHECK-OBJ-NEXT: Description: Not Permitted 114 @CHECK-OBJ-NEXT: Description: Not Permitted 121 @CHECK-OBJ-NEXT: Description: Not Permitted 128 @CHECK-OBJ-NEXT: Description: Not Permitted [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers_test.cc | 40 EXPECT_THAT(t, ::testing::Not(m)); // For the error message. in Explain() 105 op::CustomCall(::testing::Not(::testing::StartsWith("bar")))); in TEST_F() 108 EXPECT_THAT(call.get(), ::testing::Not(op::CustomCall(c1.get()))); in TEST_F() 112 ::testing::Not(op::CustomCall(::testing::StartsWith("bar")))); in TEST_F() 130 ::testing::Not(op::ShapeWithLayout(ShapeUtil::MakeShape(F32, {5, 7})))); in TEST_F() 131 EXPECT_THAT(p0.get(), ::testing::Not(op::ShapeWithLayout("f32[5,7]"))); in TEST_F() 133 ::testing::Not(op::Shape(ShapeUtil::MakeShape(F32, {7, 5})))); in TEST_F() 134 EXPECT_THAT(p0.get(), ::testing::Not(op::Shape("f32[7,5]"))); in TEST_F() 137 ::testing::Not(op::ShapeWithLayout(ShapeUtil::MakeShape(F32, {7, 5})))); in TEST_F() 138 EXPECT_THAT(p0.get(), ::testing::Not(op::ShapeWithLayout("f32[7,5]"))); in TEST_F() [all …]
|
D | while_loop_expensive_invariant_code_motion_test.cc | 80 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F() 102 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F() 103 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Reduce()))); in TEST_F() 186 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F() 187 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Reduce()))); in TEST_F() 236 EXPECT_THAT(while_body->instructions(), Not(Contains(op::Dot()))); in TEST_F()
|
D | pattern_matcher_gmock_test.cc | 26 using ::testing::Not; 40 EXPECT_THAT(val, ::testing::Not(m)); // For the error message. in Explain() 51 EXPECT_THAT(&s, Not(GmockMatch(m::Shape().WithElementType(F16)))); in TEST() 66 EXPECT_THAT(*instr, Not(GmockMatch(m::Parameter(1)))); in TEST()
|
D | algebraic_simplifier_proof_distributive_property.py | 58 z3.Not( 68 s.add(z3.Not(z3.fpIsSubnormal(x))) 69 s.add(z3.Not(z3.fpIsZero(x))) 70 s.add(z3.Not(z3.fpIsInf(x)))
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | precise_struct_block.vert | 44 t3[i].f = i / 3.0; // Not NoContraction 49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction 51 t3[i].t2.t1a[j].t1_scalar = j * 2.0 / i; // Not NoContration 56 t3[i].t2.t1b[j].t1_array[k] = i * j + k; // Not NoContraction 63 … t3[i].t2.t1c[j].t1_array[k] = i * j + k; // Not NoContraction because all operands are integers 65 t3[i].t2.t1c[j].t1_scalar = j * 2.0 / i; // Not NoContraction 80 partial_precise_block.x = a * b; // Not NoContraction 86 return a + b; // Not NoContraction
|
/external/deqp-deps/glslang/Test/ |
D | precise_struct_block.vert | 44 t3[i].f = i / 3.0; // Not NoContraction 49 t3[i].t2.t1a[j].t1_array[k] = i * j + k; // Not NoContraction 51 t3[i].t2.t1a[j].t1_scalar = j * 2.0 / i; // Not NoContration 56 t3[i].t2.t1b[j].t1_array[k] = i * j + k; // Not NoContraction 63 … t3[i].t2.t1c[j].t1_array[k] = i * j + k; // Not NoContraction because all operands are integers 65 t3[i].t2.t1c[j].t1_scalar = j * 2.0 / i; // Not NoContraction 80 partial_precise_block.x = a * b; // Not NoContraction 86 return a + b; // Not NoContraction
|
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
D | DumpRecordLayoutTests.cpp | 26 EXPECT_THAT("struct X { int ^a; };", Not(isAvailable())); in TEST_F() 27 EXPECT_THAT("struct ^X;", Not(isAvailable())); in TEST_F() 28 EXPECT_THAT("template <typename T> struct ^X { T t; };", Not(isAvailable())); in TEST_F() 29 EXPECT_THAT("enum ^X {};", Not(isAvailable())); in TEST_F()
|
D | SwapIfBranchesTests.cpp | 34 Not(isAvailable())); in TEST_F() 39 Not(isAvailable())); in TEST_F() 41 EXPECT_THAT("^if (1) return; else { return; }", Not(isAvailable())); in TEST_F() 43 EXPECT_THAT("[[if(1){}else{}if(2){}else{}]]", Not(isAvailable())); in TEST_F()
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 492 const Matcher<int> not_m1 = Not(m1); in TEST() 503 const Matcher<char> not_m2 = Not(m2); in TEST() 1471 EXPECT_THAT(p, Not(Key(42))); in TEST() 1473 EXPECT_THAT(p, Not(Key(Lt(25)))); in TEST() 1500 EXPECT_THAT(p, Not(Key(42))); in TEST() 1502 EXPECT_THAT(p, Not(Key(Lt(25)))); in TEST() 1513 EXPECT_THAT(p, Not(Key(is_negative))); in TEST() 1522 EXPECT_THAT(container, Not(Contains(Key(3)))); in TEST() 1531 EXPECT_THAT(container, Not(Contains(Key(25)))); in TEST() 1538 EXPECT_THAT(container, Not(Contains(Key(3)))); in TEST() [all …]
|
/external/webrtc/modules/audio_device/linux/ |
D | latebindingsymboltable_linux.cc | 31 #error Not implemented in GetDllError() 39 #error Not implemented in InternalLoadDll() 62 #error Not implemented in InternalUnloadDll() 81 #error Not implemented in LoadSymbol()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 27 Not enumerator 82 class Not : public LExpr { 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function 91 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyLogical.h | 28 Not enumerator 83 class Not : public LExpr { 87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function 92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | range_tree_unittest.cc | 35 using ::testing::Not; 73 EXPECT_THAT(t.Get(27), Not(Contains("/a"))); in TEST() 74 EXPECT_THAT(t.Get(27), Not(Contains("/b"))); in TEST() 75 EXPECT_THAT(t.Get(27), Not(Contains("/c"))); in TEST()
|
/external/google-fruit/tests/meta/ |
D | common.h | 56 #define AssertNot(...) Assert(Not(__VA_ARGS__)) 83 …sizeof(typename CheckIfError<Eval<If(Not(IsSame(__VA_ARGS__)), True, … 89 …Eval<If(Not(IsSame(__VA_ARGS__)), True, ConstructError(SameErrorTag, __VA_ARGS__))>>::type), \ 92 …static_assert(true || sizeof(typename CheckIfError<Eval<If(Not(IsProofTreeEqualTo(__VA_ARGS__)), T… 99 …Eval<If(Not(IsForestEqualTo(__VA_ARGS__)), True, ConstructError(SameErrorTag, __VA_ARGS__))>>::typ…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-unused-return-value.rst | 17 - ``std::async()``. Not using the return value makes the call synchronous. 18 - ``std::launder()``. Not using the return value usually means that the 23 removed. Not using the return value means that the information about which 25 - ``std::unique_ptr::release()``. Not using the return value can lead to 29 - ``std::basic_string::empty()`` and ``std::vector::empty()``. Not using the
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | strength_reduction_test.cpp | 63 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 133 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 222 Not(MatchesRegex(".*OpConstant %uint 3.*OpConstant %uint 3.*"))); in TEST_F() 223 EXPECT_THAT(output, Not(MatchesRegex(".*OpTypeInt 32 0.*OpTypeInt 32 0.*"))); in TEST_F() 255 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
D | strength_reduction_test.cpp | 63 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 133 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 222 Not(MatchesRegex(".*OpConstant %uint 3.*OpConstant %uint 3.*"))); in TEST_F() 223 EXPECT_THAT(output, Not(MatchesRegex(".*OpTypeInt 32 0.*OpTypeInt 32 0.*"))); in TEST_F() 255 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | strength_reduction_test.cpp | 63 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 133 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F() 222 Not(MatchesRegex(".*OpConstant %uint 3.*OpConstant %uint 3.*"))); in TEST_F() 223 EXPECT_THAT(output, Not(MatchesRegex(".*OpTypeInt 32 0.*OpTypeInt 32 0.*"))); in TEST_F() 255 EXPECT_THAT(output, Not(HasSubstr("OpIMul"))); in TEST_F()
|
/external/libtextclassifier/native/annotator/pod_ner/ |
D | pod-ner-impl_test.cc | 37 using ::testing::Not; 113 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 123 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 197 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 205 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 245 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 253 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 269 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 303 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() 354 EXPECT_THAT(annotations, Not(IsEmpty())); in TEST_F() [all …]
|