/libcore/luni/src/main/java/java/nio/ |
CharSequenceAdapter.java | 51 return duplicate(); 60 public CharBuffer duplicate() { method in class:CharSequenceAdapter
|
/dalvik/tests/044-proxy/src/ |
Clash.java | 24 * duplicate methods (primitive vs. object).
|
Clash3.java | 24 * duplicate methods (type tree with interface).
|
Clash4.java | 24 * duplicate methods (tree of types).
|
/external/chromium/chrome/browser/search_engines/ |
template_url_fetcher_unittest.cc | 231 { "Duplicate keyword and osdd url with autodetected provider.", 233 { "Duplicate keyword and osdd url with explicit provider.", 235 { "Duplicate osdd url with explicit provider.", 238 { "Duplicate keyword with explicit provider.",
|
/external/chromium/net/websockets/ |
websocket_handshake_draft75.h | 50 // Returns false otherwise (e.g. duplicate WebSocket-Origin: header, etc.)
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt.h | 59 CRYPT_PK_DUP, /* Duplicate key already in key ring */
|
/external/dropbear/libtomcrypt/src/misc/ |
error_to_string.c | 49 "Duplicate PK key found on keyring.",
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
SetTestSuiteBuilder.java | 52 // duplicate elements, there are no tests for Set.removeAll() that aren't
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
ListIndexOfTester.java | 50 assertEquals("indexOf(duplicate) should return index of first occurrence",
|
ListLastIndexOfTester.java | 51 "lastIndexOf(duplicate) should return index of last occurrence",
|
/external/icu4c/common/ |
ustr_titlecase_brkiter.cpp | 34 * Duplicate of the same function in ustrcase.cpp, to keep it inline.
|
/external/jmonkeyengine/ |
README | 24 this library, you will need to duplicate the resources you need into the assets
|
/external/kernel-headers/original/linux/ |
posix_acl.h | 51 * Duplicate an ACL handle.
|
/external/llvm/test/CodeGen/AArch64/ |
fastcc-reserved.ll | 25 ; back where it needs to be, we shouldn't duplicate that
|
/external/llvm/test/CodeGen/X86/ |
and-su.ll | 3 ; Don't duplicate the load.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
ProtectionSpecificHeader.java | 71 ByteBuffer data = getData().duplicate();
|
/external/qemu/slirp/ |
tcp_var.h | 203 u_long tcps_rcvduppack; /* duplicate-only packets received */ 204 u_long tcps_rcvdupbyte; /* duplicate-only bytes received */ 205 u_long tcps_rcvpartduppack; /* packets with some duplicate data */ 213 u_long tcps_rcvdupack; /* rcvd duplicate acks */
|
/external/skia/legacy/src/xml/ |
SkXMLParser.cpp | 17 "duplicate ID ",
|
/external/skia/src/gpu/effects/ |
GrConvolutionEffect.h | 68 // and not have to duplicate this calculation.
|
/external/skia/src/xml/ |
SkXMLParser.cpp | 17 "duplicate ID ",
|
/external/v8/test/mjsunit/regress/ |
regress-1104.js | 29 // an arguments object access should not record duplicate AST IDs for
|
regress-1149.js | 28 // We should not try to record duplicate bailout IDs for the 'left-hand
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
10.1.3-1.js | 38 * SUMMARY: Testing functions having duplicate formal parameter names 48 var summary = 'Testing functions having duplicate formal parameter names'; 88 * If the value of the last duplicate parameter is not provided by 102 * f.toString() should preserve any duplicate formal parameter names that exist
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
flakytestreporter_unittest.py | 86 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments. 122 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
|