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

1 2

  /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/base/
file_descriptor_shuffle.h 33 // Duplicate |fd|, an element of the domain, and write a fresh element of the
35 virtual bool Duplicate(int* result, int fd) = 0;
49 virtual bool Duplicate(int* result, int fd);
file_descriptor_shuffle.cc 38 if (!delegate->Duplicate(&temp_fd, i->dest))
82 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
file_descriptor_shuffle_unittest.cc 24 DUPLICATE,
50 bool Duplicate(int* result, int fd) {
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
152 Action(Action::DUPLICATE, kDuplicateBase, 1));
167 Action(Action::DUPLICATE, kDuplicateBase, 1));
182 Action(Action::DUPLICATE, kDuplicateBase, 1));
197 Action(Action::DUPLICATE, kDuplicateBase, 1));
256 bool Duplicate(int* result, int fd) {
  /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 38 if (!delegate->Duplicate(&temp_fd, i->dest))
82 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/
search_webstore_result.h 27 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
chrome_search_result.h 30 // for SearchController to mix the results, duplicate a result from a
45 virtual scoped_ptr<ChromeSearchResult> Duplicate() = 0;
search_webstore_result.cc 53 scoped_ptr<ChromeSearchResult> SearchWebstoreResult::Duplicate() {
webstore_result.h 38 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
app_result.h 45 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE;
app_result.cc 85 scoped_ptr<ChromeSearchResult> AppResult::Duplicate() {
mixer_unittest.cc 34 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE {
omnibox_provider.cc 92 virtual scoped_ptr<ChromeSearchResult> Duplicate() OVERRIDE {
webstore_result.cc 82 scoped_ptr<ChromeSearchResult> WebstoreResult::Duplicate() {
mixer.cc 86 ui_results->AddAt(i, result->Duplicate().release());
198 // Collapse duplicate apps from local and web store.
  /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/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 56 TEST_F(DirectoryAddRequestTest, Duplicate) {
59 "a duplicate host.\"}],\"code\":400,\"message\":\"Attempt to "
60 "register a duplicate host.\"}}",
62 "Attempt to register a duplicate host.");
  /external/chromium_org/build/android/ant/
create-test-jar.js 22 // duplicate to "preserve" ensures that only the first definition is included.
24 var duplicate = Zip.Duplicate(); variable
25 duplicate.setValue("preserve");
26 jarTask.setDuplicate(duplicate);
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/chromium_org/base/win/
scoped_process_information_unittest.cc 121 TEST_F(ScopedProcessInformationTest, Duplicate) {
124 base::win::ScopedProcessInformation duplicate; local
125 duplicate.DuplicateFrom(process_info);
129 ASSERT_EQ(duplicate.process_id(), process_info.process_id());
131 ASSERT_EQ(duplicate.thread_id(), process_info.thread_id());
140 ASSERT_TRUE(base::WaitForExitCode(duplicate.TakeProcessHandle(),
145 ASSERT_TRUE(::CloseHandle(duplicate.TakeThreadHandle()));
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 137 scoped_refptr<URLIndexPrivateData> Duplicate() const;

Completed in 405 milliseconds

1 2