Home
last modified time | relevance | path

Searched refs:error_log (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dest.php25 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");
79 error_log("EST: cacerts - unknown realm $realm");
89 error_log("EST: cacerts");
[all …]
Dspp.php6 error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
11 error_log("spp.php - Unexpected method " . $_SERVER["REQUEST_METHOD"]);
19 error_log("spp.php - Realm not specified");
38 error_log("spp.php - Authentication failed - missing: " . print_r($needed));
43 error_log("spp.php - Authentication failed - empty username");
50 error_log("spp.php - Could not access database");
62 error_log("spp.php - Authentication failed - user '$user' not found");
66 error_log("spp.php - Authentication failed - empty password");
75 error_log("Authentication failure - response mismatch");
88 error_log("spp.php - Authentication required (not signup)");
[all …]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
Dpywebsocket.py61 error_log = self._filesystem.join(self._output_dir, log_file_name + "-err.txt")
72 '--log-file', error_log,
Dlighttpd.py76 error_log = self._filesystem.join(self._output_dir, log_file_name)
96 'accesslog.filename = "%s"\n\n') % (error_log, access_log))
Dapache_http.py65 error_log = self._filesystem.join(output_dir, "error_log.txt")
77 '-c', 'ErrorLog "%s"' % error_log,
/external/chromium_org/build/android/
Dlighttpd_server.py48 config_path=None, error_log=None, access_log=None): argument
59 self.error_log = error_log or self._Mktmp('error_log')
/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc957 ScopedMemoryLog error_log; in TEST_F() local
959 errors = error_log.GetMessages(ERROR); in TEST_F()
1085 ScopedMemoryLog error_log; in TEST_F() local
1090 errors = error_log.GetMessages(ERROR); in TEST_F()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc990 ScopedMemoryLog error_log; in TEST_F() local
992 errors = error_log.GetMessages(ERROR); in TEST_F()
1173 ScopedMemoryLog error_log; in TEST_F() local
1178 errors = error_log.GetMessages(ERROR); in TEST_F()
/external/chromium_org/media/tools/constrained_network_server/
Dcns.py421 cherrypy.log.error_log.addHandler(file_handler)