/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 115 const char (&S2)[N2], const T& Value) { in Cases() 122 const char (&S2)[N2], const char (&S3)[N3], in Cases() 130 const char (&S2)[N2], const char (&S3)[N3], in Cases() 139 const char (&S2)[N2], const char (&S3)[N3], in Cases() 149 const char (&S2)[N2], const char (&S3)[N3], in Cases() 159 const char (&S2)[N2], const char (&S3)[N3], in Cases() 170 const char (&S2)[N2], const char (&S3)[N3], in Cases() 181 const char (&S2)[N2], const char (&S3)[N3], in Cases() 224 CasesLower(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], in CasesLower() 231 CasesLower(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], in CasesLower() [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/ |
D | import_alias_declarations_1.ts | 27 interface N2 { hn: number } interface 32 namespace N2 { namespace
|
/third_party/typescript/tests/baselines/reference/ |
D | aliasUsageInIndexerOfClass.js | 24 class N2 { class 78 function N2() { class in N2
|
D | numericEnumMappedType.js | 62 var N2; variable 63 (function (N2) { argument
|
/third_party/typescript/tests/cases/conformance/externalModules/esnext/ |
D | esnextmodulekindWithES5Target7.ts | 8 export namespace N2 { namespace
|
/third_party/typescript/tests/cases/conformance/externalModules/es6/ |
D | es6modulekindWithES5Target7.ts | 8 export namespace N2 { namespace
|
/third_party/typescript/tests/cases/compiler/ |
D | aliasUsageInIndexerOfClass.ts | 23 class N2 { class
|
D | numericEnumMappedType.ts | 29 enum N2 { C = val(), D = val() } enum
|
D | complexRecursiveCollections.ts | 19 interface N2<T> extends N1<T> { interface
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | default-macro-constant-type-unsigned.rs | 10 pub const N2: u32 = 2; constant
|
D | default-macro-constant-type-signed.rs | 10 pub const N2: i32 = 2; constant
|
D | fit-macro-constant-types-signed.rs | 10 pub const N2: i8 = 2; constant
|
D | default-macro-constant-type.rs | 10 pub const N2: u32 = 2; constant
|
D | fit-macro-constant-types.rs | 10 pub const N2: u8 = 2; constant
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | default-macro-constant-type.h | 6 #define N2 2ULL macro
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 643 Vector4f N2; in processTextureCoordinate() local 694 Vector4f N2; in processTextureCoordinate() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 94 … N0, N1, N2, N3) do { \ argument 128 … N0, N1, N2, N3, N4, N5, N6, N7, N8) do { \ argument 170 … N15, N14, N11, N3, N7, N10, N13, N12, N9, N6, N2, N1, N5, N8, N4, N0) do { \ argument
|
D | vf_pp7.c | 71 #define N2 10 macro
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Vector.cpp | 164 float Vector::N2(const Vector &v) in N2() function in sw::Vector
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 18 type N2 = { a: string } & null; alias
|
D | intersectionReduction.ts | 18 type N2 = { a: string } & null; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 350 bool MSP430DAGToDAGISel::tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, in tryIndexedBinOp()
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | conditionalTypes1.ts | 185 type N2 = Not<true>; // false alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1637 SDValue N2 = N->getOperand(2); in PerformDAGCombine() local 1673 SDValue N2 = N->getOperand(2); in PerformDAGCombine() local 1710 SDValue N2 = N->getOperand(2); in PerformDAGCombine() local
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
D | mod.rs | 866 pub fn fmt_fields<N2>(self, fmt_fields: N2) -> SubscriberBuilder<N2, E, F, W> in fmt_fields() method 1106 pub fn map_fmt_fields<N2>(self, f: impl FnOnce(N) -> N2) -> SubscriberBuilder<N2, E, F, W> in map_fmt_fields()
|