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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 453 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
461 __u32 dup_corr; /* duplicate correlation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 453 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
461 __u32 dup_corr; /* duplicate correlation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 453 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member in struct:tc_netem_qopt
461 __u32 dup_corr; /* duplicate correlation */
  /external/checkpolicy/
policy_define.c 172 yyerror2("duplicate declaration of class %s", id);
307 yyerror2("duplicate initial SID %s", id);
470 yyerror2("duplicate declaration for common %s\n", id);
483 yyerror("duplicate common definition");
515 yyerror2("duplicate permission %s in common %s", perm,
571 yyerror("duplicate access vector definition");
638 yyerror2("duplicate permission %s", id);
714 yyerror("duplicate declaration of sensitivity level");
752 ("duplicate declaration of sensitivity alias");
883 yyerror("duplicate declaration of category")
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 577 * ignoring duplicate elements (only the first duplicate element is added).
592 * ignoring duplicate elements (only the first duplicate element is added).
610 * ignoring duplicate elements (only the first duplicate element is added).
ImmutableSortedSet.java 504 * ignoring duplicate elements (only the first duplicate element is added).
517 * ignoring duplicate elements (only the first duplicate element is added).
530 * ignoring duplicate elements (only the first duplicate element is added).
ImmutableMultimap.java 119 * value orderings, allows duplicate values, and performs better than
134 * duplicate values,
563 * mappings the key has in the multimap. Duplicate keys appear consecutively
LinkedHashMultimap.java 38 * Implementation of {@code Multimap} that does not allow duplicate key-value
57 * <p>The multimap does not store duplicate key-value pairs. Adding a new
112 * input multimap, except for excluding duplicate mappings.
package-info.java 33 * <dd>An extension of {@link java.util.Collection} that may contain duplicate
46 * duplicate entries, supports random access of values for a particular key,
55 * order-independent equality and does not allow duplicate entries; that is,
  /system/security/keystore/
IKeystoreService.cpp 496 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey, function in class:android::BpKeystoreService
505 status_t status = remote()->transact(BnKeystoreService::DUPLICATE, data, &reply);
507 ALOGD("duplicate() could not contact remote: %d\n", status);
513 ALOGD("duplicate() caught exception %d\n", err);
809 case DUPLICATE: {
815 int32_t ret = duplicate(srcKey, srcUid, destKey, destUid);
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 76 boolean duplicate;
81 // Don't emit duplicate functions
85 duplicate = false;
87 duplicate = true;
92 if (!duplicate) {
99 if (!duplicate) {
111 duplicate = false;
113 duplicate = true;
118 if (!duplicate) {
124 if (!duplicate) {
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 628 int duplicate; local
630 duplicate = (sm->reqId == sm->lastId) && sm->rxReq;
631 if (sm->workaround && duplicate &&
635 * duplicate EAP requests. However, this misses cases where the
638 * an extra verification for the packets being duplicate to
644 "duplicate packet");
645 duplicate = 0;
648 return duplicate;
654 int duplicate = eap_peer_req_is_duplicate(sm); local
674 else if (sm->rxReq && duplicate)
    [all...]
  /frameworks/base/libs/androidfw/
KeyCharacterMap.cpp 759 ALOGE("%s: Duplicate keyboard 'type' declaration.",
821 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(),
852 ALOGE("%s: Duplicate entry for key code '%s'.", mTokenizer->getLocation().string(),
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 81 * to support the ability to create duplicate handles
115 /* need to track file opens for duplicate handles */
516 * Duplicate a file handle
542 /* set the duplicate handle flag */
573 /* check for duplicate handle */
580 /* check for duplicate */
583 /* is there more than one duplicate? */
591 /* this is the first duplicate found */
598 /* there is only one duplicate, clear the dup flag */
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 57 * Stores the original key so that duplicate keys can be rejected
93 * may be NULL). Duplicate entries are chained from
105 /** Indicates whether the table allows duplicate keys
342 struct ANTLR3_TRIE_ENTRY_struct * next; /* Allows duplicate entries for same key in insertion order */
380 ANTLR3_BOOLEAN allowDups; /* Whether this trie accepts duplicate keys */
  /external/jpeg/
jdmainct.c 98 * At top and bottom of the image, we diddle the pointer lists to duplicate
227 * pointers to duplicate the first actual data line. This only needs
267 /* Change the pointer lists to duplicate the last sample row at the bottom
291 /* Duplicate the last real sample row rgroup*2 times; this pads out the
421 /* Check for bottom of image: if so, tweak pointers to "duplicate"
rdtarga.c 68 int dup_pixel_count; /* # of times to duplicate previous pixel */
142 /* Duplicate previously read pixel? */
151 if (i & 0x80) { /* Start of duplicate-pixel block? */
  /external/qemu/distrib/jpeg-6b/
jdmainct.c 98 * At top and bottom of the image, we diddle the pointer lists to duplicate
227 * pointers to duplicate the first actual data line. This only needs
267 /* Change the pointer lists to duplicate the last sample row at the bottom
291 /* Duplicate the last real sample row rgroup*2 times; this pads out the
421 /* Check for bottom of image: if so, tweak pointers to "duplicate"
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDataItem.java 96 System.err.println(String.format("Ignoring duplicate static field definition: %s",
111 System.err.println(String.format("Ignoring duplicate instance field definition: %s",
127 System.err.println(String.format("Ignoring duplicate direct method definition: %s",
145 throw new RuntimeException(String.format("Duplicate direct+virtual method definition: %s",
149 System.err.println(String.format("Ignoring duplicate virtual method definition: %s",
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 240 Assert.fail("Duplicate Content-Length: " + line);
248 Assert.fail("Duplicate Transfer-Encoding: "
428 // send duplicate headers
  /external/emma/core/java12/com/vladium/util/
Files.java 32 * No duplicate elimination.
75 * of files follows the original order of path segments, except "duplicate"
83 * Note that duplicate removal in classpaths affects ClassLoader.getResources().
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java 118 * value orderings, allows duplicate values, and performs better than
133 * duplicate values,
553 * mappings the key has in the multimap. Duplicate keys appear consecutively
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableBiMapTest.java 337 assertEquals("duplicate key: one", expected.getMessage());
410 assertEquals("duplicate key: one", expected.getMessage());
484 assertEquals("duplicate key: 1", expected.getMessage());
  /external/icu4c/i18n/
uspoof_wsconf.cpp 261 // Eliminate duplicate script sets. At this point we have a separate
273 // This set was already identified as a duplicate.
296 // Update the Trie values to be reflect the run time script indexes (after duplicate merging).
  /external/llvm/lib/Analysis/
PathNumbering.cpp 227 // Returns the duplicate number of the edge.
294 // is this edge a duplicate?
404 // is this edge a duplicate?

Completed in 956 milliseconds

<<11121314151617181920>>