Searched defs:Validate (Results 1 - 25 of 41) sorted by relevance

12

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dnative_struct_data.cc14 bool NativeStruct_Data::Validate(const void* data, function in class:mojo::internal::NativeStruct_Data
17 return Array_Data<uint8_t>::Validate(data, validation_context,
H A Dnative_enum_data.h19 static bool Validate(int32_t value, function in class:mojo::internal::NativeEnum_Data
H A Dmap_data_internal.h27 static bool Validate(const void* data, function in class:mojo::internal::Map_Data
H A Dpipe_control_message_handler.cc35 if (!Validate(message))
45 bool PipeControlMessageHandler::Validate(Message* message) { function in class:mojo::PipeControlMessageHandler
H A Darray_internal.h283 static bool Validate(const void* data, function in class:mojo::internal::Array_Data
/external/perfetto/src/tracing/core/
H A Dpacket_stream_validator.cc29 bool PacketStreamValidator::Validate(const Slices& slices) { function in class:perfetto::PacketStreamValidator
H A Dsliced_protobuf_input_stream.cc34 PERFETTO_DCHECK(Validate());
40 PERFETTO_DCHECK(Validate());
47 PERFETTO_DCHECK(Validate());
65 PERFETTO_DCHECK(Validate());
69 PERFETTO_DCHECK(Validate());
72 PERFETTO_DCHECK(Validate());
85 PERFETTO_DCHECK(Validate());
90 PERFETTO_DCHECK(Validate());
102 bool SlicedProtobufInputStream::Validate() const { function in class:perfetto::SlicedProtobufInputStream
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_tensor_coding_test.cc31 void Validate(const Tensor& t, bool is_dead) { function in class:tensorflow::GrpcTensorCodingTest
62 Validate(a, (elems == 0));
73 Validate(a, (elems == 0));
/external/toolchain-utils/crosperf/
H A Dsettings.py63 def Validate(self): member in class:Settings
/external/tensorflow/tensorflow/compiler/xla/
H A Dsparse_index_array.cc82 bool SparseIndexArray::Validate(const Shape& shape) const { function in class:xla::SparseIndexArray
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram_test.cc25 static void Validate(const Histogram& h) { function in namespace:tensorflow::histogram
51 Validate(h);
57 Validate(h);
66 Validate(h);
112 Validate(h);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_shadingpattern.cpp102 return Validate();
105 bool CPDF_ShadingPattern::Validate() const { function in class:CPDF_ShadingPattern
113 // Validate color space
/external/pdfium/core/fpdfdoc/
H A Dcpdf_aaction.h31 Validate, enumerator in enum:CPDF_AAction::AActionType
/external/avb/test/
H A Davb_atx_validate_unittest.cc208 virtual AvbIOResult Validate(bool* is_trusted) { function in class:avb::AvbAtxValidateTest
261 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
295 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
302 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
309 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
317 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
324 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
333 AvbIOResult Validate(bool* is_trusted) override {
346 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
362 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, function
205 ret = Validate(dpy, port, surface_type_id, width, height, flags,
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp371 GalliumContext::Validate(uint32 width, uint32 height) function in class:GalliumContext
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc95 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::javamicro::FileGenerator
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.cc96 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::javanano::FileGenerator
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding.cc199 Status HloSharding::Validate(const Shape& shape, int64 num_devices) const { function in class:HloSharding
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dtensor_coding_test.cc77 void Validate(const Tensor& src, bool is_dead, bool use_tensor_content) { function in class:tensorflow::TensorResponseTest
117 Validate(a, (elems == 0), true);
129 Validate(a, (elems == 0), true);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc223 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::java::FileGenerator
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py166 if self.Validate():
173 if self.Validate():
182 def Validate(self): member in class:JetOpen
351 if self.Validate():
356 def Validate(self): member in class:SegEdit
428 if not self.Validate():
444 if not self.Validate():
710 if self.Validate():
715 def Validate(self): member in class:EventEdit
779 if not self.Validate()
882 def Validate(self): member in class:JetReplicate
[all...]
/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_stats.cc147 if (!Validate(opts)) {
173 if (!Validate(opts)) {
354 bool TFStats::Validate(const Options& opts) const { function in class:tensorflow::tfprof::TFStats
/external/v8/src/ast/
H A Dmodules.cc204 // Therefore we overwrite [entry]'s location here. Note that Validate()
291 bool ModuleDescriptor::Validate(ModuleScope* module_scope, function in class:v8::internal::ModuleDescriptor
/external/v8/tools/
H A Djs2c.py75 def Validate(lines): function
364 Validate,
374 return lambda x: RemoveCommentsAndTrailingWhitespace(Validate(x))

Completed in 2207 milliseconds

12