/external/protobuf/src/google/protobuf/io/ |
D | printer_unittest.cc | 231 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST() 234 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST() 237 ASSERT_EQ(1, foo->path_size()); in TEST() 238 ASSERT_EQ(2, bar->path_size()); in TEST() 271 const GeneratedCodeInfo::Annotation* foo = info.annotation(0).path_size() == 1 in TEST() 274 const GeneratedCodeInfo::Annotation* bar = info.annotation(0).path_size() == 1 in TEST() 277 ASSERT_EQ(1, foo->path_size()); in TEST() 278 ASSERT_EQ(2, bar->path_size()); in TEST() 307 ASSERT_EQ(1, foobar->path_size()); in TEST() 332 ASSERT_EQ(1, bazbam->path_size()); in TEST() [all …]
|
/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/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/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/protobuf/src/google/protobuf/compiler/cpp/ |
D | metadata_test.cc | 163 annotation->path_size() != path.size()) { in FindAnnotationOnPath()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 13553 if (this->path_size() > 0) { in SerializeWithCachedSizes() 13557 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizes() 13613 if (this->path_size() > 0) { in SerializeWithCachedSizesToArray() 13621 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizesToArray() 13703 for (int i = 0; i < this->path_size(); i++) { in ByteSize() 14074 int SourceCodeInfo_Location::path_size() const { in path_size() function in google::protobuf::SourceCodeInfo_Location 14538 if (this->path_size() > 0) { in SerializeWithCachedSizes() 14542 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizes() 14578 if (this->path_size() > 0) { in SerializeWithCachedSizesToArray() 14586 for (int i = 0; i < this->path_size(); i++) { in SerializeWithCachedSizesToArray() [all …]
|
D | descriptor.pb.h | 3234 int path_size() const; 3482 int path_size() const; 7199 inline int SourceCodeInfo_Location::path_size() const { in path_size() function 7460 inline int GeneratedCodeInfo_Annotation::path_size() const { in path_size() function
|
D | descriptor_unittest.cc | 6599 ASSERT_EQ(2, foo_location.path_size()); in TEST_F()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2699 unsigned path_size() const { return CastExprBits.BasePathSize; } in path_size() function 2701 path_iterator path_end() { return path_buffer() + path_size(); } in path_end() 2703 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 633 Record.push_back(E->path_size()); in VisitCastExpr() 685 if (E->path_size() == 0) in VisitImplicitCastExpr()
|
D | ASTReaderStmt.cpp | 670 assert(NumBaseSpecs == E->path_size()); in VisitCastExpr()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3362 if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) { in HandleBaseToDerivedCast() 3370 unsigned NewEntriesSize = D.Entries.size() - E->path_size(); in HandleBaseToDerivedCast()
|