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

  /external/grpc-grpc/src/ruby/pb/grpc/testing/duplicate/
echo_duplicate_services_pb.rb 2 # Source: src/proto/grpc/testing/duplicate/echo_duplicate.proto for package 'grpc.testing.duplicate'
22 require 'src/proto/grpc/testing/duplicate/echo_duplicate_pb'
26 module Duplicate
34 self.service_name = 'grpc.testing.duplicate.EchoTestService'
  /external/libchrome/base/memory/
read_only_shared_memory_region.cc 61 ReadOnlySharedMemoryRegion ReadOnlySharedMemoryRegion::Duplicate() const {
62 return ReadOnlySharedMemoryRegion(handle_.Duplicate());
shared_memory_handle_posix.cc 52 SharedMemoryHandle SharedMemoryHandle::Duplicate() const {
unsafe_shared_memory_region.cc 41 UnsafeSharedMemoryRegion UnsafeSharedMemoryRegion::Duplicate() const {
42 return UnsafeSharedMemoryRegion(handle_.Duplicate());
shared_memory_handle_android.cc 69 SharedMemoryHandle SharedMemoryHandle::Duplicate() const {
platform_shared_memory_region_mac.cc 50 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Duplicate() const {
platform_shared_memory_region_posix.cc 121 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::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) {
  /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)
  /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...]
  /external/grpc-grpc/include/grpcpp/impl/codegen/
byte_buffer.h 109 /// Make a duplicate copy of the internals of this byte
111 /// bbuf.Duplicate(); is equivalent to bbuf=bbuf; but is actually readable
112 void Duplicate() {
  /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/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 160 public ByteBuffer Duplicate()
  /external/libchrome/base/files/
file_posix.cc 390 File File::Duplicate() const {
394 SCOPED_FILE_TRACE("Duplicate");
  /external/libchrome/base/process/
process_posix.cc 285 Process Process::Duplicate() const {
  /external/tensorflow/tensorflow/python/framework/
function_test.py 196 @function.Defun(dtypes.float32, func_name="Duplicate")
197 def Duplicate(a):
203 Duplicate([3.0])
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 546 milliseconds