Home
last modified time | relevance | path

Searched defs:Allow (Results 1 – 6 of 6) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DAllow.java40 public final class Allow extends class
53 public Allow() { in Allow() method in Allow
60 public Allow(String m) { in Allow() method in Allow
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.cpp201 Allow(std::begin(Table), std::end(Table)); in isSpecConstantOpAllowedOp() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DExecutionUtils.h264 SymbolPredicate Allow; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp211 sys::DynamicLibrary Dylib, const DataLayout &DL, SymbolPredicate Allow) in DynamicLibraryFallbackGenerator()
/external/minijail/tools/
Dbpf.py241 class Allow(BasicBlock): class
/external/clang/lib/Sema/
DSemaCodeComplete.cpp252 void allowNestedNameSpecifiers(bool Allow = true) { in allowNestedNameSpecifiers()