Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 3439) sorted by relevance

12345678910>>...138

/external/selinux/libsemanage/src/
Dsemanageswig_python_exception.i3 $action
12 $action
21 $action
30 $action
39 $action
48 $action
57 $action
66 $action
75 $action
84 $action
[all …]
/external/selinux/libselinux/src/
Dselinuxswig_python_exception.i3 $action
12 $action
21 $action
30 $action
39 $action
48 $action
57 $action
66 $action
75 $action
84 $action
[all …]
/external/adhd/cras/src/tests/
Dramp_unittest.cc24 struct cras_ramp_action action; in TEST() local
29 action = cras_ramp_get_current_action(ramp); in TEST()
31 EXPECT_EQ(action.type, CRAS_RAMP_ACTION_NONE); in TEST()
32 EXPECT_FLOAT_EQ(1.0, action.scaler); in TEST()
33 EXPECT_FLOAT_EQ(0.0, action.increment); in TEST()
34 EXPECT_FLOAT_EQ(1.0, action.target); in TEST()
45 cras_ramp_action action; in TEST() local
52 action = cras_ramp_get_current_action(ramp); in TEST()
54 EXPECT_EQ(CRAS_RAMP_ACTION_PARTIAL, action.type); in TEST()
55 EXPECT_FLOAT_EQ(0.0, action.scaler); in TEST()
[all …]
/external/libxkbcommon/test/data/compat/
Dmousekeys13 action = MovePtr(x=-1,y= +1);
16 action = MovePtr(x=-1,y= +1);
20 action = MovePtr(x=+0,y= +1);
23 action = MovePtr(x=+0,y= +1);
27 action = MovePtr(x=+1,y=+1);
30 action = MovePtr(x=+1,y=+1);
34 action = MovePtr(x=-1,y=+0);
37 action = MovePtr(x=-1,y=+0);
41 action = MovePtr(x=+1,y=+0);
44 action = MovePtr(x=+1,y=+0);
[all …]
Dxfree868 action = SwitchScreen(Screen=1, !SameServer);
11 action = SwitchScreen(Screen=2, !SameServer);
14 action = SwitchScreen(Screen=3, !SameServer);
17 action = SwitchScreen(Screen=4, !SameServer);
20 action = SwitchScreen(Screen=5, !SameServer);
23 action = SwitchScreen(Screen=6, !SameServer);
26 action = SwitchScreen(Screen=7, !SameServer);
29 action = SwitchScreen(Screen=8, !SameServer);
32 action = SwitchScreen(Screen=9, !SameServer);
35 action = SwitchScreen(Screen=10, !SameServer);
[all …]
/external/python/cpython3/Lib/
Dargparse.py257 def add_argument(self, action): argument
258 if action.help is not SUPPRESS:
262 invocations = [get_invocation(action)]
263 for subaction in self._iter_indented_subactions(action):
273 self._add_item(self._format_action, [action])
276 for action in actions:
277 self.add_argument(action)
313 for action in actions:
314 if action.option_strings:
315 optionals.append(action)
[all …]
/external/skia/experimental/docs/
DanimationCommon.js22 var action = keyframe[i];
23 loopOver(action, timeline);
51 var action = actions[aIndex];
52 var hasDraw = 'draw' in action;
53 var hasRef = 'ref' in action;
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
61 assert('string' == typeof(action.draw));
62 var draw = (new Function("return " + action.draw))();
65 if ('paint' in action) {
66 assert('string' == typeof(action.paint));
[all …]
/external/skqp/experimental/docs/
DanimationCommon.js22 var action = keyframe[i];
23 loopOver(action, timeline);
51 var action = actions[aIndex];
52 var hasDraw = 'draw' in action;
53 var hasRef = 'ref' in action;
56 var ref = hasRef ? action.ref : "anonymous_" + index + "_" + aIndex;
61 assert('string' == typeof(action.draw));
62 var draw = (new Function("return " + action.draw))();
65 if ('paint' in action) {
66 assert('string' == typeof(action.paint));
[all …]
/external/python/cpython2/Lib/
Dargparse.py255 def add_argument(self, action): argument
256 if action.help is not SUPPRESS:
260 invocations = [get_invocation(action)]
261 for subaction in self._iter_indented_subactions(action):
271 self._add_item(self._format_action, [action])
274 for action in actions:
275 self.add_argument(action)
311 for action in actions:
312 if action.option_strings:
313 optionals.append(action)
[all …]
/external/autotest/server/
Dautoserv_parser.py33 self.parser.add_argument('-m', action='store', type=str,
36 self.parser.add_argument('-M', action='store', type=str,
39 self.parser.add_argument('-c', action='store_true',
42 self.parser.add_argument('-s', action='store_true',
45 self.parser.add_argument('-r', action='store', type=str,
48 self.parser.add_argument('-l', action='store', type=str,
51 self.parser.add_argument('-G', action='store', type=str,
54 self.parser.add_argument('-u', action='store', type=str,
58 self.parser.add_argument('-P', action='store', type=str,
63 self.parser.add_argument('--execution-tag', action='store',
[all …]
/external/llvm-project/polly/utils/
Dargparse.py129 action='ignore',
288 def add_argument(self, action): argument
289 if action.help is not SUPPRESS:
293 invocations = [get_invocation(action)]
294 for subaction in self._iter_indented_subactions(action):
304 self._add_item(self._format_action, [action])
307 for action in actions:
308 self.add_argument(action)
344 for action in actions:
345 if action.option_strings:
[all …]
/external/libxkbcommon/src/xkbcomp/
Daction.c193 ReportMismatch(struct xkb_context *ctx, enum xkb_action_type action, in ReportMismatch() argument
199 fieldText(field), type, ActionTypeText(action)); in ReportMismatch()
204 ReportIllegal(struct xkb_context *ctx, enum xkb_action_type action, in ReportIllegal() argument
210 fieldText(field), ActionTypeText(action)); in ReportIllegal()
215 ReportActionNotArray(struct xkb_context *ctx, enum xkb_action_type action, in ReportActionNotArray() argument
221 fieldText(field), ActionTypeText(action)); in ReportActionNotArray()
227 union xkb_action *action, enum action_field field, in HandleNoAction() argument
235 CheckBooleanFlag(struct xkb_context *ctx, enum xkb_action_type action, in CheckBooleanFlag() argument
243 return ReportActionNotArray(ctx, action, field); in CheckBooleanFlag()
246 return ReportMismatch(ctx, action, field, "boolean"); in CheckBooleanFlag()
[all …]
Dkeymap-dump.c297 const union xkb_action *action, in write_action() argument
308 type = ActionTypeText(action->type); in write_action()
310 switch (action->type) { in write_action()
314 if (action->mods.flags & ACTION_MODS_LOOKUP_MODMAP) in write_action()
318 action->mods.mods.mods); in write_action()
320 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LOCK_CLEAR)) ? ",clearLocks"… in write_action()
321 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LATCH_TO_LOCK)) ? ",latchToL… in write_action()
322 … (action->type == ACTION_TYPE_MOD_LOCK) ? affect_lock_text(action->mods.flags, false) : "", in write_action()
330 … (!(action->group.flags & ACTION_ABSOLUTE_SWITCH) && action->group.group > 0) ? "+" : "", in write_action()
331 … (action->group.flags & ACTION_ABSOLUTE_SWITCH) ? action->group.group + 1 : action->group.group, in write_action()
[all …]
/external/autotest/server/cros/cfm/configurable_test/
Dactions_unittest.py41 action = actions.AssertFileDoesNotContain('/foo', ['EE', 'WW'])
44 action.execute(context)
47 action = actions.AssertFileDoesNotContain('/foo', ['EE', 'WW'])
50 self.assertRaises(AssertionError, lambda: action.execute(context))
53 action = actions.AssertFileDoesNotContain('/foo', ['EE', 'W{3}Q+'])
56 self.assertRaises(AssertionError, lambda: action.execute(context))
59 action = actions.RebootDut()
60 action.execute(self.context_with_mocks)
65 action = actions.RebootDut(restart_chrome_for_cfm=True)
66 action.execute(self.context_with_mocks)
[all …]
/external/pdfium/fpdfsdk/
Dcpdfsdk_actionhandler.cpp23 const CPDF_Action& action, in DoAction_DocOpen() argument
26 return ExecuteDocumentOpenAction(action, pFormFillEnv, &visited); in DoAction_DocOpen()
63 const CPDF_Action& action, in DoAction_Page() argument
67 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Page()
71 const CPDF_Action& action, in DoAction_Document() argument
75 return ExecuteDocumentPageAction(action, eType, pFormFillEnv, &visited); in DoAction_Document()
79 const CPDF_Action& action, in DoAction_Field() argument
85 return ExecuteFieldAction(action, type, pFormFillEnv, pFormField, data, in DoAction_Field()
90 const CPDF_Action& action, in ExecuteDocumentOpenAction() argument
93 const CPDF_Dictionary* pDict = action.GetDict(); in ExecuteDocumentOpenAction()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DStateMachine.java40 short action = -1; field in StateMachine.StateAction
48 && action == that.action; in equals()
79 protected String getActionName(short action) { in getActionName() argument
80 return stateMachine.getActionName(action); in getActionName()
83 protected void handle(int position, StateAction action) { in handle() argument
100 public String toString(StateAction action) { in toString() argument
102 + (action.advanceToNextCodePoint ? "+" : "") in toString()
103 + getStateName(action.nextState) in toString()
104 … + (action.pushState == StateMachine.UNDEFINED ? "" : " ^" + getStateName(action.pushState)) in toString()
105 + (action.action < 0 ? "" : " " + getActionName(action.action)) in toString()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
Dmodify_config.txt1 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="acceleration-g…
2 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="acceleration-g…
3 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="acceleration-m…
4 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="acceleration-m…
5 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-acre"]/un…
6 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-acre"]/un…
7 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-hectare"]…
8 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-hectare"]…
9 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-square-ce…
10 locale=da; action=addNew; new_path=//ldml/units/unitLength[@type="long"]/unit[@type="area-square-ce…
[all …]
/external/libxkbcommon/test/data/keymaps/
Dno-types.xkb309 action= LatchMods(modifiers=Shift,clearLocks,latchToLock);
312 action= LockMods(modifiers=Shift);
316 action= LockMods(modifiers=NumLock);
319 action= NoAction();
324 action= SetMods(modifiers=LevelThree,clearLocks);
329 action= LatchMods(modifiers=LevelThree,clearLocks,latchToLock);
334 action= LockMods(modifiers=LevelThree);
338 action= SetMods(modifiers=modMapMods,clearLocks);
342 action= SetMods(modifiers=modMapMods,clearLocks);
346 action= SetMods(modifiers=modMapMods,clearLocks);
[all …]
Dquartz.xkb311 action= LatchMods(modifiers=Shift,clearLocks,latchToLock);
314 action= LockMods(modifiers=Shift);
318 action= LockMods(modifiers=NumLock);
321 action= ISOLock(modifiers=modMapMods,affect=all);
326 action= SetMods(modifiers=LevelThree,clearLocks);
331 action= LatchMods(modifiers=LevelThree,clearLocks,latchToLock);
336 action= LockMods(modifiers=LevelThree);
340 action= SetMods(modifiers=modMapMods,clearLocks);
344 action= SetMods(modifiers=modMapMods,clearLocks);
348 action= SetMods(modifiers=modMapMods,clearLocks);
[all …]
/external/tensorflow/third_party/toolchains/clang6/
DCROSSTOOL.tpl209 action: "c++-compile"
210 action: "c++-header-parsing"
211 action: "c++-header-preprocessing"
212 action: "c++-module-compile"
213 action: "linkstamp-compile"
227 action: "c++-compile"
228 action: "c++-header-parsing"
229 action: "c++-header-preprocessing"
230 action: "c++-module-compile"
231 action: "linkstamp-compile"
[all …]
/external/vogar/src/vogar/android/
DInstallApkTask.java34 private final Action action; field in InstallApkTask
38 public InstallApkTask(Run run, Action action, File jar) { in InstallApkTask() argument
39 super("aapt and push " + action.getName()); in InstallApkTask()
40 this.action = action; in InstallApkTask()
54 File dex = createDex(action, jar); in execute()
55 File apk = createApk(action, dex); in execute()
57 installApk(action, apk); in execute()
65 private File createDex(Action action, File actionJar) { in createDex() argument
66 File dex = run.localFile(action, "classes.dex"); in createDex()
70 File localTempDir = run.localDir(action.getName()); in createDex()
[all …]
/external/adhd/cras/src/server/
Dcras_ramp.c63 struct cras_ramp_action action; in cras_ramp_start() local
73 action = cras_ramp_get_current_action(ramp); in cras_ramp_start()
74 if (action.type == CRAS_RAMP_ACTION_INVALID) in cras_ramp_start()
80 if (action.type == CRAS_RAMP_ACTION_NONE) { in cras_ramp_start()
87 ramp->start_scaler = action.scaler; in cras_ramp_start()
103 struct cras_ramp_action action; in cras_ramp_get_current_action() local
106 action.type = CRAS_RAMP_ACTION_INVALID; in cras_ramp_get_current_action()
107 action.scaler = 1.0; in cras_ramp_get_current_action()
108 action.increment = 0.0; in cras_ramp_get_current_action()
109 action.target = 1.0; in cras_ramp_get_current_action()
[all …]
/external/expat/xmlwf/
Dxmlwf_helpgen.py51 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
52 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
53 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]…
54 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
55 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
56 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
57 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f…
58 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep …
61 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
63 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestAttributes.java60 String action = "i<3; '<xmltag>'"; in testEscapedLessThanInAction() local
62 new CommonToken(ANTLRParser.ACTION,action),0); in testEscapedLessThanInAction()
63 String expecting = action; in testEscapedLessThanInAction()
75 String action = "int \\$n; \"\\$in string\\$\""; in testEscaped$InAction() local
79 "@members {"+action+"}\n"+ in testEscaped$InAction()
81 " : {"+action+"}\n" + in testEscaped$InAction()
90 new CommonToken(ANTLRParser.ACTION,action),0); in testEscaped$InAction()
95 String action = "$i; $i.x; $u; $u.x"; in testArguments() local
103 " : {"+action+"}\n" + in testArguments()
110 new CommonToken(ANTLRParser.ACTION,action),1); in testArguments()
[all …]
/external/libtextclassifier/native/actions/
Dranker.cc107 int CompareAnnotationsOnly(const ActionSuggestion& action, in CompareAnnotationsOnly() argument
110 Compare(action.annotations.size(), other.annotations.size())) { in CompareAnnotationsOnly()
113 for (int i = 0; i < action.annotations.size(); i++) { in CompareAnnotationsOnly()
115 Compare(action.annotations[i], other.annotations[i])) { in CompareAnnotationsOnly()
123 bool HaveEquivalentAnnotations(const ActionSuggestion& action, in HaveEquivalentAnnotations() argument
125 return CompareAnnotationsOnly(action, other) == 0; in HaveEquivalentAnnotations()
129 int Compare(const ActionSuggestion& action, const ActionSuggestion& other) { in Compare() argument
130 if (const int value = Compare(action.type, other.type)) { in Compare()
133 if (const int value = Compare(action.response_text, other.response_text)) { in Compare()
136 if (const int value = Compare(action.serialized_entity_data, in Compare()
[all …]

12345678910>>...138