HomeSort by relevance Sort by last modified time
    Searched defs:Clone (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 102 virtual ParamIteratorInterface* Clone() const = 0;
125 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
128 impl_.reset(other.impl_->Clone());
141 ParamIteratorInterface<T>* clone = impl_->Clone(); local
143 return ParamIterator(clone);
231 virtual ParamIteratorInterface<T>* Clone() const {
317 virtual ParamIteratorInterface<T>* Clone() const {
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
gtest-param-util-generated.h     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 90 public Object Clone() throws CloneNotSupportedException {
RemoteDevices.java 69 public Object Clone() throws CloneNotSupportedException {
  /system/media/camera/docs/
metadata_model.py 25 Clone: A node corresponding to <clone> elements.
26 MergedEntry: A node corresponding to either <entry> or <clone> elements.
212 self._entries_ordered = [] # list of ordered Entry/Clone instances
307 def insert_clone(self, clone):
309 Insert a clone into the metadata.
312 clone: A key-value dictionary describing a clone. Refer to
313 Clone#__init__ for the keys required/optional.
316 Subsequent calls to insert_clone with the same clone+kind name are saf
    [all...]
  /external/chromium_org/base/debug/
trace_event_impl.cc 204 cloned_buffer->chunks_.push_back(chunk ? chunk->Clone().release() : NULL);
407 scoped_ptr<TraceBufferChunk> TraceBufferChunk::Clone() const {
    [all...]
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 69 HRESULT __stdcall Clone(IEnumFORMATETC** clone);
82 // Clone a new FormatEtc from another instance of this enumeration.
101 static void CloneFormatEtc(FORMATETC* source, FORMATETC* clone) {
102 *clone = *source;
106 *(clone->ptd) = *(source->ptd);
159 STDMETHODIMP FormatEtcEnumerator::Clone(IEnumFORMATETC** clone) {
160 // Clone the current enumerator in its exact state, including cursor.
163 *clone = e
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 444 Vector* Clone() const {
445 Vector* const clone = new Vector; local
446 clone->Reserve(size_);
448 clone->PushBack(GetElement(i));
450 return clone;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 440 Vector* Clone() const {
441 Vector* const clone = new Vector; local
442 clone->Reserve(size_);
444 clone->PushBack(GetElement(i));
446 return clone;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/v8/src/
jsregexp.h 697 // Returns a clone of this node initialized using the copy constructor
700 virtual RegExpNode* Clone() = 0;
799 virtual ActionNode* Clone() { return new ActionNode(*this); }
    [all...]
api.cc     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 971 milliseconds

1 2 34 5