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

  /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():
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/webrtc/webrtc/modules/video_coding/
encoded_frame.h 80 * True if this frame is complete, false otherwise
82 bool Complete() const { return _completeFrame; }
  /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/google/contexthub/util/nanotool/
nanopacket.h 95 Complete,
  /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/libweave/src/commands/
command_instance.cc 118 bool CommandInstance::Complete(const base::DictionaryValue& results,
  /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);
  /system/weaved/libweaved/
command.cc 138 bool Command::Complete(const base::DictionaryValue& results,
140 return StatusToError(binder_proxy_->complete(ToString16(results)), error);
  /system/webservd/webservd/
request.cc 130 base::File Request::Complete(
165 bool Request::Complete(
173 base::File file = Complete(status_code, headers_copy, data.size());
259 Complete(brillo::http::status_code::NotFound, {},
  /external/libchrome/dbus/
bus.cc 111 AddRef(); // Balanced on Complete().
143 void Complete() {
525 // Wait until the shutdown is complete on the D-Bus thread.
    [all...]
  /external/v8/src/parsing/
scanner.h 288 // if aborting the scanning before it's complete.
297 void Complete() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 117 HRESULT (WINAPI *Complete)(IBackgroundCopyJob2 *This);
166 #define IBackgroundCopyJob2_Complete(This) (This)->lpVtbl->Complete(This)
bits2_0.h 99 HRESULT (WINAPI *Complete)(IBackgroundCopyJob3 *This);
152 #define IBackgroundCopyJob3_Complete(This) (This)->lpVtbl -> Complete(This)
bits.h 303 virtual HRESULT WINAPI Complete(void) = 0;
342 HRESULT (WINAPI *Complete)(IBackgroundCopyJob *This);
383 #define IBackgroundCopyJob_Complete(This) (This)->lpVtbl->Complete(This)
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 53 bool &Complete) const;
161 bool Complete = false;
166 while (Result == Success && Complete == false) {
170 Result = getSingleInstruction(*Inst, MI, Bytes, Address, os, cs, Complete);
194 raw_ostream &os, raw_ostream &cs, bool &Complete) const {
312 Complete = true;
316 Complete = true;
    [all...]
  /prebuilts/sdk/tools/
jack-coverage-plugin.jar 
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
jack-3.36.CANDIDATE.jar 

Completed in 600 milliseconds