| /external/skia/bazel/exporter/build_proto/analysis_v2/ |
| D | analysis_v2.pb.go | 215 type Action struct { struct 216 state protoimpl.MessageState 217 sizeCache protoimpl.SizeCache 218 unknownFields protoimpl.UnknownFields 221 …tId uint32 `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` 226 …name=aspect_descriptor_ids,json=aspectDescriptorIds,proto3" json:"aspect_descriptor_ids,omitempty"` 230 …y string `protobuf:"bytes,3,opt,name=action_key,json=actionKey,proto3" json:"action_key,omitempty"` 232 Mnemonic string `protobuf:"bytes,4,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` 234 …"varint,5,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"` 237 Arguments []string `protobuf:"bytes,6,rep,name=arguments,proto3" json:"arguments,omitempty"` [all …]
|
| /external/pigweed/pw_rpc/fuzz/public/pw_rpc/fuzz/ |
| D | engine.h | 36 struct Action { struct 37 enum Op : uint8_t { 93 /// `Action` with this value will produce the same fields. argument 112 /// `RawClientReaderWriter`. Allows applying `Action`s to each possible argument
|
| /external/rust/crates/grpcio/src/task/ |
| D | promise.rs | 110 pub struct Action { struct 114 impl Action { argument 115 pub fn new(inner: Arc<Inner<bool>>) -> Action { in new()
|
| /external/clang/test/SemaCXX/ |
| D | constexpr-turing.cpp | 9 struct Action { struct 14 using State = Action[2]; argument
|
| /external/libchrome/base/posix/ |
| D | file_descriptor_shuffle_unittest.cc | 17 struct Action { struct 18 enum Type { 24 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() argument 30 bool operator==(const Action& other) const { in operator ==() 36 Type type; 37 int fd1; 38 int fd2;
|
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
| /external/cronet/base/posix/ |
| D | file_descriptor_shuffle_unittest.cc | 18 struct Action { struct 19 enum Type { 25 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() function 31 bool operator==(const Action& other) const { in operator ==() 37 Type type; 38 int fd1; 39 int fd2;
|
| /external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 66 Action(action string, args []string) error methodSpec 125 func (set ServerObjectSet) Action(action string, args []string) error { func 236 func (obj ServerObject) Action(action string, args []string) error { func 301 func (Search) Action(_ string, _ []string) error { func 353 func (s stringLiteral) Action(action string, args []string) error { func 398 func (results) Action(_ string, _ []string) error { func
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 66 Action(action string, args []string) error methodSpec 125 func (set ServerObjectSet) Action(action string, args []string) error { func 236 func (obj ServerObject) Action(action string, args []string) error { func 301 func (Search) Action(_ string, _ []string) error { func 353 func (s stringLiteral) Action(action string, args []string) error { func 398 func (results) Action(_ string, _ []string) error { func
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Analysis.cpp | 98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /external/llvm/lib/Analysis/ |
| D | Analysis.cpp | 88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /external/scudo/standalone/ |
| D | report.cpp | 125 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction() 141 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() 147 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { in reportMisalignedPointer() 155 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, in reportDeallocTypeMismatch()
|
| /external/clang/lib/Sema/ |
| D | SemaAttr.cpp | 80 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local 129 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack() 202 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp() 213 PragmaMsStackAction Action, in Act() 296 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
|
| /external/vogar/src/vogar/ |
| D | Action.java | 25 public final class Action { class 36 public Action(String name, String actionClass, File resourcesDirectory, in Action() method in Action
|
| /external/rust/crates/derive-getters/src/ |
| D | getters.rs | 25 enum Action { enum 30 impl Parse for Action { implementation 57 fn get_action_from(attributes: &[Attribute]) -> Result<Option<Action>> { in get_action_from()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 149 LegalizeAction Action; member 295 LegalizeAction Action; variable 376 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() 383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 390 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 397 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 406 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 414 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 424 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm() 433 LegalizeRuleSet &actionForCartesianProduct(LegalizeAction Action, in actionForCartesianProduct() [all …]
|
| /external/clang/lib/Tooling/ |
| D | Tooling.cpp | 201 FrontendAction *Action; member in clang::tooling::__anon39a80c680111::SingleFrontendActionFactory 204 SingleFrontendActionFactory(FrontendAction *Action) : Action(Action) {} in SingleFrontendActionFactory() 212 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation() 360 int ClangTool::run(ToolAction *Action) { in run() 488 ASTBuilderAction Action(ASTs); in buildASTs() local 507 ASTBuilderAction Action(ASTs); in buildASTFromCodeWithArgs() local
|
| /external/clang/include/clang/Driver/ |
| D | Action.h | 98 Action(ActionClass Kind, types::ID Type) : Action(Kind, ActionList(), Type) {} in Action() function 99 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() function 101 Action(ActionClass Kind, Action *Input) in Action() function 103 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() function
|
| /external/tensorflow/tensorflow/python/autograph/core/ |
| D | config.py | 19 Action = config_lib.Action variable
|
| /external/libwebm/webm_parser/include/webm/ |
| D | callback.h | 32 enum class Action { enum
|
| /external/rust/crates/rusqlite/src/ |
| D | hooks.rs | 17 pub enum Action { enum 28 impl From<i32> for Action { implementation 30 fn from(code: i32) -> Action { in from() 378 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook() 511 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook() 520 F: FnMut(Action, &str, &str, i64), in update_hook()
|
| /external/llvm/lib/LineEditor/ |
| D | LineEditor.cpp | 57 CompletionAction Action; in complete() local 87 CompletionAction Action; in getCompletionAction() local 146 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
| D | LineEditor.cpp | 56 CompletionAction Action; in complete() local 86 CompletionAction Action; in getCompletionAction() local 145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
|
| /external/clang/unittests/Tooling/ |
| D | ToolingTest.cpp | 133 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local 147 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local 231 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 340 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 478 std::unique_ptr<FrontendActionFactory> Action( in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerInfo.cpp | 45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { in operator <<() 303 const LegalizeAction Action = LLT2Action.second; in computeTables() local 465 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local 516 auto Action = getAction(MI, MRI).Action; in isLegalOrCustom() local 575 LegalizeAction Action = Vec[VecIdx].second; in findAction() local
|