/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/ |
D | com_github_javaparser_ast_visitor_GenericVisitorAdapter.txt | 6 Line 82) R result = n.getJavaDoc().accept(this, arg) ==> R 7 Line 82) n.getJavaDoc().accept(this, arg) ==> R 9 Line 84) result ==> R 13 Line 91) R result = a.accept(this, arg) ==> R 14 Line 91) a.accept(this, arg) ==> R 16 Line 93) result ==> R 20 Line 101) R result = member.accept(this, arg) ==> R 21 Line 101) member.accept(this, arg) ==> R 23 Line 103) result ==> R 26 Line 115) R result = n.getJavaDoc().accept(this, arg) ==> R [all …]
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace04.c | 27 #define R(r) { .name = "PT_" #r, .off = PT_##r }, macro 33 R(ORIG_R0) R(ORIG_P0) 34 R(R0) R(R1) R(R2) R(R3) R(R4) R(R5) R(R6) R(R7) 35 R(P0) R(P1) R(P2) R(P3) R(P4) R(P5) R(FP) R(USP) 36 R(I0) R(I1) R(I2) R(I3) 37 R(M0) R(M1) R(M2) R(M3) 38 R(L0) R(L1) R(L2) R(L3) 39 R(B0) R(B1) R(B2) R(B3) 40 R(A0X) R(A0W) R(A1X) R(A1W) 41 R(LC0) R(LC1) R(LT0) R(LT1) R(LB0) R(LB1) [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
D | GenericVisitor.java | 39 public interface GenericVisitor<R, A> { 43 R visit(CompilationUnit n, A arg); in visit() 46 R visit(PackageDeclaration n, A arg); in visit() 49 R visit(TypeParameter n, A arg); in visit() 52 R visit(LineComment n, A arg); in visit() 55 R visit(BlockComment n, A arg); in visit() 59 R visit(ClassOrInterfaceDeclaration n, A arg); in visit() 62 R visit(EnumDeclaration n, A arg); in visit() 65 R visit(EnumConstantDeclaration n, A arg); in visit() 68 R visit(AnnotationDeclaration n, A arg); in visit() [all …]
|
D | GenericVisitorWithDefaults.java | 38 public abstract class GenericVisitorWithDefaults<R, A> implements GenericVisitor<R, A> { 43 public R defaultAction(Node n, A arg) { in defaultAction() 50 public R defaultAction(NodeList n, A arg) { in defaultAction() 56 public R visit(final AnnotationDeclaration n, final A arg) { in visit() 62 public R visit(final AnnotationMemberDeclaration n, final A arg) { in visit() 68 public R visit(final ArrayAccessExpr n, final A arg) { in visit() 74 public R visit(final ArrayCreationExpr n, final A arg) { in visit() 80 public R visit(final ArrayInitializerExpr n, final A arg) { in visit() 86 public R visit(final AssertStmt n, final A arg) { in visit() 92 public R visit(final AssignExpr n, final A arg) { in visit() [all …]
|
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_1_2_3.pass.cpp | 69 typedef void*& R; typedef 71 R f(__VA_ARGS__) { return MethodID<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \ 72 …R f(__VA_ARGS__) const { return MethodID<R(MemFun03::*)(__VA_ARGS__) const>::setUncheckedCall(); }… 73 …R f(__VA_ARGS__) volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) volatile>::setUncheckedCal… 74 …R f(__VA_ARGS__) const volatile { return MethodID<R(MemFun03::*)(__VA_ARGS__) const volatile>::set… 98 typedef void*& R; typedef 101 R f(__VA_ARGS__) & { return MethodID<R(C::*)(__VA_ARGS__) &>::setUncheckedCall(); } \ 102 … R f(__VA_ARGS__) const & { return MethodID<R(C::*)(__VA_ARGS__) const &>::setUncheckedCall(); } \ 103 …R f(__VA_ARGS__) volatile & { return MethodID<R(C::*)(__VA_ARGS__) volatile &>::setUncheckedCall()… 104 …R f(__VA_ARGS__) const volatile & { return MethodID<R(C::*)(__VA_ARGS__) const volatile &>::setUnc… [all …]
|
D | bullet_7.pass.cpp | 98 typedef void*& R; typedef 101 __VA_ARGS__ R operator() Args { return MethodID<R(C::*) Args>::setUncheckedCall(); } \ 102 … __VA_ARGS__ R operator() Args const { return MethodID<R(C::*) Args const>::setUncheckedCall(); } \ 103 …__VA_ARGS__ R operator() Args volatile { return MethodID<R(C::*) Args volatile>::setUncheckedCall(… 104 …__VA_ARGS__ R operator() Args const volatile { return MethodID<R(C::*) Args const volatile>::setUn… 136 typedef void*& R; typedef 141 R operator()(Args&&...) CV { return MethodID<R(C::*)(Args&&...) CV>::setUncheckedCall(); } 252 typedef void*& R; in main() typedef 256 runTestCase< R(), 0, LValueCaster >(); in main() 257 runTestCase< R(A&), 1, LValueCaster >(); in main() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_formats.c | 126 C4(A, B8G8R8A8_UNORM, BGRA8_UNORM, B, G, R, A, UNORM, A8B8G8R8, ID), 127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD), 128 C4(A, B8G8R8A8_SRGB, BGRA8_SRGB, B, G, R, A, UNORM, A8B8G8R8, TD), 129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD), 130 C4(A, R8G8B8A8_UNORM, RGBA8_UNORM, R, G, B, A, UNORM, A8B8G8R8, IB), 131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB), 132 C4(A, R8G8B8A8_SRGB, RGBA8_SRGB, R, G, B, A, UNORM, A8B8G8R8, TB), 133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB), 135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ), 136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ), [all …]
|
/external/openssh/openbsd-compat/ |
D | rmd160.c | 84 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro 191 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform() 192 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform() 193 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform() 194 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform() 195 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform() 196 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform() 197 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform() 198 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform() 199 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | GenericVisitor.java | 72 public interface GenericVisitor<R, A> { 76 R visit(CompilationUnit n, A arg); in visit() 78 R visit(PackageDeclaration n, A arg); in visit() 80 R visit(ImportDeclaration n, A arg); in visit() 82 R visit(TypeParameter n, A arg); in visit() 84 R visit(LineComment n, A arg); in visit() 86 R visit(BlockComment n, A arg); in visit() 90 R visit(ClassOrInterfaceDeclaration n, A arg); in visit() 92 R visit(EnumDeclaration n, A arg); in visit() 94 R visit(EmptyTypeDeclaration n, A arg); in visit() [all …]
|
D | GenericVisitorAdapter.java | 39 public abstract class GenericVisitorAdapter<R, A> implements GenericVisitor<R, A> { 42 public R visit(final AnnotationDeclaration n, final A arg) { in visit() 47 R result = a.accept(this, arg); in visit() 57 R result = member.accept(this, arg); in visit() 68 public R visit(final AnnotationMemberDeclaration n, final A arg) { in visit() 73 R result = a.accept(this, arg); in visit() 81 R result = n.getType().accept(this, arg); in visit() 88 R result = n.getDefaultValue().accept(this, arg); in visit() 98 public R visit(final ArrayAccessExpr n, final A arg) { in visit() 101 R result = n.getName().accept(this, arg); in visit() [all …]
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 51 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) { 53 return visitELF(RelocType, R, Value); 55 return visitCOFF(RelocType, R, Value); 57 return visitMachO(RelocType, R, Value); 69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() argument 75 return visitELF_X86_64_NONE(R); in visitELF() 77 return visitELF_X86_64_64(R, Value); in visitELF() 79 return visitELF_X86_64_PC32(R, Value); in visitELF() 81 return visitELF_X86_64_32(R, Value); in visitELF() 83 return visitELF_X86_64_32S(R, Value); in visitELF() [all …]
|
/external/llvm/unittests/IR/ |
D | PatternMatch.cpp | 71 Value *R = ConstantFP::get(FltTy, 2.0); in TEST_F() local 76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R))); in TEST_F() 78 EXPECT_EQ(R, MatchR); in TEST_F() 82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R))); in TEST_F() 84 EXPECT_EQ(R, MatchR); in TEST_F() 88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R))); in TEST_F() 92 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), L, R))); in TEST_F() 96 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), R, L))); in TEST_F() 98 EXPECT_EQ(R, MatchR); in TEST_F() 102 .match(IRB.CreateSelect(IRB.CreateFCmpOGT(L, R), R, L))); in TEST_F() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
D | GenericVisitor.java | 75 public interface GenericVisitor<R, A> { 79 public R visit(CompilationUnit n, A arg); in visit() 81 public R visit(PackageDeclaration n, A arg); in visit() 83 public R visit(ImportDeclaration n, A arg); in visit() 85 public R visit(TypeParameter n, A arg); in visit() 87 public R visit(LineComment n, A arg); in visit() 89 public R visit(BlockComment n, A arg); in visit() 93 public R visit(ClassOrInterfaceDeclaration n, A arg); in visit() 95 public R visit(EnumDeclaration n, A arg); in visit() 97 public R visit(EmptyTypeDeclaration n, A arg); in visit() [all …]
|
D | GenericVisitorAdapter.java | 76 public abstract class GenericVisitorAdapter<R, A> implements GenericVisitor<R, A> { 79 public R visit(final AnnotationDeclaration n, final A arg) { in visit() 82 R result = n.getJavaDoc().accept(this, arg); in visit() 91 R result = a.accept(this, arg); in visit() 101 R result = member.accept(this, arg); in visit() 112 public R visit(final AnnotationMemberDeclaration n, final A arg) { in visit() 115 R result = n.getJavaDoc().accept(this, arg); in visit() 124 R result = a.accept(this, arg); in visit() 132 R result = n.getType().accept(this, arg); in visit() 139 R result = n.getDefaultValue().accept(this, arg); in visit() [all …]
|
/external/bcc/tools/ |
D | ext4slower_example.txt | 10 06:35:01 cron 16464 R 1249 0 16.05 common-auth 11 06:35:01 cron 16463 R 1249 0 16.04 common-auth 12 06:35:01 cron 16465 R 1249 0 16.03 common-auth 13 06:35:01 cron 16465 R 4096 0 10.62 login.defs 14 06:35:01 cron 16464 R 4096 0 10.61 login.defs 15 06:35:01 cron 16463 R 4096 0 10.63 login.defs 16 06:35:01 cron 16465 R 2972 0 18.52 pam_env.conf 17 06:35:01 cron 16464 R 2972 0 18.51 pam_env.conf 18 06:35:01 cron 16463 R 2972 0 18.49 pam_env.conf 19 06:35:01 dumpsystemstat 16473 R 128 0 12.58 date [all …]
|
/external/clang/test/OpenMP/ |
D | target_codegen_registration.cpp | 168 extern int *R; 173 int a = *R; in foo() 175 *R = a; in foo() 178 int a = *R; in SA() 180 *R = a; in SA() 183 int a = *R; in ~SA() 185 *R = a; in ~SA() 192 int a = *R; in foo() 195 *R = a; in foo() 198 int a = *R; in SB() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | indexed_array_analysis_test.cc | 77 string hlo_text = R"( in TEST_F() 97 string hlo_text = R"( in TEST_F() 117 string hlo_text = R"( in TEST_F() 136 string hlo_text = R"( in TEST_F() 155 string hlo_text = R"( in TEST_F() 174 string hlo_text = R"( in TEST_F() 193 string hlo_text = R"( in TEST_F() 222 string hlo_text = R"( in TEST_F() 250 string hlo_text = R"( in TEST_F() 278 string hlo_text = R"( in TEST_F() [all …]
|
/external/clang/include/clang/Format/ |
D | Format.h | 633 bool operator==(const FormatStyle &R) const { 634 return AccessModifierOffset == R.AccessModifierOffset && 635 AlignAfterOpenBracket == R.AlignAfterOpenBracket && 636 AlignConsecutiveAssignments == R.AlignConsecutiveAssignments && 637 AlignConsecutiveDeclarations == R.AlignConsecutiveDeclarations && 638 AlignEscapedNewlinesLeft == R.AlignEscapedNewlinesLeft && 639 AlignOperands == R.AlignOperands && 640 AlignTrailingComments == R.AlignTrailingComments && 642 R.AllowAllParametersOfDeclarationOnNextLine && 643 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine && [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | dead_branch_elim_test.cpp | 43 R"(OpCapability Shader in TEST_F() 71 R"(%main = OpFunction %void None %7 in TEST_F() 90 R"(%main = OpFunction %void None %7 in TEST_F() 124 R"(OpCapability Shader in TEST_F() 152 R"(%main = OpFunction %void None %7 in TEST_F() 171 R"(%main = OpFunction %void None %7 in TEST_F() 203 R"(OpCapability Shader in TEST_F() 229 R"(%main = OpFunction %void None %7 in TEST_F() 249 R"(%main = OpFunction %void None %7 in TEST_F() 285 R"(OpCapability Shader in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
D | dead_branch_elim_test.cpp | 43 R"(OpCapability Shader in TEST_F() 71 R"(%main = OpFunction %void None %7 in TEST_F() 90 R"(%main = OpFunction %void None %7 in TEST_F() 124 R"(OpCapability Shader in TEST_F() 152 R"(%main = OpFunction %void None %7 in TEST_F() 171 R"(%main = OpFunction %void None %7 in TEST_F() 203 R"(OpCapability Shader in TEST_F() 229 R"(%main = OpFunction %void None %7 in TEST_F() 249 R"(%main = OpFunction %void None %7 in TEST_F() 285 R"(OpCapability Shader in TEST_F() [all …]
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 10 Matrix3f P, Q, R; // 3x3 float matrix. 87 R.row(i) = P.col(j); // R(i, :) = P(:, j) 88 R.col(j1).swap(mat1.col(j2)); // R(:, [j1 j2]) = R(:, [j2, j1]) 92 R.adjoint() // R' 93 R.transpose() // R.' or conj(R') // Read-write 94 R.diagonal() // diag(R) // Read-write 96 R.transpose().colwise().reverse() // rot90(R) // Read-write 97 R.rowwise().reverse() // fliplr(R) 98 R.colwise().reverse() // flipud(R) 99 R.replicate(i,j) // repmat(P,i,j) [all …]
|
/external/pdfium/testing/resources/ |
D | annotiter.in | 4 /Pages 2 0 R 5 /AcroForm 20 0 R 12 10 0 R 13 11 0 R 14 12 0 R 21 /Parent 2 0 R 23 /Font <</F1 15 0 R>> 27 22 0 R 28 23 0 R 29 24 0 R [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 43 uint64_t visit(uint32_t Rel, RelocationRef R, uint64_t Value = 0) { 45 return visitELF(Rel, R, Value); 47 return visitCOFF(Rel, R, Value); 49 return visitMachO(Rel, R, Value); 51 return visitWasm(Rel, R, Value); 63 uint64_t visitELF(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitELF() argument 67 return visitX86_64(Rel, R, Value); in visitELF() 70 return visitAarch64(Rel, R, Value); in visitELF() 73 return visitBpf(Rel, R, Value); in visitELF() 76 return visitMips64(Rel, R, Value); in visitELF() [all …]
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | sg_err.c | 229 #define R 0x0020 /* CD/DVD DEVICE [MMC-2: 5] */ macro 239 #define SC_ALL_DEVS ( D|T|L|P|W|R|S|O|M|C|A|E|B|K ) 273 {0x40, 0x80, 0xff, D | T | L | P | W | R | S | O | M | C, 288 {0x00, 0x11, R, SC_AUDIO_PLAY_OPERATION SC_IN_PROGRESS}, 289 {0x00, 0x12, R, SC_AUDIO_PLAY_OPERATION "paused"}, 290 {0x00, 0x13, R, SC_AUDIO_PLAY_OPERATION "successfully completed"}, 291 {0x00, 0x14, R, SC_AUDIO_PLAY_OPERATION "stopped due to error"}, 292 {0x00, 0x15, R, "No current audio status to return"}, 294 {0x00, 0x17, D | T | L | W | R | S | O | M | A | E | B | K, 302 {0x02, 0x00, D | W | R | O | M | B | K, "No seek complete"}, [all …]
|
/external/boringssl/src/crypto/fipsmodule/ecdsa/ |
D | ecdsa_verify_tests.txt | 12 R = 1bfcaab01e47addd4733369320364ad208169ffb15e6aac33c2d7c06 19 R = f0f670963c3d2a3281d639f850f3781c6402d99a1bf07cd9f35b2975 27 R = 88617e694e361d2cfef6b0658d444607fba030ad31fe8dead14db22e 35 R = 107b7442e6569ddde54b5da55a9dac9bd348079358047a19a3de0b91 42 R = bc1db32e437c67439c27db1dc607e3c505210c984bf707a8e87abb70 50 R = 79826ae5b0297b9404829df0f02bbb7b8acb35459e13a4045c40f242 58 R = ff18b493b166d832c9c25ee491525e4c188ff2b804e38b5964941c48 66 R = 714c48c143cb259408c04f77a38d6484e788cb268fc9789d5e871491 74 R = a159b83e80e656f54f614e8437821bd87f6f13264ac8eca1b3ddde29 82 R = 8dba585dc3312056a7be61161c7af8ba8b538f0c125c80cf9af2682e [all …]
|