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

<<21222324252627282930>>

  /frameworks/base/core/java/android/util/
LongSparseArray.java 296 * Puts a key/value pair into the array, optimizing for the case where
SparseArray.java 272 * Puts a key/value pair into the array, optimizing for the case where
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 42 * will be called outside of the {@link #startSession}/{@link #endSession} pair.
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 11 <p>The table below lists the intents that your application can send, to invoke Google applications on Android devices in certain ways. For each action/uri pair, the table describes how the receiving Google application handles the intent. </p>
  /packages/apps/Email/src/com/android/email/mail/
Folder.java 210 * In a single transaction: Set a key/value pair for the folder, and bulk set or clear
  /packages/apps/Email/tests/src/com/android/email/
UtilityUnitTests.java 148 checkIsFirstUtf8Byte("\uD852\uDF62"); // 4 bytes in UTF-8. (surrogate pair)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h 143 (source file, line) pair can be deduced. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 48 * @param args name-value pair of arguments to pass to parent JUnit runner.
  /sdk/emulator/qtools/
bbprof.cpp 151 // thumb_pair is true if this is the first of a pair of
  /system/core/libpixelflinger/tinyutils/
TypeHelpers.h 206 * a key/value pair
  /system/extras/tests/sdcard/
stopwatch.cpp 162 // stop pair. The diff is accumulated in mDuration and inserted in
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
tiQosTypes.h 229 /* This type represents a pair of
  /bionic/libc/include/sys/
queue.h 56 * A simple queue is headed by a pair of pointers, one the head of the
63 * A tail queue is headed by a pair of pointers, one to the head of the
70 * A circle queue is headed by a pair of pointers, one to the head of the
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 575 for (AnnotationDesc.ElementValuePair pair : annotationDesc
580 element.setValue(convertAnnotationValue(pair.value()));
581 String name = pair.element().name();
  /external/guava/javadoc/com/google/common/util/concurrent/
ExecutionList.html 156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the runnable/executor pair to the list of pairs to execute.</TD>
213 <DD>Add the runnable/executor pair to the list of pairs to execute. Executes
214 the pair immediately if we've already started execution.
  /external/icu4c/common/unicode/
uiter.h 596 * (byte vector with a big-endian pair of bytes per UChar).
608 * (NUL means pair of 0 bytes at even index from s)
636 * of a surrogate pair
  /external/icu4c/layoutex/layout/
RunArrays.h 327 * Add an <code>LEFontInstance</code> and limit index pair to the data arrays and return
464 * Add a <code>Locale</code> and limit index pair to the data arrays and return
602 * Add an integer value and limit index pair to the data arrays and return
  /external/stlport/stlport/stl/
_algo.h 527 pair<_ForwardIter, _ForwardIter>
534 inline pair<_ForwardIter, _ForwardIter>
544 inline pair<_ForwardIter, _ForwardIter>
  /external/v8/src/
heap-profiler.cc 432 ClusterBackRefs pair(cluster);
434 current_pair_ = &pair;
438 sim_list_.Add(pair);
  /external/v8/tools/
profile.js 539 var pair = pairsToProcess.next();
540 var node = pair.node;
541 var newParam = f(node, pair.param);
  /external/webkit/JavaScriptCore/icu/unicode/
uiter.h 596 * (byte vector with a big-endian pair of bytes per UChar).
608 * (NUL means pair of 0 bytes at even index from s)
636 * of a surrogate pair
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 259 // test as a pair with an adjacent character.
295 int pair = ch1 | (ch2 << 16); local
297 failures.append(branch32(NotEqual, character, Imm32(pair)));
  /external/webkit/JavaScriptGlue/icu/unicode/
uiter.h 596 * (byte vector with a big-endian pair of bytes per UChar).
608 * (NUL means pair of 0 bytes at even index from s)
636 * of a surrogate pair
  /external/webkit/WebCore/icu/unicode/
uiter.h 596 * (byte vector with a big-endian pair of bytes per UChar).
608 * (NUL means pair of 0 bytes at even index from s)
636 * of a surrogate pair
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 557 var pair = nodesToTraverse.shift();
558 var parent = pair.parent;
559 var children = pair.children;

Completed in 579 milliseconds

<<21222324252627282930>>