Home
last modified time | relevance | path

Searched defs:log (Results 351 – 375 of 5812) sorted by relevance

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

/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/
H A DLogManager.swift40 …func log(level: LogLevel, timestamp: TimeInterval, filename: String, line: UInt, message: String) { in log() function
41 …let log = LogEntry(id: UUID(), level: level.rawValue, timestamp: timestamp, filename: filename, li… in log() variable
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_bt_utils.py32 def enable_bluetooth_tethering_connection(log, provider, clients): argument
71 def verify_bluetooth_tethering_connection(log, provider, clients, argument
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-context-04.kt6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in <lambda>() method
H A Dexample-context-08.kt6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in log() method
H A Dexample-context-03.kt6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in log() method
H A Dexample-flow-13.kt7 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in <lambda>() method
H A Dexample-flow-15.kt7 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in <lambda>() method
/aosp_15_r20/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3ErrorLog.java45 private Log log; field in Antlr3ErrorLog
53 public Antlr3ErrorLog(Log log) { in Antlr3ErrorLog()
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java79 public static GL wrap(GL gl, int configFlags, Writer log) { in wrap()
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { in wrap()
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A DChannelLogger.java55 public abstract void log(ChannelLogLevel level, String message); in log() method in ChannelLogger
61 public abstract void log(ChannelLogLevel level, String messageFormat, Object... args); in log() method in ChannelLogger
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DCodecErrorLog.cpp25 void CodecErrorLog::log(const char *tag, const char *message) { in log() function in android::CodecErrorLog
31 void CodecErrorLog::log(const char *tag, const std::string &message) { in log() function in android::CodecErrorLog
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp274 TestLog &log = m_testCtx.getLog(); in iterate() local
366 TestLog &log = m_testCtx.getLog(); in iterate() local
452 TestLog &log = m_testCtx.getLog(); in iterate() local
575 TestLog &log = m_testCtx.getLog(); in iterate() local
H A Des2fTextureStateQueryTests.cpp63 TexParamVerifier::TexParamVerifier(const glw::Functions &gl, tcu::TestLog &log, const char *testNam… in TexParamVerifier()
87 GetTexParameterIVerifier::GetTexParameterIVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetTexParameterIVerifier()
144 GetTexParameterFVerifier::GetTexParameterFVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetTexParameterFVerifier()
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakeParseImplicitIncludeInfo.cmake12 set(log "") variable
182 set(log "") variable
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/javac/
Dslf4j-jdk14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1622 …std::map<uint32_t, uint32_t> generateRandomProgram(qpWatchDog *watchDog, add_ref<tcu::TestLog> log) in generateRandomProgram()
2054 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in execute()
2463 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateBallot()
2482 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateStore()
2565 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateBallot()
2613 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateStore()
2871 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in execute()
2890 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateStore()
2921 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateBallot()
3153 add_ref<std::vector<tcu::UVec4>> ref, add_ref<tcu::TestLog> log, in simulateBallot()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/compatui/api/
DCompatUISpec.java15 private final kotlin.jvm.functions.Function1<java.lang.String, kotlin.Unit> log = null; field in CompatUISpec
24 …kotlin.jvm.functions.Function1<? super java.lang.String, kotlin.Unit> log, @org.jetbrains.annotati… in CompatUISpec()
/aosp_15_r20/external/vogar/src/vogar/util/
H A DThreads.java43 public static ExecutorService threadPerCpuExecutor(Log log, String name) { in threadPerCpuExecutor()
47 public static ExecutorService fixedThreadsExecutor(final Log log, String name, int count) { in fixedThreadsExecutor()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dcompiler.hpp37 std::string &log) { in compile_program()
64 const std::string &opts, std::string &log) { in link_program()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
H A DTestLogWriter.java13 private TestLog log; field in TestLogWriter
17 public TestLogWriter(TestLog log, int level) { in TestLogWriter()
/aosp_15_r20/external/testng/src/test/java/test/methodinterceptors/
H A DRemoveAMethodInterceptor.java31 public static void log(IMethodInterceptor listener, List<IMethodInstance> input, in log() method in RemoveAMethodInterceptor
48 private static void log(String s) { in log() method in RemoveAMethodInterceptor
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderMetamorphicTests.cpp114 TestLog &log = m_testCtx.getLog(); in render() local
167 TestLog &log = m_testCtx.getLog(); in checkNondet() local
179 TestLog &log = m_testCtx.getLog(); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmWorkgroupMemoryTests.cpp56 const vector<Resource> &expectedOutputs, tcu::TestLog &log) in checkResultsFloat16()
82 const vector<Resource> &expectedOutputs, tcu::TestLog &log) in checkResultsFloat32()
116 const vector<Resource> &expectedOutputs, tcu::TestLog &log) in checkResultsFloat64()
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/rcs/
DRcsFeatureController.java495 private void logd(String log) { in logd()
499 private void logw(String log) { in logw()
503 private void loge(String log) { in loge()
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dcellular_performance_test_utils.py262 def __new__(self, dut, log): argument
272 def __init__(self, dut, log): argument
645 def __init__(self, dut, log): argument

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