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

1 2 3 4

  /external/clang/test/Modules/Inputs/
category_left.h 11 @interface Foo(Duplicate)
14 @interface Foo(Duplicate)
category_right.h 12 @interface Foo(Duplicate)
  /toolchain/binutils/binutils-2.27/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 61 // address space and duplicate handles).
90 Process Duplicate() const;
  /frameworks/base/tools/aapt2/tools/consumers/
duplicates.py 2 Looks for duplicate resource definitions and removes all but the last one.
25 # Extract the duplicate resource definitions, ignoring the last definition
40 print "{0}: removing duplicate resource '{1}'".format(xml_path, definition.name)
57 # and skipping the lines and characters until the end of this duplicate
79 class Duplicate:
80 """A small struct to maintain the positions of a Duplicate resource definition."""
112 self._current_resource = Duplicate(
  /external/libchrome/base/memory/
shared_memory_handle.h 125 SharedMemoryHandle Duplicate() const;
  /frameworks/native/libs/vr/libpdx/private/pdx/
channel_handle.h 58 ChannelHandle Duplicate() const { return ChannelHandle{value_}; }
file_handle.h 51 // Returns a FileHandle as a duplicate handle of |fd|. Borrowed handles and
96 FileHandle Duplicate() const {
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 437 // Allocate a duplicate array for the sorted Driver Binding Protocol Instances
743 BOOLEAN Duplicate;
822 Duplicate = FALSE;
825 Duplicate = TRUE;
829 if (!Duplicate) {
    [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 65 int Duplicate(const IonBuffer* other);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgPPC.mak 84 Duplicate -y dlgPPC "{MPW}"Tools:dlg
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 59 print STDERR "Error: Duplicate definition of $var\n";
  /external/libchrome/base/files/
file.h 306 File Duplicate() const;
  /external/tensorflow/tensorflow/contrib/lite/kernels/
gather_test.cc 99 TEST(FloatGatherOpTest, Duplicate) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrPPC.mak 101 Duplicate -y antlrPPC "{MPW}"Tools:antlr
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
NetBuffer.c 282 @param[in, out] Duplicate Pointer to the net buffer to duplicate to, if
294 IN OUT NET_BUF *Duplicate OPTIONAL,
302 if (Duplicate == NULL) {
303 Duplicate = NetbufAlloc (Nbuf->TotalSize + HeadSpace);
306 if (Duplicate == NULL) {
314 CopyMem (Duplicate->ProtoData, Nbuf->ProtoData, NET_PROTO_DATA);
315 NetbufReserve (Duplicate, HeadSpace);
317 Dst = NetbufAllocSpace (Duplicate, Nbuf->TotalSize, NET_BUF_TAIL);
320 return Duplicate;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 180 NET_BUF *Duplicate;
330 Duplicate = NetbufDuplicate (Packet, NULL, sizeof (EFI_IP6_HEADER));
331 if (Duplicate == NULL) {
338 DupHead = NetbufGetByte (Duplicate, 0, NULL);
340 Duplicate->Ip.Ip6 = Ip6NtohHead ((EFI_IP6_HEADER *) DupHead);
341 Assemble->Packet = Duplicate;
    [all...]
Ip6If.c 171 // Thus queue the address to be processed in Duplicate Address Detection module
256 // Perform DAD - Duplicate Address Detection.
301 IP6_DAD_ENTRY *Duplicate;
328 Duplicate = NET_LIST_HEAD (&Interface->DupAddrDetectList, IP6_DAD_ENTRY, Link);
330 FreePool (Duplicate);
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 188 pending_fence_fd_ = new_fence.Duplicate();
298 *out_fence = shared_acquire_fence_.Duplicate();
580 *out_fence = shared_release_fence_.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)

Completed in 1679 milliseconds

1 2 3 4