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)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
sploop-bad-5.s 1 # Test bad SPLOOP instructions and operands. Duplicate masking.
  /external/libchrome/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 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 bool Duplicate(int* result, int fd) override {
49 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
147 Action(Action::DUPLICATE, kDuplicateBase, 1));
162 Action(Action::DUPLICATE, kDuplicateBase, 1));
177 Action(Action::DUPLICATE, kDuplicateBase, 1));
192 Action(Action::DUPLICATE, kDuplicateBase, 1));
251 bool Duplicate(int* result, int fd) override { return false; }
  /external/autotest/server/cros/ap_configurators/
belkinF7D1301_ap_configurator.py 34 xpath= '//h1[contains(text(), "Duplicate Administrator")]'
36 logging.debug('We got a \'Duplicate Administrator\' page '
belkinF6D4230_ap_configurator.py 80 xpath= '//h1[contains(text(), "Duplicate Administrator")]'
82 logging.debug('We got a \'Duplicate Administrator\' page '
  /external/libchrome/base/process/
process.h 54 // address space and duplicate handles).
80 Process Duplicate() const;
process_posix.cc 275 Process Process::Duplicate() const {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 55 print STDERR "Error: Duplicate definition of $var\n";
indic.pl 162 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
  /external/v8/test/mjsunit/wasm/
export-table.js 87 assertContains("Duplicate export", e.toString());
  /external/chromium-trace/catapult/dashboard/dashboard/
issue_tracker_service.py 43 status: A string status for bug, e.g. Assigned, Duplicate, WontFix, etc.
46 implies that the status should be "Duplicate".
59 # Mark issue as duplicate when relevant bug ID is found in the datastore.
60 # Avoid marking an issue as duplicate of itself.
62 status = 'Duplicate'
64 logging.info('Bug %s marked as duplicate of %s', bug_id, merge_issue)
  /external/libchrome/base/files/
file.h 292 File Duplicate();
file_unittest.cc 451 TEST(FileTest, Duplicate) {
460 File file2(file.Duplicate());
487 File file2(file.Duplicate());
file_posix.cc 375 File File::Duplicate() {
379 SCOPED_FILE_TRACE("Duplicate");
  /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)
  /external/tpm2/
Android.mk 68 Duplicate.c \
Makefile 48 SOURCES += Duplicate.c
  /external/boringssl/src/crypto/obj/
obj_dat.pl 65 print "WARNING: Duplicate short name \"$d\"\n";
75 print "WARNING: Duplicate long name \"$d\"\n";
  /external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py 178 def Duplicate(emitter, registers, rows, cols, min_register, values):
188 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
213 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
272 left_offsets = Duplicate(emitter, registers, rows, cols, 4, left_offset)
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 8 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
148 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 464 // Duplicate the top level object, and |entry.params|, so the original object
574 // Duplicate the top level object, and |entry.params|. All other fields are
592 // Duplicate the top level object, and |entry.params|. All other fields are
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
messages.js 104 * Duplicate number assigned to field.

Completed in 1287 milliseconds

1 2