Home
last modified time | relevance | path

Searched refs:Complete (Results 1 – 25 of 137) sorted by relevance

123456

/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py102 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/
Dtest_pep3118.py105 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/
Ddiff.py36 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/
Ddiff.py34 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/
Dautodetectproxy.cc76 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()
Dautodetectproxy.h68 void Complete(ProxyType type);
/external/libchrome/mojo/public/cpp/bindings/tests/
Drouter_test_util.h72 void CompleteWithResponse() { Complete(true); } in CompleteWithResponse()
75 void CompleteWithoutResponse() { Complete(false); } in CompleteWithoutResponse()
80 void Complete(bool send_response);
/external/clang/lib/CodeGen/
DCodeGenTypes.h60 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/
DSema.cpp570 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/
Dfbobject.c408 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/
Dscanner.cc934 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/
Dmgrconfig.go102 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/
DCOVERAGE.threads19 // Function Complete? Priority
68 // Function Complete? Priority
/external/ltp/testcases/open_posix_testsuite/
DChangeLog122 - 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/
DTODO3 - Complete libfdt.h documenting comments
/external/v8/src/compiler/
Descape-analysis.h57 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/
DHexagonDisassembler.cpp58 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/
Dtc86 # 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/
Doverload-call.cpp379 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/
Dcoverage.txt3 Assertion Complete?
/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.h82 bool Complete() const { return _completeFrame; } in Complete() function
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h566 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/
Dindex.rst83 * `Complete release list <https://github.com/google/oauth2client/releases>`_
88 * Complete library index: :ref:`genindex`
/external/libxml2/
DTODO_SCHEMAS15 - Complete the Built-In datatype collections and Facets implementations
/external/eigen/bench/btl/data/
Daction_settings.txt12 complete_lu_decomp ; "{/*1.5 Complete LU decomposition}" ; "matrix size" ; 4:5000

123456