Home
last modified time | relevance | path

Searched defs:mo (Results 1 – 25 of 58) sorted by relevance

123

/third_party/glib/gio/tests/
Dmemory-output-stream.c30 GOutputStream *mo; in test_truncate() local
85 GOutputStream *mo; in test_seek_fixed() local
130 test_seek_resizable_stream (GOutputStream *mo) in test_seek_resizable_stream()
173 GOutputStream *mo; in test_seek_resizable() local
198 GOutputStream *mo; in test_data_size() local
232 GOutputStream *mo; in test_properties() local
280 GOutputStream *mo; in test_write_bytes() local
308 GOutputStream *mo; in test_writev() local
351 GOutputStream *mo; in test_writev_nonblocking() local
394 GOutputStream *mo; in test_steal_as_bytes() local
/third_party/python/Tools/pynche/
DColorDB.py76 def _extractrgb(self, mo): argument
79 def _extractname(self, mo): argument
143 def _extractrgb(self, mo): argument
149 def _extractname(self, mo): argument
155 def _extractrgb(self, mo): argument
158 def _extractname(self, mo): argument
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-atomic-clear.c1 void foo(void *ptr, _Bool *bptr, volatile void *vptr, volatile _Bool *vbptr, int mo) in foo()
/third_party/boost/boost/atomic/detail/
Dops_gcc_aarch64_common.hpp24 #define BOOST_ATOMIC_DETAIL_AARCH64_MO_SWITCH(mo)\ argument
Dops_gcc_aarch32_common.hpp24 #define BOOST_ATOMIC_DETAIL_AARCH32_MO_SWITCH(mo)\ argument
/third_party/python/Lib/
Dstring.py92 def _invalid(self, mo): argument
110 def convert(mo): argument
129 def convert(mo): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExecutionDomainFix.cpp262 MachineOperand &mo = mi->getOperand(i); in visitHardInstr() local
272 MachineOperand &mo = mi->getOperand(i); in visitHardInstr() local
293 MachineOperand &mo = mi->getOperand(i); in visitSoftInstr() local
/third_party/musl/porting/liteos_a/kernel/src/locale/
D__mo_lookup.c11 const uint32_t *mo = p; in __mo_lookup() local
/third_party/musl/src/locale/
D__mo_lookup.c11 const uint32_t *mo = p; in __mo_lookup() local
/third_party/ntfs-3g/libfuse-lite/
Dmount.c268 struct mount_opts *mo = data; in fuse_mount_opt_proc() local
481 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys()
612 struct mount_opts mo; in fuse_kern_mount() local
/third_party/icu/icu4c/source/data/coll/
DLOCALE_DEPS.json13 "mo": "ro", string
/third_party/skia/third_party/externals/icu/source/data/coll/
DLOCALE_DEPS.json13 "mo": "ro", string
/third_party/musl/libc-test/src/functional/
Dtime.c39 #define TM(ss,mm,hh,md,mo,yr,wd,yd,dst) (struct tm){ \ argument
/third_party/musl/src/internal/
Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h360 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
362 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
365 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
367 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/third_party/boost/libs/date_time/test/gregorian/
Dtestfacet.cpp84 greg_month mo(Oct); in main() local
/third_party/boost/libs/thread/test/sync/futures/async/
Dasync_executor_pass.cpp226 MoveOnly mo; in main() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstminiobject.c449 GstMiniObject *mo; in GST_START_TEST() local
/third_party/libwebsockets/lib/core/
Dlws_map.c68 lws_map_alloc_lws_malloc(struct lws_map *mo, size_t x) in lws_map_alloc_lws_malloc()
/third_party/boost/libs/variant/test/
Drvalue_test.cpp216 move_only_structure mo; in run_move_only() local
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c641 static void source_output_free(pa_object* mo) { in source_output_free()
1669 int pa_source_output_process_msg(pa_msgobject *mo, int code, void *userdata, int64_t offset, pa_mem… in pa_source_output_process_msg()
/third_party/mesa3d/src/gallium/tools/trace/
Ddiff_state.py297 def _strip_comment(mo): argument
/third_party/boost/libs/locale/src/shared/
Dmessage.cpp631 boost::shared_ptr<mo_file> mo; in load_file() local
685 mo_file const &mo) in mo_useable_directly()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml-utils.c277 xml_node_t * mo_to_tnds(struct xml_node_ctx *ctx, xml_node_t *mo, in mo_to_tnds()

123