HomeSort by relevance Sort by last modified time
    Searched refs:validate (Results 151 - 175 of 219) sorted by null

1 2 3 4 5 67 8 9

  /external/skia/src/core/
SkCanvas.cpp 243 SkDEBUGCODE(this->validate();)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 511 public boolean validate() {
MonkeySourceNetwork.java 693 public boolean validate() { method in class:MonkeySourceNetwork
694 // we have no pre-conditions to validate
MonkeySourceScript.java 543 public boolean validate() { method in class:MonkeySourceScript
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 63 public void validate(OAuthMessage message) method in class:OAuthSignatureMethod
  /external/skia/include/core/
SkBitmap.h 408 SkDEBUGCODE(void validate() const;)
SkTDArray.h 277 void validate() const { function in class:SkTDArray
  /external/webkit/WebKit/android/nav/
CachedFrame.h 266 bool validate(const CachedNode* ) const;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 92 if (private_handle_t::validate(buffer) < 0)
  /hardware/msm7k/libgralloc-qsd8k/
gpu.cpp 318 if (private_handle_t::validate(handle) < 0)
framebuffer.cpp 94 if (private_handle_t::validate(buffer) < 0)
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 324 bool validate(const char *file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 108 public IStatus validate(Object[] selection) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 301 // first we validate the XML
308 validator.validate(source);
  /external/skia/src/animator/
SkDisplayable.cpp 562 void SkDisplayable::validate() { function in class:SkDisplayable
SkDisplayApply.cpp 807 void SkApply::validate() { function in class:SkApply
809 fActive->validate();
  /frameworks/base/opengl/libagl/
matrix.cpp 122 // Validate the modelview
124 c->transforms.modelview.validate();
127 // Validate the projection stack (in fact, it's never needed)
129 c->transforms.projection.validate();
132 // Validate the viewport transformation
146 // Validate the mvui (for normal transformation)
152 // Validate the texture stack
155 c->transforms.texture[i].validate();
158 // Validate the mvit4 (user-clip planes)
447 void matrix_stack_t::validate() function in class:android::matrix_stack_t
    [all...]
  /hardware/msm7k/libgralloc/
framebuffer.cpp 90 if (private_handle_t::validate(buffer) < 0)
  /cts/tools/host/src/com/android/cts/
HostConfig.java 342 * Validate the directory.
647 if (zipValidator.validate(filePathList, packageName, xmlFilePath) == false) {
714 * Validate zipped package file against package logic
718 * validate the package content to see if it contains enough data
725 public boolean validate(ArrayList<String> filePathList, String packageName, method in class:HostConfig.CaseRepository.PackageZipFileValidator
760 * Validate host controller jar file described in the package description XML file.
787 * Validate target APK file described in the package description XML file.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java     [all...]
  /external/libxml2/
parser.c     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 1479 status_t AaptDir::validate() const function in class:AaptDir
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 602 validate(); method
628 validate(); method
900 validate(); method
    [all...]
  /external/jdiff/
xerces.jar 
  /external/junit/src/junit/awtui/
TestRunner.java 524 label.getParent().validate();

Completed in 791 milliseconds

1 2 3 4 5 67 8 9