/frameworks/base/core/java/android/content/ |
SyncQueue.java | 22 import android.util.Pair; 130 public Pair<SyncOperation, Long> nextOperation() { 137 Pair<Long, Long> backoff = mSyncStorageEngine.getBackoff(op.account, op.authority); 166 return Pair.create(best, bestRunTime); 175 public Pair<SyncOperation, Long> nextReadyToRun(long now) { 176 Pair<SyncOperation, Long> nextOpAndRunTime = nextOperation();
|
/cts/tools/vm-tests/src/dot/junit/opcodes/move_wide/ |
Test_move_wide.java | 95 * register pair, but not touching the other half, the old register pair gets broken
|
/dalvik/docs/opcodes/ |
opcode-0c-move-result-object.html | 72 If register v(A-1) is the lower half of a register pair, register v(A-1)' 76 If register v(A+1) is the upper half of a register pair, register v(A+1)'
|
opcode-10-return-wide.html | 34 <td><code>A:</code> return value register-pair (8 bits)</td> 50 Register vA must be the lower half of a register pair.
|
opcode-12-const.html | 88 If v(A-1) is the lower half of a register pair, v(A-1)' becomes undefined. 91 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
|
opcode-1b-const-class.html | 73 If v(A-1) is the lower half of a register pair, v(A-1)' becomes undefined. 76 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
|
opcode-20-instance-of.html | 87 If v(A-1) is the lower half of a register pair, v(A-1)' becomes undefined. 90 If v(A+1) is the upper half of a register pair, v(A+1)' becomes undefined.
|
opcode-22-new-instance.html | 76 If v(A-1) is the lower part of a register pair, v(A-1)' becomes undefined. 79 If v(A+1) is the upper part of a register pair, v(A+1)' becomes undefined.
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
GBCharsetEncoderTest.java | 78 // valid surrogate pair 80 // invalid surrogate pair
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
NameList.java | 58 * Test if the pair namespaceURI/name is part of this 62 * @return <code>true</code> if the pair namespaceURI/name has been
|
/external/opencore/fileformats/id3parcom/include/ |
pv_id3_parcom_types.h | 53 /** Shared pointer of a key-value pair */ 56 /** Vector of shared pointer of a key-value pair */
|
/external/webkit/WebCore/accessibility/ |
AccessibilityARIAGridCell.cpp | 66 void AccessibilityARIAGridCell::rowIndexRange(pair<int, int>& rowRange) 77 void AccessibilityARIAGridCell::columnIndexRange(pair<int, int>& columnRange)
|
AccessibilityTableCell.h | 50 virtual void rowIndexRange(pair<int, int>& rowRange); 52 virtual void columnIndexRange(pair<int, int>& columnRange);
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_reliability_tests.py | 74 pair = line.split("|") 75 if len(pair) != 2: 78 if pair[0] not in load_times: 79 load_times[pair[0]] = [] 81 pair[1] = int(pair[1]) 85 load_times[pair[0]].append(pair[1])
|
/external/qemu/ |
exec-all.h | 198 /* Gets translated PC for a given (translated PC, guest PC) pair. 200 * Translated PC, or NULL if pair index was too large. 203 tb_get_tb_pc(const TranslationBlock* tb, unsigned int pair) 205 return (tb->tpc2gpc != NULL && pair < tb->tpc2gpc_pairs) ? 206 tb->tpc2gpc[pair * 2] : 0; 209 /* Gets guest PC for a given (translated PC, guest PC) pair. 211 * Guest PC, or NULL if pair index was too large. 214 tb_get_guest_pc(const TranslationBlock* tb, unsigned int pair) 216 return (tb->tpc2gpc != NULL && pair < tb->tpc2gpc_pairs) ? 217 tb->tpc2gpc[pair * 2 + 1] : 0 [all...] |
/external/webkit/JavaScriptCore/wtf/ |
HashMap.h | 71 // return value is a pair of the iterator to the key location, 73 pair<iterator, bool> set(const KeyType&, const MappedType&); 76 // return value is a pair of the iterator to the key location, 78 pair<iterator, bool> add(const KeyType&, const MappedType&); 101 template<typename T, typename HashTranslator> pair<iterator, bool> add(const T&, const MappedType&); 106 pair<iterator, bool> inlineAdd(const KeyType&, const MappedType&); 236 inline pair<typename HashMap<T, U, V, W, X>::iterator, bool> 244 pair<typename HashMap<T, U, V, W, X>::iterator, bool> 247 pair<iterator, bool> result = inlineAdd(key, mapped); 257 pair<typename HashMap<T, U, V, W, X>::iterator, bool [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
DHBasicKeyPairGenerator.java | 14 * a basic Diffie-Helman key pair generator.
|
DHKeyPairGenerator.java | 14 * a Diffie-Helman key pair generator.
|
DSAKeyPairGenerator.java | 15 * a DSA key pair generator.
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
Ralloc.c | 26 * Alloc a pair of core registers, or a double. Low reg in low byte,
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Ralloc.c | 26 * Alloc a pair of core registers, or a double. Low reg in low byte,
|
/dalvik/vm/mterp/armv5te/ |
OP_AGET.S | 7 * instructions. We use a pair of FETCH_Bs instead.
|
OP_APUT.S | 7 * instructions. We use a pair of FETCH_Bs instead.
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_WIDE_16.S | 24 * into the specified register-pair
|
OP_CONST_WIDE_32.S | 24 * into the specified register-pair
|