/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bvgraph.h | 128 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()
|
D | sanitizer_deadlock_detector.h | 317 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/ |
D | process_test.cc | 535 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/ |
D | ftmac.c | 505 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/ |
D | dbus-sysdeps-win.c | 2556 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/ |
D | avformat.h | 2035 char *path, int path_size,
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2773 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/ |
D | descriptor.pb.cc | 8713 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()
|
D | descriptor.pb.h | 2734 inline int path_size() const; 6513 inline int SourceCodeInfo_Location::path_size() const { in path_size() function
|
D | descriptor_unittest.cc | 5487 ASSERT_EQ(2, foo_location.path_size()); in TEST_F()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 619 Record.push_back(E->path_size()); in VisitCastExpr() 671 if (E->path_size() == 0) in VisitImplicitCastExpr()
|
D | ASTReaderStmt.cpp | 665 assert(NumBaseSpecs == E->path_size()); in VisitCastExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1770 assert(Path.size() == path_size()); in setCastPath()
|
D | ExprConstant.cpp | 3258 if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) { in HandleBaseToDerivedCast() 3266 unsigned NewEntriesSize = D.Entries.size() - E->path_size(); in HandleBaseToDerivedCast()
|