/prebuilts/go/linux-x86/src/fmt/ |
scan.go | 60 // space-separated values into successive arguments. Newlines count 74 // space-separated values into successive arguments as determined by 95 // Sscan scans the argument string, storing successive space-separated 109 // Sscanf scans the argument string, storing successive space-separated 117 // Fscan scans text read from r, storing successive space-separated 137 // Fscanf scans text read from r, storing successive space-separated
|
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 44 checkFile = flag.String("c", "", "optional comma-separated filename(s) to check API against") 49 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.") 399 // It is a comma-separated string; the first part is dir, the rest tags.
|
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 44 checkFile = flag.String("c", "", "optional comma-separated filename(s) to check API against") 49 forceCtx = flag.String("contexts", "", "optional comma-separated list of <goos>-<goarch>[-cgo] to override default contexts.") 399 // It is a comma-separated string; the first part is dir, the rest tags.
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
reader.go | 5 // Package csv reads and writes comma-separated values (CSV) files. 10 // Each record is separated by the newline character. The final record may
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
reader.go | 5 // Package csv reads and writes comma-separated values (CSV) files. 10 // Each record is separated by the newline character. The final record may
|
/build/kati/ |
var.go | 92 // space separated. note that each string may contain spaces, so
|
/build/soong/android/ |
neverallow.go | 39 // - - nested properties are separated with a '.'
|
/build/soong/cmd/sbox/ |
sbox.go | 180 // expands into a space-separated list of output files to be generated into the sandbox directory
|
/compatibility/cdd/3_software/ |
3_3_native-api-compatibility.md | 32 `android.os.Build.SUPPORTED_64_BIT_ABIS` parameters, each a comma separated
|
/external/ImageMagick/www/api/ |
channel.php | 59 <p>ChannelFxImage() applies a channel expression to the specified image. The expression consists of one or more channels, either mnemonic or numeric (e.g. red, 1), separated by actions as follows:</p>
|
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/ |
make_cavp.go | 31 cmdLineLabelStr = flag.String("extra-labels", "", "Comma-separated list of additional label pairs to add (e.g. 'Cipher=AES-128-CBC,Operation=ENCRYPT')")
|
/external/curl/packages/vms/ |
generate_vax_transfer.com | 223 ; that expect exact case symbols in images. These are separated because a
|
setup_gnv_curl_build.com | 37 $! Allow arguments to be grouped together with comma or separated by spaces
|
/external/flatbuffers/android/jni/ |
include.mk | 192 # $(1) schema_files: Space separated list of flatbuffer schema files.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
AlphabeticIndex.java | 453 } else if (checkDistinct && collatorPrimaryOnly.compare(item, separated(item)) == 0) { 578 private String separated(String item) { method in class:AlphabeticIndex [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
AlphabeticIndex.java | 472 } else if (checkDistinct && collatorPrimaryOnly.compare(item, separated(item)) == 0) { 597 private String separated(String item) { method in class:AlphabeticIndex [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arm.go | 219 // The input is a single string consisting of period-separated condition
|
arm64.go | 96 // The input is a single string consisting of period-separated condition
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
flowgraph_generator1.go | 17 // separated list of block successor words, for blocks ordered
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
timings.go | 38 // The phase name is the colon-separated concatenation of the labels.
|
/prebuilts/go/darwin-x86/src/cmd/fix/ |
main.go | 31 "restrict the rewrites to this comma-separated list")
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/help/ |
helpdoc.go | 79 Second, any slash-separated pattern element containing a wildcard never 301 On Unix, the value is a colon-separated string. 302 On Windows, the value is a semicolon-separated string. 539 Defined by Git. A colon-separated list of schemes that are allowed to be used
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/test/ |
testflag.go | 208 base.Fatalf("-vet argument is comma-separated list, cannot contain spaces")
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
legacy_profile_test.go | 60 // profileString is a legacy encoded profile, represnted by words separated by ":"
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
doc.go | 205 A comma-separated list of print-like function names
|