/external/libtextclassifier/native/utils/ |
D | variant.h | 98 TC3_CHECK(Has<int8>()); in Value() 104 TC3_CHECK(Has<uint8>()); in Value() 110 TC3_CHECK(Has<int>()); in Value() 116 TC3_CHECK(Has<uint>()); in Value() 122 TC3_CHECK(Has<int64>()); in Value() 128 TC3_CHECK(Has<uint64>()); in Value() 134 TC3_CHECK(Has<float>()); in Value() 140 TC3_CHECK(Has<double>()); in Value() 146 TC3_CHECK(Has<bool>()); in Value() 155 TC3_CHECK(Has<std::string>()); in ConstRefValue() [all …]
|
/external/piex/src/ |
D | tiff_parser.cc | 73 if (gps_directory.Has(kGpsTagLatitudeRef) && in FillGpsPreviewImageData() 74 gps_directory.Has(kGpsTagLatitude) && in FillGpsPreviewImageData() 75 gps_directory.Has(kGpsTagLongitudeRef) && in FillGpsPreviewImageData() 76 gps_directory.Has(kGpsTagLongitude) && in FillGpsPreviewImageData() 77 gps_directory.Has(kGpsTagTimeStamp) && in FillGpsPreviewImageData() 78 gps_directory.Has(kGpsTagDateStamp)) { in FillGpsPreviewImageData() 114 if (gps_directory.Has(kGpsTagAltitudeRef) && in FillGpsPreviewImageData() 115 gps_directory.Has(kGpsTagAltitude)) { in FillGpsPreviewImageData() 159 if (tiff_directory.Has(kTiffTagOrientation) && in FillPreviewImageData() 166 if (tiff_directory.Has(kExifTagColorSpace)) { in FillPreviewImageData() [all …]
|
/external/llvm-project/mlir/test/IR/ |
D | print-ir-defuse.mlir | 4 // CHECK: Has 4 results: 14 // CHECK: Has 0 results: 18 // CHECK: Has 0 results: 20 // CHECK: Has 0 results: 22 // CHECK: Has 0 results: 24 // CHECK: Has 0 results:
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 83 Matcher<const std::vector<CodeCompletion> &> Has(std::string Name) { in Has() function 86 Matcher<const std::vector<CodeCompletion> &> Has(std::string Name, in Has() function 255 AllOf(Has("FooBar"), Has("FooBaz"), Not(Has("Qux")))); in TEST() 262 AllOf(Has("Car"), Not(Has("MotorCar")), Not(Has("MotorCarIndex")))); in TEST() 264 AllOf(Has("MotorCar"), Has("MotorCarIndex"))); in TEST() 303 AllOf(Has("method"), Has("field"), Not(Has("ClassWithMembers")), in testAfterDotCompletion() 304 Not(Has("operator=")), Not(Has("~ClassWithMembers")))); in testAfterDotCompletion() 306 Has("private_field")); in testAfterDotCompletion() 310 Not(AnyOf(Has("global_var"), Has("index_var"), Has("global_func"), in testAfterDotCompletion() 311 Has("global_func()"), Has("index_func"), Has("GlobalClass"), in testAfterDotCompletion() [all …]
|
/external/llvm-project/llvm/test/DebugInfo/PDB/ |
D | pdbdump-readwrite.test | 19 CHECK-NEXT: Has Debug Info: true 20 CHECK-NEXT: Has Types: true 21 CHECK-NEXT: Has IDs: true 22 CHECK-NEXT: Has Globals: 23 CHECK-NEXT: Has Publics: 25 CHECK-NEXT: Has conflicting types: false
|
/external/vixl/test/ |
D | test-api.cc | 455 VIXL_CHECK(cpu.Has(CPUFeatures::kCRC32, in TEST() 463 VIXL_CHECK(cpu.Has(CPUFeatures::kCRC32, in TEST() 467 VIXL_CHECK(cpu.Has(CPUFeatures::kAtomics)); in TEST() 470 VIXL_CHECK(!cpu.Has(CPUFeatures::kSHA2, CPUFeatures::kAES)); in TEST() 471 VIXL_CHECK(cpu.Has(CPUFeatures::kCRC32, in TEST() 495 VIXL_CHECK(cpu.Has(auth.With(CPUFeatures::kCRC32, in TEST() 500 VIXL_CHECK(cpu.Has(original_inner)); in TEST() 501 VIXL_CHECK(original_inner.Has(cpu)); in TEST() 510 VIXL_CHECK(cpu.Has(original_outer)); in TEST() 511 VIXL_CHECK(original_outer.Has(cpu)); in TEST() [all …]
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | flatset_test.cc | 33 bool Has(const NumSet& set, int64 k) { in Has() function 62 EXPECT_FALSE(Has(set, 1)); in TEST() 65 EXPECT_TRUE(Has(set, 1)); in TEST() 66 EXPECT_TRUE(Has(set, 2)); in TEST() 67 EXPECT_FALSE(Has(set, 3)); in TEST() 72 EXPECT_FALSE(Has(set, 1)); in TEST() 78 EXPECT_TRUE(Has(set, 1)); in TEST() 84 EXPECT_TRUE(Has(set, 1)); in TEST() 93 EXPECT_TRUE(Has(set, i)) << i; in TEST() 104 EXPECT_TRUE(Has(set, 73)); in TEST() [all …]
|
/external/vixl/src/ |
D | cpu-features.h | 347 bool Has(const CPUFeatures& other) const; 351 bool Has(Feature feature) const; 355 bool Has(T first, U... others) const { in Has() function 356 return Has(first) && Has(others...); in Has() 365 return Has(other) && other.Has(*this); 422 return cpu_features_->Has(feature_); in IsValid()
|
D | cpu-features.cc | 82 bool CPUFeatures::Has(const CPUFeatures& other) const { in Has() function in vixl::CPUFeatures 86 bool CPUFeatures::Has(Feature feature) const { in Has() function in vixl::CPUFeatures 149 } while (!cpu_features_->Has(feature_)); in operator ++()
|
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | value.h | 163 bool Has() const { in Has() function 168 bool Has<flatbuffers::Table>() const { 174 TC3_CHECK(Has<flatbuffers::Table>()); in Table() 181 TC3_CHECK(Has<T>()); in Value() 187 TC3_CHECK(Has<StringPiece>()); 193 TC3_CHECK(Has<StringPiece>()); 199 TC3_CHECK(Has<StringPiece>());
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | stripped.test | 13 ; CHECK-NEXT: Has Debug Info: true 14 ; CHECK-NEXT: Has Types: true 15 ; CHECK-NEXT: Has IDs: true 16 ; CHECK-NEXT: Has Globals: true 17 ; CHECK-NEXT: Has Publics: true 19 ; CHECK-NEXT: Has conflicting types: false
|
D | fpo-data.test | 6 CHECK-NEXT: RVA | Code | Locals | Params | Prolog | Saved Regs | Use BP | Has SEH | Frame Type 11 CHECK-NEXT: RVA | Code | Locals | Params | Stack | Prolog | Saved Regs | Has SEH | Has C++EH |…
|
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 176 Assert.That(result.Paths, Has.No.Member("bar.baz")); in Union() 177 Assert.That(result.Paths, Has.No.Member("bar.quz")); in Union() 178 Assert.That(result.Paths, Has.No.Member("foo.bar")); in Union() 192 Assert.That(result.Paths, Has.No.Member("foo.bar")); in Union_UsingVarArgs() 193 Assert.That(result.Paths, Has.No.Member("bar.quz")); in Union_UsingVarArgs() 208 Assert.That(result.Paths, Has.No.Member("foo")); in Intersection() 209 Assert.That(result.Paths, Has.No.Member("bar")); in Intersection()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 117 "Has Memory Aperture Base and Size Registers" 123 "Has v_mad_mix_f32, v_mad_mixlo_f16, v_mad_mixhi_f16 instructions" 129 "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions" 296 "Has s_memrealtime instruction" 302 "Has 1 / (2 * pi) as inline immediate" 308 "Has i16/f16 instructions" 314 "Has VOP3P packed instructions" 320 "Has v_movrel*_b32 instructions" 326 "Has VGPR mode register indexing" 332 "Has store scalar memory instructions" [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPU.td | 105 "Has Memory Aperture Base and Size Registers" 111 "Has v_mad_mix_f32, v_mad_mixlo_f16, v_mad_mixhi_f16 instructions" 117 "Has v_fma_mix_f32, v_fma_mixlo_f16, v_fma_mixhi_f16 instructions" 266 "Has s_memrealtime instruction" 272 "Has 1 / (2 * pi) as inline immediate" 278 "Has i16/f16 instructions" 284 "Has VOP3P packed instructions" 290 "Has v_movrel*_b32 instructions" 296 "Has VGPR mode register indexing" 302 "Has store scalar memory instructions" [all …]
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | frame-pointer.ll | 63 ; Has a call, but still no need for a frame pointer. 74 ; Has a call, and frame pointer requested. 85 ; Has a call, and frame pointer requested for non-leaf function. 96 ; Has a high register clobbered, no need for a frame pointer. 108 ; Has a high register clobbered, frame pointer requested. We need to split the 123 ; Has a high register clobbered, frame required due to variable-sized alloca. 138 ; Has a high register clobbered, frame required due to both variable-sized
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CudnnRNNBackprop.pbtxt | 36 input_backprop: The backprop to input in the forward pass. Has the same shape 38 input_h_backprop: The backprop to input_h in the forward pass. Has the same 40 input_c_backprop: The backprop to input_c in the forward pass. Has the same 42 params_backprop: The backprop to the params buffer in the forward pass. Has the
|
D | api_def_CudnnRNNBackpropV2.pbtxt | 40 input_backprop: The backprop to input in the forward pass. Has the same shape 42 input_h_backprop: The backprop to input_h in the forward pass. Has the same 44 input_c_backprop: The backprop to input_c in the forward pass. Has the same 46 params_backprop: The backprop to the params buffer in the forward pass. Has the
|
D | api_def_SparseSegmentSqrtN.pbtxt | 6 A 1-D tensor. Has same rank as `segment_ids`. 18 Has same shape as data, except for dimension 0 which
|
D | api_def_CudnnRNNBackpropV3.pbtxt | 45 input_backprop: The backprop to input in the forward pass. Has the same shape 47 input_h_backprop: The backprop to input_h in the forward pass. Has the same 49 input_c_backprop: The backprop to input_c in the forward pass. Has the same 51 params_backprop: The backprop to the params buffer in the forward pass. Has the
|
D | api_def_SparseSegmentMean.pbtxt | 6 A 1-D tensor. Has same rank as `segment_ids`. 18 Has same shape as data, except for dimension 0 which
|
D | api_def_SparseSegmentMeanWithNumSegments.pbtxt | 6 A 1-D tensor. Has same rank as `segment_ids`. 24 Has same shape as data, except for dimension 0 which has size
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sdiv-pow2.ll | 13 ; Has minsize (-Oz) attribute, should generate idiv 23 ; Has optsize (-Os) attribute, should not generate idiv
|
/external/llvm/test/CodeGen/X86/ |
D | sdiv-pow2.ll | 13 ; Has minsize (-Oz) attribute, should generate idiv 23 ; Has optsize (-Os) attribute, should not generate idiv
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 400 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1271 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1419 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1513 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1736 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 1955 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2030 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2802 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 2891 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument 3148 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() argument [all …]
|