HomeSort by relevance Sort by last modified time
    Searched refs:path_size (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/importer/
importer_unittest_utils.h 16 const size_t path_size; member in struct:BookmarkInfo
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) {
  /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;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bvgraph.h 126 // stores up to 'path_size' items of the path into 'path',
127 // returns the path length, or 0 if there is no path of size 'path_size'.
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) {
129 if (path_size == 0)
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
146 uptr path_size) {
147 for (uptr p = 1; p <= path_size; p++)
sanitizer_deadlock_detector.h 313 uptr path_size) {
317 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
  /external/chromium_org/net/socket/
unix_domain_client_socket_posix.cc 44 size_t path_size = socket_path.size() + 1; local
45 if (path_size > path_max)
50 address->addr_len = path_size + offsetof(struct sockaddr_un, sun_path);
  /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_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 533 const size_t path_size = local
535 scoped_ptr<char[]> echo_path(new char[path_size]);
536 ASSERT_EQ(path_size, fread(echo_path.get(),
538 path_size,
542 path_size));
1049 const size_t path_size = local
    [all...]
  /ndk/sources/host-tools/make-3.81/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 498 size_t path_size )
514 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
517 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
    [all...]
  /external/clang/include/clang/AST/
Expr.h 2722 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [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...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 635 assert(NumBaseSpecs == E->path_size());
    [all...]
ASTWriterStmt.cpp 587 Record.push_back(E->path_size());
    [all...]

Completed in 508 milliseconds