Home
last modified time | relevance | path

Searched refs:rtn (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Modules/
H A D_cursesmodule.c751 int rtn; in _curses_window_addch_impl() local
767 rtn = mvwadd_wch(self->win,y,x, &wcval); in _curses_window_addch_impl()
769 rtn = wadd_wch(self->win, &wcval); in _curses_window_addch_impl()
779 rtn = mvwaddch(self->win,y,x, cch | (attr_t) attr); in _curses_window_addch_impl()
781 rtn = waddch(self->win, cch | (attr_t) attr); in _curses_window_addch_impl()
787 return PyCursesCheckERR(rtn, funcname); in _curses_window_addch_impl()
823 int rtn; in _curses_window_addstr_impl() local
849 rtn = mvwaddwstr(self->win,y,x,wstr); in _curses_window_addstr_impl()
851 rtn = waddwstr(self->win,wstr); in _curses_window_addstr_impl()
860 rtn in _curses_window_addstr_impl()
906 int rtn; _curses_window_addnstr_impl() local
1199 int rtn; PyCursesWindow_ChgAt() local
1407 int rtn; _curses_window_getch_impl() local
1444 int rtn; _curses_window_getkey_impl() local
1501 wint_t rtn; _curses_window_get_wch_impl() local
1547 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_GetStr() local
1678 int rtn; _curses_window_insch_impl() local
1715 unsigned long rtn; _curses_window_inch_impl() local
1751 char rtn[1024]; /* This should be big enough.. I hope */ PyCursesWindow_InStr() local
1824 int rtn; _curses_window_insstr_impl() local
1909 int rtn; _curses_window_insnstr_impl() local
2025 int rtn; _curses_window_noutrefresh_impl() local
2036 rtn = pnoutrefresh(self->win, pminrow, pmincol, _curses_window_noutrefresh_impl() local
2048 rtn = wnoutrefresh(self->win); _curses_window_noutrefresh_impl() local
2087 int rtn; _curses_window_overlay_impl() local
2135 int rtn; _curses_window_overwrite_impl() local
2250 int rtn; _curses_window_refresh_impl() local
2260 rtn = prefresh(self->win, pminrow, pmincol, _curses_window_refresh_impl() local
2272 rtn = wrefresh(self->win); _curses_window_refresh_impl() local
2985 int rtn; _curses_getmouse_impl() local
[all...]
H A D_curses_panel.c426 int rtn = replace_panel(self->pan, win->win); in _curses_panel_panel_replace_impl() local
427 if (rtn == ERR) { in _curses_panel_panel_replace_impl()
/third_party/curl/lib/vtls/
H A Dsectransp.c846 OSStatus rtn = noErr; in sectransp_bio_cf_in_read() local
856 rtn = errSSLWouldBlock; in sectransp_bio_cf_in_read()
860 rtn = ioErr; in sectransp_bio_cf_in_read()
866 rtn = errSSLClosedGraceful; in sectransp_bio_cf_in_read()
869 rtn = errSSLWouldBlock; in sectransp_bio_cf_in_read()
872 return rtn; in sectransp_bio_cf_in_read()
886 OSStatus rtn = noErr; in sectransp_bio_cf_out_write() local
894 rtn = errSSLWouldBlock; in sectransp_bio_cf_out_write()
898 rtn = ioErr; in sectransp_bio_cf_out_write()
903 rtn in sectransp_bio_cf_out_write()
[all...]
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp863 bool rtn = rules->getUseANGLE(std::move(scenario)); in ANGLEShouldBeUsedForApplication() local
864 VERBOSE("Application \"%s\" should %s ANGLE.\n", appName, rtn ? "use" : "NOT use"); in ANGLEShouldBeUsedForApplication()
866 return rtn; in ANGLEShouldBeUsedForApplication()
/third_party/node/
H A Dconfigure.py1158 rtn = 'ia32' # default
1162 rtn = value
1165 if rtn == 'mipsel' and '_LP64' in k:
1166 rtn = 'mips64el'
1168 if rtn == 'riscv':
1170 rtn = 'riscv64'
1172 rtn = 'riscv32'
1174 return rtn
/third_party/python/Lib/test/
H A Dmapping_tests.py248 rtn = chr(self.i)
250 return rtn
H A Dtest_dict.py249 rtn = chr(self.i)
251 return rtn
/third_party/python/Objects/
H A Dtypeobject.c1033 PyObject *mod, *name, *rtn; in type_repr() local
1049 rtn = PyUnicode_FromFormat("<class '%U.%U'>", mod, name); in type_repr()
1051 rtn = PyUnicode_FromFormat("<class '%s'>", type->tp_name); in type_repr()
1055 return rtn; in type_repr()
4589 PyObject *mod, *name, *rtn; in object_repr() local
4605 rtn = PyUnicode_FromFormat("<%U.%U object at %p>", mod, name, self); in object_repr()
4607 rtn = PyUnicode_FromFormat("<%s object at %p>", in object_repr()
4611 return rtn; in object_repr()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/python/
H A Dconfigure24226 int rtn;
24227 rtn = mvwdelch(0,0,0);

Completed in 57 milliseconds