/external/avb/test/ |
D | avb_atx_validate_unittest.cc | 208 virtual AvbIOResult Validate(bool* is_trusted) { in Validate() function in avb::AvbAtxValidateTest 261 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F() 295 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F() 302 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted)); in TEST_F() 309 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted)); in TEST_F() 317 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F() 324 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F() 333 AvbIOResult Validate(bool* is_trusted) override { in Validate() function in avb::AvbAtxValidateTestWithMetadataLength 346 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_P() 362 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted)); in TEST_F() [all …]
|
/external/perfetto/src/tracing/core/ |
D | sliced_protobuf_input_stream.cc | 34 PERFETTO_DCHECK(Validate()); in Next() 40 PERFETTO_DCHECK(Validate()); in Next() 47 PERFETTO_DCHECK(Validate()); in BackUp() 65 PERFETTO_DCHECK(Validate()); in BackUp() 69 PERFETTO_DCHECK(Validate()); in Skip() 72 PERFETTO_DCHECK(Validate()); in Skip() 85 PERFETTO_DCHECK(Validate()); in Skip() 90 PERFETTO_DCHECK(Validate()); in ByteCount() 102 bool SlicedProtobufInputStream::Validate() const { in Validate() function in perfetto::SlicedProtobufInputStream
|
D | packet_stream_validator_unittest.cc | 31 EXPECT_TRUE(PacketStreamValidator::Validate(seq)); in TEST() 41 EXPECT_TRUE(PacketStreamValidator::Validate(seq)); in TEST() 58 EXPECT_TRUE(PacketStreamValidator::Validate(seq)); in TEST() 68 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() 78 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() 88 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() 106 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() 125 EXPECT_TRUE(PacketStreamValidator::Validate(seq)); in TEST() 147 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() 159 EXPECT_FALSE(PacketStreamValidator::Validate(seq)); in TEST() [all …]
|
D | packet_stream_validator.h | 37 static bool Validate(const Slices&);
|
D | packet_stream_validator.cc | 29 bool PacketStreamValidator::Validate(const Slices& slices) { in Validate() function in perfetto::PacketStreamValidator
|
D | sliced_protobuf_input_stream.h | 44 bool Validate() const;
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_sharding_test.cc | 53 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4}), in TEST_F() 69 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4}), in TEST_F() 72 sharding.Validate(ShapeUtil::MakeShape(U32, {4}), /*num_devices=*/5)); in TEST_F() 86 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {4, 6}), in TEST_F() 95 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4, 6}), in TEST_F() 104 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {2, 2}), in TEST_F() 114 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {6, 3}), in TEST_F() 123 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {3, 5}), in TEST_F() 164 EXPECT_IS_OK(tuple_sharding.Validate(nested_tuple_shape, /*num_devices=*/5)); in TEST_F() 166 EXPECT_IS_NOT_OK(tuple_sharding.Validate(ShapeUtil::MakeTupleShape({}), in TEST_F() [all …]
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram_test.cc | 25 static void Validate(const Histogram& h) { in Validate() function 51 Validate(h); in TEST() 57 Validate(h); in TEST() 66 Validate(h); in TEST() 112 Validate(h); in TEST()
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | validation_util.h | 81 return ParamsType::Validate(message->payload(), validation_context); in ValidateMessagePayload() 149 T::Validate(input.Get(), validation_context, validate_params); in ValidateContainer() 162 T::Validate(input.Get(), validation_context); in ValidateStruct() 174 return T::Validate(&input, validation_context, true); in ValidateInlinedUnion() 187 T::Validate(input.Get(), validation_context, false); in ValidateNonInlinedUnion()
|
D | native_struct_data.cc | 14 bool NativeStruct_Data::Validate(const void* data, in Validate() function in mojo::internal::NativeStruct_Data 17 return Array_Data<uint8_t>::Validate(data, validation_context, in Validate()
|
D | pipe_control_message_handler.cc | 35 if (!Validate(message)) in Accept() 45 bool PipeControlMessageHandler::Validate(Message* message) { in Validate() function in mojo::PipeControlMessageHandler
|
D | native_enum_data.h | 19 static bool Validate(int32_t value, in Validate() function
|
D | native_struct_data.h | 21 static bool Validate(const void* data, ValidationContext* validation_context);
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 178 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false)); in TEST() 228 EXPECT_TRUE(internal::PodUnion_Data::Validate( in TEST() 243 EXPECT_FALSE(internal::PodUnion_Data::Validate( in TEST() 256 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false)); in TEST() 269 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false)); in TEST() 289 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false)); in TEST() 309 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false)); in TEST() 374 EXPECT_FALSE(internal::ObjectUnion_Data::Validate( in TEST() 388 EXPECT_FALSE(internal::ObjectUnion_Data::Validate( in TEST() 407 EXPECT_FALSE(internal::ObjectUnion_Data::Validate( in TEST() [all …]
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
D | validation_macros.tmpl | 4 This macro is expanded by the Validate() method. #} 49 This macro is expanded by the Validate() method. #} 67 This macro is expanded by the Validate() method. #} 70 ::Validate({{field_expr}}, validation_context))
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_tensor_coding_test.cc | 31 void Validate(const Tensor& t, bool is_dead) { in Validate() function in tensorflow::GrpcTensorCodingTest 62 Validate(a, (elems == 0)); in DoTest() 73 Validate(a, (elems == 0)); in DoTestForStrings()
|
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 280 inline bool Validate(const byte* pc, LocalIndexOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder 293 inline bool Validate(const byte* pc, GlobalIndexOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder 311 inline bool Validate(const byte* pc, CallFunctionOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder 327 inline bool Validate(const byte* pc, CallIndirectOperand& operand) { in Validate() function in v8::internal::wasm::WasmDecoder 339 inline bool Validate(const byte* pc, BreakDepthOperand& operand, in Validate() function in v8::internal::wasm::WasmDecoder 349 bool Validate(const byte* pc, BranchTableOperand& operand, in Validate() function in v8::internal::wasm::WasmDecoder 355 inline bool Validate(const byte* pc, WasmOpcode opcode, in Validate() function in v8::internal::wasm::WasmDecoder 385 inline bool Validate(const byte* pc, WasmOpcode opcode, in Validate() function in v8::internal::wasm::WasmDecoder 793 if (Validate(pc_, operand)) { in DecodeFunctionBody() 936 if (Validate(pc_, operand, control_)) { in DecodeFunctionBody() [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding_test.cc | 77 void Validate(const Tensor& src, bool is_dead, bool use_tensor_content) { in Validate() function in tensorflow::TensorResponseTest 117 Validate(a, (elems == 0), true); in DoTest() 129 Validate(a, (elems == 0), true); in DoTestForStrings()
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_viewport_layer_array.txt | 49 Validate output color for each viewport. 61 Validate output color for each layer.
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_shadingpattern.cpp | 102 return Validate(); in Load() 105 bool CPDF_ShadingPattern::Validate() const { in Validate() function in CPDF_ShadingPattern
|
/external/llvm/test/Bitcode/ |
D | module_hash.ll | 20 ; Validate the output now, the hahes in the individual modules and the combined index are in the sa… 27 ; Validate against the value extracted from the combined index
|
/external/pdfium/xfa/fwl/ |
D | cfwl_eventvalidate.cpp | 10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {} in CFWL_EventValidate()
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | pipe_control_message_handler.h | 44 bool Validate(Message* message); in NON_EXPORTED_BASE()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats.cc | 147 if (!Validate(opts)) { in ShowGraphNode() 173 if (!Validate(opts)) { in ShowMultiGraphNode() 354 bool TFStats::Validate(const Options& opts) const { in Validate() function in tensorflow::tfprof::TFStats
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_aaction.h | 31 Validate, enumerator
|