/third_party/typescript/tests/baselines/reference/ |
D | invalidBinaryIntegerLiteralAndOctalIntegerLiteral.symbols | 9 var octal = 0o81010; 10 >octal : Symbol(octal, Decl(invalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts, 3, 3), Decl(inval… 12 var octal = 0O91010; 13 >octal : Symbol(octal, Decl(invalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts, 3, 3), Decl(inval…
|
D | invalidBinaryIntegerLiteralAndOctalIntegerLiteral.js | 5 var octal = 0o81010; variable 6 var octal = 0O91010; 14 var octal = 0; 16 var octal = 0;
|
D | invalidBinaryIntegerLiteralAndOctalIntegerLiteral.types | 13 var octal = 0o81010; 14 >octal : number 18 var octal = 0O91010; 19 >octal : number
|
D | emitClassDeclarationWithLiteralPropertyNameInES6.types | 45 static 0o3235 = "octal"; 47 >"octal" : "octal"
|
D | invalidBinaryIntegerLiteralAndOctalIntegerLiteral.errors.txt | 15 var octal = 0o81010; 18 var octal = 0O91010;
|
D | parser.numericSeparators.octal.types | 1 === tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.octal.…
|
D | parser.numericSeparators.octal.symbols | 1 === tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.octal.…
|
/third_party/glslang/Test/ |
D | hlsl.numericsuffixes.frag | 14 int r07 = 071; // octal 15 uint r08 = 072u; // unsigned octal 22 ps_output.color = r07; // gets 71 octal = 57 decimal
|
D | spv.debugPrintf_Error.frag | 9 // not an octal sequence
|
/third_party/typescript/tests/cases/conformance/es6/binaryAndOctalIntegerLiteral/ |
D | invalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts | 4 var octal = 0o81010; variable 5 var octal = 0O91010; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-string-to-double.cpp | 583 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local 602 octal = octal && *current < '8'; in StringToIeee() 607 octal = false; in StringToIeee() 611 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 612 if (octal) goto parsing_done; in StringToIeee() 661 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 662 if (octal) goto parsing_done; in StringToIeee() 727 if (octal) { in StringToIeee()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-string-to-double.cpp | 583 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local 602 octal = octal && *current < '8'; in StringToIeee() 607 octal = false; in StringToIeee() 611 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 612 if (octal) goto parsing_done; in StringToIeee() 661 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 662 if (octal) goto parsing_done; in StringToIeee() 727 if (octal) { in StringToIeee()
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | string-to-double.cc | 562 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local 581 octal = octal && *current < '8'; in StringToIeee() 586 octal = false; in StringToIeee() 590 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 591 if (octal) goto parsing_done; in StringToIeee() 640 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 641 if (octal) goto parsing_done; in StringToIeee() 706 if (octal) { in StringToIeee()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-string-to-double.cpp | 583 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local 602 octal = octal && *current < '8'; in StringToIeee() 607 octal = false; in StringToIeee() 611 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 612 if (octal) goto parsing_done; in StringToIeee() 661 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 662 if (octal) goto parsing_done; in StringToIeee() 727 if (octal) { in StringToIeee()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion.cpp | 794 bool octal = leading_zero && (flags_ & ALLOW_OCTALS) != 0; in StringToIeee() local 807 octal = octal && *current < '8'; in StringToIeee() 813 octal = false; in StringToIeee() 817 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 818 if (octal) goto parsing_done; in StringToIeee() 870 if (octal && !allow_trailing_junk) return junk_string_value_; in StringToIeee() 871 if (octal) goto parsing_done; in StringToIeee() 932 if (octal) { in StringToIeee()
|
/third_party/node/deps/npm/node_modules/umask/ |
D | README.md | 21 Converts `val` to a 0-padded octal string. `val` is assumed to be a 29 * String containing octal number (leading 0) 68 Number or octal String values, and the String value must begin with `0`.
|
/third_party/typescript/src/testRunner/unittests/ |
D | parsePseudoBigInt.ts | 32 const octal = "0".repeat(leadingZeros) + testNumber.toString(8) + "n"; constant 34 assert.equal(parsePseudoBigInt(prefix + octal), String(testNumber));
|
/third_party/node/deps/npm/node_modules/mkdirp/ |
D | README.markdown | 36 Create a new directory and any necessary subdirectories at `dir` with octal 52 with octal permission string `opts.mode`. If `opts` is a non-object, it will be 77 -m, --mode If a directory needs to be created, set the mode as an octal
|
/third_party/PyYAML/tests/data/ |
D | spec-02-19.data | 4 octal: 014
|
D | construct-int.code | 4 "octal": 685230,
|
D | construct-int.data | 3 octal: 02472256
|
/third_party/node/deps/npm/node_modules/mkdirp/bin/ |
D | usage.txt | 10 -m, --mode If a directory needs to be created, set the mode as an octal
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | CHANGELOG.md | 108 * [Fix] ensure only 0-1 are valid binary and 0-7 are valid octal digits (#2) 129 * [Fix] Ensure that objects that `toString` to a binary or octal literal also convert properly 133 * [New] ES6’s ToNumber now supports binary and octal literals.
|
/third_party/curl/docs/cmdline-opts/ |
D | create-file-mode.d | 13 This option takes an octal number as argument.
|
/third_party/curl/tests/data/ |
D | test1463 | 40 --create-file-mode <mode> File mode (octal) for created files
|