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

  /external/wpa_supplicant_8/hs20/server/www/
est.php 15 error_log("EST: Could not access database");
31 error_log("EST: Missing auth parameter");
36 error_log("EST: Empty username");
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");
81 error_log("EST: Session not found for user=$user realm=$realm");
86 error_log("EST: Session fetch failed for user=$user realm=$realm")
    [all...]
  /external/python/dateutil/dateutil/
utils.py 36 >>> dflt_tz = tzoffset("EST", -18000)
  /external/clang/lib/CodeGen/
CGOpenMPRuntimeNVPTX.cpp 204 EntryFunctionState &EST,
217 EST.ExitBB = CGF.createBasicBlock(".exit");
223 Bld.CreateCondBr(ShouldDie, EST.ExitBB, WorkerCheckBB);
233 CGF.EmitBranch(EST.ExitBB);
246 EntryFunctionState &EST) {
259 CGF.EmitBranch(EST.ExitBB);
261 CGF.EmitBlock(EST.ExitBB);
316 EntryFunctionState EST;
322 CGOpenMPRuntimeNVPTX::EntryFunctionState &EST;
327 CGOpenMPRuntimeNVPTX::EntryFunctionState &EST,
    [all...]
CGOpenMPRuntimeNVPTX.h 48 void emitEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST,
52 void emitEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST);
CGException.cpp 441 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
442 if (isNoexceptExceptionSpec(EST)) {
447 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
521 if (isNoexceptExceptionSpec(EST)) {
525 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
    [all...]
  /external/python/cpython2/Demo/tkinter/guido/
paint.py 6 Date: Fri, 23 Jan 1998 12:18:05 -0500 (EST)
  /external/cldr/tools/java/org/unicode/cldr/icu/
timezone_aliases.txt 68 EST; America/Indianapolis
  /external/e2fsprogs/lib/blkid/
tag.c 268 * performance for this application. [tytso:20030125.2007EST]
  /external/python/dateutil/dateutil/test/
test_tz.py 121 TZNAME:EST
154 EST_TUPLE = ('EST', timedelta(hours=-5), timedelta(hours=0))
312 # Ambiguous between 2015-11-01 1:30 EDT-4 and 2015-11-01 1:30 EST-5
568 # ambiguous date, which defaults to EST. I'm not hard-coding in the
572 # Ambiguous between 2015-11-01 1:30 EDT-4 and 2015-11-01 1:30 EST-5
670 est = tz.tzoffset('EST', timedelta(hours=-5))
671 est_s = tz.tzoffset('EST', -18000)
673 self.assertEqual(est, est_s)
687 tname = 'EST'
    [all...]
  /external/python/dateutil/dateutil/tz/
tz.py 816 The abbreviation for standard time (e.g. ``'EST'``).
868 >>> tzstr('EST5EDT') == tzrange("EST", -18000, "EDT")
872 >>> range1 = tzrange("EST", -18000, "EDT")
873 >>> range2 = tzrange("EST", -18000, "EDT", -14400,
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 438 ExceptionSpecificationType EST
448 Actions.actOnDelayedExceptionSpecification(LM.Method, EST,
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 205 ~c269=EST # Estonia
rel.conf 211 ~c200,~c269=EST # Estonia
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py 197 (timezone, (offset, "EST"))]:
239 self.EST = timezone(-timedelta(hours=5), 'EST')
243 for tz in [self.ACDT, self.EST, timezone.utc,
249 for tz in [self.ACDT, self.EST, timezone.utc,
281 self.assertIsInstance(self.EST, tzinfo)
290 with self.assertRaises(TypeError): self.EST.utcoffset('')
291 with self.assertRaises(TypeError): self.EST.utcoffset(5)
297 with self.assertRaises(TypeError): self.EST.dst('')
298 with self.assertRaises(TypeError): self.EST.dst(5
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 163 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
169 switch(EST) {
174 ComputedEST = EST;
208 assert(EST == EST_Dynamic && "EST case not considered earlier.");
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cookielib.py 222 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
    [all...]
  /external/python/cpython2/Lib/
cookielib.py 222 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
    [all...]
  /external/python/cpython3/Lib/http/
cookiejar.py 230 string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1545 milliseconds