Home
last modified time | relevance | path

Searched defs:is_current (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_context.h61 bool is_current; /* True if the context is current in some thread. */ member
/external/cronet/base/process/
Dprocess_stubs.cc87 bool Process::is_current() const { in is_current() function in base::Process
Dprocess_fuchsia.cc196 bool Process::is_current() const { in is_current() function in base::Process
Dprocess_win.cc148 bool Process::is_current() const { in is_current() function in base::Process
Dprocess_posix.cc309 bool Process::is_current() const { in is_current() function in base::Process
/external/python/setuptools/setuptools/
Ddepends.py77 def is_current(self, paths=None): member in Require
/external/libchrome/base/process/
Dprocess_posix.cc297 bool Process::is_current() const { in is_current() function in base::Process
/external/python/cpython3/Python/
Dtraceback.c868 write_thread_id(int fd, PyThreadState *tstate, int is_current) in write_thread_id()