OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:separated
(Results
176 - 200
of
4809
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
traditional-cpp.c
27
* CHECK: {{^}}tab
separated
values{{$}}
30
tab
separated
values
/external/iptables/extensions/
libxt_conntrack.man
5
\fIstatelist\fP is a comma
separated
list of the connection states to match.
31
\fIstatuslist\fP is a comma
separated
list of the connection statuses to match.
/external/jcommander/src/test/java/com/beust/jcommander/args/
CommandLineArgs.java
34
@Parameter(names = "-groups", description = "Comma-
separated
list of group names to be run")
37
@Parameter(names = "-excludedgroups", description ="Comma-
separated
list of group names to be " +
/external/jdiff/src/jdiff/
ConstructorAPI.java
25
*
separated
by commas.
32
*
separated
by commas. "no exceptions" if no exceptions are thrown.
/external/libchrome/base/strings/
string_split.h
62
// To iterate through all whitespace-
separated
tokens in an input string:
109
// To iterate through all newline-
separated
tokens in an input string:
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h
19
/// Prints bundles as a newline
separated
list of individual instructions
20
/// Duplexes are
separated
by a vertical tab \v character
/external/ltp/testcases/kernel/fs/doio/
string_to_tokens.c
56
* the 'separator'
separated
tokens into the elements of 'arg_array'.
64
* This function returns the number of 'separator'
separated
tokens that
/external/mesa3d/src/gallium/auxiliary/os/
os_process.c
119
* the argv[] array with the arguments
separated
by spaces.
141
// The arguments are
separated
by '\0' chars. Convert them to spaces.
/external/ppp/pppd/
srp-entry.8
24
Thus, the entry generated has at least four main fields
separated
by
31
The third field has three subfields,
separated
by colons. The first
/external/proguard/src/proguard/util/
ListParser.java
28
* interpreted as comma-
separated
lists, optionally prefixed with '!' negators.
42
* comma-
separated
list with the given StringParser.
ListUtil.java
35
* Creates a comma-
separated
String from the given List of String objects.
68
* Creates a List of String objects from the given comma-
separated
String.
/external/python/cpython2/Demo/scripts/
markov.py
49
print '
separated
blank lines and each paragraph is split'
52
print 'Output consists of paragraphs
separated
by blank'
/external/python/cpython3/Tools/demo/
markov.py
53
print('
separated
blank lines and each paragraph is split')
56
print('Output consists of paragraphs
separated
by blank')
/external/selinux/mcstrans/man/man8/
setrans.conf.8
9
readable form by the mcstransd daemon. The default policies support 16 sensitivity levels (s0 through s15) and 1024 categories (c0 through c1023). Multiple categories can be
separated
with commas (c0,c1,c3,c5) and a range of categories can be shortened using dot notation (c0.c3,c5).
62
defines a range translation of of s0\-s15:c0.c1023 to SystemLow\-SystemHigh. The two range components are
separated
by a dash.
/external/skia/tools/skpbench/
skiaperf.py
24
nargs='*', help="space-
separated
key/value pairs identifying the run")
26
nargs='*', help="space-
separated
key/value pairs identifying the builder")
/external/skqp/tools/skpbench/
skiaperf.py
24
nargs='*', help="space-
separated
key/value pairs identifying the run")
26
nargs='*', help="space-
separated
key/value pairs identifying the builder")
/external/tensorflow/tensorflow/python/tools/
strip_unused.py
95
help='The name of the input nodes, comma
separated
.')
100
help='The name of the output nodes, comma
separated
.')
/hardware/google/av/codec2/include/
C2BufferBase.h
25
* pool and buffer layout. Usage bits are conceptually
separated
into read and write usage, while
26
* the buffer use life-cycle is
separated
into producers (writers) and consumers (readers).
/packages/apps/TV/common/src/com/android/tv/common/
TvContentRatingCache.java
48
* Returns an array TvContentRatings from a string of comma
separated
set of rating strings
77
/** Returns a sorted array of TvContentRatings from a comma
separated
string of ratings. */
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
CodesArrayParser.java
28
* A key label may consist of multiple code points
separated
by comma.
30
* marker. An output text may consist of multiple code points
separated
by comma.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h
107
/* Comma
separated
list of loop private variables for OpenMP parallelization */
109
/* Comma
separated
list of reduction variable/operators for OpenMP parallelization */
/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.
Completed in 502 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>