Home
last modified time | relevance | path

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

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