OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plog
(Results
201 - 217
of
217
) sorted by null
1
2
3
4
5
6
7
8
9
/external/eigen/Eigen/src/Core/
GenericPacketMath.h
259
Packet
plog
(const Packet& a) { using std::log; return log(a); }
function in namespace:Eigen::internal
Functors.h
443
inline Packet packetOp(const Packet& a) const { return internal::
plog
(a); }
[
all
...]
/external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h
23
Packet4f
plog
<Packet4f>(const Packet4f& _x)
function in namespace:Eigen::internal
/external/ipsec-tools/
setup.c
51
#include "
plog
.h"
/art/compiler/
elf_builder.h
777
PLOG
(ERROR) << "Failed to seek in file " << elf_file->GetPath();
788
PLOG
(ERROR) << "Failed to write to file " << elf_file->GetPath();
[
all
...]
/frameworks/native/cmds/installd/
utils.cpp
134
PLOG
(ERROR) << "Failed to opendir " << path;
489
PLOG
(ERROR) << "Couldn't statfs " << data_path;
[
all
...]
commands.cpp
569
PLOG
(WARNING) << "Failed to open " << pkgdir;
[
all
...]
/art/patchoat/
patchoat.cc
[
all
...]
/external/ipsec-tools/src/racoon/
strnames.c
53
#include "
plog
.h"
eaytest.c
59
#include "
plog
.h"
racoonctl.c
78
#include "
plog
.h"
[
all
...]
/external/sqlite/dist/orig/
shell.c
553
FILE *
pLog
; /* Write log output here */
626
if( p->
pLog
==0 ) return;
627
fprintf(p->
pLog
, "(%d) %s\n", iErrCode, zMsg);
628
fflush(p->
pLog
);
[
all
...]
/external/sqlite/dist/
shell.c
559
FILE *
pLog
; /* Write log output here */
632
if( p->
pLog
==0 ) return;
633
fprintf(p->
pLog
, "(%d) %s\n", iErrCode, zMsg);
634
fflush(p->
pLog
);
[
all
...]
/art/runtime/
runtime.cc
603
PLOG
(WARNING) << "Failed to unshare()";
610
PLOG
(WARNING) << "Failed to mount() rootfs as MS_SLAVE";
[
all
...]
check_jni.cc
[
all
...]
/art/compiler/dex/
mir_graph.cc
[
all
...]
/system/vold/
BenchmarkGen.h
[
all
...]
Completed in 1894 milliseconds
1
2
3
4
5
6
7
8
9