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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32ppc.sh 7 # Yes, we want duplicate .got and .plt sections. The linker chooses the
  /toolchain/binutils/binutils-2.27/libiberty/
xmemdup.c 1 /* xmemdup.c -- Duplicate a memory buffer, using xmalloc.
  /tools/tradefederation/core/src/com/android/tradefed/util/
UniqueMultiMap.java 25 * Attempts to insert a duplicate value will be ignored
  /external/clang/test/Parser/
pragma-loop.cpp 244 /* expected-error {{duplicate directives 'vectorize(disable)' and 'vectorize(enable)'}} */ #pragma clang loop vectorize(enable)
246 /* expected-error {{duplicate directives 'interleave(disable)' and 'interleave(enable)'}} */ #pragma clang loop interleave(enable)
248 /* expected-error {{duplicate directives 'unroll(disable)' and 'unroll(full)'}} */ #pragma clang loop unroll(full)
250 /* expected-error {{duplicate directives 'distribute(disable)' and 'distribute(enable)'}} */ #pragma clang loop distribute(enable)
266 /* expected-error {{duplicate directives 'vectorize_width(4)' and 'vectorize_width(8)'}} */ #pragma clang loop vectorize_width(8)
268 /* expected-error {{duplicate directives 'interleave_count(4)' and 'interleave_count(8)'}} */ #pragma clang loop interleave_count(8)
270 /* expected-error {{duplicate directives 'unroll_count(4)' and 'unroll_count(8)'}} */ #pragma clang loop unroll_count(8)
  /external/tensorflow/tensorflow/tools/docs/
doc_generator_visitor.py 92 """A map from duplicate full names to a preferred fully qualified name.
99 The map from duplicate name to preferred name.
110 name). Symbols without duplicate names do not appear in this map.
116 The map from master name to list of all duplicate names.
184 # Make a preliminary duplicates map. For all sets of duplicate names, it
185 # maps the first name found to a list of all duplicate names.
188 # We cannot use the duplicate mechanism for some constants, since e.g.,
  /hardware/intel/common/libmix/mix_video/src/
mixbufferpool.c 99 * @returns: a newly allocated duplicate of the object.
101 * Copy duplicate of the object.
111 MixBufferPool *duplicate = mix_bufferpool_new(); local
112 if (mix_bufferpool_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
113 ret = MIX_PARAMS(duplicate);
115 mix_bufferpool_unref(duplicate);
146 // Duplicate string
mixvideoframe.c 160 * @returns: a newly allocated duplicate of the object.
162 * Copy duplicate of the object.
169 MixVideoFrame *duplicate = mix_videoframe_new(); local
170 if (mix_videoframe_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
171 ret = MIX_PARAMS(duplicate);
173 mix_videoframe_unref(duplicate);
197 // Duplicate string
mixvideoconfigparamsdec.c 115 * @returns: a newly allocated duplicate of the object.
117 * Copy duplicate of the object.
124 MixVideoConfigParamsDec *duplicate = mix_videoconfigparamsdec_new(); local
125 if (mix_videoconfigparamsdec_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
126 ret = MIX_PARAMS(duplicate);
128 mix_videoconfigparamsdec_unref(duplicate);
  /cts/tests/tests/media/src/android/media/cts/
AudioFormatTest.java 34 // Test case 1: Use Builder to duplicate an AudioFormat with all fields supplied
59 // Test case 2: Use Builder to duplicate an AudioFormat with only encoding supplied
80 // Test case 3: Use Builder to duplicate an AudioFormat with only sample rate supplied
101 // Test case 4: Use Builder to duplicate an AudioFormat with only channel mask supplied
123 // Test case 5: Use Builder to duplicate an AudioFormat with only channel index mask supplied
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 1 //===- ConstantMerge.cpp - Merge duplicate global constants ---------------===//
10 // This file defines the interface to a pass that merges duplicate global
161 // Make all uses of the duplicate constant use the canonical version.
209 // duplicate constants.
220 "Merge Duplicate Global Constants", false, false)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileVerifier.cpp 93 unsigned duplicate = 0; local
98 duplicate++;
99 else duplicate = 0;
101 arrayMap[BB][TI->getSuccessor(s)][duplicate] = i++;
156 << " duplicate number " << duplicateNumber
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 1 //===- ConstantMerge.cpp - Merge duplicate global constants ---------------===//
10 // This file defines the interface to a pass that merges duplicate global
43 // duplicate constants.
59 "Merge Duplicate Global Constants", false, false)
191 // Make all uses of the duplicate constant use the canonical version.
  /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",
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertServiceTest.java 152 // Test if we ignore the duplicate message
176 // If the duplicate detection is working, the service should not pop-up the dialog and
181 // Test if we allow non-duplicate message
243 // Since the previous one has already expired, this one should not be treated as a duplicate
249 // This one should be treated as a duplicate since it's not expired yet.
  /external/e2fsprogs/e2fsck/
problem.h 348 /* Duplicate or bad blocks in use! */
677 /* Pass 1B: Rescan for duplicate/bad blocks */
680 /* Duplicate/bad block(s) header */
683 /* Duplicate/bad block(s) in inode */
686 /* Duplicate/bad block(s) end */
701 /* Duplicate/bad block range in inode */
708 /* Pass 1D: Reconciling duplicate blocks */
711 /* File has duplicate blocks */
714 /* List of files sharing duplicate blocks */
720 /* Report of how many duplicate/bad inodes *
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableMap.java 86 * @throws IllegalArgumentException if duplicate keys are provided
95 * @throws IllegalArgumentException if duplicate keys are provided
106 * @throws IllegalArgumentException if duplicate keys are provided
117 * @throws IllegalArgumentException if duplicate keys are provided
201 * Associates {@code key} with {@code value} in the built map. Duplicate
214 * necessary. Duplicate keys are not allowed, and will cause {@link #build}
225 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
245 * @throws IllegalArgumentException if duplicate keys were added
261 * {@code map} somehow contains entries with duplicate keys (for example, if
  /external/iproute2/tc/
q_netem.c 37 " [ duplicate PERCENT [CORRELATION]]\n" \
223 explain1("duplicate loss argument\n");
378 } else if (matches(*argv, "duplicate") == 0) {
380 if (get_percent(&opt.duplicate, *argv)) {
381 explain1("duplicate");
387 explain1("duplicate");
638 if (qopt.duplicate) {
639 fprintf(f, " duplicate %s",
640 sprint_percent(qopt.duplicate, b1));
tc_filter.c 81 "Error: \"root\" is duplicate parent ID\n");
88 "Error: \"ingress\" is duplicate parent ID\n");
96 "Error: \"egress\" is duplicate parent ID\n");
354 "Error: \"root\" is duplicate parent ID\n");
361 "Error: \"ingress\" is duplicate parent ID\n");
369 "Error: \"egress\" is duplicate parent ID\n");
524 "Error: \"root\" is duplicate parent ID\n");
531 "Error: \"ingress\" is duplicate parent ID\n");
540 "Error: \"egress\" is duplicate parent ID\n");
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 159 /// the emitted table format, handling any duplicate operands it encounters
160 /// and then one non-duplicate.
166 /// times to reflect possible duplicate
169 /// set of non-duplicate ('physical') operands.
171 /// @param numPhysicalOperands - The number of non-duplicate operands in the
175 /// duplicate, and of what.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 180 /// the emitted table format, handling any duplicate operands it encounters
181 /// and then one non-duplicate.
187 /// times to reflect possible duplicate
190 /// set of non-duplicate ('physical') operands.
192 /// @param numPhysicalOperands - The number of non-duplicate operands in the
196 /// duplicate, and of what.
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attributes.java 80 * unsupported attribute, or duplicate attribute.
111 * duplicate attribute.
131 * duplicate attribute.
153 * duplicate attribute.
184 * unsupported attribute, or duplicate attribute.
217 throw new IOException("Duplicate PKCS9 attribute: " + oid);
  /external/llvm/lib/CodeGen/
TailDuplicator.cpp 1 //===-- TailDuplicator.cpp - Duplicate blocks into predecessors' tails ---===//
121 /// Tail duplicate the block and cleanup.
223 /// through. Tail-duplicate their instructions into their predecessors to
333 /// Duplicate a TailBB instruction to PredBB and update
340 MachineInstr *NewMI = TII->duplicate(*MI, MF);
447 // There could be duplicate phi source entries. FIXME: Should sdisel
468 // If we didn't duplicate a bb into a particular predecessor, we
505 /// Determine if it is profitable to duplicate this block.
509 // Only duplicate blocks that end with unconditional branches.
513 // Don't try to tail-duplicate single-block loops
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp 1 //===-- TailDuplication.cpp - Duplicate blocks into predecessors' tails ---===//
185 /// TailDuplicateAndUpdate - Tail duplicate the block and cleanup.
289 /// branched to and do not fall through. Tail-duplicate their instructions
406 /// DuplicateInstruction - Duplicate a TailBB instruction to PredBB and update
414 MachineInstr *NewMI = TII->duplicate(MI, MF);
466 // There could be duplicate phi source entries. FIXME: Should sdisel
486 // If we didn't duplicate a bb into a particular predecessor, we
525 /// shouldTailDuplicate - Determine if it is profitable to duplicate this block.
530 // Only duplicate blocks that end with unconditional branches.
534 // Don't try to tail-duplicate single-block loops
    [all...]
  /external/squashfs-tools/squashfs-tools/
xattr.c 95 /* xattr hash table for value duplicate detection */
98 /* xattr hash table for id duplicate detection */
399 /* no duplicate exists */
421 /* Check if this is a duplicate of an existing value */
433 * No duplicate exists, add to hash table, and mark as
441 * Duplicate exists, make type XATTR_VALUE_OOL, and
442 * remember where the duplicate is
446 /* on appending don't free duplicate values because the
447 * duplicate value already points to the non-duplicate value *
    [all...]
  /external/syslinux/bios/com32/lib/
libcom32.c32 

Completed in 692 milliseconds

<<11121314151617181920>>