HomeSort by relevance Sort by last modified time
    Searched refs:Duplicate (Results 26 - 50 of 65) sorted by null

12 3

  /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);
  /external/libchrome/base/files/
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");
  /frameworks/native/libs/vr/libbufferhub/
buffer_hub_client.cpp 168 pending_fence_fd_ = new_fence.Duplicate();
278 *out_fence = shared_acquire_fence_.Duplicate();
688 *out_fence = shared_release_fence_.Duplicate();
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",
  /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)
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...]
  /external/libchrome/base/process/
process_posix.cc 284 Process Process::Duplicate() const {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 14 * dupNode is called to duplicate nodes during rewrite operations.
17 /** Duplicate a node. This is part of the factory;
  /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)
  /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)
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 676 auto ref = state->PushChannelHandle(handle.Duplicate());
708 return state->PushFileHandle(handle.Duplicate());
725 return state->PushChannelHandle(handle.Duplicate());
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 166 print STDERR "ERROR in $EXCEPTIONS_FILE - Duplicate remap entries for $from\n";
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 295 "Duplicate unit");
459 std::string("Duplicate DWO ID (") + utohexstr(PrevE.first) + ") in " +
  /prebuilts/go/darwin-x86/src/mime/
mediatype.go 153 // Duplicate parameter name is bogus.
154 return "", nil, errors.New("mime: duplicate parameter name")
  /prebuilts/go/linux-x86/src/mime/
mediatype.go 153 // Duplicate parameter name is bogus.
154 return "", nil, errors.New("mime: duplicate parameter name")
  /external/libmojo/mojo/android/system/
core_impl.cc 324 static ScopedJavaLocalRef<jobject> Duplicate(
  /external/tpm2/
Makefile 48 SOURCES += Duplicate.c
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 391 ; Duplicate and expand dc across
  /external/v8/src/compiler/
instruction.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h     [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java     [all...]
  /build/soong/cmd/microfactory/
microfactory.go 589 return fmt.Errorf("Duplicate package prefix: %q", pkgPrefix)
  /external/boringssl/src/util/fipstools/
delocate.go     [all...]
  /system/tpm/trunks/
mock_tpm.h 258 MOCK_METHOD8(Duplicate,
275 TPM2B_PRIVATE* duplicate,
304 const TPM2B_PRIVATE& duplicate,
314 const TPM2B_PRIVATE& duplicate,
    [all...]

Completed in 677 milliseconds

12 3