Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_HuffmanTable.h30 bool IsOK() const { return m_bOK; } in IsOK() function
/external/cronet/stable/net/disk_cache/simple/
Dsimple_file_tracker.cc366 bool SimpleFileTracker::FileHandle::IsOK() const { in IsOK() function in disk_cache::SimpleFileTracker::FileHandle
/external/cronet/tot/net/disk_cache/simple/
Dsimple_file_tracker.cc366 bool SimpleFileTracker::FileHandle::IsOK() const { in IsOK() function in disk_cache::SimpleFileTracker::FileHandle
/external/lzma/CPP/7zip/Archive/
DVmdkHandler.cpp339 bool IsOK; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp997 bool IsOK = UnhandledStores.empty(); in canVectorizeMemory() local