/external/selinux/libsemanage/src/ |
D | semanageswig_python_exception.i | 3 $action 12 $action 21 $action 30 $action 39 $action 48 $action 57 $action 66 $action 75 $action 84 $action [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | modify_config.txt | 1 locale=jv ; action=add ; new_path=3cead67f8ae5f035 ; new_value=Aghem 2 locale=jv ; action=add ; new_path=260fb6c0c0209dde ; new_value=Akan 3 locale=jv ; action=add ; new_path=915e508f496400f ; new_value=Amharik 4 locale=jv ; action=add ; new_path=3eadc7346e0f5a88 ; new_value=Assam 5 locale=jv ; action=add ; new_path=3a379e77aa91e890 ; new_value=Asu 6 locale=jv ; action=add ; new_path=712372f760f980ec ; new_value=Asturia 7 locale=jv ; action=add ; new_path=77492b7d377d4cdc ; new_value=Azerbaijan 8 locale=jv ; action=add ; new_path=700f7be0e77ae39b ; new_value=Azeri 9 locale=jv ; action=add ; new_path=363b4a1231433e8e ; new_value=Basaa 10 locale=jv ; action=add ; new_path=78131d73be3d98fc ; new_value=Bemba [all …]
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python_exception.i | 3 $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/ |
D | ramp_unittest.cc | 24 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/xkbcommon/test/data/compat/ |
D | mousekeys | 13 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 …]
|
D | xfree86 | 8 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/ |
D | argparse.py | 256 def add_argument(self, action): argument 257 if action.help is not SUPPRESS: 261 invocations = [get_invocation(action)] 262 for subaction in self._iter_indented_subactions(action): 272 self._add_item(self._format_action, [action]) 275 for action in actions: 276 self.add_argument(action) 312 for action in actions: 313 if action.option_strings: 314 optionals.append(action) [all …]
|
/external/tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.0/ |
D | CROSSTOOL | 19 action: "c++-compile" 29 action: "c++-link-executable" 30 action: "c++-link-dynamic-library" 31 action: "c++-link-nodeps-dynamic-library" 41 action: "c-compile" 42 action: "c++-compile" 57 action: "c++-link-dynamic-library" 58 action: "c++-link-nodeps-dynamic-library" 59 action: "c++-link-executable" 70 action: "c-compile" [all …]
|
/external/skqp/experimental/docs/ |
D | animationCommon.js | 22 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/skia/experimental/docs/ |
D | animationCommon.js | 22 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/ |
D | argparse.py | 255 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/u-boot/tools/buildman/ |
D | cmdline.py | 19 action='store_true', default=False, 21 parser.add_option('--boards', type='string', action='append', 26 action='store_true', default=False, 29 action='store_true', default=False, 31 parser.add_option('-D', '--config-only', action='store_true', default=False, 33 parser.add_option('-e', '--show_errors', action='store_true', 35 parser.add_option('-E', '--warnings-as-errors', action='store_true', 38 action='store_true', default=False, 41 action='store_true', default=False, 51 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', [all …]
|
/external/autotest/server/ |
D | autoserv_parser.py | 33 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/autotest/server/cros/cfm/configurable_test/ |
D | actions_unittest.py | 41 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/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | action.c | 191 ReportMismatch(struct xkb_context *ctx, enum xkb_action_type action, in ReportMismatch() argument 197 fieldText(field), type, ActionTypeText(action)); in ReportMismatch() 202 ReportIllegal(struct xkb_context *ctx, enum xkb_action_type action, in ReportIllegal() argument 208 fieldText(field), ActionTypeText(action)); in ReportIllegal() 213 ReportActionNotArray(struct xkb_context *ctx, enum xkb_action_type action, in ReportActionNotArray() argument 219 fieldText(field), ActionTypeText(action)); in ReportActionNotArray() 225 union xkb_action *action, enum action_field field, in HandleNoAction() argument 233 CheckBooleanFlag(struct xkb_context *ctx, enum xkb_action_type action, in CheckBooleanFlag() argument 241 return ReportActionNotArray(ctx, action, field); in CheckBooleanFlag() 244 return ReportMismatch(ctx, action, field, "boolean"); in CheckBooleanFlag() [all …]
|
D | keymap-dump.c | 293 const union xkb_action *action, in write_action() argument 304 type = ActionTypeText(action->type); in write_action() 306 switch (action->type) { in write_action() 310 if (action->mods.flags & ACTION_MODS_LOOKUP_MODMAP) in write_action() 314 action->mods.mods.mods); in write_action() 316 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LOCK_CLEAR)) ? ",clearLocks"… in write_action() 317 …(action->type != ACTION_TYPE_MOD_LOCK && (action->mods.flags & ACTION_LATCH_TO_LOCK)) ? ",latchToL… in write_action() 318 … (action->type == ACTION_TYPE_MOD_LOCK) ? affect_lock_text(action->mods.flags) : "", in write_action() 326 … (!(action->group.flags & ACTION_ABSOLUTE_SWITCH) && action->group.group > 0) ? "+" : "", in write_action() 327 … (action->group.flags & ACTION_ABSOLUTE_SWITCH) ? action->group.group + 1 : action->group.group, in write_action() [all …]
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_actionhandler.cpp | 23 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/ |
D | StateMachine.java | 40 short action = -1; field in StateMachine.StateAction 47 && action == that.action; in equals() 78 protected String getActionName(short action) { in getActionName() argument 79 return stateMachine.getActionName(action); in getActionName() 82 protected void handle(int position, StateAction action) { in handle() argument 98 public String toString(StateAction action) { in toString() argument 100 + (action.advanceToNextCodePoint ? "+" : "") in toString() 101 + getStateName(action.nextState) in toString() 102 … + (action.pushState == StateMachine.UNDEFINED ? "" : " ^" + getStateName(action.pushState)) in toString() 103 + (action.action < 0 ? "" : " " + getActionName(action.action)) in toString() [all …]
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | no-types.xkb | 309 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 …]
|
D | quartz.xkb | 311 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/vogar/src/vogar/android/ |
D | InstallApkTask.java | 34 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/ |
D | cras_ramp.c | 63 struct cras_ramp_action action; in cras_ramp_start() local 69 action = cras_ramp_get_current_action(ramp); in cras_ramp_start() 70 if (action.type == CRAS_RAMP_ACTION_INVALID) in cras_ramp_start() 76 if (action.type == CRAS_RAMP_ACTION_NONE) { in cras_ramp_start() 83 ramp->start_scaler = action.scaler; in cras_ramp_start() 99 struct cras_ramp_action action; in cras_ramp_get_current_action() local 102 action.type = CRAS_RAMP_ACTION_INVALID; in cras_ramp_get_current_action() 103 action.scaler = 1.0; in cras_ramp_get_current_action() 104 action.increment = 0.0; in cras_ramp_get_current_action() 105 action.target = 1.0; in cras_ramp_get_current_action() [all …]
|
/external/expat/xmlwf/ |
D | xmlwf_helpgen.py | 44 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 45 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 46 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]… 47 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 48 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 49 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 50 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal f… 53 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 55 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… 56 output_mode.add_argument('-m', action='store_true', help='write [m]eta XML, not canonical XML') [all …]
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestAttributes.java | 60 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/ |
D | ranker.cc | 103 int CompareAnnotationsOnly(const ActionSuggestion& action, in CompareAnnotationsOnly() argument 106 Compare(action.annotations.size(), other.annotations.size())) { in CompareAnnotationsOnly() 109 for (int i = 0; i < action.annotations.size(); i++) { in CompareAnnotationsOnly() 111 Compare(action.annotations[i], other.annotations[i])) { in CompareAnnotationsOnly() 119 bool HaveEquivalentAnnotations(const ActionSuggestion& action, in HaveEquivalentAnnotations() argument 121 return CompareAnnotationsOnly(action, other) == 0; in HaveEquivalentAnnotations() 125 int Compare(const ActionSuggestion& action, const ActionSuggestion& other) { in Compare() argument 126 if (const int value = Compare(action.type, other.type)) { in Compare() 129 if (const int value = Compare(action.response_text, other.response_text)) { in Compare() 132 if (const int value = Compare(action.serialized_entity_data, in Compare() [all …]
|