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

12 3

  /external/v8/tools/
js2c.py 49 joined = ", ".join(result)
50 return textwrap.fill(joined, 80)
  /external/cldr/tools/java/org/unicode/cldr/util/
FindDTDOrder.java 447 final String joined = CldrUtility.join(orderingList, " "); local
448 return joined; // return Utility.breakLines(joined, sep, FIRST_LETTER_CHANGE.matcher(""), 80);
  /build/soong/android/
package_ctx.go 136 // appended with the supplied paths, joined with separator. It may only be
paths.go 730 // Join creates a new SourcePath with paths... joined with the current path. The
823 // Join creates a new OutputPath with paths... joined with the current path. The
843 // InSameDir creates a new OutputPath from the directory of the current OutputPath joined with the elements in paths.
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
prop.go 104 // identifiers joined by ".".
doc.go 103 property name, which must be one or more valid Go identifiers joined by ".",
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 143 joined = join_header_words([[("foo", None), ("bar", "baz")]])
144 self.assertEqual(joined, "foo; bar=baz")
    [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py 158 joined = join_header_words([[("foo", None), ("bar", "baz")]])
159 self.assertEqual(joined, "foo; bar=baz")
    [all...]
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py 213 joined = join_header_words([[("foo", None), ("bar", "baz")]])
214 self.assertEqual(joined, "foo; bar=baz")
    [all...]
  /external/python/cpython3/Lib/
trace.py 652 '(multiple directories can be joined by os.pathsep).')
  /external/python/cpython3/Modules/
_elementtree.c 191 should be joined before being returned to the user, the latter
2486 PyObject *joined = list_join(*data); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 2924 PyObject *joined = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 2893 PyObject *joined = NULL; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 3030 PyObject *joined = NULL; local
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 3692 PyObject *joined = NULL; local
    [all...]
  /external/swiftshader/src/Pipeline/
ShaderCore.cpp 1232 UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)), local
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1232 UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)), local
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 572 PowerMac maintainer in 2001. In 2003, he joined the IBM Linux
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/python/cpython3/Tools/clinic/
clinic.py 95 joined together (''.join(accumulator)) and
103 joined = " ".join([str(a) for a in args])
119 add(joined)
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 242 // Each scope of the extension is individually CamelCased, and all are joined with "_" with an "E_" prefix.
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
pyparsing.py     [all...]
  /external/python/setuptools/setuptools/_vendor/
pyparsing.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 672 milliseconds

12 3