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

1 2 3 4 5 67 8 910

  /external/v8/src/
full-codegen.h 380 void DeclareGlobals(Handle<FixedArray> pairs);
809 // A map from property names to getter/setter pairs allocated in the zone.
regexp.js 382 // pairs for the match and all the captured substrings), the invariant is
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 200 // processes key value pairs, escaping any input;
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 14 * A TimelineDataSeries collects an ordered series of (time, value) pairs,
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 200 // processes key value pairs, escaping any input;
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 254 // Sets the page state. Takes varargs of key, value pairs.
  /external/chromium_org/ui/webui/resources/js/
util.js 110 * @return {object} Dictionary containing name value pairs for URL
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 943 * key-value pairs.
960 * @param {Object} map A map of timestamped key-value pairs.
970 * @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 604 define collapse-pairs
611 ## Given a list of pairs, if multiple pairs have the same
614 ## $(1): list of pairs
616 define uniq-pairs-by-first-component
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 363 * of pairs of a String and a Function.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 363 * of pairs of a String and a Function.
  /external/chromium_org/chrome/browser/resources/file_manager/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.
  /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 429 # 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/v8/src/
regexp.js 381 // pairs for the match and all the captured substrings), the invariant is

Completed in 1922 milliseconds

1 2 3 4 5 67 8 910