/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.h | 724 static inline Arg Octal(short* x); 725 static inline Arg Octal(unsigned short* x); 726 static inline Arg Octal(int* x); 727 static inline Arg Octal(unsigned int* x); 728 static inline Arg Octal(long* x); 729 static inline Arg Octal(unsigned long* x); 730 static inline Arg Octal(long long* x); 731 static inline Arg Octal(unsigned long long* x); 881 inline RE2::Arg RE2::Octal(type* ptr) { \
|
/external/rust/crates/tinyvec/src/ |
D | lib.rs | 79 Binary, Debug, Display, Formatter, LowerExp, LowerHex, Octal, Pointer,
|
D | slicevec.rs | 960 impl<'s, T> Octal for SliceVec<'s, T> 962 T: Octal, 971 Octal::fmt(elem, f)?; in fmt()
|
D | arrayvec.rs | 1501 impl<A: Array> Octal for ArrayVec<A> 1503 A::Item: Octal, 1512 Octal::fmt(elem, f)?; in fmt()
|
D | tinyvec.rs | 1399 impl<A: Array> Octal for TinyVec<A> 1401 A::Item: Octal, 1410 Octal::fmt(elem, f)?; in fmt()
|
/external/rust/crates/quote/src/ |
D | runtime.rs | 380 impl<T: IdentFragment + fmt::Octal> fmt::Octal for IdentFragmentAdapter<T> { 382 fmt::Octal::fmt(&self.0, f) in fmt()
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | malformed-ptr-to-counter-array.test | 36 // Octal '\11' is 9 in decimal: this should push CounterOffset to 1. As there are two counters,
|
/external/rust/crates/itertools/src/ |
D | format.rs | 113 UpperExp LowerExp UpperHex LowerHex Octal Binary Pointer}
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 35 enum class ReadStatus { Normal, Backslash, Octal, FinishOctal, CarriageReturn }; enumerator 261 status = ReadStatus::Octal; in ReadString() 284 case ReadStatus::Octal: in ReadString()
|
/external/llvm-project/llvm/test/tools/llvm-size/ |
D | radix.test | 6 ## Case 1: Octal radix (Berkeley). 39 ## Case 4: Octal radix (sysv).
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 677 bool Hex, Octal; member 742 Info.Hex = Info.Octal = false; in getLiteralInfo() 746 Info.Octal = true; in getLiteralInfo() 859 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 675 bool Hex, Octal; member 740 Info.Hex = Info.Octal = false; in getLiteralInfo() 744 Info.Octal = true; in getLiteralInfo() 861 if (!LitIsFloat && CallIsFloating && (LitInfo.Hex || LitInfo.Octal)) in rewriteToNumberLiteral()
|
/external/rust/crates/env_logger/src/fmt/writer/termcolor/ |
D | extern_impl.rs | 422 fmt::Octal,
|
/external/rust/crates/bitflags/ |
D | CHANGELOG.md | 110 - Implement the `Hex`, `Octal`, and `Binary` formatting traits ([#86])
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.h | 661 inline PCRE::Arg Octal(type* ptr) { \
|
/external/rust/crates/bitflags/src/ |
D | lib.rs | 554 impl $crate::_core::fmt::Octal for $BitFlags { 556 $crate::_core::fmt::Octal::fmt(&self.bits, f)
|
/external/rust/crates/half/src/ |
D | bfloat.rs | 10 Binary, Debug, Display, Error, Formatter, LowerExp, LowerHex, Octal, UpperExp, UpperHex, 630 impl Octal for bf16 {
|
D | binary16.rs | 10 Binary, Debug, Display, Error, Formatter, LowerExp, LowerHex, Octal, UpperExp, UpperHex, 939 impl Octal for f16 {
|
/external/protobuf/src/google/protobuf/ |
D | message_unittest.inc | 594 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4( 609 data += '\14'; // Octal end-group tag 12 (1 * 8 + 4(
|
/external/rust/crates/regex-syntax/src/ast/ |
D | print.rs | 217 Octal => write!(self.wtr, r"\{:o}", ast.c as u32), in fmt_literal()
|
D | parse.rs | 1571 kind: ast::LiteralKind::Octal, in parse_octal() 4283 kind: ast::LiteralKind::Octal, in parse_octal() 4292 kind: ast::LiteralKind::Octal, in parse_octal() 4300 kind: ast::LiteralKind::Octal, in parse_octal() 4311 kind: ast::LiteralKind::Octal, in parse_octal() 4329 kind: ast::LiteralKind::Octal, in parse_octal()
|
D | mod.rs | 636 Octal, enumerator
|
/external/rust/crates/half/ |
D | CHANGELOG.md | 18 - Added implementations of `Binary`, `Octal`, `LowerHex`, and `UpperHex` string format traits to
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | Python.g | 495 | // Octal
|
/external/fmtlib/doc/ |
D | syntax.rst | 205 | ``'o'`` | Octal format. Outputs the number in base 8. |
|