HomeSort by relevance Sort by last modified time
    Searched refs:EST (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/hs20/server/www/
est.php 25 error_log("EST: Missing auth parameter");
30 error_log("EST: Empty username");
36 error_log("EST: Could not access database");
44 error_log("EST: Session not found for user=$user realm=$realm");
49 error_log("EST: Session fetch failed for user=$user realm=$realm");
56 error_log("EST: Unexpected operation $oper for user=$user realm=$realm");
61 error_log("EST: Empty password for user=$user realm=$realm");
70 error_log("EST: Incorrect authentication response for user=$user realm=$realm");
77 $fname = "$osu_root/est/$realm-cacerts.pkcs7";
79 error_log("EST: cacerts - unknown realm $realm")
    [all...]
  /external/chromium_org/v8/test/webkit/
date-parse-comments-test.js 46 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) GMT (EST)", "819849600000");
49 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 (1:40) GMT (EST)", "819855000000");
52 testDateParse("(Nov) Dec (24) 25 (26) 1995 (1996) 1:30 AM (1:40 PM) GMT (EST)", "819855000000");
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzones 28 Zone SystemV/EST5 -5:00 - EST
55 ####Link EST America/New_York EST # Defined as -05:00
  /external/icu/icu4c/source/tools/tzcode/
icuzones 28 Zone SystemV/EST5 -5:00 - EST
55 ####Link EST America/New_York EST # Defined as -05:00
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 148 // EST = UT minus 5 hours.
152 'Sat, 01-Jan-2000 03:00:00 EST',
153 'Sat, 01 Jan 2000 03:00:00 EST',
154 'Saturday, 01-Jan-00 03:00:00 EST',
  /external/clang/lib/CodeGen/
CGException.cpp 492 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
493 if (isNoexceptExceptionSpec(EST)) {
498 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
566 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
567 if (isNoexceptExceptionSpec(EST)) {
571 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
    [all...]
  /external/e2fsprogs/lib/blkid/
tag.c 267 * performance for this application. [tytso:20030125.2007EST]
  /external/clang/lib/AST/
Type.cpp 1672 ExceptionSpecificationType est = getExceptionSpecType(); local
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 162 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
165 if (EST == EST_MSAny || EST == EST_None) {
167 ComputedEST = EST;
175 if (EST == EST_BasicNoexcept)
184 if (EST == EST_DynamicNone) {
191 if (EST == EST_ComputedNoexcept) {
209 assert(EST == EST_Dynamic && "EST case not considered earlier.");
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 222 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 222 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 308 milliseconds