HomeSort by relevance Sort by last modified time
    Searched defs:Validator (Results 1 - 25 of 33) 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...]
  /external/chromium_org/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...]
  /external/chromium_org/chromeos/network/onc/
onc_validator.h 26 // The ONC Validator searches for the following invalid cases:
55 class CHROMEOS_EXPORT Validator : public Mapper {
64 Validator(bool error_on_unknown_field,
69 virtual ~Validator();
237 DISALLOW_COPY_AND_ASSIGN(Validator);
onc_validator.cc 48 Validator::Validator(
60 Validator::~Validator() {
63 scoped_ptr<base::DictionaryValue> Validator::ValidateAndRepairObject(
91 scoped_ptr<base::Value> Validator::MapValue(
111 scoped_ptr<base::DictionaryValue> Validator::MapObject(
156 scoped_ptr<base::Value> Validator::MapField(
183 scoped_ptr<base::ListValue> Validator::MapArray(
201 scoped_ptr<base::Value> Validator::MapEntry(int index
    [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 811 ParameterPackValidatorCCC Validator;
821 Validator)) {
    [all...]
SemaLambda.cpp 706 DeclFilterCCC<VarDecl> Validator;
707 if (DiagnoseEmptyLookup(CurScope, ScopeSpec, R, Validator))
    [all...]
SemaExprMember.cpp 622 RecordMemberExprValidatorCCC Validator;
625 &SS, Validator, DC);
    [all...]
SemaDeclObjC.cpp 512 ObjCInterfaceValidatorCCC Validator(IDecl);
515 NULL, Validator)) {
747 DeclFilterCCC<ObjCProtocolDecl> Validator;
750 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/10/
android.jar 

Completed in 629 milliseconds

1 2