/external/chromium_org/chrome/browser/importer/ |
importer_unittest_utils.cc | 15 ASSERT_EQ(expected.path_size, entry.path.size()) << entry.title; 17 for (size_t i = 0; i < expected.path_size; ++i)
|
importer_unittest_utils.h | 16 const size_t path_size; member in struct:BookmarkInfo
|
/external/chromium_org/tools/gyp/test/module/src/ |
program.c | 63 int path_size = snprintf(module_path, MAX_PATH, "%s/%s%s", bin_dir, module, local 66 if (path_size < 0 || path_size > MAX_PATH) { 70 module_path[path_size] = 0;
|
/ndk/sources/host-tools/make-3.81/ |
amiga.c | 94 # define PATH_SIZE 1024 97 if ( (apath = AllocMem (sizeof (struct AnchorPath) + PATH_SIZE, 101 apath->ap_Strlen = PATH_SIZE; 114 FreeMem (apath, sizeof (struct AnchorPath) + PATH_SIZE);
|
job.c | 255 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); 260 if (path_size == 0) 262 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); 266 while (path_size > 0 && 267 path_size + sizemax < sizeof temp_path && 270 unsigned size = sprintf (temp_path + path_size, 272 temp_path[path_size - 1] == '\\' ? "" : "\\", 293 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); 305 const unsigned final_size = path_size + size + 1; 253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); local [all...] |
/external/chromium_org/ppapi/proxy/ |
file_ref_resource.cc | 32 int path_size = create_info_.internal_path.size(); local 33 if (path_size > 1 && create_info_.internal_path.at(path_size - 1) == '/') 34 create_info_.internal_path.erase(path_size - 1, 1);
|
/external/webrtc/src/modules/audio_processing/test/ |
process_test.cc | 474 const size_t path_size = local 476 scoped_array<char> echo_path(new char[path_size]); 477 ASSERT_EQ(path_size, fread(echo_path.get(), 479 path_size, 483 path_size)); 875 const size_t path_size = local 877 scoped_array<char> echo_path(new char[path_size]); 878 apm->echo_control_mobile()->GetEchoPath(echo_path.get(), path_size); 879 ASSERT_EQ(path_size, fwrite(echo_path.get(), 881 path_size, [all...] |
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 126 const size_t path_size; member in struct:BookmarkList 137 list[i].path_size == entry.path.size() && 141 for (size_t k = 0; k < list[i].path_size; ++k) [all...] |
/external/clang/include/clang/AST/ |
Expr.h | 2694 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr [all...] |
/external/clang/lib/Serialization/ |
ASTWriterStmt.cpp | 591 Record.push_back(E->path_size()); [all...] |
ASTReaderStmt.cpp | 637 assert(NumBaseSpecs == E->path_size()); [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.pb.cc | [all...] |
descriptor.pb.h | 5773 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location [all...] |
descriptor_unittest.cc | [all...] |
/external/clang/lib/AST/ |
Expr.cpp | [all...] |
ExprConstant.cpp | [all...] |