HomeSort by relevance Sort by last modified time
    Searched refs:pairs (Results 176 - 200 of 781) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
SafeConstructor.java 59 this.yamlConstructors.put(Tag.PAIRS, new ConstructYamlPairs());
412 throw new ConstructorException("while constructing pairs", node.getStartMark(),
416 List<Object[]> pairs = new ArrayList<Object[]>(snode.getValue().size()); local
425 throw new ConstructorException("while constructing pairs", node.getStartMark(),
433 pairs.add(new Object[] { key, value });
435 return pairs;
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1423 static const StringPair pairs[]={ local
1453 static const StringPair pairs[]={ local
    [all...]
  /build/core/
dumpvar.mk 97 # Dump mulitple variables to "<var>=<value>" pairs, one per line.
  /external/markdown/markdown/
__init__.py 522 pairs = [x.split("=") for x in ext_args.split(",")]
523 configs.update([(x.strip(), y.strip()) for (x, y) in pairs])
  /external/opencv3/modules/ts/misc/
xls-report.py 68 List of arbitrary (key, value) pairs that somehow describe the sheet. Will be
120 # Format a sorted sequence of pairs as if it was a dictionary.
123 def __format_config_cache_key(pairs, multiline=False):
127 (' ' if multiline else '') + repr(k) + ': ' + repr(v) for (k, v) in pairs) +
  /external/testng/src/main/java/org/testng/xml/dom/
XDom.java 178 List<Pair<Method, Wrapper>> pairs = local
180 for (Pair<Method, Wrapper> pair : pairs) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 408 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
410 for name_value in pairs:
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 408 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
410 for name_value in pairs:
  /prebuilts/go/darwin-x86/src/net/http/
example_test.go 91 // HTTP Trailers are a set of key/value pairs like headers that come
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_plan9.go 77 // transition time pairs
  /prebuilts/go/linux-x86/src/net/http/
example_test.go 91 // HTTP Trailers are a set of key/value pairs like headers that come
  /prebuilts/go/linux-x86/src/time/
zoneinfo_plan9.go 77 // transition time pairs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 408 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
410 for name_value in pairs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 408 pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
410 for name_value in pairs:
  /external/chromium-trace/catapult/dashboard/dashboard/
bench_find_anomalies.py 175 simulation_results: A list of pairs, each of which is a pair
  /external/chromium-trace/catapult/perf_insights/perf_insights/
map_runner.py 132 {'handle': rh, 'keys': current_result.pairs.keys()})
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactCollisionAlgorithm.cpp 353 const int * pairs, int pair_count)
361 const int * pair_pointer = pairs;
392 const int * pairs, int pair_count)
404 const int * pair_pointer = pairs;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 424 UStringVector pairs; local
425 SplitString(iconTypes, pairs);
426 FOR_VECTOR (i, pairs)
428 const UString &s = pairs[i];
Update.cpp 1159 if (censor.Pairs.Size() == 1)
1162 FString prefix = us2fs(censor.Pairs[0].Prefix) + FTEXT(".");
1163 // UString prefix = censor.Pairs[0].Prefix;
1433 CRecordVector<CRefSortPair> pairs; local
    [all...]
  /external/skia/tools/
compare_codereview.py 80 case. The attrs argument is a list of (name, value) pairs
199 case. The attrs argument is a list of (name, value) pairs
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 173 func (c *conn) writePairs(recType recType, reqId uint16, pairs map[string]string) error {
176 for k, v := range pairs {
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi.go 173 func (c *conn) writePairs(recType recType, reqId uint16, pairs map[string]string) error {
176 for k, v := range pairs {
  /external/autotest/contrib/
coverage.py 153 # pass statement is part of one of those pairs, claim that the statement
731 pairs = []
735 pairs = []
743 pairs.append((start, end))
747 pairs.append((start, end))
754 ret = string.join(map(stringify, pairs), ", ")
    [all...]
  /external/avahi/avahi-daemon/
main.c 623 for (p = g->pairs; p; p = p->pairs_next) {
775 for (p = g->pairs; p; p = p->pairs_next) {
809 for (p = g->pairs; p; p = p->pairs_next) {
822 for (p = g->pairs; p; p = p->pairs_next) {
837 for (p = g->pairs; p; p = p->pairs_next) {
    [all...]

Completed in 603 milliseconds

1 2 3 4 5 6 78 91011>>