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

  /external/v8/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 317 uptr path_size) {
321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 535 const size_t path_size = local
537 rtc::scoped_ptr<char[]> echo_path(new char[path_size]);
538 ASSERT_EQ(path_size, fread(echo_path.get(),
540 path_size,
544 path_size));
1062 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 838 int path_size )
857 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
860 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
889 if ( ft_strlen( (char *)path_fond ) > path_size )
898 if ( i + 1 + base_lwfn[0] > path_size )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftmac.c 505 size_t path_size )
521 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
524 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 505 size_t path_size )
521 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
524 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 2556 int path_size = sizeof(path); local
3213 int path_size = sizeof(path); local
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h     [all...]
  /external/clang/include/clang/AST/
Expr.h 2773 unsigned path_size() const { return CastExprBits.BasePathSize; } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 7199 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
7460 inline int GeneratedCodeInfo_Annotation::path_size() const { function in class:google::protobuf::GeneratedCodeInfo_Annotation
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 619 Record.push_back(E->path_size());
671 if (E->path_size() == 0)
    [all...]
ASTReaderStmt.cpp 665 assert(NumBaseSpecs == E->path_size());
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.pb.h 6513 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
descriptor_unittest.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5741 inline int SourceCodeInfo_Location::path_size() const { function in class:google::protobuf::SourceCodeInfo_Location
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 1610 milliseconds