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

<<11121314151617181920>>

  /external/google-breakpad/src/testing/gtest/xcode/Scripts/
versiongenerate.py 44 2. The version string will be 3 integers separated by periods and will be
71 # Extract three integers separated by periods and surrounded by squre
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Cookie.java 68 * will contain a name value pair separated by '='. The name and the value
70 * cookie properties may follow, separated by ';', also represented as
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 22 * source. String tokens are, in general, separated by Pattern_White_Space
101 * 'this.buf'. Tokens are separated by Pattern_White_Space. Tokens
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 21 * source. String tokens are, in general, separated by Pattern_White_Space
99 * 'this.buf'. Tokens are separated by Pattern_White_Space. Tokens
  /external/libbrillo/brillo/
url_utils.cc 13 // have a query string that is separated from the path by '?'. Finally, the URL
14 // could also have a '#'-separated URL fragment which is usually used by the
  /external/libcap/doc/
capsh.1 46 capabilites are a comma separated list of capabilities as recognized
56 equal those provided in the comma separated list. For this action to
  /external/libchrome/base/
security_unittest.cc 128 // Check if ptr1 and ptr2 are separated by less than size chars.
160 // If two pointers are separated by less than 512MB, they are considered
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGjkEpaSolver2.java 143 public final static int Separated = 0;
144 public final static int Penetrating = Separated + 1;
  /external/libvpx/libvpx/examples/
decode_with_drops.c 27 // frame to drop, separated by a dash. The following command will drop
36 // the number of frames after which to repeat the pattern, separated by
  /external/llvm/include/llvm/ADT/
ilist_node.h 95 // Should be separated to a reused function, but then we couldn't use auto
108 // Should be separated to a reused function, but then we couldn't use auto
  /external/minijail/
minijail0.1 65 \fBnewuidmap(1)\fR. Multiple mappings should be separated by ','.
69 \fBnewgidmap(1)\fR. Multiple mappings should be separated by ','.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
ListCommandHandler.java 36 * returns "WINDOWS". Note that multiple entries are separated by "\n":
44 * returns "UNIX". Note that multiple entries are separated by "\n":
  /external/parameter-framework/upstream/ctest/
CMakeLists.txt 54 # The ENVIRONMENT PROPERTY is implemented as a semicolon separated
55 # list of value pair. Each value pair being separated by `=`
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 44 2. The version string will be 3 integers separated by periods and will be
71 # Extract three integers separated by periods and surrounded by squre
  /external/skia/tools/VisualBench/
VisualLightweightBenchModule.cpp 30 "Space-separated key/value pairs to add to JSON identifying this builder.");
32 "Space-separated key/value pairs to add to JSON identifying this run.");
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
TimestampTagTest.java 44 getText("space separated: 2001-12-14 21:59:43.10 -5", "space separated"));