HomeSort by relevance Sort by last modified time
    Searched defs:valid (Results 1 - 25 of 981) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoftMaskImageDictionary_autogen.h 22 bool valid() const {return true;} function in class:SkPdfSoftMaskImageDictionary
SkPdfImageDictionary_autogen.h 25 bool valid() const {return true;} function in class:SkPdfImageDictionary
SkPdfType1FontDictionary_autogen.h 25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
SkPdfMultiMasterFontDictionary_autogen.h 27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
SkPdfTrueTypeFontDictionary_autogen.h 27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
SkPdfType1FormDictionary_autogen.h 28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
SkPdfType3FontDictionary_autogen.h 28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
SkPdfType0FontDictionary_autogen.h 34 bool valid() const {return true;} function in class:SkPdfType0FontDictionary
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 25 "This test checks that the following expressions or statements are valid ECMASCRIPT code or should throw parse error"
43 testPassed('Valid: "' + _a + '"');
48 testFailed('Valid: "' + _a + '" should NOT throw ');
52 function valid(_a) function
78 valid ("");
85 valid ("a: +~!new a");
87 valid ("new (-1)")
88 valid ("a: b: c: new f(x++)++")
89 valid ("(a)++");
90 valid ("(1--).x")
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoftMaskImageDictionary_autogen.h 22 bool valid() const {return true;} function in class:SkPdfSoftMaskImageDictionary
SkPdfImageDictionary_autogen.h 25 bool valid() const {return true;} function in class:SkPdfImageDictionary
SkPdfType1FontDictionary_autogen.h 25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
SkPdfMultiMasterFontDictionary_autogen.h 27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
SkPdfTrueTypeFontDictionary_autogen.h 27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
SkPdfType1FormDictionary_autogen.h 28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
SkPdfType3FontDictionary_autogen.h 28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
  /external/chromium_org/third_party/icu/source/common/
locbased.h 52 * object. Either the valid or the actual locale may be
62 * object. Either the valid or the actual locale may be
73 * @param valid the ID of the valid locale
76 void setLocaleIDs(const char* valid, const char* actual);
80 char* valid; member in class:LocaleBased
86 valid(validAlias), actual(actualAlias) {
92 valid((char*)validAlias), actual((char*)actualAlias) {
  /external/clang/test/CodeGen/
2006-09-11-BitfieldRefCrash.c 6 unsigned valid : 2; member in struct:state_struct
10 return p->valid;
  /external/icu/icu4c/source/common/
locbased.h 52 * object. Either the valid or the actual locale may be
62 * object. Either the valid or the actual locale may be
73 * @param valid the ID of the valid locale
76 void setLocaleIDs(const char* valid, const char* actual);
81 * @param valid the ID of the valid locale
84 void setLocaleIDs(const Locale& valid, const Locale& actual);
88 char* valid; member in class:LocaleBased
94 valid(validAlias), actual(actualAlias)
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
ptrace.h 25 int valid; member in struct:__anon31250
  /external/chromium_org/content/public/browser/
favicon_status.h 20 bool valid; member in struct:content::FaviconStatus
27 // loaded asynchronously, so even if the favicon URL is valid we may return
  /cts/tests/tests/security/src/android/security/cts/
NetlinkSocket.java 43 public boolean valid() { method in class:NetlinkSocket
44 return fd.valid();
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
SocketStream.h 38 bool valid() { return m_sock >= 0; } function in class:SocketStream
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.h 39 bool valid() { return m_sock >= 0; } function in class:QemuPipeStream
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_data_provider.cc 44 bool IAppsDataProvider::valid() const { function in class:iapps::IAppsDataProvider
48 void IAppsDataProvider::set_valid(bool valid) {
49 is_valid_ = valid;
55 ready_callback.Run(valid());

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>