Home
last modified time | relevance | path

Searched refs:path_size (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() argument
129 if (path_size == 0) in findPath()
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath()
146 uptr path_size) { in findShortestPath() argument
147 for (uptr p = 1; p <= path_size; p++) in findShortestPath()
Dsanitizer_deadlock_detector.h317 uptr path_size) { in findPathToLock() argument
321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
/external/webrtc/webrtc/modules/audio_processing/test/
Dprocess_test.cc535 const size_t path_size = in void_main() local
537 rtc::scoped_ptr<char[]> echo_path(new char[path_size]); in void_main()
538 ASSERT_EQ(path_size, fread(echo_path.get(), in void_main()
540 path_size, in void_main()
544 path_size)); in void_main()
1062 const size_t path_size = in void_main() local
1064 rtc::scoped_ptr<char[]> echo_path(new char[path_size]); in void_main()
1065 apm->echo_control_mobile()->GetEchoPath(echo_path.get(), path_size); in void_main()
1066 ASSERT_EQ(path_size, fwrite(echo_path.get(), in void_main()
1068 path_size, in void_main()
/external/pdfium/third_party/freetype/src/base/
Dftmac.c505 size_t path_size ) in lookup_lwfn_by_fond() argument
521 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) ) in lookup_lwfn_by_fond()
524 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size ) in lookup_lwfn_by_fond()
/external/dbus/dbus/
Ddbus-sysdeps-win.c2556 int path_size = sizeof(path); in _dbus_get_install_root_as_hash() local
2558 if (!_dbus_get_install_root(path,path_size)) in _dbus_get_install_root_as_hash()
3213 int path_size = sizeof(path); in _dbus_get_config_file_name() local
3215 if (!_dbus_get_install_root(path,path_size)) in _dbus_get_config_file_name()
3230 if (!_dbus_get_install_root(path,path_size)) in _dbus_get_config_file_name()
3244 if (!_dbus_get_install_root(path,path_size)) in _dbus_get_config_file_name()
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
Davformat.h2035 char *path, int path_size,
/external/clang/include/clang/AST/
DExpr.h2773 unsigned path_size() const { return CastExprBits.BasePathSize; } in path_size() function
2775 path_iterator path_end() { return path_buffer() + path_size(); } in path_end()
2777 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8713 if (this->path_size() > 0) { in SerializeWithCachedSizes()
8717 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizes()
8763 if (this->path_size() > 0) { in SerializeWithCachedSizesToArray()
8771 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizesToArray()
8842 for (int i = 0; i < this->path_size(); i++) { in ByteSize()
Ddescriptor.pb.h2734 inline int path_size() const;
6513 inline int SourceCodeInfo_Location::path_size() const { in path_size() function
Ddescriptor_unittest.cc5487 ASSERT_EQ(2, foo_location.path_size()); in TEST_F()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp619 Record.push_back(E->path_size()); in VisitCastExpr()
671 if (E->path_size() == 0) in VisitImplicitCastExpr()
DASTReaderStmt.cpp665 assert(NumBaseSpecs == E->path_size()); in VisitCastExpr()
/external/clang/lib/AST/
DExpr.cpp1770 assert(Path.size() == path_size()); in setCastPath()
DExprConstant.cpp3258 if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) { in HandleBaseToDerivedCast()
3266 unsigned NewEntriesSize = D.Entries.size() - E->path_size(); in HandleBaseToDerivedCast()