Home
last modified time | relevance | path

Searched defs:log (Results 1 – 25 of 1359) sorted by relevance

12345678910>>...55

/external/libnl/lib/netfilter/
Dlog_obj.c32 struct nfnl_log *log = (struct nfnl_log *) a; in nfnl_log_dump() local
88 void nfnl_log_get(struct nfnl_log *log) in nfnl_log_get()
93 void nfnl_log_put(struct nfnl_log *log) in nfnl_log_put()
105 void nfnl_log_set_group(struct nfnl_log *log, uint16_t group) in nfnl_log_set_group()
111 int nfnl_log_test_group(const struct nfnl_log *log) in nfnl_log_test_group()
116 uint16_t nfnl_log_get_group(const struct nfnl_log *log) in nfnl_log_get_group()
121 void nfnl_log_set_copy_mode(struct nfnl_log *log, enum nfnl_log_copy_mode mode) in nfnl_log_set_copy_mode()
127 int nfnl_log_test_copy_mode(const struct nfnl_log *log) in nfnl_log_test_copy_mode()
132 enum nfnl_log_copy_mode nfnl_log_get_copy_mode(const struct nfnl_log *log) in nfnl_log_get_copy_mode()
137 void nfnl_log_set_copy_range(struct nfnl_log *log, uint32_t copy_range) in nfnl_log_set_copy_range()
[all …]
Dlog.c102 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request()
162 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request()
183 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create()
194 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request()
200 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change()
211 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request()
221 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
/external/rust/crates/libz-sys/src/zlib/examples/
Dgzlog.c289 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/
Dlogger.h37 struct log { struct
45 extern struct log *log_open __P((size_t, char *)); argument
/external/deqp/framework/qphelper/
DqpTestLog.c260 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile()
302 static deBool endSession (qpTestLog* log) in endSession()
325 qpTestLog* log = (qpTestLog*)deCalloc(sizeof(qpTestLog)); in qpTestLog_createFileLog() local
374 deBool qpTestLog_beginSession(qpTestLog* log, const char* additionalSessionInfo) in qpTestLog_beginSession()
403 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy()
429 deBool qpTestLog_startCase (qpTestLog* log, const char* testCasePath, qpTestCaseType testCaseType) in qpTestLog_startCase()
473 deBool qpTestLog_endCase (qpTestLog* log, qpTestResult result, const char* resultDetails) in qpTestLog_endCase()
509 deBool qpTestLog_startTestsCasesTime (qpTestLog* log) in qpTestLog_startTestsCasesTime()
532 deBool qpTestLog_endTestsCasesTime (qpTestLog* log) in qpTestLog_endTestsCasesTime()
564 deBool qpTestLog_terminateCase (qpTestLog* log, qpTestResult result) in qpTestLog_terminateCase()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/external/libexif/libexif/
Dexif-log.c73 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/deqp/external/vulkancts/framework/vulkan/
DvkDeviceFeatures2.inl11 TestLog& log = context.getTestContext().getLog(); local
49 TestLog& log = context.getTestContext().getLog(); local
88 TestLog& log = context.getTestContext().getLog(); local
128 TestLog& log = context.getTestContext().getLog(); local
169 TestLog& log = context.getTestContext().getLog(); local
206 TestLog& log = context.getTestContext().getLog(); local
243 TestLog& log = context.getTestContext().getLog(); local
282 TestLog& log = context.getTestContext().getLog(); local
321 TestLog& log = context.getTestContext().getLog(); local
359 TestLog& log = context.getTestContext().getLog(); local
[all …]
DvkShaderProgram.cpp55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYP… in logShader()
82 tcu::TestLog& operator<< (tcu::TestLog& log, const GlslSource& shaderSource) in operator <<()
87 tcu::TestLog& operator<< (tcu::TestLog& log, const HlslSource& shaderSource) in operator <<()
/external/libxml2/python/tests/
Dsync.py8 log = "" variable
45 log="" variable
57 log="" variable
69 log="" variable
81 log="" variable
94 log="" variable
107 log="" variable
120 log="" variable
/external/deqp/modules/egl/
DteglQueryConfigTests.cpp48 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 …]
DteglSyncTests.cpp165 TestLog& log = m_testCtx.getLog(); in hasRequiredEGLVersion() local
181 TestLog& log = m_testCtx.getLog(); in hasEGLFenceSyncExtension() local
194 TestLog& log = m_testCtx.getLog(); in hasEGLWaitSyncExtension() local
337 TestLog& log = m_testCtx.getLog(); in test() local
385 TestLog& log = m_testCtx.getLog(); in test() local
437 TestLog& log = m_testCtx.getLog(); in test() local
498 TestLog& log = m_testCtx.getLog(); in test() local
559 TestLog& log = m_testCtx.getLog(); in test() local
623 TestLog& log = m_testCtx.getLog(); in test() local
688 TestLog& log = m_testCtx.getLog(); in test() local
[all …]
DteglQuerySurfaceTests.cpp56 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/deqp/modules/gles31/functional/
Des31fNegativeTessellationTests.cpp146 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
166 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
189 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
207 tcu::TestLog& log = ctx.getLog(); in single_tessellation_stage() local
236 tcu::TestLog& log = ctx.getLog(); in invalid_primitive_mode() local
261 tcu::TestLog& log = ctx.getLog(); in tessellation_not_active() local
310 tcu::TestLog& log = ctx.getLog(); in invalid_program_state() local
362 tcu::TestLog& log = ctx.getLog(); in tessellation_control_invalid_vertex_count() local
/external/testng/src/main/java/org/testng/
DReporter.java72 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/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
DLogServiceImpl.java75 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/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderNonarrayInput.cpp308 std::string log = getCompilationInfoLog(m_gs_valid_non_ib); in iterate() local
321 std::string log = getCompilationInfoLog(m_gs_valid_ib); in iterate() local
335 std::string log = getLinkingInfoLog(m_po_a_valid); in iterate() local
350 std::string log = getLinkingInfoLog(m_po_b_valid); in iterate() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DRPCError.cpp33 void ConnectionClosed::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ConnectionClosed
41 void ResponseAbandoned::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::ResponseAbandoned
52 void CouldNotNegotiate::log(raw_ostream &OS) const { in log() function in llvm::orc::rpc::CouldNotNegotiate
/external/libcxx/utils/google-benchmark/
Dmingw.py55 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/
DSerializationTest.java72 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/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier_log.c48 static int load(char *log, size_t log_len, int log_level) in load()
88 static void test_log_good(char *log, size_t buf_len, size_t log_len, in test_log_good()
124 static void test_log_bad(char *log, size_t log_len, int log_level) in test_log_bad()
138 char log[LOG_SIZE]; in main() local
/external/musl/src/math/i386/
Dlog.s1 .global log symbol
3 log: label
/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java53 public ImportIndex(TurbineLogWithSource log, ImmutableMap<String, Supplier<ImportScope>> thunks) { in ImportIndex()
59 TurbineLogWithSource log, in create()
100 TurbineLogWithSource log, TopLevelIndex cpi, ImportDecl i, CanonicalSymbolResolver resolve) { in namedImport()
/external/parameter-framework/upstream/parameter/
DParameterMgrLogger.h46 void info(const std::string &log) override { _parameterMgrConnector.info(log); } in info()
48 void warning(const std::string &log) override { _parameterMgrConnector.warning(log); } in warning()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/profiling/
Dbasic_timers.cc55 gpr_timer_entry log[MAX_COUNT]; member
94 static int timer_log_push_back(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_push_back()
121 static void timer_log_remove(gpr_timer_log_list* list, gpr_timer_log* log) { in timer_log_remove()
140 static void write_log(gpr_timer_log* log) { in write_log()
160 gpr_timer_log* log; in writing_thread() local
180 gpr_timer_log* log; in flush_logs() local
222 gpr_timer_log* log = static_cast<gpr_timer_log*>(malloc(sizeof(*log))); in rotate_log() local

12345678910>>...55