Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/
Dreport.json1 {"Action":"run","Test":"TestPass"} string
3 {"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"} string
5 {"Action":"run","Test":"TestPassLog"} string
7 {"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"} string
9 {"Action":"run","Test":"TestFail"} string
11 {"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"} string
13 {"Action":"fail","Test":"TestFail","Elapsed":0} string
15 {"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"} string
17 {"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"} string
19 {"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"} string
[all …]
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go215 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/
Dengine.h36 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/aws-sdk-java-v2/services/marketplacecommerceanalytics/src/test/resources/software/amazon/awssdk/services/marketplacecommerceanalytics/
Dpolicy-document.json6 "Action": "s3:GetBucketLocation", string
11 "Action": "s3:PutObject", string
16 "Action": [ array
24 "Action": "iam:GetRolePolicy", string
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp9 struct Action { struct
14 using State = Action[2]; argument
/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/
Dexamples-1.json41 "Action": "CREATE", string
68 "Action": "Valid values: CREATE, DELETE, UPSERT", string
85 "Action": "CREATE", string
101 "Action": "CREATE", string
131 "Action": "Valid values: CREATE, DELETE, UPSERT", string
148 "Action": "CREATE", string
174 "Action": "Valid values: CREATE, DELETE, UPSERT", string
192 "Action": "CREATE", string
206 "Action": "CREATE", string
234 "Action": "Valid values: CREATE, DELETE, UPSERT", string
[all …]
/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/core/auth/policy/
DAction.java34 public class Action { class
38 public Action(String name) { in Action() method in Action
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc17 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/rust/crates/grpcio/src/task/
Dpromise.rs150 pub struct Action { struct
154 impl Action { impl
155 pub fn new(inner: Arc<Inner<bool>>) -> Action { in new()
/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc5 class Action { class
7 Action() {} in Action() function in Action
/external/rust/crates/http/tests/
Dheader_map_fuzz.rs48 enum Action { enum
129 fn gen_action(&mut self, weight: &Weight, rng: &mut StdRng) -> Action { in gen_action()
153 fn gen_insert(&mut self, rng: &mut StdRng) -> Action { in gen_insert()
165 fn gen_remove(&mut self, rng: &mut StdRng) -> Action { in gen_remove()
175 fn gen_append(&mut self, rng: &mut StdRng) -> Action { in gen_append()
244 impl Action { implementation
/external/cronet/base/posix/
Dfile_descriptor_shuffle_unittest.cc18 struct Action { struct
19 enum Type {
25 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() argument
31 bool operator==(const Action& other) const { in operator ==()
37 Type type;
38 int fd1;
39 int fd2;
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go66 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/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go66 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/aws-sdk-java-v2/services/cloudtrail/src/it/resources/software/amazon/awssdk/services/cloudtrail/
DsamplePolicy.json10 "Action": "s3:GetBucketAcl", string
19 "Action": "s3:PutObject", string
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegacyLegalizerInfo.cpp28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) { in operator <<()
119 const LegacyLegalizeAction Action = LLT2Action.second; in computeTables() local
254 LegacyLegalizeAction Action = Vec[VecIdx].second; in findAction() local
372 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
/external/openthread/src/core/backbone_router/
Dbbr_local.hpp284 enum Action : uint8_t enum in ot::BackboneRouter::Local
302 void LogService(Action, Error) {} in LogService() argument
303 void LogDomainPrefix(Action, Error) {} in LogDomainPrefix() argument
/external/google-cloud-java/java-apigee-connect/proto-google-cloud-apigee-connect-v1/src/main/java/com/google/cloud/apigeeconnect/v1/
DAction.java30 public enum Action implements com.google.protobuf.ProtocolMessageEnum { enum
149 private Action(int value) { in Action() method in Action
/external/llvm/lib/Analysis/
DAnalysis.cpp88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DAnalysis.cpp96 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
117 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h144 LegalizeAction Action; member
395 LegalizeAction Action; variable
466 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf()
473 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf()
480 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
487 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
496 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
504 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor()
514 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm()
522 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm()
[all …]
/external/scudo/standalone/
Dreport.cpp108 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction()
124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState()
130 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { in reportMisalignedPointer()
138 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, in reportDeallocTypeMismatch()
/external/vogar/src/vogar/
DAction.java25 public final class Action { class
36 public Action(String name, String actionClass, File resourcesDirectory, in Action() method in Action
/external/clang/lib/Sema/
DSemaAttr.cpp80 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()

12345678910>>...15