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

12 3 4 5 6 7 8 91011>>

  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/text/
StringContainsInOrderTest.java 19 assertMatches("substrings separated", m, "1a2b3c4");
  /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/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/libese/tools/ese_ls_provision/
README.md 10 hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating
25 written as newline-separated hexadecimal. On a successful upload, each line ends with `9000`.
  /external/selinux/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
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
PackageName.kt 31 /** Creates the package from notation where packages are separated using '.' */
37 /** Returns the package as a string where packages are separated using '.' */
  /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/bt/
EventLogTags.logtags 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
17 # Multiple values are separated by commas.
  /system/core/liblog/
event.logtags 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
17 # Multiple values are separated by commas.
  /frameworks/support/room/runtime/src/main/java/androidx/room/util/
StringUtil.java 49 * Adds bind variable placeholders (?) to the given string. Each placeholder is separated
64 * Splits a comma separated list of integers to integer list.
68 * @param input Comma separated list of integers.
90 * Joins the given list of integers into a comma separated list.
93 * @return Comma separated string composed of integers in the list. If the list is null, return
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking.
29 # @param A pipe-separated list of suggestion log names.
31 # @param queried_sources A pipe-separated list of the sources that were queried to produce
  /device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
Utmi.txt 10 separated with semicolon.
  /external/autotest/client/bin/
TODO 7 (APW: ok, not clear i really like them (out/err) being separated.
  /external/autotest/client/site_tests/platform_Crouton/
control 18 @param env: () Environment variables to set, semicolon-separated key=val pairs.
  /external/autotest/client/site_tests/power_CheckAfterSuspend/
control.TPMCheckStress 19 # Comma-separated list of test names to run before and after the suspend.
control.per_build 19 # Comma-separated list of test names to run before and after the suspend.
  /external/bsdiff/
extents.h 15 // of ex_t. The string is expected to be a comma-separated list of pairs of the
  /external/clang/test/Sema/
attr-section.c 9 "sadf"))); // expected-error {{mach-o section specifier requires a segment and section separated by a comma}}
  /external/curl/docs/cmdline-opts/
noproxy.d 6 Comma-separated list of hosts which do not use a proxy, if one is specified.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CookieList.java 38 * of name/value pairs. The names are separated from the values by '='.
39 * The pairs are separated by ';'. The names and the values
64 * of name/value pairs. The names are separated from the values by '='.
65 * The pairs are separated by ';'. The characters '%', '+', '=', and ';'
  /external/iproute2/man/man8/
ifcfg.8 30 - it may have alias, suffix, separated by colon.
  /external/iptables/extensions/
libxt_dccp.man 7 Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated
  /external/python/cpython3/Lib/test/subprocessdata/
fd_status.py 1 """When called as a script, print a comma-separated list of the open
  /external/python/cpython3/PC/
python_ver_rc.h 24 /* 64-bit version number as comma-separated list of 4 16-bit ints */

Completed in 397 milliseconds

12 3 4 5 6 7 8 91011>>