Home
last modified time | relevance | path

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

12

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimodalInput_keyEvent.js16 export const Action = { variable
43 Action, property
Dohos_multimodalInput_touchEvent.js16 export const Action = { variable
68 Action, property
Dohos_multimodalInput_mouseEvent.js16 export const Action = { variable
70 Action, property
Dohos_ability_wantConstant.js15 export const Action = { variable
71 Action, property
/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/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/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/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/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.h50 enum class Action 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/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.cc206 InternalHandlerDelegate::Action::Action() : stream_size(-1), resource_id(-1) {} in Action() function in scheme::InternalHandlerDelegate::Action
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DassignmentCompatWithDiscriminatedUnion.ts167 type Action = { type: 'activate' } | { type: 'disactivate' }; alias
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts90 type Action = "verify" | "write"; alias
/third_party/rust/crates/clap/clap_derive/src/
Dattr.rs156 Action, enumerator
Ditem.rs1100 pub enum Action { enum
1105 impl Action { impl

12