/external/open-dice/ |
D | README.md | 29 ## Code section in Open Profile for DICE 42 ### Thirdparty Dependencies 48 ### Building and Running Tests 80 ### Porting 90 ### Style 95 ### Incorporating 118 ### Size Reports 141 ### Thread Safety 150 ### Clearing Sensitive Data
|
/external/clang/unittests/Format/ |
D | CleanupTest.cpp | 23 std::string cleanup(llvm::StringRef Code, in cleanup() 35 std::string Code = "namespace A {\n" in TEST_F() local 55 std::string Code = "namespace A {\n" in TEST_F() local 72 std::string Code = "namespace A {\n\n" in TEST_F() local 85 std::string Code = "namespace A {\n" in TEST_F() local 99 std::string Code = "namespace A\n" in TEST_F() local 118 std::string Code = "class A {\nA() : , {} };"; in TEST_F() local 142 std::string Code = "void f() { std::vector<int> v = {1,2,,,3,{4,5}}; }"; in TEST_F() local 159 std::string Code = "class A {\nA() : x({1}),, {} };"; in TEST_F() local 169 std::string Code = in TEST_F() local [all …]
|
D | SortIncludesTest.cpp | 23 std::vector<tooling::Range> GetCodeRange(StringRef Code) { in GetCodeRange() 27 std::string sort(StringRef Code, StringRef FileName = "input.cpp") { in sort() 38 unsigned newCursor(llvm::StringRef Code, unsigned Cursor) { in newCursor() 58 std::string Code = "#include <a>\n" in TEST_F() local 277 std::string Code = "#include <ccc>\n" // Start of line: 0 in TEST_F() local
|
D | FormatTestProto.cpp | 22 static std::string format(llvm::StringRef Code, unsigned Offset, in format() 34 static std::string format(llvm::StringRef Code) { in format() 40 static void verifyFormat(llvm::StringRef Code) { in verifyFormat()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.h | 108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches() 113 testing::AssertionResult notMatches(const std::string &Code, in notMatches() 119 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC() 127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC() 133 testing::AssertionResult matchesC99(const std::string &Code, in matchesC99() 140 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC() 147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC() 159 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda() 214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda() 220 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda() [all …]
|
/external/clang/unittests/Tooling/ |
D | RefactoringCallbacksTest.cpp | 22 void expectRewritten(const std::string &Code, in expectRewritten() 40 std::string Code = "void f() { int i = 1; }"; in TEST() local 47 std::string Code = "#define A void f() { int i = 1; }\nA"; in TEST() local 54 std::string Code = "#define A void f() { int i = 1; }"; in TEST() local 61 std::string Code = "void f() { int i = 1; }"; in TEST() local 69 std::string Code = "void f() { int i = false ? 1 : i * 2; }"; in TEST() local 80 std::string Code = "bool a; void f() { if (a) f(); else a = true; }"; in TEST() local 91 std::string Code = "void f() { if (false) int i = 0; }"; in TEST() local
|
/external/arm-trusted-firmware/docs/about/ |
D | maintainers.rst | 61 Armv7-A architecture port 66 Build Definitions for CMake Build System 74 Software Delegated Exception Interface (SDEI) 82 Trusted Boot 92 Secure Partition Manager (SPM) 104 Exception Handling Framework (EHF) 116 Console API framework 124 coreboot support libraries 133 eMMC/UFS drivers 145 JTAG DCC console driver [all …]
|
/external/crosvm/ |
D | CONTRIBUTING.md | 69 ### Trying crosvm 73 ### Sending for code review 108 ### Code review 112 ### Presubmit checking {#presubmit} 131 ### Postsubmit merging to Chrome OS {#chromiumos-postsubmit}
|
/external/protobuf/python/google/protobuf/pyext/ |
D | safe_numerics.h | 48 #define BASE_NUMERIC_CAST_CASE_SPECIALIZATION(A, B, C, D, Code) \ argument 56 #define BASE_NUMERIC_CAST_CASE_SAME_SIZE(DestSigned, SourceSigned, Code) \ argument 62 #define BASE_NUMERIC_CAST_CASE_SOURCE_LARGER(DestSigned, SourceSigned, Code) \ argument 66 #define BASE_NUMERIC_CAST_CASE_DEST_LARGER(DestSigned, SourceSigned, Code) \ argument
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Parser.h | 190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression() 194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression() 214 completeExpression(StringRef Code, unsigned CompletionOffset, Sema *S) { in completeExpression() 218 completeExpression(StringRef Code, unsigned CompletionOffset) { in completeExpression()
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 70 PrintedStmtMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedStmtMatches() 101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX98Matches() 110 StringRef Code, in PrintedStmtCXX98Matches() 124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch, in PrintedStmtCXX11Matches() 133 StringRef Code, in PrintedStmtMSMatches()
|
D | NamedDeclPrinterTest.cpp | 64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, in PrintedNamedDeclMatches() 96 PrintedNamedDeclCXX98Matches(StringRef Code, StringRef DeclName, in PrintedNamedDeclCXX98Matches() 108 PrintedWrittenNamedDeclCXX11Matches(StringRef Code, StringRef DeclName, in PrintedWrittenNamedDeclCXX11Matches()
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 60-tflite-converter-issue.md | 18 #### Option A: Reference colab notebooks 29 #### Option B: Paste your code here or provide a link to a custom end-to-end colab
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Code.java | 44 public final class Code extends Attribute { class 57 public Code(final Code c) { in Code() method in Code 69 …Code(final int name_index, final int length, final DataInput file, final ConstantPool constant_poo… in Code() method in Code 111 …public Code(final int name_index, final int length, final int max_stack, final int max_locals, fin… in Code() method in Code
|
/external/google-styleguide/docguide/ |
D | style.md | 226 ## Code section in Markdown style guide 228 ### Inline 250 ### Codeblocks
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | Code.java | 18 public class Code { class 21 public Code(Integer name) { in Code() method in Code
|
/external/icing/proto/icing/proto/ |
D | schema.proto | 87 enum Code { enum 135 enum Code { enum 176 enum Code { enum
|
D | scoring.proto | 30 enum Code { enum 77 enum Code { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitstream/Reader/ |
D | BitstreamReader.cpp | 98 unsigned Code = MaybeCode.get(); in skipRecord() local 113 unsigned Code; in skipRecord() local 212 uint32_t Code = MaybeCode.get(); in readRecord() local 231 unsigned Code; in readRecord() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitstreamReader.cpp | 104 unsigned Code = ReadVBR(6); in skipRecord() local 180 unsigned Code = ReadVBR(6); in readRecord() local 192 unsigned Code; in readRecord() local
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 37 void parse(StringRef Code) { in parse() 216 std::string ParseWithError(StringRef Code) { in ParseWithError() 223 std::string ParseMatcherWithError(StringRef Code) { in ParseMatcherWithError() 296 StringRef Code = "functionDecl(hasName("; in TEST() local
|
/external/angle/doc/ |
D | ContributingCode.md | 21 ### Code subsection 28 [Testing]: #Testing
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 213 void const* Code, in op_write_native_code() 225 void const* Code, in op_write_debug_line_info()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileWrapper.cpp | 213 void const* Code, in op_write_native_code() 225 void const* Code, in op_write_debug_line_info()
|
/external/libxkbcommon/doc/ |
D | quick-guide.md | 30 ## Code section in Quick Guide
|