OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strmode
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp
45
CFX_ByteString
strMode
;
46
FXCRT_GetFileModeString(dwMode,
strMode
);
47
m_hFile = FXSYS_fopen(fileName.GetCStr(),
strMode
.c_str());
55
CFX_WideString
strMode
;
56
FXCRT_GetFileModeString(dwMode,
strMode
);
57
m_hFile = FXSYS_wfopen(fileName.GetPtr(),
strMode
.c_str());
/system/core/toolbox/
bsd-compatibility.h
70
void
strmode
(mode_t, char*);
/external/opencv3/samples/directx/
d3d10_interop.cpp
269
cv::String
strMode
= cv::format("%s", m_modeStr[mode].c_str());
273
cv::putText(m,
strMode
, cv::Point(0, 16), 1, 0.8, cv::Scalar(0, 0, 0));
d3d11_interop.cpp
273
cv::String
strMode
= cv::format("%s", m_modeStr[mode].c_str());
277
cv::putText(m,
strMode
, cv::Point(0, 16), 1, 0.8, cv::Scalar(0, 0, 0));
/external/libcxx/include/
strstream
58
strstate
strmode
; // exposition only
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream
58
strstate
strmode
; // exposition only
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream
58
strstate
strmode
; // exposition only
/external/pdfium/fpdfsdk/src/javascript/
Field.cpp
[
all
...]
/art/compiler/utils/arm/
assembler_thumb2.cc
918
Address::Mode
strmode
= am == IA ? Address::PreIndex : Address::Offset;
local
919
str(static_cast<Register>(reg), Address(base, -kRegisterSize,
strmode
), cond);
[
all
...]
Completed in 521 milliseconds