/external/chromium_org/courgette/ |
base_test_unittest.cc | 23 std::string file_bytes; local 25 EXPECT_TRUE(base::ReadFileToString(file_path, &file_bytes)); 27 return file_bytes;
|
/external/tremolo/Tremolo/ |
misc.c | 47 static long *file_bytes=NULL; variable 104 file_bytes=malloc(filecount*sizeof(*file_bytes)); 107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes)); 110 file_bytes[i]=0; 113 file_bytes[i]+=bytes-HEAD_ALIGN; 122 file_bytes[i]-(bytes-HEAD_ALIGN)); 125 file_bytes[i],file,line) [all...] |
/external/chromium_org/content/test/ |
image_decoder_test.cc | 92 std::string file_bytes; local 93 base::ReadFileToString(md5_sum_path, &file_bytes); 95 ASSERT_EQ(sizeof expected_digest, file_bytes.size()) << path.value(); 96 memcpy(&expected_digest, file_bytes.data(), sizeof expected_digest);
|
/external/chromium_org/native_client_sdk/src/tools/ |
oshelpers.py | 407 file_bytes = zip_stream.read(zip_path) 409 zip_data.append((None, file_info, file_bytes)) 425 for os_path, file_info_or_zip_path, file_bytes in zip_data: 451 zip_stream.writestr(file_info_or_zip_path, file_bytes)
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 341 # file_bytes: File size in bytes. 360 set file_bytes [file size $file_to_analyze] 361 set file_pgcnt [expr {$file_bytes/$pageSize}] 386 set user_percent [percent $user_payload $file_bytes] 406 statline {Size of the file in bytes} $file_bytes
|
/art/oatdump/ |
oatdump.cc | 786 stats_.file_bytes = file->GetLength(); 1076 size_t file_bytes; member in struct:art::ImageDumper::Stats [all...] |