Searched refs:Validate (Results 1 - 25 of 86) sorted by relevance

1234

/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 Dnative_struct_data.h21 static bool Validate(const void* data, ValidationContext* validation_context);
H A Dpipe_control_message_handler.cc33 if (!Validate(message))
43 bool PipeControlMessageHandler::Validate(Message* message) { function in class:mojo::PipeControlMessageHandler
H A Dvalidation_util.h70 return ParamsType::Validate(message->payload(), validation_context);
80 // The following Validate.*NonNullable() functions validate that the given
135 T::Validate(input.Get(), validation_context, validate_params);
142 T::Validate(input.Get(), validation_context);
148 return T::Validate(&input, validation_context, true);
155 T::Validate(input.Get(), validation_context, false);
H A Dmap_data_internal.h27 static bool Validate(const void* data, function in class:mojo::internal::Map_Data
H A Dserialization.h94 if (DataType::Validate(input_buffer, &validation_context)) {
/external/pdfium/xfa/fwl/
H A Dcfwl_eventvalidate.cpp10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {}
H A Dcfwl_event.h34 Validate
/external/avb/test/
H A Davb_atx_validate_unittest.cc176 virtual AvbIOResult Validate(bool* is_trusted) { function in class:avb::AvbAtxValidateTest
230 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
256 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
263 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
270 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
278 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
285 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
294 AvbIOResult Validate(bool* is_trusted) override {
307 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
323 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dpipe_control_message_handler.h41 bool Validate(Message* message);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_aaction.h31 Validate, enumerator in enum:CPDF_AAction::AActionType
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h64 bool Validate(string* error);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.h66 bool Validate(string* error);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h77 bool Validate(string* error);
H A Djava_generator.cc126 if (!file_generators[i]->Validate(error)) {
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dunion_unittest.cc178 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false));
228 EXPECT_TRUE(internal::PodUnion_Data::Validate(
243 EXPECT_FALSE(internal::PodUnion_Data::Validate(
256 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false));
269 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false));
289 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false));
309 internal::PodUnion_Data::Validate(raw_buf, &validation_context, false));
374 EXPECT_FALSE(internal::ObjectUnion_Data::Validate(
388 EXPECT_FALSE(internal::ObjectUnion_Data::Validate(
407 EXPECT_FALSE(internal::ObjectUnion_Data::Validate(
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_basic_data_element_properties.cpp173 {XFA_Element::Validate, 1, 0},
220 {XFA_Element::Validate, 1, 0},
242 {XFA_Element::Validate, 1, 0},
271 {XFA_Element::Validate, 1, 0},
324 {XFA_Element::Validate, 1, 0},
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DDFA.pm3 use Params::Validate qw( :types );
/external/toolchain-utils/crosperf/
H A Dsettings.py63 def Validate(self): member in class:Settings
H A Dsettings_unittest.py181 self.assertRaises(Exception, self.settings.Validate)
185 self.settings.Validate()
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, function
204 ret = Validate(dpy, port, surface_type_id, width, height, flags,
/external/v8/src/wasm/
H A Dast-decoder.cc179 inline bool Validate(const byte* pc, LocalIndexOperand& operand) { function in class:v8::internal::wasm::WasmDecoder
192 inline bool Validate(const byte* pc, GlobalIndexOperand& operand) { function in class:v8::internal::wasm::WasmDecoder
212 inline bool Validate(const byte* pc, CallFunctionOperand& operand) { function in class:v8::internal::wasm::WasmDecoder
229 inline bool Validate(const byte* pc, CallIndirectOperand& operand) { function in class:v8::internal::wasm::WasmDecoder
242 inline bool Validate(const byte* pc, BreakDepthOperand& operand, function in class:v8::internal::wasm::WasmDecoder
252 bool Validate(const byte* pc, BranchTableOperand& operand, function in class:v8::internal::wasm::WasmDecoder
258 inline bool Validate(const byte* pc, LaneOperand& operand) { function in class:v8::internal::wasm::WasmDecoder
724 if (Validate(pc_, operand)) {
884 if (Validate(pc_, operand, control_)) {
894 if (ok() && Validate(pc
[all...]
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp484 DE_DECLARE_COMMAND_LINE_OPT(Validate, bool);
494 << Option<opt::Validate> ("v", "validate-spv", "Validate generated SPIR-V binaries");
536 cmdLine.getOption<opt::Validate>());
/external/v8/src/ast/
H A Dmodules.h73 bool Validate(ModuleScope* module_scope,
89 // variable (i.e. regular_imports and regular_exports after Validate) use
138 // After canonicalization (see Validate), these are exactly the local exports.

Completed in 331 milliseconds

1234