/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/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.threads | 19 // Function Complete? Priority 68 // Function Complete? Priority
|
/external/dtc/libfdt/ |
D | TODO | 3 - Complete libfdt.h documenting comments
|
/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/v8/src/wasm/ |
D | function-body-decoder.cc | 249 if (decoder.Complete(imm)) { in PrintRawWasmCode() 280 if (decoder.Complete(imm)) { in PrintRawWasmCode() 288 if (decoder.Complete(imm)) { in PrintRawWasmCode()
|
/external/v8/src/compiler/ |
D | escape-analysis.h | 61 bool Complete() { return stack_.empty() && revisit_.empty(); } in Complete() function 177 DCHECK(Complete()); in NON_EXPORTED_BASE()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 443 att->Complete = GL_TRUE; in remove_attachment() 561 att->Complete = GL_FALSE; in set_texture_attachment() 581 att->Complete = GL_FALSE; in set_renderbuffer_attachment() 901 att->Complete = GL_TRUE; in test_attachment_completeness() 911 att->Complete = GL_FALSE; in test_attachment_completeness() 918 att->Complete = GL_FALSE; in test_attachment_completeness() 923 att->Complete = GL_FALSE; in test_attachment_completeness() 931 att->Complete = GL_FALSE; in test_attachment_completeness() 938 att->Complete = GL_FALSE; in test_attachment_completeness() 945 att->Complete = GL_FALSE; in test_attachment_completeness() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/ |
D | coverage.txt | 3 Assertion Complete?
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.cc | 56 void Exchange::Complete(Status status) { in Complete() function in tensorflow::Exchange 164 exchange.Complete(status); in CompleteAll()
|
/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/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/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.h | 82 bool Complete() const { return _completeFrame; } in Complete() function
|
/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/tensorflow/tensorflow/core/kernels/data/ |
D | cache_ops.h | 37 void Complete(std::vector<std::vector<Tensor>>&& cache);
|
/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | sdei_general.puml | 35 note over EL3: Complete SDEI dispatch
|
/external/ethtool/shell-completion/bash/ |
D | ethtool | 4 # Complete a word representing a set of characters. 64 # Complete an RSS Context ID 74 # Complete a network flow traffic type 76 # --hash Complete only types suitable for rx hashing 291 # TODO: Complete only local for dst and remote for src 582 # Complete the current word as a kernel firmware file (for request_firmware) 871 # Complete available RSS hash functions 1137 # Complete any ethtool command
|
/external/libxml2/ |
D | TODO_SCHEMAS | 15 - Complete the Built-In datatype collections and Facets implementations
|