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

  /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/dbus/dbus/
dbus-sysdeps-win.c 2981 int path_size = sizeof(path); 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/clang/include/clang/AST/
Expr.h 2586 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]

Completed in 128 milliseconds