Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc353 int setmode(int fd, int mode) { return ::_setmode(fd, mode); } in setmode() function
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp56 #define setmode _setmode macro
/third_party/skia/third_party/externals/icu/source/extra/uconv/
Duconv.cpp56 #define setmode _setmode macro
/third_party/icu/icu4c/source/extra/uconv/
Duconv.cpp56 #define setmode _setmode macro
/third_party/python/Lib/tkinter/
Dtix.py1536 def setmode(self, entrypath, mode='none'): member in Tree