HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 201 - 225 of 280) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothTetheringDataTracker.java 94 public Object Clone() throws CloneNotSupportedException {
  /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/chromium/chrome/browser/history/
history_types.cc 369 HistoryAddPageArgs* HistoryAddPageArgs::Clone() const {
history.cc 357 add_page_args.Clone()));
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 300 * Clone a node in the DOM.
302 * @param {Node} node Node to clone.
312 * Clone a element in the DOM.
314 * @param {Element} element Element to clone.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 300 * Clone a node in the DOM.
302 * @param {Node} node Node to clone.
312 * Clone a element in the DOM.
314 * @param {Element} element Element to clone.
  /external/chromium_org/chrome/browser/extensions/activity_log/
counting_policy.cc 196 action = action->Clone();
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 300 * Clone a node in the DOM.
302 * @param {Node} node Node to clone.
312 * Clone a element in the DOM.
314 * @param {Element} element Element to clone.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 300 * Clone a node in the DOM.
302 * @param {Node} node Node to clone.
312 * Clone a element in the DOM.
314 * @param {Element} element Element to clone.
  /external/chromium_org/chrome/common/extensions/permissions/
api_permission_set_unittest.cc 59 apis1.insert(permission->Clone());
permission_set.cc 152 apis.insert(i->Clone());
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_impl.cc 299 namespaces_[new_id] = found->second->Clone(new_id, new_persistent_id);
  /external/chromium_org/third_party/jstemplate/
util.js 296 * Clone a node in the DOM.
298 * @param {Node} node Node to clone.
308 * Clone a element in the DOM.
310 * @param {Element} element Element to clone.
  /external/chromium_org/third_party/libjingle/source/talk/site_scons/
talk.py 452 env = env.Clone()
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 90 public Object Clone() throws CloneNotSupportedException {
RemoteDevices.java 69 public Object Clone() throws CloneNotSupportedException {
  /art/runtime/mirror/
object_test.cc 92 TEST_F(ObjectTest, Clone) {
97 Object* clone = a1->Clone(soa.Self()); local
98 EXPECT_EQ(s1, clone->SizeOf());
99 EXPECT_TRUE(clone->GetClass() == a1->GetClass());
  /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/chrome/browser/tab_contents/
tab_contents.h 422 virtual TabContents* Clone();
    [all...]
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 632 to_add = active_animations_[i]->Clone(
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.cc 123 site_lists_copy.push_back((*it)->Clone());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc     [all...]
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 447 env = env.Clone()
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [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...]

Completed in 2530 milliseconds

1 2 3 4 5 6 7 891011>>