Searched refs:GOOGLE_LOG (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc57 GOOGLE_LOG(FATAL) << "CloseHandle: "
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
86 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
92 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
97 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
111 GOOGLE_LOG(FATAL) << "GetStdHandle: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
182 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
228 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
231 GOOGLE_LOG(FATA
[all...]
H A Dcode_generator.cc49 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc54 GOOGLE_LOG(FATAL) << "CloseHandle: "
80 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
83 GOOGLE_LOG(FATAL) << "CreatePipe: " << Win32ErrorMessage(GetLastError());
89 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
94 GOOGLE_LOG(FATAL) << "SetHandleInformation: "
108 GOOGLE_LOG(FATAL) << "GetStdHandle: "
176 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: "
179 GOOGLE_LOG(FATAL) << "WaitForMultipleObjects: Unexpected return code: "
225 GOOGLE_LOG(FATAL) << "WaitForSingleObject: "
228 GOOGLE_LOG(FATA
[all...]
H A Dcode_generator.cc49 GOOGLE_LOG(FATAL) << "This OutputDirectory does not support insertion.";
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc91 GOOGLE_LOG(INFO ) << "A message.";
92 GOOGLE_LOG(WARNING) << "A warning.";
93 GOOGLE_LOG(ERROR ) << "An error.";
107 GOOGLE_LOG(INFO ) << "A message.";
108 GOOGLE_LOG(WARNING) << "A warning.";
109 GOOGLE_LOG(ERROR ) << "An error.";
123 GOOGLE_LOG(ERROR) << "An error.";
124 GOOGLE_LOG(WARNING) << "A warning.";
142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1";
144 GOOGLE_LOG(INF
[all...]
H A Dstrutil_unittest.cc67 GOOGLE_LOG(WARNING)
H A Dsubstitute.cc84 GOOGLE_LOG(DFATAL)
97 GOOGLE_LOG(DFATAL)
H A Dcommon.cc61 GOOGLE_LOG(FATAL)
72 GOOGLE_LOG(FATAL)
304 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result);
311 GOOGLE_LOG(FATAL) << "pthread_mutex_unlock: " << strerror(result);
H A Dhash.h66 GOOGLE_LOG(FATAL) << "Should never be called.";
80 GOOGLE_LOG(FATAL) << "Should never be called.";
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc91 GOOGLE_LOG(INFO ) << "A message.";
92 GOOGLE_LOG(WARNING) << "A warning.";
93 GOOGLE_LOG(ERROR ) << "An error.";
107 GOOGLE_LOG(INFO ) << "A message.";
108 GOOGLE_LOG(WARNING) << "A warning.";
109 GOOGLE_LOG(ERROR ) << "An error.";
123 GOOGLE_LOG(ERROR) << "An error.";
124 GOOGLE_LOG(WARNING) << "A warning.";
142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1";
144 GOOGLE_LOG(INF
[all...]
H A Dstrutil_unittest.cc67 GOOGLE_LOG(WARNING)
H A Dsubstitute.cc84 GOOGLE_LOG(DFATAL)
97 GOOGLE_LOG(DFATAL)
H A Dcommon.cc61 GOOGLE_LOG(FATAL)
72 GOOGLE_LOG(FATAL)
300 GOOGLE_LOG(FATAL) << "pthread_mutex_lock: " << strerror(result);
307 GOOGLE_LOG(FATAL) << "pthread_mutex_unlock: " << strerror(result);
H A Dhash.h66 GOOGLE_LOG(FATAL) << "Should never be called.";
80 GOOGLE_LOG(FATAL) << "Should never be called.";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.cc81 // GOOGLE_LOG(INFO) << "wink: JavaMicroGenerator::Generate INFO";
82 // GOOGLE_LOG(WARNING) << "wink: JavaMicroGenerator::Generate WARNING";
83 // GOOGLE_LOG(ERROR) << "wink: JavaMicroGenerator::Generate ERROR";
84 // GOOGLE_LOG(FATAL) << "wink: JavaMicroGenerator::Generate";
101 // GOOGLE_LOG(WARNING) << "first=" << options[i].first
144 GOOGLE_LOG(WARNING) << "optimization()=" << params.optimization();
145 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files();
146 GOOGLE_LOG(WARNING) << "java_use_vector()=" << params.java_use_vector();
148 GOOGLE_LOG(WARNING) << "----------";
152 GOOGLE_LOG(WARNIN
[all...]
H A Djavamicro_primitive_field.cc71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
174 GOOGLE_LOG(FATAL) << "Can't get here.";
337 GOOGLE_LOG(FATAL) << "MicroRuntime does not support packed";
/external/protobuf/src/google/protobuf/
H A Dmessage.cc152 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
242 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
257 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
276 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't "
293 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't "
H A Ddescriptor_database.cc57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name();
94 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name;
109 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
122 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: "
314 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.cc84 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
97 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
151 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
/external/protobuf/src/google/protobuf/io/
H A Dprinter.cc85 GOOGLE_LOG(DFATAL) << " Unclosed variable name.";
98 GOOGLE_LOG(DFATAL) << " Undefined variable: " << varname;
141 GOOGLE_LOG(DFATAL) << " Outdent() without matching Indent().";
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc71 GOOGLE_LOG(FATAL) << "Can't get here.";
91 GOOGLE_LOG(FATAL) << "Can't get here.";
120 GOOGLE_LOG(FATAL) << "Can't get here.";
152 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc153 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
280 GOOGLE_LOG(FATAL) << "File is already registered: " << file;
295 GOOGLE_LOG(DFATAL) << "Type is already registered: " << descriptor->full_name();
315 GOOGLE_LOG(DFATAL) << "File appears to be in generated pool but wasn't "
332 GOOGLE_LOG(DFATAL) << "Type appears to be in generated pool but wasn't "
H A Ddescriptor_database.cc57 GOOGLE_LOG(ERROR) << "File already exists in database: " << file.name();
94 GOOGLE_LOG(ERROR) << "Invalid symbol name: " << name;
109 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
122 GOOGLE_LOG(ERROR) << "Symbol name \"" << name << "\" conflicts with the existing "
160 GOOGLE_LOG(ERROR) << "Extension conflicts with extension already in database: "
314 GOOGLE_LOG(ERROR) << "Invalid file descriptor data passed to "
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field.cc72 GOOGLE_LOG(FATAL) << "Can't get here.";
92 GOOGLE_LOG(FATAL) << "Can't get here.";
121 GOOGLE_LOG(FATAL) << "Can't get here.";
153 GOOGLE_LOG(FATAL) << "Can't get here.";
421 GOOGLE_LOG(FATAL) << "Can't get here.";
467 GOOGLE_LOG(FATAL) << "Can't get here.";
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc73 GOOGLE_LOG(FATAL) << "Can't get here.";
93 GOOGLE_LOG(FATAL) << "Can't get here.";
122 GOOGLE_LOG(FATAL) << "Can't get here.";
154 GOOGLE_LOG(FATAL) << "Can't get here.";
176 GOOGLE_LOG(FATAL) << "Can't get here.";
510 GOOGLE_LOG(ERROR) << "unknown java type for primitive field";
657 GOOGLE_LOG(ERROR) << "unknown java type for primitive field";
702 GOOGLE_LOG(ERROR) << "unknown java type for primitive field";

Completed in 241 milliseconds

1234