Home
last modified time | relevance | path

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

12345678910

/third_party/typescript/tests/baselines/reference/
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.symbols9 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…
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.js5 var octal = 0o81010; variable
6 var octal = 0O91010;
14 var octal = 0;
16 var octal = 0;
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.types13 var octal = 0o81010;
14 >octal : number
18 var octal = 0O91010;
19 >octal : number
DemitClassDeclarationWithLiteralPropertyNameInES6.types45 static 0o3235 = "octal";
47 >"octal" : "octal"
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.errors.txt15 var octal = 0o81010;
18 var octal = 0O91010;
Dparser.numericSeparators.octal.types1 === tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.octal.…
Dparser.numericSeparators.octal.symbols1 === tests/cases/conformance/parser/ecmascriptnext/numericSeparators/parser.numericSeparators.octal.…
/third_party/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
/third_party/typescript/tests/cases/conformance/es6/binaryAndOctalIntegerLiteral/
DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.ts4 var octal = 0o81010; variable
5 var octal = 0O91010; variable
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp583 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/
Ddouble-conversion-string-to-double.cpp583 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/
Dstring-to-double.cc562 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/
Ddouble-conversion-string-to-double.cpp583 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/
Ddouble-conversion.cpp794 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/
DREADME.md21 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/
DparsePseudoBigInt.ts32 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/
DREADME.markdown36 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/
Dspec-02-19.data4 octal: 014
Dconstruct-int.code4 "octal": 685230,
Dconstruct-int.data3 octal: 02472256
/third_party/node/deps/npm/node_modules/mkdirp/bin/
Dusage.txt10 -m, --mode If a directory needs to be created, set the mode as an octal
/third_party/node/deps/npm/node_modules/es-abstract/
DCHANGELOG.md108 * [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/
Dcreate-file-mode.d13 This option takes an octal number as argument.
/third_party/curl/tests/data/
Dtest146340 --create-file-mode <mode> File mode (octal) for created files

12345678910