HomeSort by relevance Sort by last modified time
    Searched refs:delimiters (Results 26 - 50 of 231) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 180 @ivar delimiters: The current delimiter dictionary.
181 @type delimiters: dict
216 self.delimiters = _DELIMITERS
317 if c == '' or c in self.delimiters:
334 self.delimiters = _QUOTING_DELIMITERS
339 self.delimiters = _DELIMITERS
  /external/freetype/src/psaux/
psobjs.h 116 FT_Bool delimiters );
psobjs.c 512 /* PostScript delimiters are (, ), <, >, [, ], {, }, /, and %. */
609 /* `token' here means either something between balanced delimiters */
610 /* or the next token; the delimiters are not removed. */
737 /* don't include outermost delimiters */
1055 /* don't include delimiters */
1080 /* don't include delimiters */
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.h 116 FT_Bool delimiters );
psobjs.c 512 /* PostScript delimiters are (, ), <, >, [, ], {, }, /, and %. */
612 /* `token' here means either something between balanced delimiters */
613 /* or the next token; the delimiters are not removed. */
740 /* don't include outermost delimiters */
1058 /* don't include delimiters */
1083 /* don't include delimiters */
    [all...]
  /bionic/linker/
linker_utils.cpp 192 void split_path(const char* path, const char* delimiters,
195 *paths = android::base::Split(path, delimiters);
linker_main.cpp 111 static void parse_path(const char* path, const char* delimiters,
114 split_path(path, delimiters, &paths);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 79 -d delimiters only checking
100 delimiters = re.compile(r'\\(begin|end){([_a-zA-Z]+)}|([()\[\]])')
105 openers = [] # Stack of pending open delimiters
121 for begend, name, punct in delimiters.findall(line):
  /device/linaro/bootloader/edk2/DuetPkg/
GetVariables.bat 20 @REM NB: default token delimiters for "for /f" are tab and space.
  /external/emma/core/java12/com/vladium/emma/
Command.java 263 protected static String [] getListOptValue (final IOptsParser.IOpt opt, final String delimiters, final boolean processAtFiles)
266 return Strings.mergeAT (opt.getValues (), delimiters, processAtFiles);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar 
  /external/vboot_reference/host/lib/
crossystem.c 162 const char *delimiters = " \r\n"; local
170 for (t = strtok_r(buf, delimiters, &saveptr); t;
171 t = strtok_r(NULL, delimiters, &saveptr)) {
  /external/skia/src/core/
SkString.cpp 648 void SkStrSplit(const char* str, const char* delimiters, SkStrSplitMode splitMode,
651 // Skip any delimiters.
652 str += strspn(str, delimiters);
660 const size_t len = strcspn(str, delimiters);
670 // Skip any delimiters.
671 str += strspn(str, delimiters);
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 395 std::string delimiters = " "; local
397 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
398 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
406 // Skip delimiters. Note the "not_of"
407 lastPos = CommandLine.find_first_not_of(delimiters, pos);
409 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 271 // Delim, for the four JSON delimiters [ ] { }
349 // Token guarantees that the delimiters [ ] { } it returns are
354 // number, and null?along with delimiters [ ] { } of type Delim
508 // It returns an error if the delimiters [ ] { } are not properly used.
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 271 // Delim, for the four JSON delimiters [ ] { }
349 // Token guarantees that the delimiters [ ] { } it returns are
354 // number, and null?along with delimiters [ ] { } of type Delim
508 // It returns an error if the delimiters [ ] { } are not properly used.
  /external/libxml2/
triostr.c 933 TRIO_ARGS2((string, delimiters),
935 TRIO_CONST char *delimiters)
937 assert(delimiters);
939 return strtok(string, delimiters);
    [all...]
triostr.h 83 TRIO_STRING_PUBLIC char *trio_tokenize TRIO_PROTO((char *string, const char *delimiters));
  /prebuilts/go/darwin-x86/src/net/http/
readrequest_test.go 438 // reqBytes treats req as a request (with \n delimiters) and returns it with \r\n delimiters,
  /prebuilts/go/darwin-x86/src/text/template/
template.go 51 // delimiters. The association, which is transitive, allows one template to
149 // Delims sets the action delimiters to the specified strings, to be used in
  /prebuilts/go/linux-x86/src/net/http/
readrequest_test.go 438 // reqBytes treats req as a request (with \n delimiters) and returns it with \r\n delimiters,
  /prebuilts/go/linux-x86/src/text/template/
template.go 51 // delimiters. The association, which is transitive, allows one template to
149 // Delims sets the action delimiters to the specified strings, to be used in
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 382 std::string delimiters = " "; local
384 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
385 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
393 // Skip delimiters. Note the "not_of"
394 lastPos = CommandLine.find_first_not_of(delimiters, pos);
396 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 64 String delimiters = " .,;:?!(){}[]\"'~@#$%^&*+=_-|\\<>/"; local
65 StringTokenizer st = new StringTokenizer(doc, delimiters, true);
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 370 FT_Bool delimiters );
    [all...]

Completed in 2910 milliseconds

12 3 4 5 6 7 8 910