Searched defs:valid (Results 1 - 25 of 674) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/webkit/fast/js/
H A Dparser-syntax-check.js25 "This test checks that the following expressions or statements are valid ECMASCRIPT code or should throw parse error"
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");
93 valid ("++ -- ++ a");
94 valid ("
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoftMaskImageDictionary_autogen.h22 bool valid() const {return true;} function in class:SkPdfSoftMaskImageDictionary
H A DSkPdfImageDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfImageDictionary
H A DSkPdfMultiMasterFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
H A DSkPdfTrueTypeFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
H A DSkPdfType1FontDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
H A DSkPdfType1FormDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
H A DSkPdfType3FontDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
H A DSkPdfType0FontDictionary_autogen.h34 bool valid() const {return true;} function in class:SkPdfType0FontDictionary
H A DSkPdfType1ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType1ShadingDictionary
H A DSkPdfType2ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType2ShadingDictionary
H A DSkPdfType3ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType3ShadingDictionary
H A DSkPdfType4ShadingDictionary_autogen.h37 bool valid() const {return true;} function in class:SkPdfType4ShadingDictionary
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dptrace.h25 int valid; member in struct:__anon26639
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSoftMaskImageDictionary_autogen.h22 bool valid() const {return true;} function in class:SkPdfSoftMaskImageDictionary
H A DSkPdfImageDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfImageDictionary
H A DSkPdfMultiMasterFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfMultiMasterFontDictionary
H A DSkPdfTrueTypeFontDictionary_autogen.h27 bool valid() const {return true;} function in class:SkPdfTrueTypeFontDictionary
H A DSkPdfType1FontDictionary_autogen.h25 bool valid() const {return true;} function in class:SkPdfType1FontDictionary
H A DSkPdfType1FormDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType1FormDictionary
H A DSkPdfType3FontDictionary_autogen.h28 bool valid() const {return true;} function in class:SkPdfType3FontDictionary
/external/chromium_org/content/public/browser/
H A Dfavicon_status.h20 bool valid; member in struct:content::FaviconStatus
27 // loaded asynchronously, so even if the favicon URL is valid we may return
/external/chromium_org/third_party/icu/source/common/
H A Dlocbased.h52 * 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/
H A D2006-09-11-BitfieldRefCrash.c6 unsigned valid : 2; member in struct:state_struct
10 return p->valid;
/external/icu/icu4c/source/common/
H A Dlocbased.h52 * 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(validAlia
[all...]

Completed in 382 milliseconds

1234567891011>>