/external/chromium_org/v8/test/preparser/ |
D | preparser.expectation | 6 strict-octal-number:strict_octal_literal 7 strict-octal-string:strict_octal_literal 8 strict-octal-regexp:strict_octal_literal 9 strict-octal-use-strict-after:strict_octal_literal 10 strict-octal-use-strict-before:strict_octal_literal
|
D | preparser.status | 33 # We don't parse RegExps at scanning time, so we can't fail on octal 34 # escapes (we need to parse to distinguish octal escapes from valid 36 'strict-octal-regexp': [FAIL], 42 'strict-octal-regexp': [SKIP],
|
/external/ltrace/etc/ |
D | syscalls.conf | 25 octal umask(octal); 43 int chmod(string,octal); 44 int fchmod(int,octal); 79 int mkdir(string,octal); 80 int mknod(string,octal,int); 118 int access(string,octal);
|
D | libc.so.conf | 86 int open(string,int,octal); ; WARNING: 3rd argument may not be there 87 int open64(string,int,octal); ; WARNING: 3rd argument may not be there 119 int mq_open(string, int, octal, addr); ; WARNING: 3rd and 4th arguments may not be there 336 int chmod(string,octal); 337 int fchmod(int,octal); 338 int mkfifo(string,octal); 339 octal umask(octal); 401 int mkdir(string,octal);
|
D | libacl.so.conf | 41 addr acl_from_mode(octal);
|
/external/chromium_org/v8/src/ |
D | conversions-inl.h | 543 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble() local 556 octal = octal && *current < '8'; in InternalStringToDouble() 562 octal = false; in InternalStringToDouble() 566 if (octal && !allow_trailing_junk) return JunkStringValue(); in InternalStringToDouble() 567 if (octal) goto parsing_done; in InternalStringToDouble() 616 if (octal) return JunkStringValue(); in InternalStringToDouble() 672 if (octal) { in InternalStringToDouble()
|
D | preparser.h | 382 Scanner::Location octal = scanner()->octal_position(); in CheckOctalLiteral() local 383 if (octal.IsValid() && beg_pos <= octal.beg_pos && in CheckOctalLiteral() 384 octal.end_pos <= end_pos) { in CheckOctalLiteral() 385 ReportMessageAt(octal, "strict_octal_literal"); in CheckOctalLiteral()
|
/external/ltrace/testsuite/ltrace.main/ |
D | parameters.conf | 28 void func_lens(octal, octal(long), hex(short), hex(long));
|
/external/llvm/test/YAMLParser/ |
D | spec-02-19.data | 6 octal: 014
|
D | construct-int.data | 5 octal: 02472256
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 63 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator 70 cl::values(clEnumValN(octal, "o", "Print size in octal"), 103 case octal: in getRadixFmt() 392 << (Radix == octal ? "oct" : "dec") << " hex filename\n"; in PrintObjectSectionSizes() 402 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in PrintObjectSectionSizes()
|
/external/ltrace/ |
D | NEWS | 112 For reasons of consistency with "hex". "octal" is still valid and 202 **** octal 204 "octal", which used to be a separate type, is now lens, which can 205 be used to render any underlying type in base 8. Plain "octal" 206 is still valid and means the same thing as "octal(int)".
|
/external/regex-re2/doc/ |
D | syntax.txt | 106 \123 octal character code (up to three digits) 136 \%o123 octal character 123 NOT SUPPORTED vim 322 \o octal digits (== [0-7]) NOT SUPPORTED vim
|
/external/chromium_org/third_party/re2/doc/ |
D | syntax.txt | 106 \123 octal character code (up to three digits) 136 \%o123 octal character 123 NOT SUPPORTED vim 322 \o octal digits (== [0-7]) NOT SUPPORTED vim
|
/external/chromium_org/third_party/blanketjs/src/ |
D | blanket.js | 778 octal: true, 857 var str = '', quote, start, ch, code, unescaped, restore, octal = false; 912 octal = true; 916 octal = true; 953 octal: octal, 1367 if (strict && token.octal) { 1515 if (strict && token.octal) { 2829 if (!firstRestricted && token.octal) { 3078 if (!firstRestricted && token.octal) {
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 158 def err_invalid_octal_digit : Error<"invalid digit '%0' in octal constant">; 191 def err_octal_escape_too_large : Error<"octal escape sequence out of range">; 516 "%select{#line|GNU line marker}0 directive interprets number as decimal, not octal">;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
D | nasm-token.re | 175 /* 777q or 777o - octal number */ 650 /* 777q or 777o - octal number */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
D | gas-token.re | 246 /* 0777 - octal number */
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSValueKeywords.in | 271 octal
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 635 \nnn octal character (up to 3 octal digits); always 637 \o{dd...} octal character (any number of octal digits}
|
/external/pcre/dist/testdata/ |
D | testoutput14 | 486 Failed: octal value is greater than \377 in 8-bit non-UTF-8 mode at offset 3
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 300 This field provides the access mode of the file encoded as an octal ASCII
|
/external/pcre/dist/ |
D | configure.ac | 4 dnl the leading zeros may cause them to be treated as invalid octal constants 107 echo "*** Use only 01 to 07 or 10 onwards, to avoid octal issues. ***"
|
/external/strace/ |
D | NEWS | 526 * string arguments are now true C strings using octal instead of hex by default
|
/external/llvm/docs/TableGen/ |
D | LangIntro.rst | 100 octal integer value (indicated by a leading 0)
|