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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/vcard/tests/res/raw/
v30_comma_separated.vcf 4 TEL;TYPE="COMMA,SEPARATED:INSIDE.DQUOTE",PREF:1
  /external/curl/tests/data/
CMakeLists.txt 6 # as a space-separated string rather than comma-separated (a list in CMake).
  /prebuilts/go/darwin-x86/src/net/testdata/
ipv4-hosts 8 127.0.0.1 localhost # inline comment separated by tab
9 127.000.000.002 localhost # inline comment separated by space
ipv6-hosts 4 ::1 localhost # inline comment separated by tab
5 fe80:0000:0000:0000:0000:0000:0000:0001 localhost # inline comment separated by space
  /prebuilts/go/linux-x86/src/net/testdata/
ipv4-hosts 8 127.0.0.1 localhost # inline comment separated by tab
9 127.000.000.002 localhost # inline comment separated by space
ipv6-hosts 4 ::1 localhost # inline comment separated by tab
5 fe80:0000:0000:0000:0000:0000:0000:0001 localhost # inline comment separated by space
  /external/clang/test/Lexer/
bcpl-escaped-newline.c 14 // expected-warning@-2 {{backslash and newline separated by space}}
escape_newline.c 2 // RUN: %clang_cc1 -E -ftrigraphs %s 2>&1 | grep 'backslash and newline separated by space'
  /external/e2fsprogs/lib/uuid/
configure.in 2 dnl Not used now, for the future when uuid is separated out into its
  /external/autotest/client/bin/
config.py 6 of the hierachy are separated by periods (.) and where multiple words
7 are required at a level they should be separated by underscores (_).
  /external/curl/CMake/
Utilities.cmake 3 # Converts a CMake list to a string containing elements separated by spaces
13 # Appends a lis of item to a string which is a space-separated list, if they don't already exist.
  /external/opencv3/modules/java/generator/src/java/
engine+OpenCVEngineInterface.aidl 28 * Returns list of libraries in loading order, separated by semicolon.
30 * @return Returns names of OpenCV libraries, separated by semicolon.
  /external/opencv3/platforms/android/service/engine/src/org/opencv/engine/
OpenCVEngineInterface.aidl 28 * Return list of libraries in loading order separated by ";" symbol
30 * @return Returns OpenCV libraries names separated by symbol ";" in loading order
  /external/clang/test/Sema/
pragma-section-invalid.c 3 // expected-error@+1 {{argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma}}
  /external/iptables/extensions/
libxt_state.man 5 Where state is a comma separated list of the connection states to match. Only a
  /external/llvm/test/YAMLParser/
construct-timestamp.test 5 space separated: 2001-12-14 21:59:43.10 -5
  /external/snakeyaml/src/test/resources/pyyaml/
construct-timestamp.data 3 space separated: 2001-12-14 21:59:43.10 -5
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/vc2010/
freetype.user.props 8 * Multiple entries within each property are separated by semicolons (;).
19 * `;'-separated list of symbols to #define
31 * `;'-separated list of paths to additional include directories,
39 * `;'-separated list of paths to additional library directories,
46 * `;'-separated list of additional linker dependencies,
  /external/sl4a/Utils/src/com/googlecode/android_scripting/
ConvertUtils.java 21 * Converts a String of comma separated bytes to a byte array
44 * Converts a byte array to a comma separated String
47 * @return comma separated string of bytes
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
flags.py 80 """Convert a space-separated list of flag text values into a flags
87 """Convert a flags value into a space-separated list of flag text
95 """Convert a space-separated list of EDNS flag text values into a EDNS
102 """Convert an EDNS flags value into a space-separated list of EDNS flag
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
debug_config.hpp 18 // ';' separated list of supported debuggers
  /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/selinux/policycoreutils/sandbox/
sandbox.5 9 Everything after "#" is ignored, as are empty lines. All arguments should be separated by and equals sign ("=").
21 Which cpus to assign sandbox to. The default is ALL, but users can specify a comma-separated list with dashes ("-") to represent ranges. Ex: 0-2,5
  /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/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

Completed in 1897 milliseconds

1 2 3 4 5 6 7 8 91011>>