HomeSort by relevance Sort by last modified time
    Searched refs:pairs (Results 26 - 50 of 69) sorted by null

12 3

  /external/bison/build-aux/
ylwrap 56 Any number of OUTPUT,DESIRED pairs may be used.
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 324 Collection<NameValuePair> pairs = annotation.getNameValuePairs(); local
325 int size = pairs.size();
334 for (NameValuePair pair : pairs) {
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 433 ElementValuePair[] pairs = annot.elementValues(); local
434 for (ElementValuePair kv : pairs) {
471 ElementValuePair[] pairs = targetAnnot.elementValues(); local
474 for (ElementValuePair kval : pairs) {
  /external/v8/src/mips/
full-codegen-mips.cc 113 void FullCodeGenerator::DeclareGlobals(Handle<FixedArray> pairs) {
codegen-mips.cc 99 void CodeGenerator::DeclareGlobals(Handle<FixedArray> pairs) {
codegen-mips.h 206 // name/value pairs.
207 void DeclareGlobals(Handle<FixedArray> pairs);
  /cts/tools/test-progress-new/src/testprogress2/
TestTargetNew.java 204 ElementValuePair[] pairs = targetAnnot.elementValues(); local
207 for (ElementValuePair kval : pairs) {
  /external/icu4c/test/intltest/
tstnorm.cpp 1772 static const StringPair pairs[]={ local
1802 static const StringPair pairs[]={ local
    [all...]
transtst.cpp     [all...]
  /device/samsung/crespo/alsa-utils/alsactl/
init_parse.c 66 struct pair *pairs; member in struct:space
100 struct pair *pair = space->pairs;
110 space->pairs = NULL;
142 struct pair *pair = space->pairs;
174 pair->next = space->pairs;
175 space->pairs = pair;
    [all...]
  /external/skia/src/svg/
SkSVGPaintState.cpp 87 // iterate through colon / semi-colon delimited pairs
88 int pairs = SkParse::Count(attrValue, ';'); local
101 } while (--pairs);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 25 5. header fields (space separated) (key/value pairs)
  /external/v8/src/
full-codegen.h 349 void DeclareGlobals(Handle<FixedArray> pairs);
regexp.js 313 // pairs for the match and all the captured substrings), the invariant is
  /external/v8/src/arm/
codegen-arm.h 343 // name/value pairs.
344 void DeclareGlobals(Handle<FixedArray> pairs);
  /external/libvpx/vp8/encoder/arm/neon/
variance_neon.asm 46 ;VPADAL adds adjacent pairs of elements of a vector, and accumulates
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 144 * with an array of (key, value) pairs. Both the key and value are
152 KeyValue[] pairs; field in class:CalendarProvider2Test.Update
154 public Update(String eventName, KeyValue[] pairs) {
156 this.pairs = pairs;
166 for (KeyValue pair : pairs) {
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 3766 static const char* const pairs[][2] = { local
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 3779 static const char* const pairs[][2] = { local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 536 // name/value pairs.
537 void DeclareGlobals(Handle<FixedArray> pairs);
    [all...]
  /external/v8/src/x64/
codegen-x64.h 520 // name/value pairs.
521 void DeclareGlobals(Handle<FixedArray> pairs);
  /build/core/
Makefile 41 $(call collapse-pairs, $(ADDITIONAL_DEFAULT_PROPERTIES))
57 $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 633 final Bundle pairs = intent local
635 if (pairs != null && !pairs.isEmpty()) {
636 Iterator<String> iter = pairs.keySet().iterator();
640 headers.put(key, pairs.getString(key));
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
transtst.cpp     [all...]
  /external/blktrace/btt/doc/
btt.tex 486 The file is split into pairs of sets of data points, where each pair
524 The pairs are arranged as follows:
533 \item Last we present pairs per-process.
    [all...]

Completed in 737 milliseconds

12 3