Home
last modified time | relevance | path

Searched defs:setmode (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc353 int setmode(int fd, int mode) { return ::_setmode(fd, mode); } in setmode() function
/third_party/icu/icu4c/source/extra/uconv/
H A Duconv.cpp56 #define setmode _setmode macro
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp56 #define setmode _setmode macro
/third_party/python/Lib/tkinter/
H A Dtix.py1536 def setmode(self, entrypath, mode='none'): member in Tree
/third_party/python/Lib/test/
H A Dtest_subprocess.py62 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' namespace

Completed in 13 milliseconds