HomeSort by relevance Sort by last modified time
    Searched refs:Duplicate (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/
category_left.h 11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
category_right.h 11 @interface Foo(Duplicate)
  /external/chromium_org/chrome/browser/ui/app_list/search/
chrome_search_result.h 32 // for SearchController to mix the results, duplicate a result from a
41 virtual scoped_ptr<ChromeSearchResult> Duplicate() = 0;
search_webstore_result.h 27 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
app_result.h 55 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
search_webstore_result.cc 60 scoped_ptr<ChromeSearchResult> SearchWebstoreResult::Duplicate() {
omnibox_provider.cc 104 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE {
mixer_unittest.cc 34 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE {
202 scoped_ptr<ChromeSearchResult> result3_copy = result3->Duplicate();
  /external/chromium_org/base/posix/
file_descriptor_shuffle.h 35 // Duplicate |fd|, an element of the domain, and write a fresh element of the
37 virtual bool Duplicate(int* result, int fd) = 0;
51 virtual bool Duplicate(int* result, int fd) OVERRIDE;
file_descriptor_shuffle.cc 42 if (!delegate->Duplicate(&temp_fd, i->dest))
86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
file_descriptor_shuffle_unittest.cc 21 DUPLICATE,
47 virtual bool Duplicate(int* result, int fd) OVERRIDE {
49 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
149 Action(Action::DUPLICATE, kDuplicateBase, 1));
164 Action(Action::DUPLICATE, kDuplicateBase, 1));
179 Action(Action::DUPLICATE, kDuplicateBase, 1));
194 Action(Action::DUPLICATE, kDuplicateBase, 1));
253 virtual bool Duplicate(int* result, int fd) OVERRIDE {
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
person.h 29 scoped_ptr<Person> Duplicate();
people_result.h 29 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
people_result.cc 112 scoped_ptr<ChromeSearchResult> PeopleResult::Duplicate() {
114 new PeopleResult(profile_, person_->Duplicate().Pass())).Pass();
person.cc 108 scoped_ptr<Person> Person::Duplicate() {
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.good 113 INSTALL=Duplicate -y
114 INSTALL_PROGRAM=Duplicate -y
115 INSTALL_DATA=Duplicate -y
116 INSTALL_SETUID=Duplicate -y
135 CP = Duplicate -y
mac-mf.inp 113 INSTALL=Duplicate -y
114 INSTALL_PROGRAM=Duplicate -y
115 INSTALL_DATA=Duplicate -y
116 INSTALL_SETUID=Duplicate -y
135 CP = Duplicate -y
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memset.S 12 MULW D0Ar2,D0Ar2,#0x0101 ! Duplicate byte value into 0-15
14 LSL D0Re0,D0Ar2,#16 ! Duplicate byte value into 16-31
15 ADD A0.2,D0Ar2,D0Re0 ! Duplicate byte value into 4 (A0.2)
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 50 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 189 logging.error('Duplicate enum %s', name)
207 logging.error('Duplicate enum value %d for enum %s', int_value, name)
248 logging.error('Duplicate histogram definition %s', name)
  /external/lldb/source/Host/common/
File.cpp 88 Duplicate (rhs);
96 Duplicate (rhs);
162 File::Duplicate (const File &rhs)
181 error.SetErrorString ("invalid file to duplicate");
  /external/chromium_org/mojo/python/tests/
system_unittest.py 276 self._testHandlesCreation(handle.Duplicate())
280 self._testHandlesCreation(handle.Duplicate(None))
285 handle.Duplicate(system.DuplicateSharedBufferOptions()))
289 duplicated = handle.Duplicate()
  /external/chromium_org/net/cookies/
canonical_cookie.h 128 // Returns a duplicate of this cookie.
129 CanonicalCookie* Duplicate();
141 // Duplicate() must be updated to copy the new member accordingly.
163 // implementation of Duplicate() must be updated to copy the new member
  /external/lldb/include/lldb/Host/
File.h 219 Duplicate (const File &rhs);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h 232 STDMETHOD(Duplicate)(THIS_ PDIRECTPLAY8ADDRESS* ppdpaNewAddress) PURE;
261 #define IDirectPlay8Address_Duplicate(p,a) (p)->lpVtbl->Duplicate(p,a)
286 #define IDirectPlay8Address_Duplicate(p,a) (p)->Duplicate(a)

Completed in 256 milliseconds

1 2 3