HomeSort by relevance Sort by last modified time
    Searched full:delimiter (Results 426 - 450 of 777) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_delimiters.json 613 "default": "left s shaped bag delimiter"
621 "default": "right s shaped bag delimiter"
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 645 # Use '@' as a delimiter for string templates instead of '$' to avoid unintended
648 delimiter = '@' variable in class:GypTemplate
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
helpScreen.css 175 .help-key-delimiter {
183 .help-key-delimiter {
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 592 /* Scan past delimiter characters */
597 /* Count non-delimiter characters. */
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 590 /* Scan past delimiter characters */
595 /* Count non-delimiter characters. */
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 593 /* Scan past delimiter characters */
598 /* Count non-delimiter characters. */
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 253 def GetSourcesAsText(self, delimiter = "; "):
254 return delimiter.join(self.__sources)
  /external/chromium_org/tools/grit/grit/node/
base.py 302 # the ''' delimiter.
314 # we need to add the ''' delimiter.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 363 LOG.fine("Access unit delimiter type: " + type);
422 LOG.fine("Access unit delimiter: " + (data[1] >> 5));
  /external/openssh/
misc.c 377 * Search for next delimiter between hostnames/addresses and ports.
380 * *cp is set to the start of the next delimiter, if one was found.
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 331 void Tokenizer::ConsumeString(char delimiter) {
361 if (current_char_ == delimiter) {
  /external/qemu/
qemu-option.c 43 * The return value is the position of the delimiter/zero byte after the option
67 * delimiter is fixed to be comma which starts a new option. To specify an
  /external/tcpdump/missing/
getaddrinfo.c 865 * Handle special case of <scoped_address><delimiter><scope id>
870 /* terminate at the delimiter */
  /external/zlib/src/test/
infcover.c 242 delimiter in which case that single digit writes a byte. The returned
262 else if (val != 1 && val < 32) /* one digit followed by delimiter */
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 486 * comment character, word component, white space, string delimiter or
502 * white space, string delimiter or number.
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 282 break; // a true comma delimiter; the current cookie is complete.
350 * exhausted. Returns wth the cursor on the delimiter that follows.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 345 String delimiter = TextUtilities.getDefaultLineDelimiter(document); local
346 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 414 * @tests java.util.Scanner#delimiter()
418 Pattern pattern = s.delimiter();
428 assertEquals("\\w+", s.delimiter().toString());
432 assertNull(s.delimiter());
448 assertEquals("\\w+", s.delimiter().toString());
635 // use special delimiter
685 // just delimiter exists in this scanner
701 // no delimiter exists in this scanner
705 // input resourse starts with delimiter
709 // input resource ends with delimiter
    [all...]
  /system/core/sh/
sh.1 467 .Li [n]\*[Lt]\*[Lt] delimiter
469 .Li delimiter
472 All the text on successive lines up to the delimiter is saved away and
475 If the delimiter as specified on the initial line is
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uregex.cpp     [all...]
  /external/icu4c/i18n/
uregex.cpp     [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url.cc 293 // boundary delimiter line. Uses random number generator here to create
294 // a unique boundary delimiter for form data encoding.
684 // The '=' delimiter is required and the name must be not empty.
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc     [all...]

Completed in 509 milliseconds

<<11121314151617181920>>