HomeSort by relevance Sort by last modified time
    Searched refs:validate (Results 276 - 300 of 621) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/include/views/
SkView.h 369 void validate() const;
371 void validate() const {} function in class:SkView
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.h 203 void validate(uint32_t initialOffset, uint32_t size) const;
212 void validate(uint32_t initialOffset, uint32_t size) const { function in class:SkPictureRecord
SkPath.cpp 194 SkDEBUGCODE(that.validate();)
198 SkDEBUGCODE(this->validate();)
202 SkDEBUGCODE(that.validate();)
212 SkDEBUGCODE(this->validate();)
368 SkDEBUGCODE(this->validate();)
375 SkDEBUGCODE(this->validate();)
382 SkDEBUGCODE(this->validate();)
537 SkDEBUGCODE(this->validate();)
548 SkDEBUGCODE(this->validate();)
555 SkDEBUGCODE(this->validate();)
2223 void SkPath::validate() const { function in class:SkPath
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp 11 #define VALIDATE this->validate()
13 #define VALIDATE
28 VALIDATE;
32 VALIDATE;
40 VALIDATE;
65 VALIDATE;
70 VALIDATE;
102 VALIDATE;
121 void GrMemoryPool::validate() { function in class:GrMemoryPool
    [all...]
GrTHashCache.h 57 void validate() const;
230 void GrTHashTable<T, Key, kHashBits>::validate() const {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
  /external/elfutils/libdwfl/
find-debuginfo.c 93 validate (Dwfl_Module *mod, int fd, bool check, GElf_Word debuglink_crc) function
227 if (validate (mod, fd, check, debuglink_crc))
  /external/skia/include/core/
SkString.h 228 void validate() const;
230 void validate() const {} function in class:SkString
  /external/skia/include/views/
SkView.h 369 void validate() const;
371 void validate() const {} function in class:SkView
  /external/skia/src/core/
SkPictureRecord.h 203 void validate(uint32_t initialOffset, uint32_t size) const;
212 void validate(uint32_t initialOffset, uint32_t size) const { function in class:SkPictureRecord
SkPath.cpp 194 SkDEBUGCODE(that.validate();)
198 SkDEBUGCODE(this->validate();)
202 SkDEBUGCODE(that.validate();)
212 SkDEBUGCODE(this->validate();)
368 SkDEBUGCODE(this->validate();)
375 SkDEBUGCODE(this->validate();)
382 SkDEBUGCODE(this->validate();)
537 SkDEBUGCODE(this->validate();)
548 SkDEBUGCODE(this->validate();)
555 SkDEBUGCODE(this->validate();)
2223 void SkPath::validate() const { function in class:SkPath
    [all...]
  /external/skia/src/gpu/
GrMemoryPool.cpp 11 #define VALIDATE this->validate()
13 #define VALIDATE
28 VALIDATE;
32 VALIDATE;
40 VALIDATE;
65 VALIDATE;
70 VALIDATE;
102 VALIDATE;
121 void GrMemoryPool::validate() { function in class:GrMemoryPool
    [all...]
GrTHashCache.h 57 void validate() const;
230 void GrTHashTable<T, Key, kHashBits>::validate() const {
  /frameworks/base/graphics/java/android/renderscript/
Program.java 166 mRS.validate();
190 mRS.validate();
ProgramVertexFixedFunction.java 46 mRS.validate();
81 mRS.validate();
  /hardware/qcom/display/msm8974/liboverlay/
overlay.h 113 /*Validate index range, abort if invalid */
114 void validate(int index);
177 inline void Overlay::validate(int index) { function in class:overlay::Overlay
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 185 * Validate a user account, given a protocol, host address, port, ssl status, and credentials.
191 * @param hostAuth the hostauth object to validate
195 public Bundle validate(final HostAuth hostAuth) throws RemoteException { method in class:EmailServiceProxy
199 mReturn = mService.validate(hostAuth);
201 }, "validate");
210 LogUtils.v(TAG, "validate returns " + bundle.getInt(VALIDATE_BUNDLE_RESULT_CODE));
218 * success) include a HostAuth record sufficient to enable the service to validate the user's
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 68 * @param validate if true, check that the attributes and resources are
72 boolean validate) {
75 mValidate = validate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 196 resetFolderPath(true /*validate*/);
202 * @param validate if true, force a call to {@link #validatePage()}.
204 private void resetFolderPath(boolean validate) {
217 if (validate) {
240 // -- validate folder configuration
255 // -- validate generated path
263 // -- validate destination file doesn't exist
  /external/chromium_org/third_party/libxml/src/
SAX2.c 385 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
567 ((ctxt->validate) || (ctxt->replaceEntities)) &&
585 ctxt->validate = 0;
750 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
800 if (ctxt->validate && ctxt->wellFormed &&
850 if ((ctxt->validate) && (ctxt->wellFormed) &&
1026 if (ctxt->validate && ctxt->wellFormed &&
    [all...]
xmlreader.c 119 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
918 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
919 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
938 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
979 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
980 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
986 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
1009 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
1010 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1029 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 229 self.checker.validate(self, param_nodes)
349 def validate(self, func, param_nodes): member in class:Checker
350 """Validate the checker against a function."""
356 if desc.validate(func, param_nodes):
558 def validate(self, func, param_nodes): member in class:Description
559 """Validate a description against certain function."""
585 if not self.checker.validate(func, param_nodes):
  /external/libxml2/
SAX2.c 385 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
567 ((ctxt->validate) || (ctxt->replaceEntities)) &&
585 ctxt->validate = 0;
750 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
800 if (ctxt->validate && ctxt->wellFormed &&
850 if ((ctxt->validate) && (ctxt->wellFormed) &&
1026 if (ctxt->validate && ctxt->wellFormed &&
    [all...]
  /external/mesa3d/src/mesa/main/
APIspec.py 229 self.checker.validate(self, param_nodes)
349 def validate(self, func, param_nodes): member in class:Checker
350 """Validate the checker against a function."""
356 if desc.validate(func, param_nodes):
558 def validate(self, func, param_nodes): member in class:Description
559 """Validate a description against certain function."""
585 if not self.checker.validate(func, param_nodes):

Completed in 2017 milliseconds

<<11121314151617181920>>