Home
last modified time | relevance | path

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

123

/third_party/boost/boost/msm/front/
Dfunctor_row.hpp64 typedef ACTION Action; typedef
89 typedef none Action; typedef
100 typedef ACTION Action; typedef
118 typedef none Action; typedef
136 typedef ACTION Action; typedef
154 typedef none Action; typedef
171 typedef ACTION Action; typedef
195 typedef none Action; typedef
210 typedef ACTION Action; typedef
233 typedef ACTION Action; typedef
[all …]
/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go48 Action(action string, args []string) error methodSpec
107 func (set ServerObjectSet) Action(action string, args []string) error { func
218 func (obj ServerObject) Action(action string, args []string) error { func
283 func (Search) Action(_ string, _ []string) error { func
335 func (s stringLiteral) Action(action string, args []string) error { func
380 func (results) Action(_ string, _ []string) error { func
/third_party/skia/third_party/externals/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()
/third_party/typescript/tests/cases/compiler/
DnoCrashUMDMergedWithGlobalValue.ts3 export type Action = "PUSH" | "POP" | "REPLACE"; alias
DrecursiveArrayNotCircular.ts1 type Action<T, P> = P extends void ? { type : T } : { type: T, payload: P } alias
DarrayLiteralTypeInference.ts1 class Action { class
DreactReduxLikeDeferredInferenceAllowsAssignment.ts113 interface Action<T = any> { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h149 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 …]
/third_party/grpc/src/core/lib/security/authorization/
Dauthorization_engine.h64 enum Action { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
DLineEditor.cpp56 CompletionAction Action; in complete() local
86 CompletionAction Action; in getCompletionAction() local
145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( in ElCompletionFn() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp45 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
/third_party/typescript/tests/baselines/reference/
DarrayLiteralTypeInference.js2 class Action { class
71 function Action() { class in Action
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources() local
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources() local
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc76 TEST_F(GetTargetOutputsTest, Action) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h69 unsigned Action; member
DEHStreamer.cpp143 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in computeActionsTable() local
566 const ActionEntry &Action = *I; in emitExceptionTable() local
/third_party/boringssl/src/crypto/lhash/
Dlhash_test.cc104 enum Action { in TEST() enum
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermRebuild.h50 enum class Action enum
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h50 enum class Action enum
/third_party/boost/boost/msm/front/euml/
Dstt_grammar.hpp33 typedef ACTION Action; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h771 void setTypeAction(MVT VT, LegalizeTypeAction Action) { in setTypeAction()
924 auto Action = getOperationAction(Op, VT); in getFixedPointOperationAction() local
1180 LegalizeAction Action = (LegalizeAction) ((Value >> Shift) & 0xF); in getCondCodeAction() local
1879 LegalizeTypeAction Action = getTypeAction(Context, VT); in shouldNormalizeToSelectSequence() local
2004 LegalizeAction Action) { in setOperationAction()
2012 LegalizeAction Action) { in setLoadExtAction()
2024 LegalizeAction Action) { in setTruncStoreAction()
2034 void setIndexedLoadAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedLoadAction()
2043 void setIndexedStoreAction(unsigned IdxMode, MVT VT, LegalizeAction Action) { in setIndexedStoreAction()
2053 LegalizeAction Action) { in setIndexedMaskedLoadAction()
[all …]
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.cc198 InternalHandlerDelegate::Action::Action() : stream_size(-1), resource_id(-1) {} in Action() function in scheme::InternalHandlerDelegate::Action
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts90 type Action = "verify" | "write"; alias
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts167 type Action = { type: 'activate' } | { type: 'disactivate' }; alias
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp22 enum class Action { enum

123