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

1 2 3 4 5 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 162 String[] separated = lines[nIndex].split("="); local
164 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_VERSION)) {
165 nVersion = Integer.parseInt(separated[1]);
174 String[] separated = lines[nIndex].split("="); local
176 if (separated.length > 1 && separated[0].equalsIgnoreCase(SERIALIZED_COUNT)) {
177 nCount = Integer.parseInt(separated[1]);
  /external/curl/docs/cmdline-opts/
dns-servers.d 8 The list of IP addresses should be separated with commas. Port numbers
noproxy.d 6 Comma-separated list of hosts which do not use a proxy, if one is specified.
proto.d 8 evaluated left to right, are comma separated, and are each a protocol name or
21 subject to later modification by subsequent entries in the comma separated
pinnedpubkey.d 9 \'sha256//\' and separated by \';\'
  /external/clang/test/Preprocessor/
traditional-cpp.c 27 * CHECK: {{^}}tab separated values{{$}}
30 tab separated values
  /prebuilts/go/darwin-x86/src/encoding/json/
tags.go 16 // comma-separated options.
24 // Contains reports whether a comma-separated list of options
  /prebuilts/go/linux-x86/src/encoding/json/
tags.go 16 // comma-separated options.
24 // Contains reports whether a comma-separated list of options
  /system/extras/brillo_config/
Android.mk 55 four numbers separated by dots. Example: "1.2.0.0")
76 three numbers separated by dots. Example: "1.2.0")
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
flag.go 15 // as a space-separated list of possibly-quoted strings.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
flag.go 15 // as a space-separated list of possibly-quoted strings.
  /external/curl/
curl-config.in 42 --features newline separated list of enabled features
46 --protocols newline separated list of enabled protocols
  /prebuilts/go/darwin-x86/src/text/tabwriter/
example_test.go 16 // Format in tab-separated columns with a tab stop of 8.
23 // Format right-aligned in space-separated columns of minimal width 5
  /prebuilts/go/linux-x86/src/text/tabwriter/
example_test.go 16 // Format in tab-separated columns with a tab stop of 8.
23 // Format right-aligned in space-separated columns of minimal width 5
  /prebuilts/go/darwin-x86/src/cmd/vet/
unused.go 20 "comma-separated list of functions whose results must be used")
24 "comma-separated list of names of methods of type func() string whose results must be used")
  /prebuilts/go/linux-x86/src/cmd/vet/
unused.go 20 "comma-separated list of functions whose results must be used")
24 "comma-separated list of names of methods of type func() string whose results must be used")
  /external/iproute2/testsuite/
Makefile 51 $(error Please install util-linux tools to run tests in separated network namespace)
  /external/llvm/test/MC/Mips/
user-macro-argument-separation.s 11 # imm and rs are deliberately swapped to test whitespace separated arguments.
  /prebuilts/go/darwin-x86/src/bufio/
example_test.go 84 // Use a Scanner with a custom split function to parse a comma-separated
87 // Comma-separated list; last entry is empty.
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
long_test.go 6 // To test specific files provide a list of comma-separated
28 files = flag.String("files", "", "comma-separated list of files to test")
  /prebuilts/go/darwin-x86/src/flag/
example_test.go 44 // It's a comma-separated list, so we split it.
73 flag.Var(&intervalFlag, "deltaT", "comma-separated list of intervals to use between events")
  /prebuilts/go/linux-x86/src/bufio/
example_test.go 84 // Use a Scanner with a custom split function to parse a comma-separated
87 // Comma-separated list; last entry is empty.
  /prebuilts/go/linux-x86/src/cmd/gofmt/
long_test.go 6 // To test specific files provide a list of comma-separated
28 files = flag.String("files", "", "comma-separated list of files to test")
  /prebuilts/go/linux-x86/src/flag/
example_test.go 44 // It's a comma-separated list, so we split it.
73 flag.Var(&intervalFlag, "deltaT", "comma-separated list of intervals to use between events")
  /build/make/tools/droiddoc/templates-ndk/
macros_override.cs 1 <?cs # Create a comma separated list of annotations on obj that were in showAnnotations in Doclava ?>

Completed in 4179 milliseconds

1 2 3 4 5 6 7 8 91011>>