HomeSort by relevance Sort by last modified time
    Searched defs:Duplicate (Results 1 - 23 of 23) sorted by null

  /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_mac.cc 60 SharedMemoryHandle SharedMemoryHandle::Duplicate() const {
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 42 if (!delegate->Duplicate(&temp_fd, i->dest))
86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
  /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 {
  /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)
222 raise ConfigurationError('Unsupported duplicate amount: %d' % cols)
293 left_offsets = Duplicate(emitter, registers, rows, cols, 4, left_offset)
  /frameworks/native/libs/vr/libbufferhub/
ion_buffer.cpp 161 int IonBuffer::Duplicate(const IonBuffer* other) {
173 ALOGE("IonBuffer::Duplicate: Failed to create new native handle.");
177 // Duplicate the file descriptors from the other native handle.
189 ALOGE("IonBuffer::Duplicate: Failed to import duplicate native handle: %s",
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
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);
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...]
  /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...]
  /external/libchrome/base/files/
file_posix.cc 375 File File::Duplicate() {
379 SCOPED_FILE_TRACE("Duplicate");
  /external/libchrome/base/process/
process_posix.cc 284 Process Process::Duplicate() const {
  /external/libmojo/mojo/android/system/
core_impl.cc 324 static ScopedJavaLocalRef<jobject> Duplicate(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netcon.h 254 virtual HRESULT WINAPI Duplicate(LPCWSTR pszwDuplicateName,INetConnection **ppCon) = 0;
268 HRESULT (WINAPI *Duplicate)(INetConnection *This,LPCWSTR pszwDuplicateName,INetConnection **ppCon);
284 #define INetConnection_Duplicate(This,pszwDuplicateName,ppCon) (This)->lpVtbl->Duplicate(This,pszwDuplicateName,ppCon)
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 11851 TPM2B_PRIVATE duplicate; local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1274 milliseconds