Home
last modified time | relevance | path

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

12345678910>>...40

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
Dinst.json1 …0|0|0|0|0|Rn:5|Rd:5","Arch":"32-bit variant","Syntax":"ADC <Wd>, <Wn>, <Wm>","Code":"","Alias":""}, string
2 …0|0|0|0|0|Rn:5|Rd:5","Arch":"64-bit variant","Syntax":"ADC <Xd>, <Xn>, <Xm>","Code":"","Alias":""}, string
3 …|0|0|0|0|Rn:5|Rd:5","Arch":"32-bit variant","Syntax":"ADCS <Wd>, <Wn>, <Wm>","Code":"","Alias":""}, string
4 …|0|0|0|0|Rn:5|Rd:5","Arch":"64-bit variant","Syntax":"ADCS <Xd>, <Xn>, <Xm>","Code":"","Alias":""}, string
5 …bit variant","Syntax":"ADD <Wd|WSP>, <Wn|WSP>, <Wm>{, <extend> {#<amount>}}","Code":"","Alias":""}, string
6 …bit variant","Syntax":"ADD <Xd|SP>, <Xn|SP>, <R><m>{, <extend> {#<amount>}}","Code":"","Alias":""}, string
7 …h":"32-bit variant","Syntax":"ADD <Wd|WSP>, <Wn|WSP>, #<imm>{, <shift>}","Code":"","Alias":"This i… string
8 …rch":"64-bit variant","Syntax":"ADD <Xd|SP>, <Xn|SP>, #<imm>{, <shift>}","Code":"","Alias":"This i… string
9 …"Arch":"32-bit variant","Syntax":"ADD <Wd>, <Wn>, <Wm>{, <shift> #<amount>}","Code":"","Alias":""}, string
10 …"Arch":"64-bit variant","Syntax":"ADD <Xd>, <Xn>, <Xm>{, <shift> #<amount>}","Code":"","Alias":""}, string
[all …]
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/main/protobuf/
H A Dfailure_details.proto174 enum Code { enum
208 enum Code { enum
246 enum Code { enum
257 enum Code { enum
286 enum Code { enum
302 enum Code { enum
311 enum Code { enum
335 enum Code { enum
346 enum Code { enum
359 enum Code { enum
[all …]
/aosp_15_r20/external/clang/unittests/Format/
H A 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 …]
H A 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
/aosp_15_r20/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)
120 Secure Partition Manager Dispatcher (SPMD)
134 Exception Handling Framework (EHF)
142 Runtime Exceptions and Interrupt Management
152 Realm Management Monitor Dispatcher (RMMD)
162 Realm Management Extension (RME)
[all …]
/aosp_15_r20/external/arm-trusted-firmware/docs/about/
H A 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 …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dcode.h16 struct Code { struct
17 std::vector<Instruction> instructions_;
18 std::vector<DebugHandle> debug_handles_;
19 std::vector<c10::OperatorName> op_names_;
20 std::vector<int> operator_input_sizes_;
21 std::vector<std::function<void(Stack&)>> operators_;
22 std::vector<c10::IValue> constants_;
23 std::vector<c10::TypePtr> types_;
28 std::vector<mobile::Function*> functions_;
29 size_t register_size_ = 0; // Aggregated output size.
[all …]
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md7 ### Code subsection
11 ##### Constructor
15 ##### addToSync
27 ##### markSyncReady
31 ##### addTransactionToSync
35 ##### addSyncCompleteCallback
39 ##### SurfaceViewFrameCallback
43 #### ViewRootImpl's SurfaceSyncGroup
49 #### SurfaceSyncGroup added to Multiple SurfaceSyncGroups
52 #### WindowManagerService Involvement
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A 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 …]
/aosp_15_r20/external/open-dice/
H A 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
/aosp_15_r20/external/grpc-grpc/
H A 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
/aosp_15_r20/external/clang/unittests/Tooling/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/
Dstatus.rs59 pub enum Code { enum
112 impl Code { impl
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 …]
/aosp_15_r20/external/icing/proto/icing/proto/
H A Dschema.proto118 enum Code { enum
192 enum Code { enum
213 enum Code { enum
233 enum Code { enum
252 enum Code { enum
273 enum Code { enum
309 enum Code { enum
356 enum Code { enum
405 enum Code { enum
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/
H A DREADME.md58 ### `protoc`
68 ### Packages
82 ### Messages
101 ### Fields
288 ### Services
294 ### Generated Code Example
/aosp_15_r20/external/clang/unittests/AST/
H A 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()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Derrors.go46 func (check *Checker) newError(code Code) *error_ {
155 func (check *Checker) handleError(index int, pos syntax.Pos, code Code, msg string, soft bool) {
219 func (check *Checker) error(at poser, code Code, msg string) {
225 func (check *Checker) errorf(at poser, code Code, format string, args ...any) {
231 func (check *Checker) softErrorf(at poser, code Code, format string, args ...any) {
/aosp_15_r20/external/rust/android-crates-io/crates/miette-derive/src/
Dcode.rs16 pub struct Code(pub String); struct
18 impl Parse for Code { implementation
50 impl Code { impl
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A 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
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Derrors.go47 func (check *Checker) newError(code Code) *error_ {
156 func (check *Checker) handleError(index int, posn positioner, code Code, msg string, soft bool) {
234 func (check *Checker) error(at positioner, code Code, msg string) {
240 func (check *Checker) errorf(at positioner, code Code, format string, args ...any) {
246 func (check *Checker) softErrorf(at positioner, code Code, format string, args ...any) {
/aosp_15_r20/external/clang/include/clang/ASTMatchers/Dynamic/
H A 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()
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp1323 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes()
1383 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes()
1397 processReplacements(T ProcessFunc, StringRef Code, in processReplacements()
1417 formatReplacements(StringRef Code, const tooling::Replacements &Replaces, in formatReplacements()
1433 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements()
1435 StringRef FileName) -> tooling::Replacements { in formatReplacements()
1468 StringRef Code, in getOffsetAfterHeaderGuardsAndComments()
1495 fixCppIncludeInsertions(StringRef Code, const tooling::Replacements &Replaces, in fixCppIncludeInsertions()
1599 cleanupAroundReplacements(StringRef Code, const tooling::Replacements &Replaces, in cleanupAroundReplacements()
1626 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/Dynamic/
DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression()
214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression()
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/Dynamic/
DParser.h210 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, in parseExpression()
214 static bool parseExpression(StringRef &Code, VariantValue *Value, in parseExpression()
234 completeExpression(StringRef &Code, unsigned CompletionOffset, Sema *S) { in completeExpression()
238 completeExpression(StringRef &Code, unsigned CompletionOffset) { in completeExpression()

12345678910>>...40