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

1 2 3 4 5 6 7 8 91011>>

  /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/chrome/browser/instant/
instant_loader.cc 536 scoped_refptr<history::HistoryAddPageArgs>(add_page_args.Clone()));
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 265 virtual WebContents* Clone() OVERRIDE;
    [all...]
navigation_controller_impl.cc 289 // The pending entry might be in entries_ (e.g., after a Clone), so we
    [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/v8/src/
utils.h 449 // Returns a clone of this vector with a new backing store.
450 Vector<T> Clone() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 210 /// CopyAndMoveSuccessors - Clone the specified node and move its scheduled
354 NewSU = Clone(SU);
ScheduleDAGSDNodes.cpp 89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) {
134 // Helper for AddGlue to clone node operands.
320 // FIXME: Multiply by 2 because we may clone nodes during scheduling.
    [all...]
  /external/v8/src/
utils.h 377 // Returns a clone of this vector with a new backing store.
378 Vector<T> Clone() const {
  /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/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/protobuf/gtest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 718 TEST(VectorTest, Clone) {
721 scoped_ptr<Vector<int> > empty(a.Clone());
726 scoped_ptr<Vector<int> > singleton(a.Clone());
733 scoped_ptr<Vector<int> > big(a.Clone());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 776 NCursesWindow Clone();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 776 NCursesWindow Clone();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 776 NCursesWindow Clone();
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /art/runtime/
class_linker.cc 2727 mirror::ArtMethod* clone = CreateProxyMethod(self, klass, prototype); local
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 261 apis1.insert(permission->Clone());
    [all...]

Completed in 3229 milliseconds

1 2 3 4 5 6 7 8 91011>>