HomeSort by relevance Sort by last modified time
    Searched defs:Validator (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags_validators.py 34 A validator represents an invariant, enforced over a one or more flags.
42 """Thrown If validator constraint is not satisfied."""
45 class Validator(object):
52 # Used to assign each validator an unique insertion_index
66 Validator.validators_count += 1
68 self.insertion_index = Validator.validators_count
73 flags library calls this method to verify Validator's constraint.
84 """Return the names of the flags checked by this validator.
100 Return type depends on the specific validator.
105 class SimpleValidator(Validator)
    [all...]
  /libcore/luni/src/main/java/javax/xml/validation/
Validator.java 17 // $Id: Validator.java 888884 2009-12-09 17:36:46Z mrglavas $
34 * A validator is a thread-unsafe and non-reentrant object.
36 * sure that one {@link Validator} object is not used from
50 public abstract class Validator {
59 * Derived classes must create {@link Validator} objects that have
63 protected Validator() {
67 * <p>Reset this <code>Validator</code> to its original configuration.</p>
69 * <p><code>Validator</code> is reset to the same state as when it was created with
71 * <code>reset()</code> is designed to allow the reuse of existing <code>Validator</code>s
72 * thus saving resources associated with the creation of new <code>Validator</code>s.</p
    [all...]
  /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
LargeAssetTest.java 39 Validator mValidateThread;
55 mValidateThread = new Validator();
63 class Validator extends AsyncTask<AssetManager, Integer, Boolean> {
64 static final String TAG = "Validator";
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 809 ParameterPackValidatorCCC Validator;
819 Validator)) {
SemaLambda.cpp 590 DeclFilterCCC<VarDecl> Validator;
591 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
    [all...]
SemaExprMember.cpp 604 RecordMemberExprValidatorCCC Validator;
607 &SS, Validator, DC);
    [all...]
SemaDeclObjC.cpp 492 ObjCInterfaceValidatorCCC Validator(IDecl);
495 NULL, Validator)) {
724 DeclFilterCCC<ObjCProtocolDecl> Validator;
727 LookupObjCProtocolName, TUScope, NULL, Validator);
    [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 214 TypeNameValidatorCCC Validator(true, isClassName);
216 Kind, S, SS, Validator);
411 TypeNameValidatorCCC Validator(false);
414 Validator)) {
    [all...]
SemaDeclCXX.cpp     [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 116 private Validator mValidator = null;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 144 milliseconds

1 2