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

1 2

  /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():
  /prebuilts/go/darwin-x86/src/go/types/
package.go 17 complete bool
23 // The package is not complete and contains no explicit imports.
38 // Scope returns the (complete or incomplete) package scope
43 // A package is complete if its scope contains (at least) all
45 func (pkg *Package) Complete() bool { return pkg.complete }
47 // MarkComplete marks a package as complete.
48 func (pkg *Package) MarkComplete() { pkg.complete = true }
type.go 257 // To compute the method set of the interface, Complete must be called.
310 // Complete computes the interface's method set. It must be called by users of
313 // Complete returns the receiver.
314 func (t *Interface) Complete() *Interface {
330 it.Complete()
420 // SetUnderlying sets the underlying type and marks t as complete.
  /prebuilts/go/linux-x86/src/go/types/
package.go 17 complete bool
23 // The package is not complete and contains no explicit imports.
38 // Scope returns the (complete or incomplete) package scope
43 // A package is complete if its scope contains (at least) all
45 func (pkg *Package) Complete() bool { return pkg.complete }
47 // MarkComplete marks a package as complete.
48 func (pkg *Package) MarkComplete() { pkg.complete = true }
  /external/libmojo/mojo/public/cpp/bindings/tests/
router_test_util.cc 105 void LazyResponseGenerator::Complete(bool send_response) {
  /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)),
  /build/soong/ui/tracer/
tracer.go 46 Complete(name string, thread Thread, begin, end uint64)
236 // Complete writes a Complete Event, which are like Duration Events, but include
238 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) {
  /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;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmmCommon.h 76 BOOLEAN 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)),
  /external/python/cpython3/Lib/ctypes/test/
test_pep3118.py 105 class Complete(Structure):
107 PComplete = POINTER(Complete)
108 Complete._fields_ = [("a", c_long)]
174 # 'Complete' is a structure that starts incomplete, but is completed after the
176 (Complete, "T{<l:a:}", (), Complete),
178 (POINTER(Complete), "&B", (), POINTER(Complete)),
  /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/base/libs/hwui/renderthread/
CacheManager.h 45 enum class TrimMemoryMode { Complete, UiHidden };
  /system/bt/vendor_libs/test_vendor_lib/include/
acl_packet.h 33 Complete
  /device/google/contexthub/util/nanotool/
nanopacket.h 95 Complete,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
SystemNvDataGuid.h 79 UINT8 Complete : 1;
  /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;
  /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);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
FlashUpdate.c 162 If not complete, restart will be taken.
198 BOOLEAN Complete;
215 &Complete
221 if ((Status == EFI_NOT_FOUND) && Complete) {
241 &Complete
274 // If the caller is the update driver and complete is not true, then restart().
276 if (!Complete) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mm.c 410 BOOLEAN Complete;
593 Complete = FALSE;
622 Complete = TRUE;
636 } while (!Complete);
  /external/adhd/cras/src/tests/
dbus_test.cc 383 bool DBusMatch::Complete() {
444 if (!match.Complete())
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestProperties.h 35 Complete,
89 : Hwc2TestProperty((coverage == Hwc2TestCoverage::Complete)? completeList:

Completed in 642 milliseconds

1 2