Home
last modified time | relevance | path

Searched refs:Octal (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DstrictModeOctalLiterals.errors.txt1 tests/cases/conformance/expressions/literals/strictModeOctalLiterals.ts(2,14): error TS1085: Octal
2 tests/cases/conformance/expressions/literals/strictModeOctalLiterals.ts(4,16): error TS1085: Octal
3 tests/cases/conformance/expressions/literals/strictModeOctalLiterals.ts(4,21): error TS1085: Octal
10 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
14 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
16 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
Des3-oldStyleOctalLiteralTypes.errors.txt1 tests/cases/compiler/es3-oldStyleOctalLiteralTypes.ts(1,8): error TS8017: Octal literal types must …
2 tests/cases/compiler/es3-oldStyleOctalLiteralTypes.ts(2,8): error TS8017: Octal literal types must …
8 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '0o10'.
11 !!! error TS8017: Octal literal types must use ES2015 syntax. Use the syntax '-0o20'.
Des3-oldStyleOctalLiteralInEnums.errors.txt1 tests/cases/compiler/es3-oldStyleOctalLiteralInEnums.ts(2,7): error TS8018: Octal literals are not …
2 tests/cases/compiler/es3-oldStyleOctalLiteralInEnums.ts(3,7): error TS8018: Octal literals are not …
9 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '-0o1…
12 !!! error TS8018: Octal literals are not allowed in enums members initializer. Use the syntax '0o2'.
Des5-oldStyleOctalLiteralInEnums.errors.txt1 tests/cases/compiler/es5-oldStyleOctalLiteralInEnums.ts(2,7): error TS1085: Octal literals are not …
2 tests/cases/compiler/es5-oldStyleOctalLiteralInEnums.ts(3,7): error TS1085: Octal literals are not …
9 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
12 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.errors.txt3 …ral/invalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts(4,15): error TS1178: Octal digit expected.
4 …ral/invalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts(5,15): error TS1178: Octal digit expected.
17 !!! error TS1178: Octal digit expected.
20 !!! error TS1178: Octal digit expected.
Dliterals.errors.txt5 tests/cases/conformance/expressions/literals/literals.ts(19,9): error TS1085: Octal literals are no…
6 tests/cases/conformance/expressions/literals/literals.ts(24,9): error TS1085: Octal literals are no…
38 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
45 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
DoctalLiteralInStrictModeES3.errors.txt1 …ecmascript5/StrictMode/octalLiteralInStrictModeES3.ts(2,1): error TS1121: Octal literals are not a…
8 !!! error TS1121: Octal literals are not allowed in strict mode.
DscannerNumericLiteral2.errors.txt1 tests/cases/conformance/scanner/ecmascript5/scannerNumericLiteral2.ts(1,1): error TS1085: Octal lit…
7 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
DscannerNumericLiteral8.errors.txt1 tests/cases/conformance/scanner/ecmascript5/scannerNumericLiteral8.ts(1,1): error TS1085: Octal lit…
7 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
DparseBigInt.errors.txt8 tests/cases/compiler/parseBigInt.ts(61,20): error TS1178: Octal digit expected.
97 !!! error TS1178: Octal digit expected.
DobjectLiteralErrors.errors.txt15 …e/expressions/objectLiterals/objectLiteralErrors.ts(16,19): error TS1085: Octal literals are not a…
128 !!! error TS1085: Octal literals are not available when targeting ECMAScript 5 and higher. Use the …
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
DstripInternal-when-few-members-of-enum-are-internal.js29 Octal = 1 << 5,
38 …NumericLiteralFlags = Scientific | Octal | HexSpecifier | BinaryOrOctalSpecifier | ContainsSeparat…
660 Octal = 32, property
782 >>> Octal = 32,
789 2 > Octal
869 3 > = Scientific | Octal | HexSpecifier | BinaryOrOctalSpecifier | ContainsS…
1058 > Octal = 1 << 5,
1067 …> NumericLiteralFlags = Scientific | Octal | HexSpecifier | BinaryOrOctalSpecifier | Contai…
1171 2 > Octal = 1 << 5
1249 2 > NumericLiteralFlags = Scientific | Octal | HexSpecifier | BinaryOrOctalSpecifier | ContainsS…
[all …]
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs8 Octal,
95 impl Octal for MyInt {
97 Octal::fmt(&self.0, f) in fmt()
/third_party/rust/crates/quote/src/
Druntime.rs416 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> {
418 fmt::Octal::fmt(&self.0, f) in fmt()
/third_party/rust/crates/nom/doc/
Dnom_recipes.md16 - [Octal](#octal)
216 #### Octal subsubsection
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/
Dextern_impl.rs470 fmt::Octal,
/third_party/rust/crates/bitflags/
DCHANGELOG.md167 - Implement the `Hex`, `Octal`, and `Binary` formatting traits ([#86])
/third_party/rust/crates/bitflags/src/
Dlib.rs501 impl $crate::_core::fmt::Octal for $BitFlags {
503 $crate::_core::fmt::Octal::fmt(&self.bits, f)
/third_party/protobuf/src/google/protobuf/
Dmessage_unittest.inc594 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4(
609 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4(
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dprint.rs216 Octal => write!(self.wtr, r"\{:o}", ast.c as u32), in fmt_literal()
Dparse.rs1559 kind: ast::LiteralKind::Octal, in parse_octal()
4274 kind: ast::LiteralKind::Octal, in parse_octal()
4283 kind: ast::LiteralKind::Octal, in parse_octal()
4291 kind: ast::LiteralKind::Octal, in parse_octal()
4302 kind: ast::LiteralKind::Octal, in parse_octal()
4320 kind: ast::LiteralKind::Octal, in parse_octal()
Dmod.rs636 Octal, enumerator
/third_party/icu/docs/userguide/strings/
Dregexp.md158Octal character. 'ooo' is from one to three octal digits. 0377 is the largest allowed Octal chara…
/third_party/ltp/scripts/
Dcheckpatch.pl504 our $Octal = qr{0[0-7]+$Int_type?};
510 our $Constant = qr{$Float|$Binary|$Octal|$Hex|$Int};
7358 (($val =~ /^$Int$/ && $val !~ /^$Octal$/) ||
7359 ($val =~ /^$Octal$/ && length($val) ne 4))) {
7363 if ($val =~ /^$Octal$/ && (oct($val) & 02)) {
/third_party/bounds_checking_function/src/
Dinput.inl1026 * Parse Octal character to integer for 32bit .
1201 * Parse Octal character to integer for 64bit .
1243 if (spec->ch < SECUREC_CHAR('8')) { /* Octal maximum limit '8' */

12