OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFlags
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/libbcc/include/bcc/Support/
OutputFile.h
36
unsigned
pFlags
);
38
OutputFile(const std::string &pFilename, unsigned
pFlags
= 0);
InputFile.h
28
InputFile(const std::string &pFilename, unsigned
pFlags
= 0);
File.h
50
File(const std::string &pFilename, unsigned
pFlags
)
51
: FileBase(pFilename, FileAttribute<OpenMode>::kOpenFlags,
pFlags
) { }
FileBase.h
106
// pOpenFlags is the 2nd argument to the POSIX open().
pFlags
are the flags to
109
FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned
pFlags
);
/frameworks/compile/libbcc/lib/Support/
InputFile.cpp
23
InputFile::InputFile(const std::string &pFilename, unsigned
pFlags
)
24
: super(pFilename,
pFlags
) { }
OutputFile.cpp
28
unsigned
pFlags
) {
59
pFlags
| FileBase::kTruncate);
80
OutputFile::OutputFile(const std::string &pFilename, unsigned
pFlags
)
81
: super(pFilename,
pFlags
) { }
FileBase.cpp
32
unsigned
pFlags
)
37
// Process
pFlags
39
if (
pFlags
& kBinary) {
43
if (
pFlags
& kTruncate) {
47
if (
pFlags
& kAppend) {
/frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp
17
unsigned int
pFlags
,
19
: llvm::raw_fd_ostream(pFilename, pErrorInfo,
pFlags
), m_pLDInfo(pLDInfo) {
/frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h
36
unsigned int
pFlags
= 0,
/external/icu4c/tools/toolutil/
ucmstate.c
50
parseState(const char *s, int32_t state[256], uint32_t *
pFlags
) {
65
*
pFlags
=MBCS_STATE_FLAG_DIRECT;
70
} else if(*
pFlags
==0 && uprv_strncmp("surrogates", s, 10)==0) {
71
*
pFlags
=MBCS_STATE_FLAG_SURROGATES;
132
if(*
pFlags
!=MBCS_STATE_FLAG_DIRECT) {
156
switch(*
pFlags
) {
[
all
...]
/frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
Completed in 358 milliseconds