/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 | 644 int duplicate; local 646 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; 647 if (sm->workaround && duplicate && 651 * duplicate EAP requests. However, this misses cases where the 654 * an extra verification for the packets being duplicate to 660 "duplicate packet"); 661 duplicate = 0; 664 return duplicate; 670 int duplicate = eap_peer_req_is_duplicate(sm); local 690 else if (sm->rxReq && duplicate) [all...] |
/external/deqp/framework/delibs/depool/ |
deMemPool.c | 531 * \brief Duplicate a piece of memory into a memory pool. 533 * \param ptr Piece of memory to duplicate. 545 * \brief Duplicate a string into a memory pool. 547 * \param str String to duplicate. 560 * \brief Duplicate a string into a memory pool, with a maximum length. 562 * \param str String to duplicate. 563 * \param maxLength Maximum number of characters to duplicate.
|
/frameworks/native/libs/input/ |
KeyCharacterMap.cpp | 761 ALOGE("%s: Duplicate keyboard 'type' declaration.", 823 ALOGE("%s: Duplicate entry for key %s '%s'.", mTokenizer->getLocation().string(), 854 ALOGE("%s: Duplicate entry for key code '%s'.", mTokenizer->getLocation().string(), [all...] |
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 80 * to support the ability to create duplicate handles 114 /* need to track file opens for duplicate handles */ 515 * Duplicate a file handle 541 /* set the duplicate handle flag */ 572 /* check for duplicate handle */ 579 /* check for duplicate */ 582 /* is there more than one duplicate? */ 590 /* this is the first duplicate found */ 597 /* 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/chromium_org/components/password_manager/core/browser/ |
password_form_manager_unittest.cc | 633 credentials.other_possible_usernames.push_back(ASCIIToUTF16("duplicate")); 634 credentials.other_possible_usernames.push_back(ASCIIToUTF16("duplicate")); 641 // SSN, duplicate in |other_possible_usernames| and duplicate of 644 expected.push_back(ASCIIToUTF16("duplicate"));
|
/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"
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdmainct.c | 99 * At top and bottom of the image, we diddle the pointer lists to duplicate
228 * pointers to duplicate the first actual data line. This only needs
268 /* Change the pointer lists to duplicate the last sample row at the bottom
292 /* Duplicate the last real sample row rgroup*2 times; this pads out the
422 /* Check for bottom of image: if so, tweak pointers to "duplicate"
|
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
JDWPConstants.java | 431 public static final int DUPLICATE = 40; 554 case DUPLICATE: 555 return "DUPLICATE";
|
/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/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.cc | 374 // Sort matches such that duplicate matches are consecutive. 378 // Set duplicate_matches for the first match before erasing duplicate 393 // Erase duplicate matches.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
View.js | 668 * @suppress {duplicate} 680 * @suppress {duplicate} 691 * @suppress {duplicate}
|
/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_wsconf.cpp | 263 // Eliminate duplicate script sets. At this point we have a separate 275 // This set was already identified as a duplicate. 298 // Update the Trie values to be reflect the run time script indexes (after duplicate merging).
|
/external/chromium_org/tools/metrics/histograms/ |
extract_histograms.py | 189 logging.error('Duplicate enum %s', name) 207 logging.error('Duplicate enum value %d for enum %s', int_value, name) 248 logging.error('Duplicate histogram definition %s', name)
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 392 Input.push_back(Replacement("fileA", 50, 0, " foo ")); // Duplicate 417 Input.push_back(Replacement("fileA", 0, 5, " foo ")); // Duplicate not a 425 // One duplicate is removed and the remaining three items form one
|
/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/src/com/google/common/collect/ |
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,
|
/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/icu/icu4c/source/i18n/ |
dtfmtsym.cpp | 742 // we always own the new list, which we create here (we duplicate rather 756 // we always own the new list, which we create here (we duplicate rather 770 // we always own the new list, which we create here (we duplicate rather 784 // we always own the new list, which we create here (we duplicate rather 798 // we always own the new list, which we create here (we duplicate rather 809 // we always own the new list, which we create here (we duplicate rather 878 // we always own the new list, which we create here (we duplicate rather 892 // we always own the new list, which we create here (we duplicate rather 903 // we always own the new list, which we create here (we duplicate rather [all...] |
uspoof_wsconf.cpp | 262 // Eliminate duplicate script sets. At this point we have a separate 274 // This set was already identified as a duplicate. 297 // Update the Trie values to be reflect the run time script indexes (after duplicate merging).
|