HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 601 - 625 of 2467) sorted by null

<<21222324252627282930>>

  /external/clang/utils/TableGen/
NeonEmitter.cpp 741 static std::string Duplicate(unsigned nElts, StringRef typestr,
817 s += "__a * " + Duplicate(nElts, typestr, "__b") + ";";
830 s += "__a + (__b * " + Duplicate(nElts, typestr, "__c") + ");";
840 Duplicate(nElts, typestr, "__c") + ");";
850 s += "__a - (__b * " + Duplicate(nElts, typestr, "__c") + ");";
860 Duplicate(nElts, typestr, "__c") + ");";
941 s += Duplicate(nElts, typestr, "__a") + ";";
1144 args = Duplicate(GetNumElements(typestr, argQuad), typestr, args);
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 383 * into valid map entries, or if there are duplicate keys
392 checkArgument(!map.containsKey(key), "Duplicate key [%s] found.", key);
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMapTest.java 435 assertEquals("duplicate key: one", expected.getMessage());
490 assertEquals("duplicate key: one", expected.getMessage());
  /external/ipsec-tools/src/racoon/
remoteconf.c 277 // FIXME: We should duplicate the proposal as well.
281 /* duplicate dynamic structures */
  /external/jdiff/src/jdiff/
APIHandler.java 183 // Feature request 510307 and bug 517383: duplicate comment ids.
265 System.out.println("Error: duplicate comment id: " + commentID);
  /external/jpeg/
jcmarker.c 501 * Note that emit_dqt() suppresses any duplicate tables.
565 * Note that emit_dht() suppresses any duplicate tables.
wrjpgcom.c 198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
574 /* Duplicate the remainder of the source file.
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 564 pshufd xmm6, xmm6, 0 ; duplicate the last ones
565 pshufd xmm7, xmm7, 0 ; duplicate the last ones
  /external/llvm/include/llvm/Transforms/
IPO.h 54 /// duplicate global constants together into a single constant that is shared.
56 /// constants into the program, regardless of whether or not they duplicate an
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 249 ENUM_ENTRY(ENCODING_DUP, "Duplicate of another operand; ID is encoded " \
333 ENUM_ENTRY(TYPE_DUP0, "Duplicate of operand 0") \
  /external/qemu/distrib/jpeg-6b/
jcmarker.c 501 * Note that emit_dqt() suppresses any duplicate tables.
565 * Note that emit_dht() suppresses any duplicate tables.
wrjpgcom.c 198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
574 /* Duplicate the remainder of the source file.
  /external/smali/util/src/main/java/ds/tree/
RadixTreeImpl.java 162 throw new DuplicateKeyException("Duplicate key: '" + key + "'");
206 throw new DuplicateKeyException("Duplicate key");
  /external/tcpdump/
README 115 current send (on duplicate packets only). Duplicate
  /external/v8/src/
deoptimizer.h 567 // A prefix indicating that the next command is a duplicate of the one
569 DUPLICATE
  /external/valgrind/main/coregrind/
m_execontext.c 48 /* The first 4 IP values are used in comparisons to remove duplicate
294 stack, and hand the results off to the duplicate-trace-finder
  /frameworks/base/core/java/android/security/
IKeystoreService.java 414 public int duplicate(String srcKey, int srcUid, String destKey, int destUid) method in class:IKeystoreService.Stub.Proxy
581 public int duplicate(String srcKey, int srcUid, String destKey, int destUid) method in interface:IKeystoreService
  /frameworks/native/include/utils/
BasicHashtable.h 165 * This class supports storing entries with duplicate keys. Of course, it can't
285 * If an entry with the same key already exists, then a duplicate entry is added.
  /libcore/luni/src/main/java/java/lang/
Throwable.java 240 * Counts the number of duplicate stack frames, starting from the
246 * @return the number of duplicate stack frames.
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeTypeAndValue.java 435 // check wrong static initialization: no duplicate OIDs
438 "duplicate OIDs: " + oid.getName() + " " + list[i].getName());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 129 /* Duplicate S, returning an identical malloc'd string. */
143 /* Duplicate S, returning an identical alloca'd string. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 129 /* Duplicate S, returning an identical malloc'd string. */
143 /* Duplicate S, returning an identical alloca'd string. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 129 /* Duplicate S, returning an identical malloc'd string. */
143 /* Duplicate S, returning an identical alloca'd string. */
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 195 throw new IllegalArgumentException("Duplicate expectations for " + name);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 102 .duplicate().position(3));

Completed in 616 milliseconds

<<21222324252627282930>>