Home
last modified time | relevance | path

Searched defs:do_update (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/vboot_reference/futility/
H A Dcmd_update.c153 static int do_update(int argc, char *argv[]) in do_update() function
332 static int do_update(int argc, char *argv[]) in do_update() function
/aosp_15_r20/external/python/cpython2/Demo/tkinter/guido/
Dkill.py32 def do_update(self): member in Kill
Dsvkill.py46 def do_update(self): member in Kill
/aosp_15_r20/external/python/cpython2/Mac/Demo/imgbrowse/
Dimgbrowse.py82 def do_update(self, *args): member in imgwindow
/aosp_15_r20/external/python/cpython2/Mac/Demo/PICTbrowse/
Dcicnbrowse.py87 def do_update(self, *args): member in CIconwindow
DICONbrowse.py87 def do_update(self, *args): member in ICONwindow
DPICTbrowse2.py88 def do_update(self, *args): member in PICTwindow
/aosp_15_r20/external/python/cpython2/Mac/Demo/textedit/
Dped.py89 def do_update(self, wid, event): member in TEWindow
/aosp_15_r20/external/python/cpython2/Mac/Demo/mlte/
Dmlted.py53 def do_update(self, wid, event): member in MlteWindow
/aosp_15_r20/external/python/cpython2/Demo/pdist/
Drcvs.py406 def do_update(self, opts, files): member in rcvs
/aosp_15_r20/external/bpftool/src/
H A Dmap.c988 static int do_update(int argc, char **argv) in do_update() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_maps.c1438 int do_update = ((int *)data)[1]; in test_update_delete() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_quantize.c786 int segment_id, const int do_update) { in av1_init_plane_quantizers()
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
DFrameWork.py852 def do_update(self, window, event): member in Window
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp1961 static void do_update(const char* filename, FlashingPlan* fp) { in do_update() function