Home
last modified time | relevance | path

Searched defs:log (Results 501 – 525 of 5812) sorted by relevance

1...<<21222324252627282930>>...233

/aosp_15_r20/frameworks/base/ravenwood/junit-src/android/platform/test/ravenwood/
H A DRavenwoodRule.java86 log(TAG, "$RAVENWOOD_RUN_DISABLED_TESTS enabled: force running all tests"); in log() method
88 log(TAG, "$RAVENWOOD_REALLY_DISABLED=" + REALLY_DISABLED_PATTERN.pattern()); in log() method
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_eventlog.c117 char **log) in ifapi_eventlog_get_finish()
286 json_object *log, *event = NULL; in ifapi_eventlog_append_finish() local
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp61 log_t log; in engrave_tombstone_ucontext() local
143 log_t log; in engrave_tombstone() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp658 TestLog &log = m_testCtx.getLog(); in iterate() local
1615 TestLog &log = m_testCtx.getLog(); in iterate() local
1787 TestLog &log = m_testCtx.getLog(); in iterate() local
1943 TestLog &log = m_testCtx.getLog(); in iterate() local
2124 TestLog &log = m_testCtx.getLog(); in iterate() local
2368 TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/external/angle/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp183 TestLog &log = m_testCtx.getLog(); in execute() local
198 TestLog &log = m_testCtx.getLog(); in executeInner() local
/aosp_15_r20/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/progress/
H A DRemoteUnfoldTransitionReceiver.kt102 private fun log(s: () -> String) { in log() method
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DParameterMgrPlatformConnector.cpp200 void CParameterMgrPlatformConnector::info(const string &log) in info()
208 void CParameterMgrPlatformConnector::warning(const string &log) in warning()
/aosp_15_r20/external/pigweed/pw_log_basic/
H A Dlog_basic.cc86 void (*write_log)(std::string_view) = [](std::string_view log) { in __anon1f1b52ea0202()
176 void SetOutput(void (*log_output)(std::string_view log)) { in SetOutput()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/logging/
DStartupLatencyLogger.java15 public abstract com.android.launcher3.logging.StartupLatencyLogger log(); in log() method
75 …public static com.android.launcher3.logging.StartupLatencyLogger log(@org.jetbrains.annotations.No… in log() method in StartupLatencyLogger.DefaultImpls
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/assertions/
H A DScenarioAssertionImpl.kt79 private fun log(result: AssertionResult) { in <lambda>() method
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java396 final Logger log = Logger.getLogger (); in mergeload() local
505 final Logger log = Logger.getLogger (); in persist() local
708 …private static void writeEntry (final Logger log, final RandomAccessFile raf, final long marker, f… in writeEntry()
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DEntitlementManager.java128 Dependencies(@NonNull Context context, @NonNull SharedLog log) { in Dependencies()
226 public EntitlementManager(Context ctx, Handler h, SharedLog log, in EntitlementManager()
232 EntitlementManager(Context ctx, Handler h, SharedLog log, in EntitlementManager()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp223 TestLog &log = m_testCtx.getLog(); in testLayerFace() local
341 TestLog &log = m_testCtx.getLog(); in init() local
378 TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTestHelper.java232 public String getLogFile(LogFileType log) { in getLogFile()
236 public void setLogFile(LogFileType log, String filename) { in setLogFile()
255 public boolean hasLogFile(LogFileType log) { in hasLogFile()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp297 TestLog &log = m_context.getTestContext().getLog(); in initialize() local
425 TestLog &log = m_testCtx.getLog(); in iterate() local
578 TestLog &log = m_testCtx.getLog(); in iterate() local
H A Des3fFloatStateQueryTests.cpp94 StateVerifier::StateVerifier(const glw::Functions &gl, tcu::TestLog &log, const char *testNamePostf… in StateVerifier()
125 GetBooleanVerifier::GetBooleanVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetBooleanVerifier()
305 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier()
492 GetInteger64Verifier::GetInteger64Verifier(const glw::Functions &gl, tcu::TestLog &log) in GetInteger64Verifier()
679 GetFloatVerifier::GetFloatVerifier(const glw::Functions &gl, tcu::TestLog &log) : StateVerifier(gl,… in GetFloatVerifier()
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java220 final LogMaker log = Helper in showFillUi() local
351 final LogMaker log = Helper in showSaveUi() local
435 final LogMaker log = Helper in showFillDialog() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp153 bool verifyFractionalSpacingSingle(tcu::TestLog &log, const SpacingMode spacingMode, const float te… in verifyFractionalSpacingSingle()
303 static bool verifyFractionalSpacingMultiple(tcu::TestLog &log, const SpacingMode spacingMode, in verifyFractionalSpacingMultiple()
713 tcu::TestLog &log = context.getTestContext().getLog(); in test() local
/aosp_15_r20/libcore/ojluni/src/test/java/text/testlib/
H A DIntlTest.java158 protected void log(String message) { in log() method in IntlTest
268 private PrintWriter log; field in IntlTest
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnection.java249 protected final void logi(String log) { in logi()
254 protected final void logw(String log) { in logw()
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaMemoryTracer.cpp131 void SkiaMemoryTracer::logOutput(String8& log) { in logOutput()
166 void SkiaMemoryTracer::logTotals(String8& log) { in logTotals()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/log-0.4.21/src/
H A Dlib.rs1149 fn log(&self, record: &Record); in log() method
1163 fn log(&self, _: &Record) {} in log() method
1175 fn log(&self, record: &Record) { in log() function
1192 fn log(&self, record: &Record) { in log() function
1209 fn log(&self, record: &Record) { in log() function
/aosp_15_r20/packages/services/Telephony/src/com/android/phone/
DImsProvisioningController.java1815 private void logAttr(String attr, String prefix, int subId, String log) { in logAttr()
1819 private void logAttrW(String attr, String prefix, int subId, String log) { in logAttrW()
1823 private void logAttrE(String attr, String prefix, int subId, String log) { in logAttrE()
1827 private void log(String s) { in log() method in ImsProvisioningController
1831 private void log(String prefix, int slotId, String s) { in log() method in ImsProvisioningController
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dlib.rs1196 fn log(&self, record: &Record); in log() method
1215 fn log(&self, _: &Record) {} in log() method
1227 fn log(&self, record: &Record) { in log() function
1244 fn log(&self, record: &Record) { in log() function
1261 fn log(&self, record: &Record) { in log() function
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/ip/
DIpReachabilityMonitor.java189 IpNeighborMonitor makeIpNeighborMonitor(Handler h, SharedLog log, NeighborEventConsumer cb); in makeIpNeighborMonitor()
204 public IpNeighborMonitor makeIpNeighborMonitor(Handler h, SharedLog log, in makeDefault()

1...<<21222324252627282930>>...233