Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/v8/test/preparser/
Dpreparser.expectation6 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
Dpreparser.status33 # 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/
Dsyscalls.conf25 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);
Dlibc.so.conf86 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);
Dlibacl.so.conf41 addr acl_from_mode(octal);
/external/chromium_org/v8/src/
Dconversions-inl.h543 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()
Dpreparser.h382 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/
Dparameters.conf28 void func_lens(octal, octal(long), hex(short), hex(long));
/external/llvm/test/YAMLParser/
Dspec-02-19.data6 octal: 014
Dconstruct-int.data5 octal: 02472256
/external/llvm/tools/llvm-size/
Dllvm-size.cpp63 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/
DNEWS112 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/
Dsyntax.txt106 \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/
Dsyntax.txt106 \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/
Dblanket.js778 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/
DDiagnosticLexKinds.td158 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/
Dnasm-token.re175 /* 777q or 777o - octal number */
650 /* 777q or 777o - octal number */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-token.re246 /* 0777 - octal number */
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueKeywords.in271 octal
/external/pcre/dist/doc/
Dpcretest.txt635 \nnn octal character (up to 3 octal digits); always
637 \o{dd...} octal character (any number of octal digits}
/external/pcre/dist/testdata/
Dtestoutput14486 Failed: octal value is greater than \377 in 8-bit non-UTF-8 mode at offset 3
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst300 This field provides the access mode of the file encoded as an octal ASCII
/external/pcre/dist/
Dconfigure.ac4 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/
DNEWS526 * string arguments are now true C strings using octal instead of hex by default
/external/llvm/docs/TableGen/
DLangIntro.rst100 octal integer value (indicated by a leading 0)

123