Home
last modified time | relevance | path

Searched defs:Code (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/external/open-dice/
DREADME.md29 ## Code section in Open Profile for DICE
42 ### Thirdparty Dependencies
50 ### Building and Running Tests
95 ### Porting
105 ### Style
110 ### Incorporating
133 ### Size Reports
156 ### Thread Safety
165 ### Clearing Sensitive Data
/external/clang/unittests/Format/
DCleanupTest.cpp23 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 …]
DSortIncludesTest.cpp23 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
DFormatTestProto.cpp22 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/grpc-grpc/
DCONTRIBUTING_STEPS.md24 ### Fork and Clone the Repository
38 ### Prepare and Push Your Commit
48 ### Prepare a Pull Request
64 ### Pull Request Status - Safe Review
103 ### Pull Request Status - Green
111 ### Pull Request Approval
122 ### Submission
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h108 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/arm-trusted-firmware/docs/about/
Dmaintainers.rst61 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)
112 Realm Management Extension (RME)
126 Console API framework
134 coreboot support libraries
143 eMMC/UFS drivers
[all …]
/external/trusty/arm-trusted-firmware/docs/about/
Dmaintainers.rst81 Armv7-A architecture port
86 Build Definitions for CMake Build System
92 Software Delegated Exception Interface (SDEI)
100 Trusted Boot
112 Secure Partition Manager Core (EL3 FF-A SPMC)
118 Secure Partition Manager Dispatcher (SPMD)
126 Exception Handling Framework (EHF)
134 Realm Management Monitor Dispatcher (RMMD)
144 Realm Management Extension (RME)
154 Console API framework
[all …]
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp22 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/rust/crates/miette-derive/src/
Dcode.rs16 pub struct Code(pub String); struct
18 impl Parse for Code { implementation
50 impl Code { impl
/external/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h48 #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/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h48 #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/
DParser.h190 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/
DStmtPrinterTest.cpp70 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()
/external/rust/crates/tonic/src/
Dstatus.rs59 pub enum Code { enum
112 impl Code { implementation
152 impl std::fmt::Display for Code { implementation
162 pub fn new(code: Code, message: impl Into<String>) -> Status { in new()
372 fn code_from_h2(err: &h2::Error) -> Code { in code_from_h2()
494 pub fn code(&self) -> Code { in code()
554 pub fn with_details(code: Code, message: impl Into<String>, details: Bytes) -> Status { in with_details()
559 pub fn with_metadata(code: Code, message: impl Into<String>, metadata: MetadataMap) -> Status { in with_metadata()
565 code: Code, in with_details_and_metadata()
776 impl Code { impl
[all …]
/external/icing/proto/icing/proto/
Dschema.proto100 enum Code { enum
174 enum Code { enum
195 enum Code { enum
216 enum Code { enum
258 enum Code { enum
302 enum Code { enum
Dscoring.proto32 enum Code { enum
85 enum Code { enum
121 enum Code { enum
/external/ot-br-posix/
DCONTRIBUTING.md36 ### Initial Setup
52 ### Contributor License Agreement (CLA)
58 ### Submitting a Pull Request
/external/openthread/
DCONTRIBUTING.md36 ### Initial Setup
52 ### Contributor License Agreement (CLA)
58 ### Submitting a Pull Request
/external/google-styleguide/docguide/
Dstyle.md226 ## Code section in Markdown style guide
228 ### Inline
250 ### Codeblocks
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DCode.java16 public class Code { class
20 public Code(Integer name) { in Code() method in Code
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DCode.java44 public final class Code extends Attribute { class
57 public Code(final Code c) { in Code() method in Code
69Code(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/mobile-data-download/proto/
Dlog_enums.proto35 enum Code { enum
92 enum Code { enum
102 enum Code { enum
207 enum Code { enum
259 enum Code { enum
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp40 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
64 Constant *llvm::getPredForFCmpCode(unsigned Code, Type *OpTy, in getPredForFCmpCode()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DStatusCode.java44 enum Code { enum
63 Code(int httpStatusCode) { in Code() method in StatusCode.Code

12345678910>>...19