Home
last modified time | relevance | path

Searched refs:OpenMode (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_cli/py/pw_cli/
Denvparse.py207 OpenMode = str variable
211 def __init__(self, mode: OpenMode) -> None: argument
212 self._mode: OpenMode = mode
/external/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/
DSEGGER_RTT_Syscalls_KEIL.c144 FILEHANDLE _sys_open(const char * sName, int OpenMode) { in _sys_open() argument
145 (void)OpenMode; in _sys_open()
/external/sqlite/dist/orig/
Dsqlite3.c173648 struct OpenMode {
173657 static struct OpenMode aCacheMode[] = {
173669 static struct OpenMode aOpenMode[] = {
/external/sqlite/dist/
Dsqlite3.c173664 struct OpenMode {
173673 static struct OpenMode aCacheMode[] = {
173685 static struct OpenMode aOpenMode[] = {
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c167022 struct OpenMode {
167031 static struct OpenMode aCacheMode[] = {
167043 static struct OpenMode aOpenMode[] = {