/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/ |
D | report.json | 1 {"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/pytorch/torch/csrc/profiler/unwind/ |
D | action.h | 23 struct Action { struct 27 static Action undefined() { in undefined() argument 30 static Action regPlusData(int32_t reg, int64_t offset) { in regPlusData() argument 33 static Action regPlusDataDeref(int32_t reg, int64_t offset) { in regPlusDataDeref() argument 36 static Action loadCfaOffset(int64_t offset) { in loadCfaOffset() argument
|
/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/aws-sdk-java-v2/services/marketplacecommerceanalytics/src/test/resources/software/amazon/awssdk/services/marketplacecommerceanalytics/ |
D | policy-document.json | 6 "Action": "s3:GetBucketLocation", string 11 "Action": "s3:PutObject", string 16 "Action": [ array 24 "Action": "iam:GetRolePolicy", string
|
/external/vixl/src/aarch64/ |
D | debugger-aarch64.cc | 305 DebugReturn HelpCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::HelpCmd 312 DebugReturn BreakCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::BreakCmd 341 DebugReturn StepCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::StepCmd 388 DebugReturn ContinueCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::ContinueCmd 402 DebugReturn PrintCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::PrintCmd 462 DebugReturn TraceCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::TraceCmd 483 DebugReturn GdbCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::GdbCmd
|
/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 9 struct Action { struct 14 using State = Action[2]; argument
|
/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/ |
D | examples-1.json | 41 "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/ |
D | Action.java | 34 public class Action { class 38 public Action(String name) { in Action() method in Action
|
/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() function 30 bool operator==(const Action& other) const { in operator ==() 36 Type type; 37 int fd1; 38 int fd2;
|
/external/rust/android-crates-io/crates/grpcio/src/task/ |
D | promise.rs | 150 pub struct Action { struct 154 impl Action { implementation 155 pub fn new(inner: Arc<Inner<bool>>) -> Action { in new()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
/external/rust/android-crates-io/crates/http/tests/ |
D | header_map_fuzz.rs | 49 enum Action { enum 130 fn gen_action(&mut self, weight: &Weight, rng: &mut StdRng) -> Action { in gen_action() 154 fn gen_insert(&mut self, rng: &mut StdRng) -> Action { in gen_insert() 166 fn gen_remove(&mut self, rng: &mut StdRng) -> Action { in gen_remove() 176 fn gen_append(&mut self, rng: &mut StdRng) -> Action { in gen_append() 245 impl Action { impl
|
/external/rust/android-crates-io/extra_versions/crates/http/tests/ |
D | header_map_fuzz.rs | 49 enum Action { enum 130 fn gen_action(&mut self, weight: &Weight, rng: &mut StdRng) -> Action { in gen_action() 154 fn gen_insert(&mut self, rng: &mut StdRng) -> Action { in gen_insert() 166 fn gen_remove(&mut self, rng: &mut StdRng) -> Action { in gen_remove() 176 fn gen_append(&mut self, rng: &mut StdRng) -> Action { in gen_append() 245 impl Action { implementation
|
/external/cronet/tot/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() argument 31 bool operator==(const Action& other) const { in operator ==() 37 Type type; 38 int fd1; 39 int fd2;
|
/external/cronet/stable/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() argument 31 bool operator==(const Action& other) const { in operator ==() 37 Type type; 38 int fd1; 39 int fd2;
|
/external/rust/android-crates-io/crates/rusqlite/src/hooks/ |
D | preupdate_hook.rs | 36 impl From<PreUpdateCase> for Action { implementation 37 fn from(puc: PreUpdateCase) -> Action { in from() 135 F: FnMut(Action, &str, &str, &PreUpdateCase) + Send + 'static, in preupdate_hook() 162 F: FnMut(Action, &str, &str, &PreUpdateCase) + Send + 'static, in preupdate_hook() 173 F: FnMut(Action, &str, &str, &PreUpdateCase), in preupdate_hook()
|
/external/cronet/tot/third_party/llvm-libc/src/fuzzing/__support/ |
D | hashtable_fuzz.cpp | 74 struct Action { struct 75 enum class Tag { Find, Insert, CrossCheck } tag; 76 cpp::string_view key;
|
/external/cronet/stable/third_party/llvm-libc/src/fuzzing/__support/ |
D | hashtable_fuzz.cpp | 74 struct Action { struct 75 enum class Tag { Find, Insert, CrossCheck } tag; 76 cpp::string_view key;
|
/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/cronet/tot/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/cronet/stable/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/aws-sdk-java-v2/services/cloudtrail/src/it/resources/software/amazon/awssdk/services/cloudtrail/ |
D | samplePolicy.json | 10 "Action": "s3:GetBucketAcl", string 19 "Action": "s3:PutObject", string
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegacyLegalizerInfo.cpp | 28 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/ |
D | bbr_local.hpp | 261 enum Action : uint8_t enum in ot::BackboneRouter::Local 279 void LogService(Action, Error) {} in LogService() argument 280 void LogDomainPrefix(Action, Error) {} in LogDomainPrefix() argument
|