| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi_action.c | 92 const struct lp_build_tgsi_action * action, in add_emit() 104 const struct lp_build_tgsi_action * action, in arr_emit() 142 const struct lp_build_tgsi_action * action, in dp2_emit() 173 const struct lp_build_tgsi_action * action, in dp3_emit() 209 const struct lp_build_tgsi_action * action, in dp4_emit() 259 const struct lp_build_tgsi_action * action, in dst_emit() 286 const struct lp_build_tgsi_action * action, in end_emit() 297 const struct lp_build_tgsi_action * action, in exp_emit() 331 const struct lp_build_tgsi_action * action, in frc_emit() 393 const struct lp_build_tgsi_action * action, in lit_emit() [all …]
|
| D | lp_bld_tgsi_soa.c | 3071 const struct lp_build_tgsi_action * action, in ddx_emit() 3083 const struct lp_build_tgsi_action * action, in ddy_emit() 3095 const struct lp_build_tgsi_action * action, in kill_emit() 3106 const struct lp_build_tgsi_action * action, in kill_if_emit() 3117 const struct lp_build_tgsi_action * action, in tex_emit() 3129 const struct lp_build_tgsi_action * action, in tex2_emit() 3141 const struct lp_build_tgsi_action * action, in txb_emit() 3153 const struct lp_build_tgsi_action * action, in txb2_emit() 3165 const struct lp_build_tgsi_action * action, in txd_emit() 3177 const struct lp_build_tgsi_action * action, in txl_emit() [all …]
|
| /third_party/css-what/src/__fixtures__/ |
| D | tests.ts | 150 action: AttributeAction.Equals, constant 232 action: AttributeAction.Equals, constant 252 action: AttributeAction.Start, constant 268 action: AttributeAction.Start, constant 284 action: AttributeAction.End, constant 300 action: AttributeAction.Any, constant 316 action: AttributeAction.Equals, constant 332 action: AttributeAction.Equals, constant 348 action: AttributeAction.Equals, constant 396 action: AttributeAction.Equals, constant [all …]
|
| D | out.json | 9 "action": "equals", string 29 "action": "equals", string 49 "action": "equals", string 69 "action": "equals", string 90 "action": "equals", string 128 "action": "equals", string 140 "action": "equals", string 160 "action": "equals", string 180 "action": "equals", string 200 "action": "equals", string [all …]
|
| /third_party/skia/tools/skp/page_sets/other/ |
| D | skia_onlinewsj_nexus10.json | 6 "smoothness": { "action": "scroll" }, string 12 { "action": "navigate" }, string 13 { "action": "navigate" }, string 14 { "action": "wait", "seconds": 60 } string
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | playlog.c | 862 static int change_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident() 916 static int change_resident_expect(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_resident_expect() 969 static int change_index_value(ntfs_volume *vol, const struct ACTION_RECORD *action, in change_index_value() 1014 static int add_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in add_resident() 1094 static int expand_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in expand_resident() 1176 static int insert_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in insert_resident() 1259 static int remove_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in remove_resident() 1345 static int delete_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in delete_resident() 1403 static int shrink_resident(ntfs_volume *vol, const struct ACTION_RECORD *action, in shrink_resident() 1484 static int update_index(ntfs_volume *vol, const struct ACTION_RECORD *action, in update_index() [all …]
|
| /third_party/node/tools/ |
| D | install.py | 83 def package_files(action, name, bins): argument 108 def npm_files(action): argument 114 def corepack_files(action): argument 135 def subdir_files(path, dest, action): argument 143 def files(action): argument 202 def headers(action): argument
|
| /third_party/node/test/parallel/ |
| D | test-cluster-net-server-drop-connection.js | 32 worker1.send({ action: 'disconnect' }); property 33 worker2.send({ action: 'disconnect' }); property 51 process.send({ action: 'connection' }); property 55 process.send({ action: 'listen' }); property
|
| D | test-cluster-kill-disconnect.js | 13 function forkWorker(action) { argument 14 const worker = cluster.fork({ action }); field
|
| /third_party/typescript/tests/baselines/reference/ |
| D | inferringClassMembersFromAssignments.js | 26 var action = () => { function 69 var action = () => { function 167 var action = function () { method 202 var action = function () { function
|
| /third_party/gn/src/gn/ |
| D | ninja_create_bundle_target_writer_unittest.cc | 29 auto action = std::make_unique<Target>(setup.settings(), in NewAction() local 49 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 98 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 147 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 181 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 279 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 422 std::unique_ptr<Target> action = NewAction(setup); in TEST() local
|
| D | function_get_target_outputs_unittest.cc | 61 auto action = in TEST_F() local 77 auto action = in TEST_F() local 92 auto action = in TEST_F() local
|
| /third_party/node/deps/npm/test/lib/utils/ |
| D | reify-output.js | 223 { action: 'ADD', ideal: { location: 'loc' } }, property 236 { action: 'ADD', ideal: { location: 'loc' } }, property 252 { action: 'ADD', ideal: { location: 'loc' } }, property 266 { action: 'ADD', ideal: { location: 'loc' } }, property 296 { action: 'some random unexpected junk' }, property 301 mock.diff.children.push({ action: 'ADD', ideal: { location: 'loc' } }) property 305 mock.diff.children.push({ action: 'REMOVE', actual: { location: 'loc' } }) property 311 mock.diff.children.push({ action: 'CHANGE', actual, ideal }) property 357 { action: 'ADD', ideal: { name: 'baz' } }, property 375 { action: 'ADD', ideal: { name: 'baz' } }, property [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
| D | fst_defs.h | 48 u8 action; member 59 u8 action; member 71 u8 action; member 77 u8 action; member 83 u8 action; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
| D | fst_defs.h | 48 u8 action; member 59 u8 action; member 71 u8 action; member 77 u8 action; member 83 u8 action; member
|
| /third_party/python/Lib/ |
| D | argparse.py | 260 def add_argument(self, action): argument 513 def _format_action(self, action): argument 561 def _format_action_invocation(self, action): argument 585 def _metavar_formatter(self, action, default_metavar): argument 601 def _format_args(self, action, default_metavar): argument 629 def _expand_help(self, action): argument 642 def _iter_indented_subactions(self, action): argument 666 def _get_help_string(self, action): argument 669 def _get_default_metavar_for_optional(self, action): argument 672 def _get_default_metavar_for_positional(self, action): argument [all …]
|
| /third_party/typescript/tests/baselines/reference/tsc/declarationEmit/ |
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js | 52 const action = actionCreatorFactory("somekey"); constant 192 var action = (0, typescript_fsa_1.actionCreatorFactory)("somekey"); variable
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js | 52 const action = actionCreatorFactory("somekey"); constant 192 var action = (0, typescript_fsa_1.actionCreatorFactory)("somekey"); variable
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js | 51 const action = actionCreatorFactory("somekey"); constant 179 var action = (0, typescript_fsa_1.actionCreatorFactory)("somekey"); variable
|
| D | when-same-version-is-referenced-through-source-and-another-symlinked-package.js | 51 const action = actionCreatorFactory("somekey"); constant 179 var action = (0, typescript_fsa_1.actionCreatorFactory)("somekey"); variable
|
| /third_party/libsnd/src/ALAC/ |
| D | ALACBitUtilities.h | 39 #define RequireAction(condition, action) if (! (condition)) { action } argument 40 #define RequireActionSilent(condition, action) if (! (condition)) { action } argument 41 #define RequireNoErr(condition, action) if (condition) { action } argument
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | ThaiStateTransition.java | 20 char action; field in ThaiStateTransition 22 public ThaiStateTransition(int nextState, char action) in ThaiStateTransition()
|
| /third_party/rust/crates/clap/src/ |
| D | macros.rs | 215 let action = $crate::ArgAction::SetTrue; localVariable 238 let action = $crate::ArgAction::SetTrue; localVariable 257 let action = $crate::ArgAction::SetTrue; localVariable 276 let action = $crate::ArgAction::SetTrue; localVariable
|
| /third_party/ltp/include/ |
| D | tst_capability.h | 21 #define TST_CAP(action, capability) {action, capability, #capability} argument 35 uint32_t action; member
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | system_cipher.js | 24 action: '[PC preview] unknow action', property 33 action: '[PC preview] unknow action', property
|