HomeSort by relevance Sort by last modified time
    Searched refs:pairs (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 849 * key-value pairs.
866 * @param {Object} map A map of timestamped key-value pairs.
876 * @param {Object} map A map of timestamped key-value pairs.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 108 def replace(text, *pairs):
110 while pairs:
111 text = join(split(text, pairs[0]), pairs[1])
112 pairs = pairs[2:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 108 def replace(text, *pairs):
110 while pairs:
111 text = join(split(text, pairs[0]), pairs[1])
112 pairs = pairs[2:]
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 3867 static const char* const pairs[][2] = { local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 218 * with an array of (key, value) pairs. Both the key and value are
226 KeyValue[] pairs; field in class:CalendarProvider2Test.Update
228 public Update(String eventName, KeyValue[] pairs) {
230 this.pairs = pairs;
240 for (KeyValue pair : pairs) {
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
    [all...]
  /build/core/
definitions.mk 620 define collapse-pairs
627 ## Given a list of pairs, if multiple pairs have the same
630 ## $(1): list of pairs
632 define uniq-pairs-by-first-component
    [all...]
main.mk 347 ifneq ($(filter ro.setupwizard.mode=ENABLED, $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))),)
350 $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))) \
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 363 * of pairs of a String and a Function.
jstemplate.js 713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 363 * of pairs of a String and a Function.
jstemplate.js 713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 365 * Description is array if value-type pairs. Type should be used
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 363 * of pairs of a String and a Function.
jstemplate.js 713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 363 * of pairs of a String and a Function.
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 443 # key-value pairs. e.g.
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm 1107 and extra whitespace after the C<,> separating key-value pairs and array
1142 JSON I<separates> array elements and key-value pairs with commas. This
1180 pairs in the order Perl stores them (which will likely change between runs
1186 as key-value pairs have no inherent ordering in Perl.
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm 1107 and extra whitespace after the C<,> separating key-value pairs and array
1142 JSON I<separates> array elements and key-value pairs with commas. This
1180 pairs in the order Perl stores them (which will likely change between runs
1186 as key-value pairs have no inherent ordering in Perl.
    [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm 1107 and extra whitespace after the C<,> separating key-value pairs and array
1142 JSON I<separates> array elements and key-value pairs with commas. This
1180 pairs in the order Perl stores them (which will likely change between runs
1186 as key-value pairs have no inherent ordering in Perl.
    [all...]
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 363 * of pairs of a String and a Function.
  /external/chromium_org/ui/webui/resources/js/
util.js 110 * @return {object} Dictionary containing name value pairs for URL
  /external/chromium_org/v8/src/
regexp.js 381 // pairs for the match and all the captured substrings), the invariant is
  /external/v8/src/
regexp.js 382 // pairs for the match and all the captured substrings), the invariant is
  /prebuilts/devtools/tools/lib/
draw9patch.jar 

Completed in 669 milliseconds

1 2 3 4 5 67 8 910