/third_party/boost/libs/convert/test/ |
D | test.hpp | 30 struct change struct 34 change(value_type v =no) : value_(v) {} in change() function 35 bool operator==(change v) const { return value_ == v.value_; } in operator ==() argument 42 std::istream& operator>>(std::istream& stream, change& chg) in operator >>() argument
|
/third_party/mesa3d/src/util/ |
D | u_debug_refcnt.h | 49 debug_reference_descriptor get_desc, int change) in debug_reference() 59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference()
|
D | u_debug_refcnt.c | 139 debug_reference_descriptor get_desc, int change) in debug_reference_slowpath()
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | opt.cc | 131 …ansformingListForSubstitutions(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool change) { in UpdateTransformingListForSubstitutions() 146 …void UpdateTransformingListForIR(const AnfNodePtr &node, std::deque<AnfNodePtr> *todo, bool change, in UpdateTransformingListForIR() 165 … std::deque<AnfNodePtr> *todo, bool change, size_t seen) { in UpdateTransformingListWithUserNodes() 208 bool change = false; in ApplyIRToSubstitutions() local 248 bool change = false; in ApplySubstitutionToIR() local 275 for (auto change : status.at(name + std::to_string(i))) { in DisplayStatusOfSubstitution() local 299 bool change = ApplySubstitutionToIR(optimizer, func_graph, substitution); in ApplySubstitutionsToIR() local
|
D | pass_group.cc | 58 bool change = true; in Run() local
|
D | auto_monad_eliminate.cc | 186 bool change = false; in ReplaceLoadUser() local 225 bool change = false; in ReplaceSameGroupLoad() local 257 bool change = false; in ReplaceUpdateStateForLoad() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 142 test_play_state_change_get_name (TestPlayerStateChange change) in test_play_state_change_get_name() 197 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_state_change_debug() 267 test_play_stopped_cb (GstPlay * player, TestPlayerStateChange change, in test_play_stopped_cb() 290 test_play_audio_video_eos_cb (GstPlay * player, TestPlayerStateChange change, in test_play_audio_video_eos_cb() 686 test_play_media_info_cb (GstPlay * player, TestPlayerStateChange change, in test_play_media_info_cb() 732 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_disable_cb() 796 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_switch_audio_cb() 859 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_switch_subtitle_cb() 921 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_error_invalid_external_suburi_cb() 988 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_external_suburi_cb() [all …]
|
/third_party/libnl/src/ |
D | nl-link-set.c | 57 struct rtnl_link *change = arg; in set_cb() local 77 struct rtnl_link *link, *change; in main() local
|
/third_party/mindspore/mindspore/compression/export/ |
D | quant_export.py | 371 def _convert_subcell(self, network, change, name, subcell): argument 382 def _convert_conv(self, network, change, name, subcell): argument 400 def _convert_dense(self, network, change, name, subcell): argument 454 def _convert_core_quant_subcell(self, network, change, name, subcell): argument 468 def _convert_other_quant_subcell(self, network, change, name, subcell): argument
|
/third_party/libnl/tests/ |
D | test-loopback-up-down.c | 7 struct rtnl_link *link, *change; in main() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | testutil.h | 21 UBool change; member
|
/third_party/mindspore/mindspore/lite/tools/optimizer/common/ |
D | node_pass_extends.cc | 50 bool change = (new_node != nullptr); in Run() local
|
/third_party/python/Lib/idlelib/ |
D | statusbar.py | 37 def change(): function
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
D | PRESUBMIT.py | 135 def GetPreferredTryMasters(_, change): argument
|
/third_party/ltp/testcases/kernel/syscalls/clock_settime/ |
D | clock_settime01.c | 25 static struct tst_ts *begin, *change, *end; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | noCrashOnThisTypeUsage.js | 31 function notifyListeners(listenable, change) { argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene_queue.c | 54 cnd_t change; member
|
/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/ |
D | client.cpp | 90 control_request change = control_request::change( in main() local
|
/third_party/boost/libs/asio/example/cpp03/porthopper/ |
D | client.cpp | 90 control_request change = control_request::change( in main() local
|
/third_party/toybox/ |
D | Makefile | 60 change: target
|
/third_party/toybox/porting/liteos_a/ |
D | Makefile | 60 change: target
|
/third_party/boost/libs/log/example/doc/ |
D | expressions_has_attr_stat_accum.cpp | 107 #define PUT_STAT(lg, stat_stream_name, change)\ argument
|
/third_party/glib/gio/ |
D | glocalfilemonitor.c | 86 pending_change_get_ready_time (const PendingChange *change, in pending_change_get_ready_time() 118 PendingChange *change = data; in pending_change_free() local 168 PendingChange *change; in g_file_monitor_source_add_pending_change() local 184 PendingChange *change; in g_file_monitor_source_set_pending_change_dirty() local 203 PendingChange *change; in g_file_monitor_source_get_pending_change_dirty() local
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
D | RecipesTableSchema.java | 136 Change.Builder change = Change.builder(k.asRangeTree()); in toRangeTable() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_abilityAccessCtrl.js | 96 change: PermissionStateChangeType, property
|