/external/libnl/lib/netfilter/ |
D | log_obj.c | 31 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() local 87 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get() 92 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put() 104 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group() 110 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group() 115 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group() 120 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode() 126 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode() 131 enum nfnl_log_copy_mode nfnl_log_get_copy_mode(const struct nfnl_log *log) in nfnl_log_get_copy_mode() 136 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) in nfnl_log_set_copy_range() [all …]
|
D | log.c | 101 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request() 161 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request() 182 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create() 193 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request() 199 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change() 210 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request() 220 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
|
/external/zlib/src/examples/ |
D | gzlog.c | 289 struct log { struct 292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */ argument 305 /* gzip header for gzlog */ argument 348 local int log_lock(struct log *log) in log_lock() 372 local void log_touch(struct log *log) in log_touch() 384 local int log_check(struct log *log) in log_check() 396 local void log_unlock(struct log *log) in log_unlock() 410 local int log_head(struct log *log) in log_head() 437 local int log_mark(struct log *log, int op) in log_mark() 462 local int log_last(struct log *log, int last) in log_last() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | logger.h | 37 struct log { struct 45 extern struct log *log_open __P((size_t, char *)); argument
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.c | 251 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile() 292 static deBool beginSession (qpTestLog* log) in beginSession() 310 static deBool endSession (qpTestLog* log) in endSession() 333 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local 381 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy() 407 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase() 451 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase() 492 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase() 522 static deBool qpTestLog_writeKeyValuePair (qpTestLog* log, const char* elementName, const char* nam… in qpTestLog_writeKeyValuePair() 557 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) in qpTestLog_writeMessage() [all …]
|
/external/webrtc/webrtc/base/ |
D | optional_unittest.cc | 122 auto log = Logger::Setup(); in TEST() local 131 auto log = Logger::Setup(); in TEST() local 144 auto log = Logger::Setup(); in TEST() local 161 auto log = Logger::Setup(); in TEST() local 174 auto log = Logger::Setup(); in TEST() local 192 auto log = Logger::Setup(); in TEST() local 204 auto log = Logger::Setup(); in TEST() local 221 auto log = Logger::Setup(); in TEST() local 237 auto log = Logger::Setup(); in TEST() local 255 auto log = Logger::Setup(); in TEST() local [all …]
|
/external/libexif/libexif/ |
D | exif-log.c | 73 ExifLog *log; in exif_log_new_mem() local 89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local 97 exif_log_ref (ExifLog *log) in exif_log_ref() 104 exif_log_unref (ExifLog *log) in exif_log_unref() 112 exif_log_free (ExifLog *log) in exif_log_free() 123 exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) in exif_log_set_func() 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log() 146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-commons-logging.jar | ... PrintStream tmpErr
org.apache.commons.logging.Log log
public void buildStarted (org.apache.tools ... |
D | ant-apache-log4j.jar | ... > ()
org.apache.log4j.Logger log
org.apache.log4j.Logger rootLog
public void ... |
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 276 TestLog& log = m_testCtx.getLog(); in iterate() local 299 TestLog& log = m_testCtx.getLog(); in iterate() local 325 TestLog& log = m_testCtx.getLog(); in iterate() local 358 TestLog& log = m_testCtx.getLog(); in iterate() local 391 TestLog& log = m_testCtx.getLog(); in iterate() local 429 TestLog& log = m_testCtx.getLog(); in iterate() local 465 TestLog& log = m_testCtx.getLog(); in iterate() local 498 TestLog& log = m_testCtx.getLog(); in iterate() local 540 TestLog& log = m_testCtx.getLog(); in iterate() local 585 TestLog& log = m_testCtx.getLog(); in iterate() local [all …]
|
D | teglQueryConfigTests.cpp | 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute() 105 tcu::TestLog& log = m_testCtx.getLog(); in checkGetConfigsBounds() local 158 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local 240 tcu::TestLog& log = m_testCtx.getLog(); in iterate() local 271 TestLog& log = m_testCtx.getLog(); in getValue() local 301 TestLog& log = m_testCtx.getLog(); in checkColorBufferType() local 312 TestLog& log = m_testCtx.getLog(); in checkCaveat() local 323 TestLog& log = m_testCtx.getLog(); in checkTransparentType() local 334 TestLog& log = m_testCtx.getLog(); in checkBoolean() local 348 TestLog& log = m_testCtx.getLog(); in checkInteger() local [all …]
|
D | teglQuerySurfaceTests.cpp | 56 static void logSurfaceAttribute (tcu::TestLog& log, EGLint attribute, EGLint value) in logSurfaceAttribute() 64 static void logSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSur… in logSurfaceAttributes() 70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, … in logCommonSurfaceAttributes() 90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display,… in logPbufferSurfaceAttributes() 121 tcu::TestLog& log = m_testCtx.getLog(); in checkCommonAttributes() local 255 tcu::TestLog& log = m_testCtx.getLog(); in checkNonPbufferAttributes() local 306 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local 337 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local 368 tcu::TestLog& log = m_testCtx.getLog(); in executeForConfig() local 470 tcu::TestLog& log = m_testCtx.getLog(); in testAttributes() local [all …]
|
/external/libxml2/python/tests/ |
D | sync.py | 8 log = "" variable 45 log="" variable 57 log="" variable 69 log="" variable 81 log="" variable 94 log="" variable 107 log="" variable 120 log="" variable
|
/external/testng/src/main/java/org/testng/ |
D | Reporter.java | 72 private static synchronized void log(String s, ITestResult m) { in log() method in Reporter 112 public static void log(String s) { in log() method in Reporter 126 public static void log(String s, int level, boolean logToStandardOut) { in log() method in Reporter 143 public static void log(String s, boolean logToStandardOut) { in log() method in Reporter 156 public static void log(String s, int level) { in log() method in Reporter
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
D | LoggerTest.java | 245 Logger log = Logger.getLogger("testGetLogger_Normal_ANewLogger"); in testGetLogger_Normal() local 278 Logger log = Logger.getLogger("testGetLogger_InvalidLevel_ANewLogger"); in testGetLogger_InvalidLevel() local 306 Logger log = Logger.getLogger("...#$%%^&&()-_+=!@~./,[]{};:'\\\"?|"); in testGetLogger_Invalid() local 315 Logger log = Logger.getLogger(""); in testGetLogger_Empty() local 345 Logger log = Logger in testGetLogger_WithParentNormal() local 383 Logger log = Logger.getLogger("testGetLoggerWithRes_Normal_ANewLogger", in testGetLoggerWithRes_Normal() local 504 Logger log = Logger.getLogger( in testGetLoggerWithRes_InvalidName() local 515 Logger log = Logger.getLogger("", VALID_RESOURCE_BUNDLE); in testGetLoggerWithRes_Empty() local 545 Logger log = Logger.getLogger( in testGetLoggerWithRes_WithParentNormal() local 563 Logger log = Logger in testAddHandler_NamedLoggerSufficientPrivilege() local [all …]
|
/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/ |
D | LogServiceImpl.java | 75 public void log(int level, String message) { in log() method in LogServiceImpl 100 public void log(int level, String message, Throwable exception) { in log() method in LogServiceImpl 125 public void log(ServiceReference sr, int level, String message) { in log() method in LogServiceImpl 179 public void log(ServiceReference sr, int level, String message, Throwable exception) { in log() method in LogServiceImpl
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
D | DesignerPlugin.java | 160 public static void log(IStatus status) { in log() method in DesignerPlugin 167 public static void log(String message) { in log() method in DesignerPlugin 174 public static void log(Throwable e) { in log() method in DesignerPlugin 182 public static void log(String message, Throwable e) { in log() method in DesignerPlugin
|
/external/google-benchmark/ |
D | mingw.py | 55 def repository(urls = urls, log = EmptyLogger()): argument 99 def find_7zip(log = EmptyLogger()): argument 114 def unpack(archive, location, log = EmptyLogger()): argument 125 def download(url, location, log = EmptyLogger()): argument 173 exceptions = None, revision = None, log = EmptyLogger()): argument
|
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/ |
D | SerializationTest.java | 72 SLF4JLog log = new SLF4JLog(factory.getLogger("x")); in testSLF4JLog() local 78 Log log = LogFactory.getLog("testing"); in testSmoke() local 85 …SLF4JLocationAwareLog log = new SLF4JLocationAwareLog((LocationAwareLogger) factory.getLogger("x")… in testLocationAware() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 131 protected final TestLog log; field in ICUServiceThreadTest.TestThread 133 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread() 205 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in RegisterFactoryThread() 220 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in UnregisterFactoryThread() 244 …rFactoryListThread(String name, ICUService service, long delay, Factory[] factories, TestLog log) { in UnregisterFactoryListThread() 261 GetVisibleThread(String name, ICUService service, long delay, TestLog log) { in GetVisibleThread() 280 GetDisplayThread(String name, ICUService service, long delay, ULocale locale, TestLog log) { in GetDisplayThread() 313 GetThread(String name, ICUService service, long delay, TestLog log) { in GetThread() 332 GetListThread(String name, ICUService service, long delay, String[] list, TestLog log) { in GetListThread()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceThreadTest.java | 135 protected final TestLog log; field in ICUServiceThreadTest.TestThread 137 public TestThread(String name, ICUService service, long delay, TestLog log) { in TestThread() 209 RegisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in RegisterFactoryThread() 224 UnregisterFactoryThread(String name, ICUService service, long delay, TestLog log) { in UnregisterFactoryThread() 248 …rFactoryListThread(String name, ICUService service, long delay, Factory[] factories, TestLog log) { in UnregisterFactoryListThread() 265 GetVisibleThread(String name, ICUService service, long delay, TestLog log) { in GetVisibleThread() 284 GetDisplayThread(String name, ICUService service, long delay, ULocale locale, TestLog log) { in GetDisplayThread() 317 GetThread(String name, ICUService service, long delay, TestLog log) { in GetThread() 336 GetListThread(String name, ICUService service, long delay, String[] list, TestLog log) { in GetListThread()
|
/external/fio/ |
D | iolog.c | 561 void setup_log(struct io_log **log, struct log_params *p, in setup_log() 619 void free_log(struct io_log *log) in free_log() 664 struct io_log *log; member 807 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks() 923 static int inflate_gz_chunks(struct io_log *log, FILE *f) in inflate_gz_chunks() 936 void flush_log(struct io_log *log) in flush_log() 957 static int finish_log(struct thread_data *td, struct io_log *log, int trylock) in finish_log() 1089 int iolog_flush(struct io_log *log, int wait) in iolog_flush() 1136 int iolog_flush(struct io_log *log, int wait) in iolog_flush() 1145 struct io_log *log = td->iops_log; in write_iops_log() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 98 …ureLimits(VkPhysicalDeviceProperties* properties, VkPhysicalDeviceFeatures* features, TestLog& log) in validateFeatureLimits() 486 TestLog& log = context.getTestContext().getLog(); in enumeratePhysicalDevices() local 511 bool checkDuplicates (TestLog& log, const char* what, const vector<string>& values) in checkDuplicates() 530 bool checkDuplicateExtensions (TestLog& log, const vector<string>& extensions) in checkDuplicateExtensions() 535 bool checkDuplicateLayers (TestLog& log, const vector<string>& layers) in checkDuplicateLayers() 542 TestLog& log = context.getTestContext().getLog(); in enumerateInstanceLayers() local 561 TestLog& log = context.getTestContext().getLog(); in enumerateInstanceExtensions() local 609 TestLog& log = context.getTestContext().getLog(); in enumerateDeviceLayers() local 628 TestLog& log = context.getTestContext().getLog(); in enumerateDeviceExtensions() local 680 TestLog& log = context.getTestContext().getLog(); in deviceFeatures() local [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 339 void logShader (TestLog& log, glu::RenderContext& renderCtx, glu::Shader& shader) in logShader() 348 void logProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, ShaderAllocato… in logProgram() 363 void logVertexFragmentProgram (TestLog& log, glu::RenderContext& renderCtx, glu::Program& program, … in logVertexFragmentProgram() 638 TestLog& log = m_testCtx.getLog(); in verifyShaderSourceReplaced() local 655 TestLog& log = m_testCtx.getLog(); in test() local 761 TestLog& log = m_testCtx.getLog(); in buildProgram() local 786 TestLog& log = m_testCtx.getLog(); in test() local 845 TestLog& log = m_testCtx.getLog(); in buildProgram() local 862 TestLog& log = m_testCtx.getLog(); in verify() local 886 TestLog& log = m_testCtx.getLog(); in test() local [all …]
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrLogger.h | 46 virtual void info(const std::string &log) { _parameterMgrConnector.info(log); } in info() 48 virtual void warning(const std::string &log) { _parameterMgrConnector.warning(log); } in warning()
|