Home
last modified time | relevance | path

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

1234567

/external/rust/crates/regex/src/
Dre_builder.rs15 pub octal: bool, field
31 octal: false, in default()
162 pub fn octal(&mut self, yes: bool) -> &mut RegexBuilder {
163 self.0.octal = yes;
348 pub fn octal(&mut self, yes: bool) -> &mut RegexSetBuilder {
349 self.0.octal = yes;
/external/llvm-project/llvm/test/tools/llvm-ml/
Dradix_errors.asm18 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
20 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
23 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
25 ; CHECK: :[[# @LINE + 1]]:10: error: invalid octal number
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.numericsuffixes.frag14 int r07 = 071; // octal
15 uint r08 = 072u; // unsigned octal
22 ps_output.color = r07; // gets 71 octal = 57 decimal
Dspv.debugPrintf_Error.frag9 // not an octal sequence
/external/deqp-deps/glslang/Test/
Dhlsl.numericsuffixes.frag14 int r07 = 071; // octal
15 uint r08 = 072u; // unsigned octal
22 ps_output.color = r07; // gets 71 octal = 57 decimal
Dspv.debugPrintf_Error.frag9 // not an octal sequence
/external/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp571 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local
590 octal = octal && *current < '8'; in StringToIeee()
595 octal = false; in StringToIeee()
599 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee()
600 if (octal) goto parsing_done; in StringToIeee()
649 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee()
650 if (octal) goto parsing_done; in StringToIeee()
715 if (octal) { in StringToIeee()
/external/llvm-project/llvm/tools/llvm-strings/
Dllvm-strings.cpp48 enum radix { none, octal, hexadecimal, decimal }; enumerator
51 cl::values(clEnumValN(octal, "o", "octal"),
69 case octal: in strings()
/external/rust/crates/regex-syntax/src/
Dparser.rs76 pub fn octal(&mut self, yes: bool) -> &mut ParserBuilder { in octal() method
77 self.ast.octal(yes); in octal()
/external/starlark-go/syntax/
Dscan_test.go187 {"0123", `foo.star:1:5: obsolete form of octal literal; use 0o123`},
193 …{`"\377"`, `foo.star:1:1: non-ASCII octal escape \377 (use \u00FF for the UTF-8 encoding of U+00FF…
195 {`"\400"`, `foo.star:1:1: non-ASCII octal escape \400`}, // unlike Python 2 and 3
270 {"0or", "foo.star:1:3: invalid octal literal"},
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-19.data4 octal: 014
Dconstruct-int.data3 octal: 02472256
/external/llvm-project/llvm/test/YAMLParser/
Dspec-02-19.test6 octal: 014
Dconstruct-int.test5 octal: 02472256
/external/llvm/test/YAMLParser/
Dspec-02-19.test6 octal: 014
Dconstruct-int.test5 octal: 02472256
/external/one-true-awk/testdir/
DNOTES1 Need some tests for octal, hex, various string escapes.
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp77 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
80 cl::values(clEnumValN(octal, "8", "Print size in octal"),
87 cl::values(clEnumValN(octal, "o", "Print size in octal"),
173 case octal: in getRadixFmt()
505 << (Radix == octal ? "oct" : "dec") in printObjectSectionSizes()
518 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes()
871 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals()
/external/rust/crates/cexpr/src/
Dliteral.rs135 fn octal(i: &[u8]) -> nom::IResult<&[u8], u8> { in octal() function
188 map_opt(many_m_n(1, 3, octal), |v| c_raw_escape(v, 8)), in escaped_char()
271 map_opt(preceded(char('0'), many1(complete(octal))), |v| { in c_int()
/external/iptables/extensions/
Dlibipt_realm.man9 decimal, hex (by prefixing with "0x") or octal (if a leading zero is given).
/external/toybox/tests/
Dprintf.test26 testing "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.
/external/deqp-deps/glslang/Test/baseResults/
Dnumeral.frag.out2 ERROR: 0:14: '' : octal literal digit too large
3 ERROR: 0:15: '' : octal literal digit too large
4 ERROR: 0:16: '' : octal literal digit too large
5 ERROR: 0:17: '' : octal literal too big
6 ERROR: 0:18: '' : octal literal too big
7 ERROR: 0:23: '' : octal literal digit too large
8 ERROR: 0:24: '' : octal literal digit too large
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dnumeral.frag.out2 ERROR: 0:14: '' : octal literal digit too large
3 ERROR: 0:15: '' : octal literal digit too large
4 ERROR: 0:16: '' : octal literal digit too large
5 ERROR: 0:17: '' : octal literal too big
6 ERROR: 0:18: '' : octal literal too big
7 ERROR: 0:23: '' : octal literal digit too large
8 ERROR: 0:24: '' : octal literal digit too large
/external/llvm/tools/llvm-size/
Dllvm-size.cpp71 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
78 cl::values(clEnumValN(octal, "o", "Print size in octal"),
166 case octal: in getRadixFmt()
466 << (Radix == octal ? "oct" : "dec") << " hex filename\n"; in printObjectSectionSizes()
476 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << " " in printObjectSectionSizes()

1234567