HomeSort by relevance Sort by last modified time
    Searched refs:Complete (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/libmojo/mojo/public/cpp/bindings/tests/
router_test_util.h 71 void CompleteWithResponse() { Complete(true); }
74 void CompleteWithoutResponse() { Complete(false); }
79 void Complete(bool send_response);
  /frameworks/base/libs/hwui/tests/unit/
CacheManagerTests.cpp 54 renderThread.cacheManager().trimMemory(CacheManager::TrimMemoryMode::Complete);
72 // complete and make sure all get purged
73 renderThread.cacheManager().trimMemory(CacheManager::TrimMemoryMode::Complete);
  /external/libvpx/libvpx/tools/
diff.py 34 def Complete(self):
67 def Complete(self):
68 return self.left.Complete() and self.right.Complete()
125 if hunk.Complete():
  /external/python/cpython2/Lib/ctypes/test/
test_pep3118.py 102 class Complete(Structure):
104 PComplete = POINTER(Complete)
105 Complete._fields_ = [("a", c_long)]
171 # 'Complete' is a structure that starts incomplete, but is completed after the
173 (Complete, "T{<l:a:}", None, Complete),
175 (POINTER(Complete), "&B", None, POINTER(Complete)),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pep3118.py 98 class Complete(Structure):
100 PComplete = POINTER(Complete)
101 Complete._fields_ = [("a", c_long)]
164 # 'Complete' is a structure that starts incomplete, but is completed after the
166 (Complete, "T{<l:a:}", None, Complete),
168 (POINTER(Complete), "&B", None, POINTER(Complete)),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_pep3118.py 98 class Complete(Structure):
100 PComplete = POINTER(Complete)
101 Complete._fields_ = [("a", c_long)]
164 # 'Complete' is a structure that starts incomplete, but is completed after the
166 (Complete, "T{<l:a:}", None, Complete),
168 (POINTER(Complete), "&B", None, POINTER(Complete)),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 98 class Complete(Structure):
100 PComplete = POINTER(Complete)
101 Complete._fields_ = [("a", c_long)]
164 # 'Complete' is a structure that starts incomplete, but is completed after the
166 (Complete, "T{<l:a:}", None, Complete),
168 (POINTER(Complete), "&B", None, POINTER(Complete)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pep3118.py 98 class Complete(Structure):
100 PComplete = POINTER(Complete)
101 Complete._fields_ = [("a", c_long)]
164 # 'Complete' is a structure that starts incomplete, but is completed after the
166 (Complete, "T{<l:a:}", None, Complete),
168 (POINTER(Complete), "&B", None, POINTER(Complete)),
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmmCommon.h 76 BOOLEAN Complete;
FaultTolerantWrite.c 70 @retval EFI_ABORTED The function could not complete successfully.
103 // If the FtwHeader is complete, skip the completed last write header/records
130 FtwHeader->Complete = FTW_INVALID_STATE;
183 @retval EFI_ABORTED The function could not complete successfully
203 // Spare Complete but Destination not complete,
266 // set the complete flag of write header.
277 Header->Complete = FTW_VALID_STATE;
288 in fault tolerant storage and will complete the write in a recoverable
297 complete any pending writes in the event of a fault.
    [all...]
FaultTolerantWriteSmmDxe.h 45 @retval EFI_ABORTED The function could not complete successfully.
71 @retval EFI_ABORTED The function could not complete successfully.
89 in fault tolerant storage, and will complete the write in a recoverable
99 to complete any pending writes in the event of a
106 @retval EFI_ABORTED The function could not complete successfully.
111 must be called to complete it.
129 block protocol needed to complete the interrupted write.
135 @retval EFI_ABORTED The function could not complete successfully.
153 @retval EFI_ABORTED The function could not complete successfully.
181 @param[out] Complete A Boolean value with TRUE indicating that the write
    [all...]
FaultTolerantWriteSmmDxe.c 108 @retval Others The function could not complete successfully.
145 @retval EFI_ABORTED The function could not complete successfully.
196 @retval EFI_ABORTED The function could not complete successfully.
240 in fault tolerant storage, and will complete the write in a recoverable
250 to complete any pending writes in the event of a
257 @retval EFI_ABORTED The function could not complete successfully.
262 must be called to complete it.
326 block protocol needed to complete the interrupted write.
332 @retval EFI_ABORTED The function could not complete successfully.
379 @retval EFI_ABORTED The function could not complete successfully.
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CacheManager.h 43 Complete,
  /external/webrtc/webrtc/base/
autodetectproxy.cc 76 Complete(PROXY_UNKNOWN);
154 Complete(PROXY_UNKNOWN);
205 void AutoDetectProxy::Complete(ProxyType type) {
259 Complete(PROXY_SOCKS5);
263 Complete(PROXY_HTTPS);
269 Complete(PROXY_SOCKS5);
autodetectproxy.h 68 void Complete(ProxyType type);
  /external/clang/lib/CodeGen/
CodeGenTypes.h 60 Complete, // constructor or destructor
67 case StructorType::Complete:
80 return StructorType::Complete;
94 case StructorType::Complete:
109 return StructorType::Complete;
  /device/google/contexthub/util/nanotool/
nanopacket.h 95 Complete,
nanopacket.cpp 70 parsing_state_ = ParsingState::Complete;
126 return parsing_state_ == ParsingState::Complete;
183 parsing_state_ = ParsingState::Complete;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
SystemNvDataGuid.h 79 UINT8 Complete : 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FaultTolerantWrite.h 40 @retval EFI_ABORTED The function could not complete successfully.
65 @retval EFI_ABORTED The function could not complete successfully.
82 in fault tolerant storage, and will complete the write in a recoverable
92 to complete any pending writes in the event of a
99 @retval EFI_ABORTED The function could not complete successfully.
104 must be called to complete it.
121 block protocol needed to complete the interrupted write.
128 @retval EFI_ABORTED The function could not complete successfully.
145 @retval EFI_ABORTED The function could not complete successfully.
172 @param Complete A Boolean value with TRUE indicating that the write
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 80 * True if this frame is complete, false otherwise
82 bool Complete() const { return _completeFrame; }
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.h 36 // is the next data toggle to use. Complete is the actual
42 UINTN Complete;
  /external/clang/lib/Sema/
Sema.cpp 570 bool Complete = true;
573 I != E && Complete; ++I) {
575 Complete = M->isDefined() || (M->isPure() && !isa<CXXDestructorDecl>(M));
580 // can be considered complete.
581 Complete = !F->getTemplatedDecl()->isLateTemplateParsed() &&
587 Complete = MethodsAndNestedClassesComplete(R->getDefinition(),
590 Complete = false;
593 MNCComplete[RD] = Complete;
594 return Complete;
610 bool Complete = MethodsAndNestedClassesComplete(RD, MNCComplete)
    [all...]
  /external/v8/src/parsing/
scanner.cc 1034 literal.Complete();
1057 literal.Complete();
1145 literal.Complete();
    [all...]

Completed in 2531 milliseconds

1 2 3 4 5