HomeSort by relevance Sort by last modified time
    Searched refs:byte_count (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /external/chromium_org/content/browser/devtools/
devtools_netlog_observer.cc 249 int byte_count = 0; local
256 if (!dValue->GetInteger("byte_count", &byte_count))
259 encoded_data_length_it->second += byte_count;
  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl.cc 213 int byte_count = input_stream_->UnreadByteCount(); local
214 if (min_bytes_needed - byte_count > 0 &&
219 max_bytes_needed - byte_count) == net::ERR_IO_PENDING) {
  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket.h 31 int byte_count,
tcp_socket.h 42 int byte_count,
udp_socket.cc 166 int byte_count,
196 byte_count,
tcp_socket.cc 173 int byte_count,
  /art/runtime/mirror/
string.cc 240 size_t byte_count = GetUtfLength(); local
241 std::string result(byte_count, static_cast<char>(0));
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_test.cc 352 int byte_count[256] = {0}; local
362 byte_count[buffer[i]]++;
369 double difference = byte_count[i] - expected_count;
  /external/chromium_org/chromeos/dbus/
debug_daemon_client.cc 105 // data collection by passing -1 for |byte_count|.
106 void OnDataReady(int byte_count) {
107 DVLOG(1) << "OnDataReady byte_count " << byte_count;
108 if (byte_count <= 0) {
112 data_.append(io_buffer_->data(), byte_count);
  /external/chromium_org/courgette/
encoded_program.cc 126 size_t byte_count = count * sizeof(typename V::value_type); local
127 ok = buffer->Write(static_cast<const void*>(&items[0]), byte_count);
141 size_t byte_count = count * sizeof(typename V::value_type); local
142 return buffer->Read(static_cast<void*>(&((*items)[0])), byte_count);
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 163 // |byte_count| is the length of |buffer| in bytes.
168 HRESULT MultiSZBytesToStringArray(const char* buffer, size_t byte_count,
174 DWORD data_len = byte_count / sizeof(wchar_t);
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 793 if (param.byte_count == 0) {
830 current_byte_count_map_[resource] = param.byte_count;
832 current_byte_count_map_[resource] = iter_res->second + param.byte_count;
856 int byte_count) {
880 routing_id, byte_count)));
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp 231 static inline bool is_aligned(const void *pointer, size_t byte_count) {
232 return reinterpret_cast<uintptr_t>(pointer) % byte_count == 0;
  /external/skia/src/utils/
SkMD5.cpp 231 static inline bool is_aligned(const void *pointer, size_t byte_count) {
232 return reinterpret_cast<uintptr_t>(pointer) % byte_count == 0;
  /external/chromium/net/url_request/
url_request_job_tracker_unittest.cc 64 int byte_count));
  /external/chromium_org/net/base/
net_log.h 376 int byte_count, const char* bytes) const;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 165 uint32_t byte_count; member in struct:msm_audio_stats
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 173 uint32_t byte_count; member in struct:msm_audio_stats
  /art/runtime/gc/
heap.cc 557 mirror::Object* Heap::AllocObject(Thread* self, mirror::Class* c, size_t byte_count) {
558 DCHECK(c == NULL || (c->IsClassClass() && byte_count >= sizeof(mirror::Class)) ||
559 (c->IsVariableSize() || c->GetObjectSize() == byte_count) ||
561 DCHECK_GE(byte_count, sizeof(mirror::Object));
575 byte_count >= large_object_threshold_ && have_zygote_space_ && c->IsPrimitiveArray();
577 obj = Allocate(self, large_object_space_, byte_count, &bytes_allocated);
584 obj = Allocate(self, alloc_space_, byte_count, &bytes_allocated);
597 Dbg::RecordAllocation(c, byte_count);
616 oss << "Failed to allocate a " << byte_count << " byte allocation with " << total_bytes_free
619 if (!large_object_allocation && total_bytes_free >= byte_count) {
    [all...]
  /art/runtime/base/
logging.h 217 HexDump(const void* address, size_t byte_count, bool show_actual_addresses = false);
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h     [all...]
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 165 uint32_t byte_count; member in struct:msm_audio_stats
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 173 uint32_t byte_count; member in struct:msm_audio_stats

Completed in 952 milliseconds

1 2 3 4 56 7