HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 651 - 675 of 6812) sorted by null

<<21222324252627282930>>

  /bionic/libc/arch-arm/cortex-a7/bionic/
memset.S 70 // Duplicate since the less than 64 can use d2, d3.
75 // Duplicate the copy value so that we can store 64 bytes at a time.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DevicePathUtilities.h 58 Create a duplicate of the specified path.
64 Pointer - A pointer to the duplicate device path.
  /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...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6DxeStrings.uni 42 #string STR_IP6_DAD_TRANSMIT_COUNT_HELP #language en-US "The number of consecutive Neighbor Solicitation messages sent while performing Duplicate Address Detection on a tentative address. A value of zero indicates that Duplicate Address Detection is not performed."
  /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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 46 * dupNode is called to duplicate nodes during rewrite operations.
51 * Duplicate a node. This is part of the factory;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 41 * dupNode is called to duplicate nodes during rewrite operations.
44 /** Duplicate a node. This is part of the factory;
  /external/boringssl/src/util/fipstools/
break-hash.go 74 return errors.New("duplicate start symbol found")
80 return errors.New("duplicate end symbol found")
inject-hash.go 106 return errors.New("duplicate start symbol found")
112 return errors.New("duplicate end symbol found")
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 122 // FIXME: we should not allow any duplicate keys, but there are a lot of
123 // duplicate 0 -> 0 mappings to remove first.
  /external/clang/test/Parser/
MicrosoftExtensions.c 24 /* But duplicate __forceinline causes warning. */
25 void __forceinline __forceinline pr8264_4(void) { /* expected-warning{{duplicate '__forceinline' declaration specifier}} */
  /external/curl/lib/
asyn.h 76 * Called from curl_easy_duphandle() to duplicate resolver URL-state specific
78 * duplicate the 'from' handle and pass the resulting handle to the 'to'
  /external/eigen/test/
svd_fill.h 35 bool unit_uv = internal::random<int>(0,10) < (dup?7:3); // if we duplicate some diagonal entries, then increase the chance to preserve them using unitary U and V factors
37 // duplicate some singular values
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 64 * Adds a new Attribute_info descriptor to this collection. No duplicate
74 * Replaces the Attribute_info descriptor at a given offset. No duplicate
IFieldCollection.java 69 * Adds a new Field_info descriptor to this collection. No duplicate
80 * Replaces the Field_info descriptor at a given offset. No duplicate
IMethodCollection.java 67 * Adds a new Method_info descriptor to this collection. No duplicate
77 * Replaces the Method_info descriptor at a given offset. No duplicate
  /external/freetype/src/tools/docmaker/
formatter.py 66 # duplicate name!
67 sys.stderr.write( "WARNING: duplicate definition for"
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapCreationTester.java 109 fail("Should reject duplicate null elements at creation");
120 fail("Should reject duplicate non-null elements at creation");
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ManagedFilterPipeline.java 91 //double-checked lock, prevents duplicate initialization
95 // Used to prevent duplicate initialization.
  /external/libmojo/base/debug/
proc_maps_linux.cc 42 // get duplicate entires.
83 // seq_file gets confused and the next call to read() will return duplicate
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/
HandleMock.java 204 * @see SharedBufferHandle#duplicate(SharedBufferHandle.DuplicateOptions)
207 public SharedBufferHandle duplicate(DuplicateOptions options) { method in class:HandleMock
  /external/libvpx/libvpx/vp9/common/x86/
vp9_mfqe_sse2.asm 11 ; This file is a duplicate of mfqe_sse2.asm in VP8.
12 ; TODO(jackychen): Find a way to fix the duplicate.
  /external/libvpx/libvpx/vpx_dsp/x86/
convolve_ssse3.h 22 // pack and duplicate the filter values
32 // pack and duplicate the filter values
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 88 // Go ahead and update all uses to the duplicate, so that we can just
145 // Ditch the duplicate, since we're done with it, and rewrite all remaining
  /external/llvm/test/Assembler/
dicompositetype-members.ll 39 ; Add duplicate fields and members of "no-uuid" in a different file. These
46 ; Add duplicate fields and members of "has-uuid" in a different file. These

Completed in 538 milliseconds

<<21222324252627282930>>