HomeSort by relevance Sort by last modified time
    Searched defs:byte_count (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 24 unsigned byte_count; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 24 unsigned byte_count; local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1); local
  /external/chromium_org/rlz/lib/
machine_id.cc 55 size_t byte_count = sid_string.size() * sizeof(string16::value_type); local
57 std::string sid_string_buffer(buffer, byte_count);
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 60 int byte_count = fwrite(output_buffer, 1, output_length, output_file); local
61 EXPECT_EQ(byte_count, output_length);
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 73 size_t byte_count = bytes.size(); local
75 ALOGD("NFA_P2pSendUI: len = %d", byte_count);
77 tNFA_STATUS status = NFA_P2pSendUI((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr);
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket.h 59 // The |callback| will be called with |byte_count| or a negative number if an
62 int byte_count,
68 int byte_count,
116 int byte_count,
120 int byte_count; member in struct:extensions::Socket::WriteRequest
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 64 int byte_count = 0; local
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
77 return buffer_length == byte_count;
  /art/runtime/base/
logging.cc 161 HexDump::HexDump(const void* address, size_t byte_count, bool show_actual_addresses)
162 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses) {
189 size_t byte_count = byte_count_; local
191 while (byte_count) {
204 int count = std::min(static_cast<int>(byte_count), 16 - gap);
237 byte_count -= count;
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.cc 205 int byte_count = 0; local
211 if (!dValue->GetInteger("byte_count", &byte_count))
214 encoded_data_length_it->second += byte_count;
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.cc 320 uint32_t byte_count = 0; local
329 &byte_count);
338 serialized_handle.set_shmem(image_handle, byte_count);
  /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/content/renderer/pepper/
pepper_video_source_host.cc 141 uint32_t byte_count; local
150 &image_desc, &image_handle, &byte_count)); local
199 serialized_handle.set_shmem(image_handle, byte_count);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_test.cc 280 int byte_count[256] = {0}; local
290 byte_count[buffer[i]]++;
297 double difference = byte_count[i] - expected_count;
  /external/chromium_org/third_party/openssl/openssl/ssl/
bio_ssl.c 81 unsigned long byte_count; member in struct:bio_ssl_st
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
251 bs->byte_count+=ret;
252 if (bs->byte_count > bs->renegotiate_count)
254 bs->byte_count=0;
451 ((BIO_SSL *)dbio->ptr)->byte_count=
452 ((BIO_SSL *)b->ptr)->byte_count;
  /external/openssl/ssl/
bio_ssl.c 81 unsigned long byte_count; member in struct:bio_ssl_st
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
251 bs->byte_count+=ret;
252 if (bs->byte_count > bs->renegotiate_count)
254 bs->byte_count=0;
451 ((BIO_SSL *)dbio->ptr)->byte_count=
452 ((BIO_SSL *)b->ptr)->byte_count;
  /art/runtime/mirror/
string.cc 240 size_t byte_count = GetUtfLength(); local
241 std::string result(byte_count, static_cast<char>(0));
  /development/ndk/platforms/android-3/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.cc 121 DWORD byte_count) {
125 const_cast<uint8*>(value), byte_count);
131 DWORD byte_count) {
135 const_cast<uint8*>(value), byte_count);
162 DWORD byte_count = 0; local
165 REG_BINARY, buffer.accept(), &byte_count);
167 ASSERT(byte_count == sizeof(*value));
168 if (byte_count == sizeof(*value)) {
181 DWORD byte_count = 0; local
184 REG_BINARY, buffer.accept(), &byte_count);
537 DWORD byte_count = sizeof(DWORD); local
551 DWORD byte_count = sizeof(DWORD64); local
564 DWORD byte_count = 0; local
600 DWORD byte_count = 0; local
658 DWORD byte_count = 0; local
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msm_audio.h 47 uint32_t byte_count; member in struct:msm_audio_stats

Completed in 2015 milliseconds

1 2 3 4