/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/flutter/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/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 | 82 def package_files(action, name, bins): argument 107 def npm_files(action): argument 113 def corepack_files(action): argument 123 def subdir_files(path, dest, action): argument 131 def files(action): argument 172 def headers(action): argument
|
/third_party/typescript/tests/baselines/reference/ |
D | inferringClassMembersFromAssignments.js | 26 var action = () => { function 69 var action = () => { function 168 var action = function () { method 203 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 275 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 414 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/test/parallel/ |
D | test-cluster-kill-disconnect.js | 13 function forkWorker(action) { argument 14 const worker = cluster.fork({ action }); field
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | action_configparser.c | 16 FreeAction(SDLVisualTest_Action* action) in FreeAction() 44 SDLVisualTest_Action action) in SDLVisualTest_EnqueueAction() 202 SDLVisualTest_Action action) in SDLVisualTest_InsertIntoActionQueue() 291 SDLVisualTest_Action action; in SDLVisualTest_ParseActionConfig() local
|
/third_party/python/Lib/ |
D | argparse.py | 257 def add_argument(self, action): argument 503 def _format_action(self, action): argument 551 def _format_action_invocation(self, action): argument 575 def _metavar_formatter(self, action, default_metavar): argument 591 def _format_args(self, action, default_metavar): argument 619 def _expand_help(self, action): argument 632 def _iter_indented_subactions(self, action): argument 656 def _get_help_string(self, action): argument 659 def _get_default_metavar_for_optional(self, action): argument 662 def _get_default_metavar_for_positional(self, action): argument [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/node/deps/npm/test/tap/ |
D | audit-fix.js | 94 action: 'add', property 102 action: 'update', property 124 action: 'add', property 232 action: 'add', property 236 action: 'add', property 244 action: 'update', property 268 action: 'add', property 272 action: 'add', property 353 action: 'add', property 361 action: 'install', property [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkArenaAlloc.cpp | 45 void SkArenaAlloc::installFooter(FooterAction* action, uint32_t padding) { in installFooter() 57 void SkArenaAlloc::installPtrFooter(FooterAction* action, char* ptr, uint32_t padding) { in installPtrFooter() 75 FooterAction* action = (FooterAction*)(footer >> 6); in RunDtorsOnBlock() local 91 void SkArenaAlloc::installUint32Footer(FooterAction* action, uint32_t value, uint32_t padding) { in installUint32Footer()
|
/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 188 var action = 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 188 var action = 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 176 var action = 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 176 var action = 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/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_quit.c | 55 struct sigaction action; local 104 struct sigaction action; local
|