HomeSort by relevance Sort by last modified time
    Searched refs:FATAL (Results 76 - 100 of 747) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/compiler/linker/mips/
relative_patcher_mips.cc 43 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS";
94 LOG(FATAL) << "UNIMPLEMENTED";
  /art/compiler/linker/mips64/
relative_patcher_mips64.cc 43 UNIMPLEMENTED(FATAL) << "PatchCall unimplemented on MIPS64";
88 LOG(FATAL) << "UNIMPLEMENTED";
  /art/compiler/optimizing/
code_generator_vector_mips.cc 44 LOG(FATAL) << "Unsupported SIMD type";
86 LOG(FATAL) << "Unsupported SIMD type";
92 LOG(FATAL) << "No SIMD for " << instruction->GetId();
96 LOG(FATAL) << "No SIMD for " << instruction->GetId();
100 LOG(FATAL) << "No SIMD for " << instruction->GetId();
104 LOG(FATAL) << "No SIMD for " << instruction->GetId();
131 LOG(FATAL) << "Unsupported SIMD type";
150 LOG(FATAL) << "Unsupported SIMD type";
195 LOG(FATAL) << "Unsupported SIMD type";
243 LOG(FATAL) << "Unsupported SIMD type"
    [all...]
code_generator_vector_mips64.cc 49 LOG(FATAL) << "Unsupported SIMD type";
89 LOG(FATAL) << "Unsupported SIMD type";
95 LOG(FATAL) << "No SIMD for " << instruction->GetId();
99 LOG(FATAL) << "No SIMD for " << instruction->GetId();
103 LOG(FATAL) << "No SIMD for " << instruction->GetId();
107 LOG(FATAL) << "No SIMD for " << instruction->GetId();
134 LOG(FATAL) << "Unsupported SIMD type";
153 LOG(FATAL) << "Unsupported SIMD type";
199 LOG(FATAL) << "Unsupported SIMD type";
247 LOG(FATAL) << "Unsupported SIMD type"
    [all...]
code_generator_vector_x86.cc 47 LOG(FATAL) << "Unsupported SIMD type";
96 LOG(FATAL) << "Unsupported SIMD type";
102 LOG(FATAL) << "No SIMD for " << instruction->GetId();
106 LOG(FATAL) << "No SIMD for " << instruction->GetId();
110 LOG(FATAL) << "No SIMD for " << instruction->GetId();
114 LOG(FATAL) << "No SIMD for " << instruction->GetId();
133 LOG(FATAL) << "Unsupported SIMD type";
152 LOG(FATAL) << "Unsupported SIMD type";
197 LOG(FATAL) << "Unsupported SIMD type";
238 LOG(FATAL) << "Unsupported SIMD type"
    [all...]
code_generator_vector_x86_64.cc 44 LOG(FATAL) << "Unsupported SIMD type";
89 LOG(FATAL) << "Unsupported SIMD type";
95 LOG(FATAL) << "No SIMD for " << instruction->GetId();
99 LOG(FATAL) << "No SIMD for " << instruction->GetId();
103 LOG(FATAL) << "No SIMD for " << instruction->GetId();
107 LOG(FATAL) << "No SIMD for " << instruction->GetId();
126 LOG(FATAL) << "Unsupported SIMD type";
145 LOG(FATAL) << "Unsupported SIMD type";
190 LOG(FATAL) << "Unsupported SIMD type";
231 LOG(FATAL) << "Unsupported SIMD type"
    [all...]
nodes_shared.cc 60 LOG(FATAL) << "Unexpected min size " << min_size;
78 LOG(FATAL) << "Invalid OpKind " << static_cast<int>(op);
  /art/runtime/
oat_quick_method_header.cc 56 LOG(FATAL) << "Failed to find Dex offset for PC offset "
88 LOG(FATAL) << "Failed to find native offset for dex pc 0x" << std::hex << dex_pc
  /external/libchrome/base/mac/
mac_logging.h 77 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), !(condition)) \
94 LAZY_STREAM(OSSTATUS_LOG_STREAM(FATAL, status), \
  /external/libchrome/base/posix/
global_descriptors.cc 36 DLOG(FATAL) << "Unknown global descriptor: " << key;
73 DLOG(FATAL) << "Unknown global descriptor: " << key;
  /system/core/debuggerd/tombstoned/
tombstoned.cpp 84 PLOG(FATAL) << "failed to open directory: " << dir_path;
119 PLOG(FATAL) << "failed to unlink tombstone at " << dir_path_ << "/" << file_name;
125 PLOG(FATAL) << "failed to create tombstone at " << dir_path_ << "/" << file_name;
370 LOG(ERROR) << "received fatal signal " << signal;
379 PLOG(FATAL) << "failed to get socket from init";
387 LOG(FATAL) << "failed to create event_base";
395 LOG(FATAL) << "failed to create evconnlistener for tombstones.";
401 PLOG(FATAL) << "failed to get socket from init";
408 LOG(FATAL) << "failed to create evconnlistener for java traces.";
  /art/runtime/arch/
instruction_set_features.cc 54 UNIMPLEMENTED(FATAL) << isa;
84 UNIMPLEMENTED(FATAL) << isa;
110 UNIMPLEMENTED(FATAL) << kRuntimeISA;
134 UNIMPLEMENTED(FATAL) << kRuntimeISA;
157 UNIMPLEMENTED(FATAL) << kRuntimeISA;
180 UNIMPLEMENTED(FATAL) << kRuntimeISA;
  /system/bt/hci/src/
hci_layer_linux.cc 118 LOG(FATAL) << "This packet filled buffer, if it have continuation we "
149 LOG(FATAL) << "Unexpected event type: " << +type;
198 LOG(FATAL) << "HCI interface hci" << +hci_interface << " not found";
207 LOG(FATAL) << "socket bind error " << strerror(errno);
212 LOG(FATAL) << "socketpair failed: " << strerror(errno);
265 LOG(FATAL) << "Unknown packet type " << event;
278 if (ret == -1) LOG(FATAL) << strerror(errno);
  /art/compiler/utils/
swap_space.cc 87 LOG(FATAL) << "Size: " << free_by_start.size() << " vs " << free_by_size.size();
103 LOG(FATAL) << "Sum: " << sum1 << " vs " << sum2;
167 PLOG(FATAL) << "Unable to increase swap file.";
177 LOG(FATAL) << "Aborting...";
184 LOG(FATAL) << "No swap file support on the Mac.";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
support.py 9 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL
23 self.threshold = log.set_threshold(log.FATAL)
37 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
  /system/core/init/
ueventd.cpp 152 PLOG(FATAL) << "fork() failed!";
193 LOG(FATAL) << "subprocess exited with status " << WEXITSTATUS(status);
196 LOG(FATAL) << "subprocess killed by signal " << WTERMSIG(status);
  /system/libhidl/base/
Status.cpp 142 LOG(FATAL) << "Attempted to retrieve value from failed HIDL call: " << description();
149 LOG(FATAL) << "Failed HIDL return status not checked: " << description();
155 LOG(FATAL) << "Failed HIDL return status not checked: " << description();
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 71 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";
  /system/core/base/
logging.cpp 160 [android::base::FATAL] = 2, // KERN_CRIT
163 static_assert(arraysize(kLogSeverityToKernelLogLevel) == android::base::FATAL + 1,
203 static_assert(arraysize(log_characters) - 1 == FATAL + 1,
232 static_assert(arraysize(kLogSeverityToAndroidLogPriority) == FATAL + 1,
303 // liblog will even suppress FATAL if you say 's' for silent, but that's
310 LOG(FATAL) << "unsupported '" << spec << "' in ANDROID_LOG_TAGS (" << tags
432 if (data_->GetSeverity() == FATAL) {
  /art/compiler/utils/arm64/
assembler_arm64.h 102 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64";
105 UNIMPLEMENTED(FATAL) << "Do not use Jump for ARM64";
  /device/asus/fugu/libaudio/
AudioOutput.h 51 // Fatal, unrecoverable error.
52 FATAL,
64 bool hasFatalError() { return mState == FATAL; }
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_primitive_field.cc 82 GOOGLE_LOG(FATAL) << "Can't get here.";
116 GOOGLE_LOG(FATAL) << "Can't get here.";
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.cc 88 FATAL();
149 default: FATAL();
  /packages/apps/Test/connectivity/sl4n/
main.cpp 85 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket."
98 LOG(FATAL) << sl4n::kTagStr << ": Failed to write to the socket."
  /system/connectivity/wifilogd/
os.cpp 56 LOG(FATAL) << "Unexpected error: " << std::strerror(errno);
89 LOG(FATAL) << "Unexpected error: " << std::strerror(errno);

Completed in 371 milliseconds

1 2 34 5 6 7 8 91011>>