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

12

/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h64 bool Validate(string* error);
H A Djavamicro_file.cc95 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::javamicro::FileGenerator
H A Djavamicro_generator.cc166 if (!file_generator.Validate(error)) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.h64 bool Validate(string* error);
H A Djavanano_file.cc96 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::javanano::FileGenerator
H A Djavanano_generator.cc179 if (!file_generator.Validate(error)) {
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h73 bool Validate(string* error);
H A Djava_generator.cc107 if (!file_generators[i]->Validate(error)) {
H A Djava_file.cc167 bool FileGenerator::Validate(string* error) { function in class:google::protobuf::compiler::java::FileGenerator
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DDFA.pm3 use Params::Validate qw( :types );
/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,
H A Dsubpicture.c110 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) function
221 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id);
/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/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml94 (* Validate the generated code, checking for consistency. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml94 (* Validate the generated code, checking for consistency. *)
/external/v8/tools/
H A Djs2c.py73 def Validate(lines): function
358 Validate,
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp208 case CPDF_AAction::Validate:
H A DFFL_ComboBox.cpp211 case CPDF_AAction::Validate:
H A DFFL_TextField.cpp227 case CPDF_AAction::Validate:
H A DFFL_IFormFiller.cpp897 if (pWidget->GetAAction(CPDF_AAction::Validate))
917 pFormFiller->GetActionData(pPageView, CPDF_AAction::Validate, fa);
921 pWidget->OnAAction(CPDF_AAction::Validate, fa, pPageView);
/external/v8/src/
H A Delements.h28 virtual void Validate(Handle<JSObject> obj) = 0;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml216 (* Validate the generated code, checking for consistency. *)
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1630 case CPDF_AAction::Validate:
2127 if (aAction != NULL && aAction.ActionExist(CPDF_AAction::Validate))
2129 CPDF_Action action = aAction.GetAction(CPDF_AAction::Validate);
2144 pActionHandler->DoAction_FieldJavaScript(action, CPDF_AAction::Validate, m_pDocument, pFormField, fa);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml242 (* Validate the generated code, checking for consistency. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml361 (* Validate the generated code, checking for consistency. *)

Completed in 347 milliseconds

12