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

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java 68 BaseEncoding separated = base64().withSeparator("\n", 3); local
70 separated.withSeparator("$", 4);
  /external/python/cpython2/PC/VS7.1/
rt.bat 20 rem Confusing: if you want to pass a comma-separated list, like
  /external/python/cpython2/PC/VS8.0/
rt.bat 20 rem Confusing: if you want to pass a comma-separated list, like
  /prebuilts/go/darwin-x86/src/cmd/api/
run.go 53 // findAPIDirFiles returns a comma-separated list of Go API files
  /prebuilts/go/darwin-x86/src/cmd/nm/
doc.go 10 // The default output prints one line per symbol, with three space-separated
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;
14 // on Windows, a semicolon-separated string;
73 // A build constraint is evaluated as the OR of space-separated options;
74 // each option evaluates as the AND of its comma-separated terms;
  /prebuilts/go/linux-x86/src/cmd/api/
run.go 53 // findAPIDirFiles returns a comma-separated list of Go API files
  /prebuilts/go/linux-x86/src/cmd/nm/
doc.go 10 // The default output prints one line per symbol, with three space-separated
  /prebuilts/go/linux-x86/src/go/build/
doc.go 13 // (on Unix, the variable is a colon-separated string;
14 // on Windows, a semicolon-separated string;
73 // A build constraint is evaluated as the OR of space-separated options;
74 // each option evaluates as the AND of its comma-separated terms;
  /build/make/core/
soong_config.mk 22 # Converts a space-separated list to a JSON list.
25 # Converts a comma-separated list to a JSON list.
  /build/soong/finder/cmd/
finder.go 54 "comma-separated list of directory names to exclude from search")
56 "comma-separated list of filenames to find")
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 680 static UnicodeString separated(const UnicodeString &item);
  /external/ltp/testcases/realtime/
run.sh 41 -t test-arguments Where test-argument can be a space separated
  /external/python/cpython3/Lib/email/
quoprimime.py 234 Lines are separated with eol, which defaults to \\n.
  /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"
  /external/curl/docs/cmdline-opts/
config.d 12 separated by whitespace, colon, or the equals sign. Long option names can
  /external/python/cpython2/PC/VS9.0/
rt.bat 23 rem Confusing: if you want to pass a comma-separated list, like
  /external/python/cpython2/PCbuild/
rt.bat 23 rem Confusing: if you want to pass a comma-separated list, like
  /external/python/cpython3/PCbuild/
rt.bat 23 rem Confusing: if you want to pass a comma-separated list, like
  /frameworks/base/lowpan/tests/
Android.mk 26 # The list is a comma separated list of class names with * matching zero or more characters.
  /frameworks/base/wifi/tests/
Android.mk 26 # The list is a comma separated list of class names with * matching zero or more characters.
  /build/blueprint/bpmodify/
bpmodify.go 36 flag.Var(targetedModules, "m", "comma or whitespace separated list of modules on which to operate")
37 flag.Var(addIdents, "a", "comma or whitespace separated list of identifiers to add")
38 flag.Var(removeIdents, "r", "comma or whitespace separated list of identifiers to remove")
  /prebuilts/go/darwin-x86/src/path/
path.go 5 // Package path implements utility routines for manipulating slash-separated
8 // The path package should only be used for paths separated by forward
166 // in the final slash-separated element of path;
  /prebuilts/go/linux-x86/src/path/
path.go 5 // Package path implements utility routines for manipulating slash-separated
8 // The path package should only be used for paths separated by forward
166 // in the final slash-separated element of path;

Completed in 373 milliseconds

12 3 4 5 6 7 8 91011>>