Home
last modified time | relevance | path

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

123

/external/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/v8/src/
Dconversions-inl.h611 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/
Dparameters.conf28 void func_lens(octal, octal(long), hex(short), hex(long));
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-19.data4 octal: 014
Dconstruct-int.data3 octal: 02472256
/external/llvm/test/YAMLParser/
Dspec-02-19.test6 octal: 014
Dconstruct-int.test5 octal: 02472256
/external/llvm/tools/llvm-size/
Dllvm-size.cpp64 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/
Dprintf.test21 testing "printf not octal" "$PRINTF '\9'" '\9' "" ""
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.1157 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.
DREADME-4.035 mode is the octal mode specifier, similar to that expected by chmod.
/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-trace/catapult/docs/
Dstyle-guide.md199 | [Binary and octal literals](https://github.com/lukehoban/es6features#binary-and-octal-literals) …
/external/v8/src/regexp/
Dregexp-parser.cc368 uc32 octal = ParseOctalLiteral(); in ParseDisjunction() local
369 builder->AddCharacter(octal); in ParseDisjunction()
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td155 "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/
Dparser-base.h468 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/
DRELEASE-README607 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/
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

123