OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debugoutput
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/disk_cache/
trace.cc
35
void
DebugOutput
(const char* msg) {
113
DebugOutput
("Last traces:\n");
132
DebugOutput
(line);
141
DebugOutput
("End of Traces\n");
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatPackageWriterImpl.java
41
private boolean
debugOutput
;
71
public void setDebugOutput(boolean
debugOutput
) {
72
this.
debugOutput
=
debugOutput
;
93
if (
debugOutput
) {
105
if (
debugOutput
) {
114
if (
debugOutput
) {
/external/chromium_org/net/disk_cache/
trace.cc
45
void
DebugOutput
(const char* msg) {
146
DebugOutput
("Last traces:\n");
165
DebugOutput
(line);
174
DebugOutput
("End of Traces\n");
/cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_CameraTests.cpp
156
const unsigned char *
debugoutput
= testHandler->debug_output();
local
157
memcpy(outputImage,
debugoutput
, testHandler->getDebugHeight() *
/external/chromium_org/tools/gyp/pylib/gyp/
__init__.py
26
def
DebugOutput
(mode, message, *args):
403
DebugOutput
(DEBUG_GENERAL, 'running with these options:')
408
DebugOutput
(DEBUG_GENERAL, " %s: '%s'", option, value)
410
DebugOutput
(DEBUG_GENERAL, " %s: %s", option, value)
461
DebugOutput
(DEBUG_GENERAL,
488
DebugOutput
(DEBUG_GENERAL, "generator_flags: %s", generator_flags)
input.py
270
gyp.
DebugOutput
(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include)
359
gyp.
DebugOutput
(gyp.DEBUG_INCLUDES,
724
gyp.
DebugOutput
(gyp.DEBUG_VARIABLES, "Matches: %r", match)
836
gyp.
DebugOutput
(gyp.DEBUG_VARIABLES,
887
gyp.
DebugOutput
(gyp.DEBUG_VARIABLES,
[
all
...]
/external/chromium/net/tools/flip_server/
epoll_server.h
811
class
DebugOutput
{
813
friend ostream& operator<<(ostream& os, const
DebugOutput
& debug_output) {
818
virtual ~
DebugOutput
() {}
821
class FDMaskOutput : public
DebugOutput
{
[
all
...]
/external/chromium_org/net/tools/flip_server/
epoll_server.h
801
class
DebugOutput
{
803
friend ostream& operator<<(ostream& os, const
DebugOutput
& debug_output) {
808
virtual ~
DebugOutput
() {}
811
class FDMaskOutput : public
DebugOutput
{
827
class EpollWaitOutput : public
DebugOutput
{
[
all
...]
Completed in 1022 milliseconds