Home
last modified time | relevance | path

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

1234

/third_party/boost/libs/convert/test/
Dtest.hpp30 struct change struct
34 change(value_type v =no) : value_(v) {} in change() argument
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/gstreamer/gstplugins_bad/tests/check/libs/
Dplayer.c136 test_player_state_change_get_name (TestPlayerStateChange change) in test_player_state_change_get_name()
188 TestPlayerStateChange change, TestPlayerState * old_state, in test_player_state_change_debug()
430 test_player_stopped_cb (GstPlayer * player, TestPlayerStateChange change, in test_player_stopped_cb()
452 test_play_audio_video_eos_cb (GstPlayer * player, TestPlayerStateChange change, in test_play_audio_video_eos_cb()
711 test_play_media_info_cb (GstPlayer * player, TestPlayerStateChange change, in test_play_media_info_cb()
759 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_error_invalid_external_suburi_cb()
786 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_disable_cb()
852 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_switch_audio_cb()
917 TestPlayerStateChange change, TestPlayerState * old_state, in test_play_stream_switch_subtitle_cb()
1023 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/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/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/uboot/u-boot-2020.01/drivers/sound/
Dmaxim_codec.c71 int change, ret = 0; in maxim_bic_or() local
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/
Dsandbox_hub.c118 int change[SANDBOX_NUM_PORTS]; member
164 int *change = &priv->change[port]; in clrset_post_state() local
/third_party/typescript/tests/baselines/reference/
DnoCrashOnThisTypeUsage.js31 function notifyListeners(listenable, change) { argument
/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/
Dclient.cpp90 control_request change = control_request::change( in main() local
Dprotocol.hpp47 static const control_request change( in change() function in control_request
/third_party/boost/libs/asio/example/cpp03/porthopper/
Dclient.cpp90 control_request change = control_request::change( in main() local
Dprotocol.hpp47 static const control_request change( in change() function in control_request
/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/ltp/testcases/kernel/syscalls/clock_settime/
Dclock_settime01.c24 static struct tst_ts *begin, *change, *end; variable
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferenceCompileOnSave.ts115 change?: () => SingleScenarioChange; property
165 const change = `export ${localChange}`; constant
/third_party/glib/gio/tests/
Dgdbus-example-export.c126 gint change) in my_object_change_count()
164 gint change; in handle_method_call() local
/third_party/gstreamer/gstplugins_bad/gst/videofilters/
Dgstscenechange.c177 gboolean change; in gst_scene_change_transform_frame_ip() local
/third_party/skia/tools/
Dgit-sync-deps102 def status(directory, commithash, change): argument
/third_party/typescript/src/testRunner/unittests/tscWatch/
DemitAndErrorUpdates.ts306 function change(caption: string, content: string): TscWatchCompileChange { function
/third_party/boost/libs/python/test/
Dtest_pointer_adoption.cpp24 void change(std::string const& new_s) in change() function

1234