HomeSort by relevance Sort by last modified time
    Searched defs:path_size (Results 1 - 4 of 4) 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...]
  /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 2726 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 6479 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]

Completed in 250 milliseconds