/external/python/cpython2/Lib/ctypes/test/ |
D | test_pep3118.py | 102 class Complete(Structure): class 104 PComplete = POINTER(Complete) 105 Complete._fields_ = [("a", c_long)] 200 (Complete, "T{<l:a:}".replace('l', s_long), None, Complete), 202 (POINTER(Complete), "&B", None, POINTER(Complete)),
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_pep3118.py | 105 class Complete(Structure): class 107 PComplete = POINTER(Complete) 108 Complete._fields_ = [("a", c_long)] 203 (Complete, "T{<l:a:}".replace('l', s_long), (), Complete), 205 (POINTER(Complete), "&B", (), POINTER(Complete)),
|
/external/libaom/libaom/tools/ |
D | diff.py | 36 def Complete(self): member in DiffLines 69 def Complete(self): member in DiffHunk 70 return self.left.Complete() and self.right.Complete() 127 if hunk.Complete():
|
/external/libvpx/libvpx/tools/ |
D | diff.py | 34 def Complete(self): member in DiffLines 67 def Complete(self): member in DiffHunk 68 return self.left.Complete() and self.right.Complete() 125 if hunk.Complete():
|
/external/webrtc/webrtc/base/ |
D | autodetectproxy.cc | 76 Complete(PROXY_UNKNOWN); in OnMessage() 154 Complete(PROXY_UNKNOWN); in Next() 205 void AutoDetectProxy::Complete(ProxyType type) { in Complete() function in rtc::AutoDetectProxy 259 Complete(PROXY_SOCKS5); in OnReadEvent() 263 Complete(PROXY_HTTPS); in OnReadEvent() 269 Complete(PROXY_SOCKS5); in OnReadEvent()
|
D | autodetectproxy.h | 68 void Complete(ProxyType type);
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | router_test_util.h | 72 void CompleteWithResponse() { Complete(true); } in CompleteWithResponse() 75 void CompleteWithoutResponse() { Complete(false); } in CompleteWithoutResponse() 80 void Complete(bool send_response);
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 60 Complete, // constructor or destructor enumerator 67 case StructorType::Complete: in toCXXCtorType() 80 return StructorType::Complete; in getFromCtorType() 94 case StructorType::Complete: in toCXXDtorType() 109 return StructorType::Complete; in getFromDtorType()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 570 bool Complete = true; in MethodsAndNestedClassesComplete() local 573 I != E && Complete; ++I) { in MethodsAndNestedClassesComplete() 575 Complete = M->isDefined() || (M->isPure() && !isa<CXXDestructorDecl>(M)); in MethodsAndNestedClassesComplete() 581 Complete = !F->getTemplatedDecl()->isLateTemplateParsed() && in MethodsAndNestedClassesComplete() 587 Complete = MethodsAndNestedClassesComplete(R->getDefinition(), in MethodsAndNestedClassesComplete() 590 Complete = false; in MethodsAndNestedClassesComplete() 593 MNCComplete[RD] = Complete; in MethodsAndNestedClassesComplete() 594 return Complete; in MethodsAndNestedClassesComplete() 610 bool Complete = MethodsAndNestedClassesComplete(RD, MNCComplete); in IsRecordFullyDefined() local 613 I != E && Complete; ++I) { in IsRecordFullyDefined() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 408 att->Complete = GL_TRUE; in remove_attachment() 524 att->Complete = GL_FALSE; in set_texture_attachment() 544 att->Complete = GL_FALSE; in set_renderbuffer_attachment() 791 att->Complete = GL_TRUE; in test_attachment_completeness() 801 att->Complete = GL_FALSE; in test_attachment_completeness() 808 att->Complete = GL_FALSE; in test_attachment_completeness() 813 att->Complete = GL_FALSE; in test_attachment_completeness() 821 att->Complete = GL_FALSE; in test_attachment_completeness() 828 att->Complete = GL_FALSE; in test_attachment_completeness() 835 att->Complete = GL_FALSE; in test_attachment_completeness() [all …]
|
/external/v8/src/parsing/ |
D | scanner.cc | 934 literal.Complete(); in ScanString() 1048 literal.Complete(); in ScanTemplateSpan() 1306 literal.Complete(); in ScanNumber() 1365 literal.Complete(); in ScanNumber() 1559 literal->Complete(); in ScanIdentifierOrKeywordInner() 1570 literal->Complete(); in ScanIdentifierOrKeywordInner() 1580 literal->Complete(); in ScanIdentifierOrKeywordInner() 1620 literal->Complete(); in ScanIdentifierOrKeywordInner() 1625 literal->Complete(); in ScanIdentifierOrKeywordInner() 1631 literal->Complete(); in ScanIdentifierOrKeywordInner() [all …]
|
/external/syzkaller/pkg/mgrconfig/ |
D | mgrconfig.go | 102 if err := Complete(cfg); err != nil { 113 if err := Complete(cfg); err != nil { 155 func Complete(cfg *Config) error { func
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 19 // Function Complete? Priority 68 // Function Complete? Priority
|
/external/ltp/testcases/open_posix_testsuite/ |
D | ChangeLog | 122 - Complete signals suite 123 - Complete <sched.h> process scheduling suite 131 - Complete semaphores suite (including bug fixes) 133 - Complete message queues suite
|
/external/dtc/libfdt/ |
D | TODO | 3 - Complete libfdt.h documenting comments
|
/external/v8/src/compiler/ |
D | escape-analysis.h | 57 bool Complete() { return stack_.empty() && revisit_.empty(); } in Complete() function 176 DCHECK(Complete()); in NON_EXPORTED_BASE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/ |
D | HexagonDisassembler.cpp | 58 bool &Complete) const; 224 bool Complete = false; in getInstruction() local 230 while (Result == Success && !Complete) { in getInstruction() 234 Result = getSingleInstruction(*Inst, MI, Bytes, Address, os, cs, Complete); in getInstruction() 347 raw_ostream &os, raw_ostream &cs, bool &Complete) const { in getSingleInstruction() 457 Complete = true; in getSingleInstruction() 461 Complete = true; in getSingleInstruction()
|
/external/iproute2/bash-completion/ |
D | tc | 86 # Complete based on given word, usually $prev (or possibly the word before), 272 # Complete with options names for qdiscs. Each qdisc has its own set of options 375 # Complete with options names for BPF filters or actions. 389 # Complete with options names for filter actions. 413 # Complete with options names for filters. 496 # Complete with options names for actions. 528 # Complete with options names for exec.
|
/external/clang/test/SemaCXX/ |
D | overload-call.cpp | 379 struct Complete {}; struct 382 …void completeFunction(Complete *); // expected-note 2 {{cannot convert argument of incomplete type… 383 …void completeFunction(Complete &); // expected-note 2 {{cannot convert argument of incomplete type…
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/ |
D | coverage.txt | 3 Assertion Complete?
|
/external/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.h | 82 bool Complete() const { return _completeFrame; } in Complete() function
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 566 bool Complete; 570 Complete(true) {} 575 Complete(true) {} 578 bool isCompleteList() const { return Complete; } 582 void setIncomplete() { Complete = false; } 711 BackedgeTakenInfo(SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete,
|
/external/python/oauth2client/docs/ |
D | index.rst | 83 * `Complete release list <https://github.com/google/oauth2client/releases>`_ 88 * Complete library index: :ref:`genindex`
|
/external/libxml2/ |
D | TODO_SCHEMAS | 15 - Complete the Built-In datatype collections and Facets implementations
|
/external/eigen/bench/btl/data/ |
D | action_settings.txt | 12 complete_lu_decomp ; "{/*1.5 Complete LU decomposition}" ; "matrix size" ; 4:5000
|