HomeSort by relevance Sort by last modified time
    Searched refs:pairs (Results 101 - 125 of 831) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 869 PyObject *pairs; local
877 pairs = PyList_New(0);
878 if (pairs == NULL)
916 if (PyList_Append(pairs, item) == -1) {
947 /* if pairs_hook is not None: rval = object_pairs_hook(pairs) */
949 val = PyObject_CallFunctionObjArgs(s->pairs_hook, pairs, NULL);
952 Py_DECREF(pairs);
958 pairs, NULL);
993 PyObject *pairs; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 892 PyObject *pairs; local
900 pairs = PyList_New(0);
901 if (pairs == NULL)
939 if (PyList_Append(pairs, item) == -1) {
1016 PyObject *pairs; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ValueEncoder.java 324 Collection<NameValuePair> pairs = annotation.getNameValuePairs(); local
325 int size = pairs.size();
334 for (NameValuePair pair : pairs) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 529 final String[] pairs = mSubtypeExtraValue.split(EXTRA_VALUE_PAIR_SEPARATOR); local
530 for (int i = 0; i < pairs.length; ++i) {
531 final String[] pair = pairs[i].split(EXTRA_VALUE_KEY_VALUE_SEPARATOR);
  /frameworks/base/services/core/java/com/android/server/connectivity/
IpConnectivityEventBuilder.java 292 Pair[] pairs = new Pair[s]; local
297 pairs[i] = p;
299 return pairs;
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.h 79 std::vector<std::pair<const T *, const T *>> &pairs,
abi_diff.cpp 208 std::vector<std::pair<const T *,const T *>> &pairs,
210 for (auto &&pair : pairs) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 263 result of any object literal decoded with an ordered list of pairs. The
266 order that the key and value pairs are decoded (for example,
297 result of any object literal decoded with an ordered list of pairs. The
300 order that the key and value pairs are decoded (for example,
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
structtag.go 20 I int `x:"foo",y:"bar"` // ERROR "not compatible with reflect.StructTag.Get: key:.value. pairs not separated by spaces"
21 J int `x:"foo"y:"bar"` // ERROR "not compatible with reflect.StructTag.Get: key:.value. pairs not separated by spaces"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
structtag.go 20 I int `x:"foo",y:"bar"` // ERROR "not compatible with reflect.StructTag.Get: key:.value. pairs not separated by spaces"
21 J int `x:"foo"y:"bar"` // ERROR "not compatible with reflect.StructTag.Get: key:.value. pairs not separated by spaces"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 275 result of any object literal decoded with an ordered list of pairs. The
278 order that the key and value pairs are decoded (for example,
309 result of any object literal decoded with an ordered list of pairs. The
312 order that the key and value pairs are decoded (for example,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 378 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
380 for name_value in pairs:
  /external/autotest/client/bin/
fsinfo.py 220 pairs = line.split()
221 for pair in pairs:
  /external/autotest/server/cros/network/
packet_capturer.py 361 pairs = [(remote_pcap, pcap_filename),
364 for remote_file, local_file in pairs:
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 36 int pairs = count >> 1; local
37 for (int i = 0; i < pairs; i++) {
  /external/v8/tools/gcmole/
gccause.lua 57 for name, _ in pairs(GC) do
  /frameworks/base/media/java/android/media/
MediaHTTPConnection.java 114 String[] pairs = headers.split("\r\n"); local
115 for (String pair : pairs) {
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xrange.py 35 pairs = itertools.izip_longest(xs, ys, fillvalue=sentinel)
36 for i, (x, y) in enumerate(pairs):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xrange.py 35 pairs = itertools.izip_longest(xs, ys, fillvalue=sentinel)
36 for i, (x, y) in enumerate(pairs):
  /prebuilts/go/darwin-x86/src/encoding/
encoding.go 11 // The interfaces come in pairs that produce and consume encoded data.

Completed in 677 milliseconds

1 2 3 45 6 7 8 91011>>