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

1 2 3

  /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/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)
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_abbrs_windows.go 30 "Eastern Standard Time (Mexico)": {"EST", "EST"}, // America/Cancun
42 "US Eastern Standard Time": {"EST", "EDT"}, // America/Indianapolis
48 "Eastern Standard Time": {"EST", "EDT"}, // America/New_York
50 "Haiti Standard Time": {"EST", "EDT"}, // America/Port-au-Prince
zoneinfo.go 224 // the given name (such as "EST") at the given pseudo-Unix time
231 // and daylight-savings time are abbreviated "EST". Using the
format_test.go 23 {Date(1994, 9, 17, 20, 4, 26, 0, FixedZone("EST", -18000)), "1994-09-17T20:04:26-05:00"},
551 expect := "Thu Feb 2 16:10:03 -0500 2006" // -0500 not EST
  /prebuilts/go/linux-x86/src/time/
zoneinfo_abbrs_windows.go 30 "Eastern Standard Time (Mexico)": {"EST", "EST"}, // America/Cancun
42 "US Eastern Standard Time": {"EST", "EDT"}, // America/Indianapolis
48 "Eastern Standard Time": {"EST", "EDT"}, // America/New_York
50 "Haiti Standard Time": {"EST", "EDT"}, // America/Port-au-Prince
zoneinfo.go 224 // the given name (such as "EST") at the given pseudo-Unix time
231 // and daylight-savings time are abbreviated "EST". Using the
format_test.go 23 {Date(1994, 9, 17, 20, 4, 26, 0, FixedZone("EST", -18000)), "1994-09-17T20:04:26-05:00"},
551 expect := "Thu Feb 2 16:10:03 -0500 2006" // -0500 not EST
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pkcs1v15_test.go 236 msg := []byte("Thu Dec 19 18:06:16 EST 2013\n")
238 // % echo Thu Dec 19 18:06:16 EST 2013 > /tmp/msg
  /prebuilts/go/linux-x86/src/crypto/rsa/
pkcs1v15_test.go 236 msg := []byte("Thu Dec 19 18:06:16 EST 2013\n")
238 // % echo Thu Dec 19 18:06:16 EST 2013 > /tmp/msg
  /external/e2fsprogs/lib/blkid/
tag.c 268 * performance for this application. [tytso:20030125.2007EST]
  /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/python/cpython3/Lib/test/
datetimetester.py 192 (timezone, (offset, "EST"))]:
234 self.EST = timezone(-timedelta(hours=5), 'EST')
238 for tz in [self.ACDT, self.EST, timezone.utc,
244 for tz in [self.ACDT, self.EST, timezone.utc,
275 self.assertIsInstance(self.EST, tzinfo)
284 with self.assertRaises(TypeError): self.EST.utcoffset('')
285 with self.assertRaises(TypeError): self.EST.utcoffset(5)
291 with self.assertRaises(TypeError): self.EST.dst('')
292 with self.assertRaises(TypeError): self.EST.dst(5
    [all...]
  /external/clang/lib/AST/
Type.cpp     [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...]
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 447 // T[EST] comment comment
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 447 // T[EST] comment comment
  /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...]

Completed in 775 milliseconds

1 2 3