/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsDoubleBuffer.java | 77 public DoubleBuffer duplicate() { method in class:ByteBufferAsDoubleBuffer 78 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
|
ByteBufferAsFloatBuffer.java | 76 public FloatBuffer duplicate() { method in class:ByteBufferAsFloatBuffer 77 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
|
ByteBufferAsIntBuffer.java | 77 public IntBuffer duplicate() { method in class:ByteBufferAsIntBuffer 78 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
|
ByteBufferAsLongBuffer.java | 77 public LongBuffer duplicate() { method in class:ByteBufferAsLongBuffer 78 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
|
ByteBufferAsShortBuffer.java | 76 public ShortBuffer duplicate() { method in class:ByteBufferAsShortBuffer 77 ByteBuffer bb = byteBuffer.duplicate().order(byteBuffer.order());
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 47 * Confirm not a duplicate account 60 * Confirm not a duplicate account
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
UninstallShortcutReceiver.java | 99 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true); 120 if (!duplicate) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfghooks.h | 41 be equivalent to E in the case of duplicate edges being removed) or NULL 80 /* Duplicate block A. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfghooks.h | 41 be equivalent to E in the case of duplicate edges being removed) or NULL 80 /* Duplicate block A. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfghooks.h | 41 be equivalent to E in the case of duplicate edges being removed) or NULL 80 /* Duplicate block A. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfghooks.h | 41 be equivalent to E in the case of duplicate edges being removed) or NULL 80 /* Duplicate block A. */
|
/system/security/keystore/include/keystore/ |
IKeystoreService.h | 52 DUPLICATE = IBinder::FIRST_CALL_TRANSACTION + 20, 103 virtual int32_t duplicate(const String16& srcKey, int32_t srcUid, const String16& destKey,
|
/external/v8/src/ |
deoptimizer.cc | 685 // Ignore commands marked as duplicate and act on the first non-duplicate. 688 while (opcode == Translation::DUPLICATE) { 699 case Translation::DUPLICATE: 876 bool duplicate = (opcode == Translation::DUPLICATE); local 877 if (duplicate) { 886 case Translation::DUPLICATE: [all...] |
/external/icu4c/common/unicode/ |
stringtriebuilder.h | 150 * an equivalent node if newNode is a duplicate. 157 * Avoids creating a node if the value is a duplicate. 198 * This is to avoid writing a duplicate node twice. 205 * it is a duplicate of a node previously written elsewhere. 249 // (stack-allocated so that we don't unnecessarily create lots of duplicate nodes)
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbMessage.java | 45 * to detect the receipt of a duplicate message to be discarded. In CDMA, the message ID is 52 * <p>The SMS dispatcher does not detect duplicate messages. However, it does concatenate the 107 * a cell broadcast for duplicate detection. 244 * the location code uniquely identify a cell broadcast for duplicate detection. 259 * @return the geographical location code for duplicate message detection
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaSMSDispatcher.java | 161 // See if we have a network duplicate SMS. 264 // Some carriers incorrectly send duplicate port fields in omadm wap pushes. 268 index = index + 4; // skip duplicate port fields 405 * @return True if OrigPdu is OmaDM Push Message which has duplicate ports. 406 * False if OrigPdu is NOT OmaDM Push Message which has duplicate ports.
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertService.java | 60 /** Container for message ID and geographical scope, for duplicate message detection. */ 93 /** Cache of received message IDs, for duplicate message detection. */ 141 // Check for duplicate message IDs according to CMAS carrier requirements. Message IDs 147 // Add the new message ID to the list. It's okay if this is a duplicate message ID, 164 Log.d(TAG, "ignoring duplicate alert with " + newMessageId);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 176 Loge("Registering a duplicate Channel " + channel.getChannelName()); 366 // This is a duplicate connection. 367 Loge("Duplicate connection to a connected Channel " + channel_name); 378 // This is a duplicate. 379 Loge("Duplicate connection to a pending Socket " + channel_name);
|
/external/e2fsprogs/e2fsck/ |
problem.c | 506 /* Duplicate or bad blocks in use! */ 508 N_("Duplicate or bad @b in use!\n"), 895 /* Pass 1B: Rescan for duplicate/bad blocks */ 901 /* Duplicate/bad block(s) header */ 906 /* Duplicate/bad block(s) in inode */ 911 /* Duplicate/bad block(s) end */ 948 /* File has duplicate blocks */ 954 /* List of files sharing duplicate blocks */ 964 /* Report of how many duplicate/bad inodes */ 974 /* Clone duplicate/bad blocks? * [all...] |
/external/checkpolicy/ |
module_compiler.c | 123 * For duplicate declarations return -2. For all else, including out 283 yyerror("duplicate declaration of role"); 342 /* error occurred (can't have duplicate type declarations) */ 353 yyerror2("duplicate declaration of type/attribute"); 487 yyerror("duplicate declaration of user"); 616 * datum. If symbols may not be declared here return -1. For duplicate 777 yyerror("duplicate declaration of class"); 899 yyerror("duplicate declaration of role"); 968 yyerror("duplicate declaration of type/attribute"); 1029 yyerror("duplicate declaration of user") [all...] |
/dalvik/vm/reflect/ |
Proxy.cpp | 200 * with a duplicate name. 316 * ahead of the duplicate processing. 352 * Identify and remove duplicates, where "duplicate" means it has the 355 * If duplicate methods have different return types, we want to use the 356 * first method whose return type is assignable from all other duplicate 364 * All other duplicate methods are stripped out. 368 * throwables (or have no common throwables with duplicate methods) will 381 * for a duplicate. If we find a match, we see if the other methods' 417 * Duplicate method, check return type. If it's a primitive [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest5.java | 359 boolean duplicate = false; 362 duplicate = true; 364 if (!duplicate)
|
/external/chromium/chrome/browser/history/ |
history_querying_unittest.cc | 154 // Test duplicate collapsing. 335 case, we should fix this test to duplicate that situation. 337 // Tests duplicate collapsing and not in Full Text Search situations.
|
/external/guava/guava/src/com/google/common/collect/ |
TreeBasedTable.java | 359 boolean duplicate = 362 // Keep looping till we find a non-duplicate value. 363 if (!duplicate) {
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedHashMultimap.java | 34 * Implementation of {@code Multimap} that does not allow duplicate key-value 53 * <p>The multimap does not store duplicate key-value pairs. Adding a new 108 * input multimap, except for excluding duplicate mappings.
|