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

1 2 3 4 56 7 8 9

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 235 validate(); method
246 private void validate() { method in class:WifiDialog
272 validate(); method
278 validate(); method
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 122 validate(); method
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 269 validate(struct disk_info *dinfo) function
389 if ((*fd = validate(dinfo)) < 0)
408 /* validate and process the disk layout configuration.
  /external/bluetooth/glib/tests/
makefile.msc.in 73 utf8-validate.exe \
  /external/webkit/WebCore/svg/
SVGPreserveAspectRatio.cpp 64 SVGPreserveAspectRatio SVGPreserveAspectRatio::parsePreserveAspectRatio(const UChar*& currParam, const UChar* end, bool validate, bool& result)
151 if (end != currParam && validate) {
  /system/core/libdiskconfig/
diskconfig.c 271 validate(struct disk_info *dinfo) function
392 if ((*fd = validate(dinfo)) < 0)
411 /* validate and process the disk layout configuration.
  /libcore/luni/src/main/java/java/net/
URI.java 404 URIEncoderDecoder.validate(ssp, ALL_LEGAL);
414 URIEncoderDecoder.validate(authority, "@[]" + SOME_LEGAL);
423 URIEncoderDecoder.validate(path, "/@" + SOME_LEGAL);
432 URIEncoderDecoder.validate(query, ALL_LEGAL);
442 URIEncoderDecoder.validate(fragment, ALL_LEGAL);
    [all...]
  /external/libxml2/
legacy.c 89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 161 void validate () throws IllegalArgumentException method in class:ReportProperties.ParsedProperties
444 result.validate ();
  /external/skia/src/core/
SkRegion_path.cpp 267 SkDEBUGCODE(this->validate();)
319 SkDEBUGCODE(this->validate();)
SkDraw.cpp 278 SkDEBUGCODE(this->validate();)
565 SkDEBUGCODE(this->validate();)
659 SkDEBUGCODE(this->validate();)
801 SkDEBUGCODE(this->validate();)
2300 void SkDraw::validate() const { function in class:SkDraw
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 248 rs.validate();
401 mRS.validate();
  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 113 private static SMILDocument validate(SMILDocument in) { method in class:SmilHelper
134 return validate(document);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathBuilderSpi.java 36 * Build and validate a CertPath using the given parameter.
196 result = (PKIXCertPathValidatorResult) validator.validate(
  /external/skia/include/core/
SkPath.h 574 SkDEBUGCODE(void validate() const;)
SkRegion.h 308 SkDEBUGCODE(void validate() const;)
  /external/webkit/WebKit/android/nav/
CachedHistory.cpp 157 int index = root != NULL && root->CachedFrame::mDebug.validate(node) ?
  /frameworks/base/core/java/android/app/
LoadedApk.java 561 rd.validate(context, handler);
759 void validate(Context context, Handler activityThread) { method in class:LoadedApk.ReceiverDispatcher
942 void validate(Context context, Handler activityThread) { method in class:LoadedApk.ServiceDispatcher
    [all...]
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 132 status_t validate(size_t token) const;
  /frameworks/base/include/ui/
Region.h 153 static bool validate(const Region& reg, const char* name);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 249 if (private_handle_t::validate(handle) < 0)
  /packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java 245 // Use a longer timeout for the validate command. Note that the instanceof check
250 int result = svc.validate("eas", mHost, mUsername, mPassword, port, ssl, tssl);
259 throw new MessagingException("Call to validate generated an exception", e);
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 101 * Called to validate an account; abstract to allow each protocol to do what
142 static public void validate(Class<? extends AbstractSyncService> klass, String host, method in class:AbstractSyncService
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnEditor.java 138 String errorMsg = mProfileEditor.validate();
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalyzer.java 223 analysis.validate();

Completed in 510 milliseconds

1 2 3 4 56 7 8 9