Home
last modified time | relevance | path

Searched refs:_update (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Ddebug_canvas_reuse_overlay.dart95 _update();
102 _update();
109 _update();
116 _update();
123 _update();
126 void _update() {
137 _update();
/third_party/grpc/src/python/grpcio/grpc/beta/
Dutilities.py57 def _update(self, connectivity): member in _ChannelReadyFuture
62 self._channel.unsubscribe(self._update)
77 self._channel.unsubscribe(self._update)
124 self._channel.subscribe(self._update, try_to_connect=True)
129 self._channel.unsubscribe(self._update)
/third_party/grpc/src/python/grpcio/grpc/
D_utilities.py90 def _update(self, connectivity): member in _ChannelReadyFuture
95 self._channel.unsubscribe(self._update)
112 self._channel.unsubscribe(self._update)
158 self._channel.subscribe(self._update, try_to_connect=True)
163 self._channel.unsubscribe(self._update)
/third_party/python/Lib/
Dturtle.py558 def _update(self): member in TurtleScreenBase
582 self._update()
1307 self._update()
2460 self._update()
2466 def _update(self, count=True, forced=False): member in TPen
2558 self._update()
2583 self._update()
2644 self._update()
2654 def _update(self): member in RawTurtle
2663 screen._update() # TurtleScreenBase
[all …]
Doptparse.py864 def _update(self, dict, mode): member in Values
875 self._update(vars(mod), mode)
880 self._update(vars, mode)
/third_party/ltp/tools/sparse/sparse-src/
Dptrmap.h14 void name##_update(struct name **map, ktype k, vtype v) { \
/third_party/python/Lib/dbm/
Ddumb.py71 self._update(flag)
92 def _update(self, flag): member in _Database
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py389 self._update(self._get_stage_state(shader).constant_buffer, index, 1, [constant_buffer])
397 def _update(self, array, start_slot, num_slots, states): member in Context
408 self._update(self._state.scissors, start_slot, num_scissors, states)
411 self._update(self._state.viewports, start_slot, num_viewports, states)
438 self._update(self._state.vertex_buffers, start_slot, num_buffers, buffers)
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dsemantics_debugger.dart47 ..addListener(_update);
54 ..removeListener(_update)
67 void _update() {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice.dart570 _update(map, mapIsRef);
574 void _update(Map<String, dynamic> map, bool mapIsRef);
620 void _update(Map<String, dynamic> map, bool mapIsRef) {
687 void _update(Map<String, dynamic> map, bool mapIsRef) {
1034 void _update(Map<String, dynamic> map, bool mapIsRef) {
1139 _newSpace._update(map['new'], mapIsRef);
1141 _oldSpace._update(map['old'], mapIsRef);
1145 void _update(Map<String, dynamic> map, bool mapIsRef) {
1367 void _update(Map<String, dynamic> map, bool mapIsRef) {
1430 void _update(Map<String, dynamic> map, bool mapIsRef) {
/third_party/flutter/flutter/dev/manual_tests/lib/
Dtext.dart802 _ticker = createTicker(_update)..start();
803 _update(null);
815 void _update(Duration duration) {
909 _ticker = createTicker(_update)..start();
910 _update(null);
924 void _update(Duration duration) {
1032 _update(null);
1042 onPressed: _ticker.isActive ? null : () => _update(null),
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dscale.dart329 _update();
336 void _update() {
/third_party/alsa-lib/src/
Dconf.c4488 int snd_config_update_r(snd_config_t **_top, snd_config_update_t **_update, const char *cfgs) in snd_config_update_r() argument
4498 assert(_top && _update); in snd_config_update_r()
4500 update = *_update; in snd_config_update_r()
4583 *_update = NULL; in snd_config_update_r()
4592 *_update = NULL; in snd_config_update_r()
4627 *_update = local; in snd_config_update_r()
/third_party/ffmpeg/tools/
Dcrypto_bench.c103 av_ ## namespace ## _update(h, input, size); \
/third_party/mbedtls/
DChangeLog2409 mbedtls_<MODULE>_update() -> mbedtls_<MODULE>_update_ret()
2419 (mbedtls_<MODULE>_starts, mbedtls_<MODULE>_update,