Home
last modified time | relevance | path

Searched refs:pFlags (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/lib/
DFileBase.cpp44 unsigned pFlags) in FileBase() argument
52 if (pFlags & kBinary) { in FileBase()
56 if (pFlags & kTruncate) { in FileBase()
60 if (pFlags & kAppend) { in FileBase()
64 if (pFlags & kDeleteOnClose) { in FileBase()
DFileBase.h106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp39 llvm::sys::fs::OpenFlags pFlags) in raw_fd_ostream() argument
40 : llvm::raw_fd_ostream(pFilename, pErrorCode, pFlags), in raw_fd_ostream()
/frameworks/compile/mclinker/include/mcld/Support/
Draw_ostream.h32 llvm::sys::fs::OpenFlags pFlags = llvm::sys::fs::F_None);
DFileSystem.h102 int pFlags,
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFeatureFlagsDebug.java480 ArrayList<ParcelableFlag<?>> pFlags = new ArrayList<>();
484 pFlags.add(pf);
490 extras.putParcelableArrayList(EXTRA_FLAGS, pFlags);
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1044 MipsAbiFlags& pFlags) { in getAbiFlags() argument
1052 if (!MipsAbiFlags::fillBySection(pInput, **it, pFlags)) in getAbiFlags()
1054 if (!MipsAbiFlags::isCompatible(pInput, pElfFlags, pFlags)) in getAbiFlags()
1060 pFlags = pElfFlags; in getAbiFlags()