/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/LLaMA/LLaMA/Application/ |
H A D | LogManager.swift | 40 …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/ |
D | tel_bt_utils.py | 32 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 D | example-context-04.kt | 6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in <lambda>() method
|
H A D | example-context-08.kt | 6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in log() method
|
H A D | example-context-03.kt | 6 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in log() method
|
H A D | example-flow-13.kt | 7 fun log(msg: String) = println("[${Thread.currentThread().name}] $msg") in <lambda>() method
|
H A D | example-flow-15.kt | 7 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 D | Antlr3ErrorLog.java | 45 private Log log; field in Antlr3ErrorLog 53 public Antlr3ErrorLog(Log log) { in Antlr3ErrorLog()
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLDebugHelper.java | 79 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 D | ChannelLogger.java | 55 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 D | CodecErrorLog.cpp | 25 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 D | es2fShaderBuiltinVarTests.cpp | 274 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 D | es2fTextureStateQueryTests.cpp | 63 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/ |
D | CMakeParseImplicitIncludeInfo.cmake | 12 set(log "") variable 182 set(log "") variable
|
/aosp_15_r20/out/soong/.intermediates/external/slf4j/slf4j-jdk14/android_common_apex33/javac/ |
D | slf4j-jdk14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/slf4j/
org/ ... |
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/reconvergence/ |
H A D | vktReconvergenceTests.cpp | 1622 …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/ |
D | CompatUISpec.java | 15 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 D | Threads.java | 43 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 D | compiler.hpp | 37 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 D | TestLogWriter.java | 13 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 D | RemoveAMethodInterceptor.java | 31 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 D | es3fShaderMetamorphicTests.cpp | 114 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 D | vktSpvAsmWorkgroupMemoryTests.cpp | 56 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/ |
D | RcsFeatureController.java | 495 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/ |
D | cellular_performance_test_utils.py | 262 def __new__(self, dut, log): argument 272 def __init__(self, dut, log): argument 645 def __init__(self, dut, log): argument
|