Home
last modified time | relevance | path

Searched defs:log (Results 126 – 150 of 5812) sorted by relevance

12345678910>>...233

/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/metrics/
H A DMetricsReaderTest.java80 LogMaker log = mReader.next(); in testNonBlockingRead() local
93 LogMaker log = mReader.next(); in testReset() local
100 LogMaker log = mReader.next(); in testPidUid() local
116 LogMaker log = mReader.next(); in testWriteCheckpoint() local
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/logging/
H A DLogger.annotated.java58 public void log(@libcore.util.NonNull java.util.logging.LogRecord record) { throw new RuntimeExcept… in log() method in Logger
60 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() method in Logger
62 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.NonNull java.uti… in log() method in Logger
64 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() method in Logger
66 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() method in Logger
68 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() method in Logger
70 public void log(@libcore.util.NonNull java.util.logging.Level level, @libcore.util.Nullable java.la… in log() method in Logger
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/turbine/
Dslf4j-jdk14.jarorg/slf4j/ILoggerFactory.class <Unknown> package org.slf4j public abstract org.slf4j ...
/aosp_15_r20/external/slf4j/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/
H A 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
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp1351 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logMapRangeStats()
1364 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logUnmapStats()
1375 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logWriteStats()
1386 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logFlushStats()
1397 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logAllocStats()
1408 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logMapRangeStats()
1416 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logUnmapStats()
1424 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logWriteStats()
1432 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logFlushStats()
1440 tcu::TestLog &log, const typename SampleTypeTraits<SampleType>::StatsType &stats) in logAllocStats()
[all …]
/aosp_15_r20/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp1006 … const RasterizationArguments &args, tcu::TestLog &log, ClipMode clipMode, in verifyMultisampleLineGroupRasterization()
1207 … const RasterizationArguments &args, tcu::TestLog &log, ClipMode clipMode, in verifyMultisampleLineGroupRasterization()
1328 static void logTriangleGroupnterpolationStash(const tcu::Surface &surface, tcu::TestLog &log, in logTriangleGroupnterpolationStash()
1355 … const RasterizationArguments &args, tcu::TestLog &log, in verifyMultisampleLineGroupInterpolation()
1418 const RasterizationArguments &args, tcu::TestLog &log) in verifyMultisamplePointGroupRasterization()
1491 const RasterizationArguments &args, tcu::TestLog &log) in verifySinglesampleLineGroupRasterization()
1946 … const RasterizationArguments &args, tcu::TestLog &log, in verifyLineGroupPixelIndependentInterpolation()
2148 … const RasterizationArguments &args, tcu::TestLog &log) in verifySinglesampleNarrowLineGroupInterpolation()
2155 … const RasterizationArguments &args, tcu::TestLog &log) in verifyLineGroupInterpolationWithNonProjectedWeights()
2161 … const RasterizationArguments &args, tcu::TestLog &log) in verifyLineGroupInterpolationWithProjectedWeights()
[all …]
/aosp_15_r20/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java70 Log log = new Log(); in main() local
92 private static int createLayoutLib(String osDestJar, ArrayList<String> osJarPath, Log log) { in createLayoutLib()
205 private static int listDeps(ArrayList<String> osJarPath, Log log) { in listDeps()
228 private static boolean processArgs(Log log, String[] args, in processArgs()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DLog.h168 Log *log = log_ptr.load(std::memory_order_relaxed); in GetLog() local
342 #define LLDB_LOG(log, ...) \ argument
349 #define LLDB_LOGF(log, ...) \ argument
356 #define LLDB_LOGV(log, ...) \ argument
365 #define LLDB_LOG_ERROR(log, error, ...) \ argument
/aosp_15_r20/development/samples/NsdManagerSample/testadvertiseservice/src/main/java/com/example/testadvertiseservice/
H A DAdvertiseActivity.kt32 private val log = mutableListOf<String>() constant in com.example.testadvertiseservice.AdvertiseActivity
61 private fun log(msg: String) { in log() method
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_verifier_log.c46 static int load(char *log, size_t log_len, int log_level) in load()
86 static void test_log_good(char *log, size_t buf_len, size_t log_len, in test_log_good()
122 static void test_log_bad(char *log, size_t log_len, int log_level) in test_log_bad()
136 char log[LOG_SIZE]; in main() local
/aosp_15_r20/external/deqp/modules/egl/
H A DteglRobustnessTests.cpp613 ContextReset::ContextReset(glw::Functions &gl, tcu::TestLog &log, FixedFunctionType fixedFunctionTy… in ContextReset()
620 ContextReset::ContextReset(glw::Functions &gl, tcu::TestLog &log, ShaderType shaderType, ResourceTy… in ContextReset()
673 FixedFunctionOOB::FixedFunctionOOB(glw::Functions &gl, tcu::TestLog &log, FixedFunctionType fixedFu… in FixedFunctionOOB()
799 ShadersOOB::ShadersOOB(glw::Functions &gl, tcu::TestLog &log, ShaderType shaderType, ResourceType r… in ShadersOOB()
1149 TestLog &log = m_testCtx.getLog(); in iterate() local
1204 TestLog &log = m_testCtx.getLog(); in iterate() local
1267 TestLog &log = m_testCtx.getLog(); in iterate() local
1319 tcu::TestLog &log) in contextResetFactory()
1493 TestLog &log = m_testCtx.getLog(); in iterate() local
1564 TestLog &log = m_testCtx.getLog(); in iterate() local
[all …]
H A DteglNativeColorMappingTests.cpp84 uint32_t createGLES2Program(const glw::Functions &gl, TestLog &log) in createGLES2Program()
238 bool validate(TestLog &log, const Library &egl, EGLDisplay display, EGLConfig config, const tcu::Te… in validate()
304 void logConfigInfo(TestLog &log, const Library &egl, EGLDisplay display, EGLConfig config, in logConfigInfo()
327 bool testNativeWindow(TestLog &log, eglu::NativeDisplay &nativeDisplay, eglu::NativeWindow &nativeW… in testNativeWindow()
374 bool testNativePixmap(TestLog &log, eglu::NativeDisplay &nativeDisplay, eglu::NativePixmap &nativeP… in testNativePixmap()
418 bool testNativePixmapCopy(TestLog &log, const Library &egl, eglu::NativePixmap &nativePixmap, EGLDi… in testNativePixmapCopy()
H A DteglQueryContextTests.cpp109 TestLog &log = m_testCtx.getLog(); in executeForContext() local
153 TestLog &log = m_testCtx.getLog(); in executeForContext() local
196 TestLog &log = m_testCtx.getLog(); in executeForContext() local
248 TestLog &log = m_testCtx.getLog(); in executeForContext() local
344 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
H A DteglImageFormatTests.cpp395 …geApi::GLESImageApi(const Library &egl, const glw::Functions &gl, int contextId, tcu::TestLog &log, in GLESImageApi()
510 static set<string> getSupportedExtensions(tcu::TestLog &log, const Library &egl, const EGLDisplay d… in getSupportedExtensions()
548 tcu::TestLog &log = api.getLog(); in invokeGLES() local
628 tcu::TestLog &log = api.getLog(); in invokeGLES() local
735 tcu::TestLog &log = api.getLog(); in invokeGLES() local
912 tcu::TestLog &log = api.getLog(); in invokeGLES() local
992 tcu::TestLog &log = api.getLog(); in invokeGLES() local
1106 tcu::TestLog &log = api.getLog(); in invokeGLES() local
1212 tcu::TestLog &log = api.getLog(); in invokeGLES() local
1336 tcu::TestLog &log = api.getLog(); in invokeGLES() local
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeUiEventLogger.kt43 fun log(uid: Int, packageName: String, event: DesktopUiEventEnum) { in log() method in com.android.wm.shell.desktopmode.DesktopModeUiEventLogger
52 fun log(taskInfo: RunningTaskInfo, event: DesktopUiEventEnum) { in log() method in com.android.wm.shell.desktopmode.DesktopModeUiEventLogger
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_logging_utils.py180 def start_sdm_loggers(log, ads): argument
186 def stop_sdm_loggers(log, ads): argument
347 def start_qxdm_loggers(log, ads, begin_time=None): argument
353 def stop_qxdm_loggers(log, ads): argument
573 def extract_test_log(log, src_file, dst_file, test_tag): argument
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp405 std::stringstream log; in verifyMessageCount() local
548 TestLog &log = m_testCtx.getLog(); in verifyMessageExists() local
574 TestLog &log = m_testCtx.getLog(); in verifyMessageGroup() local
593 TestLog &log = m_testCtx.getLog(); in verifyMessageString() local
615 TestLog &log = m_testCtx.getLog(); in verifyMessage() local
674 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
743 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
769 TestLog &log = m_testCtx.getLog(); in expectMessage() local
852 tcu::TestLog &log = m_testCtx.getLog(); in iterate() local
873 TestLog &log = m_testCtx.getLog(); in expectError() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Dlogarithms.h26 inline _LIBCPP_HIDE_FROM_ABI float log(float __x) _NOEXCEPT { return __builtin_logf(__x); } in log() function
29 _LIBCPP_HIDE_FROM_ABI double log(double __x) _NOEXCEPT { in log() function
33 inline _LIBCPP_HIDE_FROM_ABI long double log(long double __x) _NOEXCEPT { return __builtin_logl(__x… in log() function
36 inline _LIBCPP_HIDE_FROM_ABI double log(_A1 __x) _NOEXCEPT { in log() function
/aosp_15_r20/external/cronet/net/proxy_resolution/win/
H A Dwindows_system_proxy_resolution_service_unittest.cc129 NetLogWithSource log; in DoResolveProxyTest() local
168 NetLogWithSource log; in TEST_F() local
192 NetLogWithSource log; in TEST_F() local
231 NetLogWithSource log; in TEST_F() local
268 NetLogWithSource log; in TEST_F() local

12345678910>>...233