HomeSort by relevance Sort by last modified time
    Searched full:pair (Results 326 - 350 of 1449) sorted by null

<<11121314151617181920>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 59 * <p>Note that the "value" portion of the key-value pair may wrap over several text lines
199 * and thus there is a new key=value pair to parse, and the previous key-value pair is
244 * Stores the currently parsed key-value pair into mCurrentTestInfo.
302 * Parses the start of a key=value pair.
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 42 import android.util.Pair;
183 final ArrayList<Pair<Bundle, Long>> periodicSyncs;
193 periodicSyncs = new ArrayList<Pair<Bundle, Long>>();
194 periodicSyncs.add(Pair.create(new Bundle(), DEFAULT_POLL_FREQUENCY_SECONDS));
476 public Pair<Long, Long> getBackoff(Account account, String providerName) {
482 return Pair.create(authority.backoffTime, authority.backoffDelay);
574 Pair<Bundle, Long> syncInfo = authority.periodicSyncs.get(i);
580 authority.periodicSyncs.set(i, Pair.create(extras, period));
588 authority.periodicSyncs.add(Pair.create(extras, period));
596 Iterator<Pair<Bundle, Long>> iterator = authority.periodicSyncs.iterator()
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 75 * Note: the low register of a floating point pair is sufficient to
77 * allow for asserts to verify that the pair is consecutive if significant
79 * code that reg locations always describe doubles as a pair of singles.
97 * Data structure tracking the mapping between a Dalvik register (pair) and a
98 * native register (pair). The idea is to reuse the previously loaded value
105 bool pair; // Part of a register pair? member in struct:RegisterInfo
106 int partner; // If pair, other reg of pair
    [all...]
  /development/host/windows/usb/legacy/driver/
android_usb_device_object.cpp     [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseIntArrayTest.java 298 // test removal of one key/value pair, varying the index
313 // remove the 0th pair repeatedly until the array is empty
327 // test removal of a pair from an empty array
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
FilePreferencesImpl.java 79 //internal cache for prefs key-value pair
88 //cache for removed prefs key-value pair
91 //cache for updated prefs key-value pair
  /development/simulator/app/
MessageStream.cpp 36 * Send a "name=value" config pair.
56 * Try to return the contents of the message as if it were a name/value pair.
70 * Send a command/arg pair.
  /external/icu4c/test/intltest/
icusvtst.cpp 701 const StringPair* pair = (const StringPair*)names[i]; local
702 logln(" " + pair->displayName + " --> " + pair->id);
741 const StringPair* pair = (const StringPair*)names[i]; local
742 logln(" " + pair->displayName + " --> " + pair->id);
913 const StringPair* pair = (const StringPair*)names[i]; local
914 logln(" " + pair->displayName + " --> " + pair->id);
938 const StringPair* pair = (const StringPair*)names[i] local
    [all...]
  /external/stlport/test/eh/
Prefix.h 292 template <class Pair, class U>
294 struct eh_select1st_hint : public unary_function<Pair, U> {
295 const U& operator () (const Pair& x) const { return x.first; }
  /dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html 55 vI must not be part of a register pair
opcode-59-iput.html 47 <td><code>A:</code> source value register or pair; (4 bits)<br/>
opcode-67-sput.html 47 <td><code>A:</code> source value register or pair; (8 bits)<br/>
  /dalvik/dx/src/com/android/dx/ssa/back/
InterferenceGraph.java 58 * Adds a register pair to the interference/liveness graph. Parameter
  /dalvik/libcore/luni/src/main/java/java/util/
Comparator.java 25 * method has to return zero for each pair of elements (a,b) where a.equals(b)
Dictionary.java 96 * Removes the key/value pair with the specified {@code key} from this
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509Principal.java 99 * presented, otherwise the encoding will start with the last (name, value) pair
  /dalvik/vm/mterp/armv5te/
OP_CMP_LONG.S 11 * faster or slower by splitting the LDM into a pair of LDRs.
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 40 * is performed around a center point on the 2D space, definied by a pair
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 26 * Render a pair of tumbling cubes.
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 26 * Render a pair of tumbling cubes.
  /development/simulator/wrapsim/
FakeDev.h 37 /* in some cases we use a pair; this is the other one */
  /external/bison/src/
muscle_tab.h 98 /* MUSCLE is an M4 list of pairs. Create or extend it with the pair
  /external/dhcpcd/
signals.c 83 /* Call this before doing anything else. Sets up the socket pair
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_encrypt_key.c 78 /* make a random x, g^x pair */
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_make_key.c 25 @param key [out] Destination of a newly created private key pair

Completed in 165 milliseconds

<<11121314151617181920>>