Home
last modified time | relevance | path

Searched defs:change (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/boost/libs/convert/test/
Dtest.hpp30 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/
Du_debug_refcnt.h49 debug_reference_descriptor get_desc, int change) in debug_reference()
59 UNUSED debug_reference_descriptor get_desc, UNUSED int change) in debug_reference()
Du_debug_refcnt.c139 debug_reference_descriptor get_desc, int change) in debug_reference_slowpath()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dopt.cc131 …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
Dpass_group.cc58 bool change = true; in Run() local
Dauto_monad_eliminate.cc186 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/
Dplay.c142 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/
Dnl-link-set.c57 struct rtnl_link *change = arg; in set_cb() local
77 struct rtnl_link *link, *change; in main() local
/third_party/mindspore/mindspore/compression/export/
Dquant_export.py371 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/
Dtest-loopback-up-down.c7 struct rtnl_link *link, *change; in main() local
/third_party/icu/icu4c/source/test/intltest/
Dtestutil.h21 UBool change; member
/third_party/mindspore/mindspore/lite/tools/optimizer/common/
Dnode_pass_extends.cc50 bool change = (new_node != nullptr); in Run() local
/third_party/python/Lib/idlelib/
Dstatusbar.py37 def change(): function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
DPRESUBMIT.py135 def GetPreferredTryMasters(_, change): argument
/third_party/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c25 static struct tst_ts *begin, *change, *end; variable
/third_party/typescript/tests/baselines/reference/
DnoCrashOnThisTypeUsage.js31 function notifyListeners(listenable, change) { argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene_queue.c54 cnd_t change; member
/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/
Dclient.cpp90 control_request change = control_request::change( in main() local
/third_party/boost/libs/asio/example/cpp03/porthopper/
Dclient.cpp90 control_request change = control_request::change( in main() local
/third_party/toybox/
DMakefile60 change: target
/third_party/toybox/porting/liteos_a/
DMakefile60 change: target
/third_party/boost/libs/log/example/doc/
Dexpressions_has_attr_stat_accum.cpp107 #define PUT_STAT(lg, stat_stream_name, change)\ argument
/third_party/glib/gio/
Dglocalfilemonitor.c86 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/
DRecipesTableSchema.java136 Change.Builder change = Change.builder(k.asRangeTree()); in toRangeTable() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_abilityAccessCtrl.js96 change: PermissionStateChangeType, property

12345