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

<<11121314151617

  /frameworks/base/core/java/android/net/
Proxy.java 246 * Validate syntax of hostname, port and exclusion list entries
249 public static void validate(String hostname, String port, String exclList) { method in class:Proxy
  /frameworks/base/core/java/android/view/
TextureView.java 587 if (!info.mHardwareRenderer.validate()) {
597 // the layer here thanks to the validate() call at the beginning of
HardwareRenderer.java 267 abstract boolean validate(); method in class:HardwareRenderer
1079 boolean validate() { method in class:HardwareRenderer.GlRenderer
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 87 if (private_handle_t::validate(buffer) < 0)
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 71 * prevent us from caching the response; it only means we have to validate
446 public boolean validate(ResponseHeaders networkResponse) { method in class:ResponseHeaders
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 283 validator.validate(certPath, params);
  /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 112 public IStatus validate(Object[] selection) {
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/monkey/
MonkeyOptionsComposite.java 343 Status status = MonkeyOptionsMgt.validate();
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/daemon/
Daemon.java 166 PreflightingApplication.validate(parameters, stream, daemon.getDebugStream());
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 551 validate(parser);
559 validate(parser);
562 static void validate(XmlPullParser parser) throws Exception { method in class:PullParserTest
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 739 validate(); method
760 validate(); method
763 private void validate() { method in class:ResourceChooser.NameValueDialog
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 451 public boolean validate() { method in class:MonkeySourceRandom
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 20 * echo $openid->validate() ? 'Logged in.' : 'Failed';
447 function validate() function
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 93 if (this.validate(modifierStructure, blenderContext) && pDvert.isNotNull()) {
  /external/linux-tools-perf/Documentation/
Makefile 269 $(QUIET_MAKEINFO)$(MAKEINFO) --no-split --no-validate $*.texi
  /external/okhttp/src/main/java/libcore/net/http/
HttpEngine.java 619 if (cachedResponseHeaders.validate(responseHeaders)) {
  /external/skia/include/core/
SkBitmap.h 554 SkDEBUGCODE(void validate() const;)
    [all...]
  /external/skia/src/animator/
SkDisplayable.cpp 554 void SkDisplayable::validate() { function in class:SkDisplayable
  /external/skia/src/gpu/gl/
GrGLInterface.cpp 275 bool GrGLInterface::validate(GrGLBinding binding) const { function in class:GrGLInterface
  /frameworks/native/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/samsung_slsi/exynos5/gralloc/
gralloc.cpp 357 if (private_handle_t::validate(handle) < 0)
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkStats.java 167 monitor.setDescription("Validate XML");
173 // This should be a version we can handle. Try to validate it
218 // Stop here if we failed to validate the XML. We don't want to load it.
393 * If it doesn't validate, returns null and stores the error in outError[0].
421 validator.validate(new StreamSource(xml));

Completed in 1636 milliseconds

<<11121314151617