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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/formats/mp4/
rcheck.h 13 DLOG(ERROR) << "Failure while parsing MP4: " << #x; \
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.cc 25 DLOG(ERROR) << "Launching a new instance of the browser failed.";
27 DLOG(WARNING) << "Launched a new instance of the browser.";
  /external/chromium_org/base/test/
test_file_util_mac.cc 24 DLOG(ERROR) << "failed to get size of " << file.value();
31 DLOG(WARNING) << "file size is zero, will not attempt to map to memory";
37 DLOG(WARNING) << "failed to memory map " << file.value();
43 DLOG(WARNING) << "failed to invalidate memory map of " << file.value()
  /external/chromium_org/media/formats/mp2t/
mp2t_common.h 15 DLOG(WARNING) << "Failure while parsing Mpeg2TS: " << #x; \
  /system/core/fastbootd/
debug.h 32 //#define DLOG(fmt, ...) printf(fmt, ##__VA_ARGS__)
33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__)
38 DLOG("%s:%d " fmt "\n", __BASE_FILE__, __LINE__, ##__VA_ARGS__); \
  /external/chromium_org/third_party/zlib/google/
zip.cc 32 DLOG(ERROR) << "Could not open file for path " << src_dir.value();
42 DLOG(ERROR) << "Could not write data to zip for path "
76 DLOG(ERROR) << "Could not close zip file entry " << str_path;
98 DLOG(WARNING) << "Failed to open " << src_file.value();
103 DLOG(WARNING) << "Failed to open the current file in zip";
107 DLOG(WARNING) << "Found an unsafe file in zip "
112 DLOG(WARNING) << "Failed to extract "
117 DLOG(WARNING) << "Failed to advance to the next file";
133 DLOG(WARNING) << "couldn't create file " << dest_file.value();
153 DLOG(ERROR) << "Error closing zip file " << dest_file.value()
    [all...]
  /external/chromium_org/base/android/
jni_registrar.cc 21 DLOG(ERROR) << method->name << " failed registration!";
  /external/chromium_org/base/debug/
debugger.cc 18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
  /external/chromium_org/components/autofill/content/browser/wallet/
gaia_account.cc 21 DLOG(ERROR) << "GAIA account: missing email address";
27 DLOG(ERROR) << "GAIA account: missing GAIA id";
34 DLOG(ERROR) << "GAIA account: missing or bad GAIA index";
40 DLOG(ERROR) << "GAIA account: missing is_active";
  /external/chromium_org/components/metrics/serialization/
serialization_utils.cc 52 DLOG(ERROR) << "bad read size " << result << ", expecting "
60 DLOG(ERROR) << "message too long : " << message_size;
62 DLOG(ERROR) << "error while skipping message. abort";
93 DLOG(ERROR) << "splitting message on \\0 produced " << parts.size()
111 DLOG(ERROR) << "invalid event type: " << name << ", value: " << value;
177 DLOG(ERROR) << "error openning the file";
186 DLOG(ERROR) << "error locking" << filename << " : " << errno;
193 DLOG(ERROR) << "cannot write message: too long";
202 DLOG(ERROR) << "error writing message length " << errno;
209 DLOG(ERROR) << "error writing message" << errno
    [all...]
  /external/chromium_org/ipc/mojo/
ipc_channel_mojo_readers.cc 34 DLOG(WARNING) << "Failed to Read magic string.";
39 DLOG(WARNING) << "Magic mismatch:" << hello;
45 DLOG(WARNING) << "Failed to Read PID.";
64 DLOG(WARNING) << "Failed to read magic string.";
69 DLOG(WARNING) << "Magic mismatch:" << hello;
75 DLOG(WARNING) << "Failed to read PID.";
217 DLOG(WARNING) << "mojo::CreateMessagePipe failed: " << create_result;
231 DLOG(WARNING) << "Writing Hello request failed: " << create_result;
246 DLOG(ERROR) << "Failed to parse Hello response.";
280 DLOG(ERROR) << "Hello request has wrong magic."
    [all...]
  /external/chromium_org/base/memory/
shared_memory_android.cc 30 DLOG(ERROR) << "Shared memory creation failed";
37 DLOG(ERROR) << "Error " << err << " when setting protection of ashmem";
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.cc 40 DLOG(ERROR) << "Can't determine the module list size.";
48 DLOG(ERROR) << "Failed to enumerate modules.";
  /external/chromium_org/chrome/common/
multi_process_lock_mac.cc 25 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
43 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
multi_process_lock_win.cc 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
45 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
  /external/chromium_org/crypto/third_party/nss/
pk11akey.cc 68 DLOG(ERROR) << "PK11_PBEKeyGen: " << PORT_GetError();
75 DLOG(ERROR) << "PK11_GetPBECryptoMechanism: " << PORT_GetError();
93 DLOG(ERROR) << "PK11_UnwrapPrivKey: " << PORT_GetError();
  /external/chromium_org/components/signin/core/browser/
account_service_flag_fetcher.cc 57 DLOG(WARNING) << "AccountServiceFlagFetcher::OnRefreshTokensLoaded: "
85 DLOG(WARNING) << "AccountServiceFlagFetcher::OnGetTokenFailure: "
97 DLOG(WARNING) << "AccountServiceFlagFetcher::OnClientLoginFailure: "
110 DLOG(WARNING) << "AccountServiceFlagFetcher::OnGetUserInfoSuccess: "
118 DLOG(WARNING) << "AccountServiceFlagFetcher::OnGetUserInfoFailure: "
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_mac.cc 74 DLOG(WARNING) << "Could not open Apple80211 library";
89 DLOG(WARNING) << "Symbol error. Attach: " << !!WirelessAttach_function_
97 DLOG(WARNING) << "Error attaching: " << err;
115 DLOG(WARNING) << "Error spliting scan: " << err;
120 DLOG(WARNING) << "managed_access_points == NULL";
  /external/chromium_org/content/common/gpu/media/
gpu_video_encode_accelerator.cc 38 DLOG(ERROR) << "Stub is gone; won't MakeCurrent().";
43 DLOG(ERROR) << "Failed to MakeCurrent()";
82 DLOG(ERROR) << "GpuVideoEncodeAccelerator::Initialize(): "
91 DLOG(ERROR) << "GpuVideoEncodeAccelerator::Initialize(): "
100 DLOG(ERROR)
110 DLOG(ERROR)
209 DLOG(ERROR) << "GpuVideoEncodeAccelerator::OnEncode(): invalid frame_id="
218 DLOG(ERROR) << "GpuVideoEncodeAccelerator::OnEncode(): "
245 DLOG(ERROR) << "GpuVideoEncodeAccelerator::OnEncode(): "
264 DLOG(ERROR) << "GpuVideoEncodeAccelerator::OnUseOutputBitstreamBuffer():
    [all...]
tegra_v4l2_video_device.cc 58 DLOG(ERROR) << "Failed to load libtegrav4l2.so ";
112 DLOG(ERROR) << "TegraV4L2Poll returned -1 ";
132 DLOG(ERROR) << "Error in calling TegraV4L2SetDevicePollInterrupt";
140 DLOG(ERROR) << "Error in calling TegraV4L2ClearDevicePollInterrupt";
161 DLOG(ERROR) << "Unable to initialize functions ";
167 DLOG(ERROR) << "Unable to open device " << device_path;
  /external/chromium_org/base/
event_recorder_win.cc 54 DLOG(ERROR) << "EventRecorder could not open log file";
65 DLOG(ERROR) << "EventRecorder Record Hook failed";
79 DLOG(ERROR) << "EventRecorder Unhook failed";
105 DLOG(ERROR) << "EventRecorder Playback could not open log file";
110 DLOG(ERROR) << "EventRecorder Playback has no records!";
134 DLOG(ERROR) << "EventRecorder Playback Hook failed";
148 DLOG(ERROR) << "EventRecorder Unhook failed";
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.cc 111 DLOG(WARNING) << "OnBufferCreated: Got video SHM buffer for a "
132 DLOG(WARNING) << "OnBufferReceived: Got video SHM buffer for a "
153 DLOG(WARNING) << "OnMailboxBufferReceived: Got video mailbox buffer for a "
171 DLOG(WARNING) << "OnBufferDestroyed: Instructed to free buffer for a "
184 DLOG(WARNING) << "OnDeviceStateChanged: Got video capture event for a "
196 DLOG(WARNING) << "OnDeviceFormatsEnumerated: unknown device";
207 DLOG(WARNING) << "OnDeviceFormatInUse: unknown device";
  /external/chromium_org/media/audio/cras/
cras_input.cc 45 DLOG(WARNING) << "Unsupported audio frequency.";
51 DLOG(WARNING) << "Unsupported audio format.";
58 DLOG(WARNING) << "Unsupported bits/sample: " << params_.bits_per_sample();
64 DLOG(WARNING) << "Couldn't create CRAS client.\n";
70 DLOG(WARNING) << "Couldn't connect CRAS client.\n";
78 DLOG(WARNING) << "Couldn't run CRAS client.\n";
138 DLOG(WARNING) << "Error setting up audio parameters.";
157 DLOG(WARNING) << "Error setting channel layout.";
175 DLOG(WARNING) << "Error setting up stream parameters.";
188 DLOG(WARNING) << "Failed to add the stream."
    [all...]
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 198 DLOG(ERROR) << "Extra data size is too small:" << data_size;
205 DLOG(ERROR) << "invalid channel count in extra data: "
219 DLOG(ERROR) << "Invalid extra data, missing stream map.";
230 DLOG(ERROR) << "Invalid stream map; insufficient data for current channel "
317 DLOG(ERROR) << "Received a buffer without timestamps!";
353 DLOG(ERROR) << "Invalid or unsupported audio stream -"
363 DLOG(ERROR) << "Encrypted audio stream not supported.";
378 DLOG(ERROR) << "Invalid file. Incorrect value for codec delay: "
384 DLOG(ERROR) << "Invalid file. Codec Delay in container does not match the "
410 DLOG(ERROR) << "opus_multistream_decoder_create failed status=
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer.cc 46 DLOG(DFATAL) << "CryptoSecretBoxer's encrypter->SetKey failed.";
63 DLOG(DFATAL) << "CryptoSecretBoxer's Encrypt failed.";
87 DLOG(DFATAL) << "CryptoSecretBoxer's decrypter->SetKey failed.";

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>