Home
last modified time | relevance | path

Searched defs:log (Results 376 – 400 of 5812) sorted by relevance

1...<<11121314151617181920>>...233

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheckImpl.h75 void log(raw_ostream &OS) const override { in log() function
332 void log(raw_ostream &OS) const override { Diagnostic.print(nullptr, OS); } in log() function
353 void log(raw_ostream &OS) const override { in log() function
/aosp_15_r20/frameworks/av/drm/libmediadrm/
H A DDrmUtils.cpp385 for (auto log : logs) { in GetExceptionMessage() local
402 void LogBuffer::addLog(const ::V1_4::LogMessage& log) { in addLog()
413 for (auto log : mBuffer) { in getLogs() local
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadHardwareInterface.java170 public OffloadHardwareInterface(Handler h, SharedLog log) { in OffloadHardwareInterface()
174 OffloadHardwareInterface(Handler h, SharedLog log, Dependencies deps) { in OffloadHardwareInterface()
185 Dependencies(Handler handler, SharedLog log) { in Dependencies()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLoggerImpl.java85 public void log(UiEventLogger.UiEventEnum event, NotificationRecord r) { in log() method in NotificationRecordLoggerImpl
94 public void log(UiEventLogger.UiEventEnum event) { in log() method in NotificationRecordLoggerImpl
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
H A DBooleanPropertyExecutor.java48 public BooleanPropertyExecutor(final Logger log, final Introspector introspector, in BooleanPropertyExecutor()
62 public BooleanPropertyExecutor(final Logger log, final Introspector introspector, in BooleanPropertyExecutor()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
H A DScrimLogger.kt48 fun log( in d() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/accessibility/hearingaid/
DHearingDevicesUiEventLogger.java28 public final void log(@org.jetbrains.annotations.NotNull() in log() method in HearingDevicesUiEventLogger
32 public final void log(@org.jetbrains.annotations.NotNull() in log() method in HearingDevicesUiEventLogger
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
H A DIntrospectorBase.java60 protected final Logger log; field in IntrospectorBase
70 protected IntrospectorBase(final Logger log, final TypeConversionHandler conversionHandler) in IntrospectorBase()
H A DIntrospectorCache.java48 private final Logger log; field in IntrospectorCache
78 public IntrospectorCache(final Logger log, final TypeConversionHandler conversionHandler) in IntrospectorCache()
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/
DAndroidLogger.java38 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() method in AndroidLogger
66 public void log( in log() method in AndroidLogger
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/util/
DMdnsLogger.java40 public void log(String message) { in log() method in MdnsLogger
44 public void log(String message, @Nullable Object... args) { in log() method in MdnsLogger
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/host-side/java/com/android/adservices/shared/testing/
DConsoleLogger.java37 public void log(LogLevel level, String tag, @FormatString String msgFmt, Object... msgArgs) { in log() method in ConsoleLogger
65 public void log( in log() method in ConsoleLogger
/aosp_15_r20/external/okhttp/okio/okio/src/test/java/okio/
H A DMockSink.java30 private final List<String> log = new ArrayList<String>(); field in MockSink
34 assertEquals(Arrays.asList(messages), log); in assertLog() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/internal/lang/
H A DSystem_Delegate.java32 public static void log(String message) { in log() method in System_Delegate
36 public static void log(String message, Throwable th) { in log() method in System_Delegate
/aosp_15_r20/external/vogar/src/vogar/android/
H A DDeviceFilesystem.java37 private final Log log; field in DeviceFilesystem
39 public DeviceFilesystem(Log log, ImmutableList<String> targetProcessPrefix) { in DeviceFilesystem()
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp1482 TestLog &log = m_testCtx.getLog(); in iterate() local
1667 TestLog &log = m_testCtx.getLog(); in compareStd140Blocks() local
1749 TestLog &log = m_testCtx.getLog(); in compareSharedBlocks() local
1824 TestLog &log = m_testCtx.getLog(); in compareTypes() local
1882 TestLog &log = m_testCtx.getLog(); in checkLayoutIndices() local
1922 TestLog &log = m_testCtx.getLog(); in checkLayoutBounds() local
1972 tcu::TestLog &log = m_testCtx.getLog(); in checkIndexQueries() local
1998 tcu::TestLog &log = m_testCtx.getLog(); in render() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp198 tcu::TestLog &log = context.getTestContext().getLog(); in logColor() local
733 tcu::TestLog &log = context.getTestContext().getLog(); in TestShaderProgram() local
1051 tcu::TestLog &log = m_context.getTestContext().getLog(); in logShaderProgramInfo() local
1192 tcu::TestLog &log = m_context.getTestContext().getLog(); in enableFramebufferBlend() local
1276 tcu::TestLog &log = m_context.getTestContext().getLog(); in logState() local
1510 tcu::TestLog &log = m_context.getTestContext().getLog(); in iterate() local
1823 tcu::TestLog &log = m_context.getTestContext().getLog(); in isInvalidEnum() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp93 StateVerifier::StateVerifier(const glw::Functions &gl, tcu::TestLog &log, const char *testNamePostf… in StateVerifier()
123 GetBooleanVerifier::GetBooleanVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetBooleanVerifier()
272 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier()
437 GetInteger64Verifier::GetInteger64Verifier(const glw::Functions &gl, tcu::TestLog &log) in GetInteger64Verifier()
602 GetFloatVerifier::GetFloatVerifier(const glw::Functions &gl, tcu::TestLog &log) : StateVerifier(gl,… in GetFloatVerifier()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DMisc.java435 PrintWriter log = in printCurrentTimezoneLocalizations() local
626 private static void printCurrentTimezoneLocalizations(PrintWriter log, String locale) in printCurrentTimezoneLocalizations()
1106 PrintWriter log = in printSupplementalData() local
1153 PrintWriter log, in printTimezonesToLocalize()
1240 PrintWriter log, in printWorldTimezoneCategorization()
H A DGenerateKaraList.java22 PrintWriter log = in main() local
94 PrintWriter log, Set<String> locales, Set<String> availableCodes, int choice) { in printCodes()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestLog.hpp222 explicit MessageBuilder(TestLog *log) : m_log(log) in MessageBuilder()
250 SampleBuilder(TestLog *log) : m_log(log) in SampleBuilder()
485 …ScopedLogSection(TestLog &log, const std::string &name, const std::string &description) : m_log(lo… in ScopedLogSection()
584 inline TestLog &operator<<(TestLog &log, const std::exception &e) in operator <<()
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteModemInterface.java1432 private static void logd(@NonNull String log) { in logd()
1436 private static void loge(@NonNull String log) { in loge()
1453 private void plogd(@NonNull String log) { in plogd()
1460 private void ploge(@NonNull String log) { in ploge()
/aosp_15_r20/external/pytorch/torch/_logging/
H A D_internal.py23 log = logging.getLogger(__name__) variable
573 def configure_artifact_log(log): argument
867 def _setup_handlers(create_handler_fn, log): argument
889 def _clear_handlers(log): argument
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
H A DSharedFlowScenarioTest.kt275 private val log = ArrayList<String>() in <lambda>() constant in kotlinx.coroutines.flow.SharedFlowScenarioTest
394 private fun log(text: String) { in <lambda>() method in kotlinx.coroutines.flow.SharedFlowScenarioTest
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java859 private void log(String msg) { in log() method in HttpsURLConnectionTest.ProxyConnectAuthFailDispatcher
898 private void log(String msg) { in log() method in HttpsURLConnectionTest.ProxyConnectDispatcher
949 private void log(String msg) { in log() method in HttpsURLConnectionTest.SingleRequestDispatcher
995 public static synchronized void log(String origin, String message) { in log() method in HttpsURLConnectionTest

1...<<11121314151617181920>>...233