/external/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/v8/src/ |
D | conversions-inl.h | 611 bool octal = leading_zero && (flags & ALLOW_IMPLICIT_OCTAL) != 0; in InternalStringToDouble() local 624 octal = octal && *current < '8'; in InternalStringToDouble() 630 octal = false; in InternalStringToDouble() 634 if (octal && !allow_trailing_junk) return JunkStringValue(); in InternalStringToDouble() 635 if (octal) goto parsing_done; in InternalStringToDouble() 684 if (octal) return JunkStringValue(); in InternalStringToDouble() 740 if (octal) { in InternalStringToDouble()
|
/external/ltrace/testsuite/ltrace.main/ |
D | parameters.conf | 28 void func_lens(octal, octal(long), hex(short), hex(long));
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-02-19.data | 4 octal: 014
|
D | construct-int.data | 3 octal: 02472256
|
/external/llvm/test/YAMLParser/ |
D | spec-02-19.test | 6 octal: 014
|
D | construct-int.test | 5 octal: 02472256
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 64 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator 71 cl::values(clEnumValN(octal, "o", "Print size in octal"), 104 case octal: in getRadixFmt() 364 << (Radix == octal ? "oct" : "dec") << " hex filename\n"; in PrintObjectSectionSizes() 374 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in PrintObjectSectionSizes()
|
/external/toybox/tests/ |
D | printf.test | 21 testing "printf not octal" "$PRINTF '\9'" '\9' "" ""
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.1 | 157 mode is the octal mode specifier, similar to that expected by chmod. 218 mode is the octal mode specifier, similar to that expected by chmod. 238 mode is the octal mode specifier, similar to that expected by chmod. 255 mode is the octal mode specifier, similar to that expected by chmod.
|
D | README-4.0 | 35 mode is the octal mode specifier, similar to that expected by chmod.
|
/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-trace/catapult/docs/ |
D | style-guide.md | 199 | [Binary and octal literals](https://github.com/lukehoban/es6features#binary-and-octal-literals) …
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 368 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local 369 builder->AddCharacter(octal); in ParseDisjunction()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 155 "invalid digit '%0' in %select{decimal|octal|binary}1 constant">; 185 "%select{hex|octal}0 escape sequence out of range">; 524 "%select{#line|GNU line marker}0 directive interprets number as decimal, not octal">;
|
/external/v8/src/parsing/ |
D | parser-base.h | 468 Scanner::Location octal = scanner()->octal_position(); in CheckOctalLiteral() local 469 if (octal.IsValid() && beg_pos <= octal.beg_pos && in CheckOctalLiteral() 470 octal.end_pos <= end_pos) { in CheckOctalLiteral() 471 ReportMessageAt(octal, message); in CheckOctalLiteral()
|
/external/squashfs-tools/ |
D | RELEASE-README | 607 mode is the octal mode specifier, similar to that expected by chmod. 668 mode is the octal mode specifier, similar to that expected by chmod. 688 mode is the octal mode specifier, similar to that expected by chmod. 705 mode is the octal mode specifier, similar to that expected by chmod.
|
/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
|