HomeSort by relevance Sort by last modified time
    Searched refs:quoted (Results 151 - 175 of 492) sorted by null

1 2 3 4 5 67 8 91011>>

  /build/kati/
shellutil.go 54 name: "shell-date-quoted",
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
PatchCheck.py 144 quoted = len(name) > 2 and name[0] == '"' and name[-1] == '"'
145 if name.find(',') >= 0 and not quoted:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
gas.exp 449 run_dump_test quoted-sym-names
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
dumpICUrules.bat 420 # Remove single-quoted matter
438 # Restore single-quoted matter
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 336 boolean quoted = false;
341 quoted = !quoted;
343 if (!quoted && c == 'a') {
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 324 mkItem(itemError, "unterminated quoted string"),
328 mkItem(itemError, "unterminated raw quoted string"),
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 324 mkItem(itemError, "unterminated quoted string"),
328 mkItem(itemError, "unterminated raw quoted string"),
  /external/python/cpython2/Lib/
urllib2.py 857 # allow for double- and single-quoted realm values
    [all...]
csv.py 262 # there is *no* delimiter, it's a single column of quoted data
267 # double quoted format
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 832 # allow for double- and single-quoted realm values
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 832 # allow for double- and single-quoted realm values
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 832 # allow for double- and single-quoted realm values
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 832 # allow for double- and single-quoted realm values
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 3131 bool quoted = false; local
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 240 {"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
241 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
686 // Quoted empty string is OK.
692 t.Errorf("Sscanf <empty> expected no error with quoted string; got %s", err)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 240 {"%q", `"quoted\twith\\do\u0075bl\x65s"` + "\n", &stringVal, "quoted\twith\\doubles"},
241 {"%q", "`quoted with backs`\n", &stringVal, "quoted with backs"},
686 // Quoted empty string is OK.
692 t.Errorf("Sscanf <empty> expected no error with quoted string; got %s", err)
    [all...]
  /external/squashfs-tools/squashfs-tools/
action.c 110 int cur_size, i, quoted; local
140 quoted = 0;
145 quoted = !quoted;
149 /* inside quoted string EOF, otherwise end of string */
150 if(quoted)
156 if(!quoted) {
    [all...]
  /external/python/cpython3/PC/
launcher.c 1307 BOOL quoted; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
csv.py 262 # there is *no* delimiter, it's a single column of quoted data
267 # double quoted format
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
csv.py 258 # there is *no* delimiter, it's a single column of quoted data
263 # double quoted format
  /external/guice/extensions/struts2/lib/
commons-fileupload-1.2.1.jar 
  /external/iproute2/tc/
em_meta.c 257 if (arg->quoted) {
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-fileupload-1.2.1.jar 
  /external/python/cpython3/Lib/
csv.py 261 # there is *no* delimiter, it's a single column of quoted data
266 # double quoted format
  /external/python/cpython3/Lib/http/
cookies.py 159 # quoted with a preceding '\' slash.
182 If the string does not need to be double-quoted, then just return the

Completed in 657 milliseconds

1 2 3 4 5 67 8 91011>>