/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderApiTests.cpp | 345 void logShader(TestLog &log, glu::RenderContext &renderCtx, glu::Shader &shader) in logShader() 354 void logProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, ShaderAllocator… in logProgram() 369 void logVertexFragmentProgram(TestLog &log, glu::RenderContext &renderCtx, glu::Program &program, in logVertexFragmentProgram() 647 TestLog &log = m_testCtx.getLog(); in verifyShaderSourceReplaced() local 664 TestLog &log = m_testCtx.getLog(); in test() local 773 TestLog &log = m_testCtx.getLog(); in buildProgram() local 799 TestLog &log = m_testCtx.getLog(); in test() local 860 TestLog &log = m_testCtx.getLog(); in buildProgram() local 877 TestLog &log = m_testCtx.getLog(); in verify() local 903 TestLog &log = m_testCtx.getLog(); in test() local [all …]
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | logging_unittest.cpp | 53 std::string log = GetCapturedStderr(); in TEST() local 61 std::string log = GetCapturedStderr(); in TEST() local 69 std::string log = GetCapturedStderr(); in TEST() local 77 std::string log = GetCapturedStderr(); in TEST() local 85 std::string log = GetCapturedStderr(); in TEST() local 94 std::string log = GetCapturedStdout(); in TEST() local 102 std::string log = GetCapturedStdout(); in TEST() local 111 std::string log = GetCapturedStdout(); in TEST() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 159 String log = "isLeAudioOnlyGroup(" + device + "): "; in isLeAudioOnlyGroup() local 211 String log = "isLeAudioOnlyDevice(" + device + "): "; in isLeAudioOnlyDevice() local 279 String log = "processInitProfilePriorities(" + device + "): "; in processInitProfilePriorities() local 562 String log = "handleLeAudioOnlyDeviceAfterCsipConnect(" + device + "): "; in handleLeAudioOnlyDeviceAfterCsipConnect() local 648 String log = "processActiveDeviceChanged(" + device + ", " + getProfileName(profile) + ") "; in processActiveDeviceChanged() local 754 String log = "autoConnect(): "; in autoConnect() local 800 String log = "autoConnectA2dp(" + device + "): "; in autoConnectA2dp() local 816 String log = "autoConnectHeadset(" + device + "): "; in autoConnectHeadset() local 832 String log = "autoConnectHidHost(" + device + "): "; in autoConnectHidHost() local 848 String log = "connectOtherProfile(" + device + "): "; in connectOtherProfile() local [all …]
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_wifi_utils.py | 69 def check_is_wifi_connected(log, ad, wifi_ssid): argument 93 def ensure_wifi_connected(log, ad, wifi_ssid, wifi_pwd=None, retries=3, apm=False): argument 135 def forget_all_wifi_networks(log, ad): argument 159 def wifi_reset(log, ad, disable_wifi=True): argument 178 def set_wifi_to_default(log, ad): argument 193 def wifi_toggle_state(log, ad, state, retries=3): argument 212 def start_wifi_tethering(log, ad, ssid, password, ap_band=None): argument 233 def stop_wifi_tethering(log, ad): argument
|
D | tel_sms_utils.py | 28 def _sms_test(log, ads): argument 46 def _long_sms_test(log, ads): argument 73 def _sms_test_mo(log, ads): argument 76 def _sms_test_mt(log, ads): argument 79 def _long_sms_test_mo(log, ads): argument 82 def _long_sms_test_mt(log, ads): argument 86 def test_sms_mo_in_call(log, ads, caller_func=None, callee_func=None): argument
|
D | tel_dsds_utils.py | 502 log, argument 942 log, argument 1098 log, argument 1343 log, argument 1572 log, argument 1691 def erase_call_forwarding(log, ad): argument 1703 log, argument 1805 log, argument 1871 log, argument 2154 log, argument [all …]
|
D | anritsu_utils.py | 1307 def wait_for_bts_state(log, btsnumber, state, timeout=30): argument 1354 log, argument 1462 def handover_tc(log, argument 1499 def make_ims_call(log, argument 1564 def tear_down_call(log, argument 1602 def ims_call_ho(log, argument 1701 log, argument 1836 def call_mt_setup_teardown(log, argument 1890 def wait_for_sms_deliver_success(log, ad, time_to_wait=60): argument 1904 def wait_for_sms_sent_success(log, ad, time_to_wait=60): argument [all …]
|
/aosp_15_r20/frameworks/base/core/tests/mockingcoretests/src/android/util/ |
H A D | TimingsTraceLogTest.java | 76 TimingsTraceLog log = new TimingsTraceLog(TAG, TRACE_TAG_APP); in testDifferentThreads() local 106 TimingsTraceLog log = new TimingsTraceLog("TEST", Trace.TRACE_TAG_APP); in testGetUnfinishedTracesForDebug() local 124 TimingsTraceLog log = new TimingsTraceLog(TAG, TRACE_TAG_APP, 10); in testLogDuration() local 131 TimingsTraceLog log = new TimingsTraceLog(TAG, TRACE_TAG_APP, 10); in testOneLevel() local 142 TimingsTraceLog log = new TimingsTraceLog(TAG, Trace.TRACE_TAG_APP, 10); in testMultipleLevels() local 158 TimingsTraceLog log = new TimingsTraceLog(TAG, Trace.TRACE_TAG_APP, 2); in testTooManyLevels() local 184 TimingsTraceLog log = new TimingsTraceLog(TAG, TRACE_TAG_APP); in testEndNoBegin() local
|
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringDependencies.java | 68 public OffloadHardwareInterface makeOffloadHardwareInterface(Handler h, SharedLog log) { in makeOffloadHardwareInterface() 77 @NonNull SharedLog log, @NonNull OffloadController.Dependencies deps) { in makeOffloadController() 89 SharedLog log, UpstreamNetworkMonitor.EventListener listener) { in makeUpstreamNetworkMonitor() 97 ArrayList<IpServer> notifyList, SharedLog log) { in makeIPv6TetheringCoordinator() 109 public EntitlementManager makeEntitlementManager(Context ctx, Handler h, SharedLog log, in makeEntitlementManager() 117 public TetheringConfiguration generateTetheringConfiguration(Context ctx, SharedLog log, in generateTetheringConfiguration() 125 public INetd getINetd(Context context, SharedLog log) { in getINetd() 137 public RoutingCoordinatorManager getRoutingCoordinator(Context context, SharedLog log) { in getRoutingCoordinator()
|
/aosp_15_r20/external/libexif/libexif/ |
H A D | exif-log.c | 73 ExifLog *log; in exif_log_new_mem() local 89 ExifLog *log = exif_log_new_mem (mem); in exif_log_new() local 97 exif_log_ref (ExifLog *log) in exif_log_ref() 104 exif_log_unref (ExifLog *log) in exif_log_unref() 112 exif_log_free (ExifLog *log) in exif_log_free() 123 exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) in exif_log_set_func() 135 exif_log (ExifLog *log, ExifLogCode code, const char *domain, in exif_log() 146 exif_logv (ExifLog *log, ExifLogCode code, const char *domain, in exif_logv()
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | StateMachineTest.java | 118 final StringBuffer log = new StringBuffer(); in testStateMachineTransitToChild() local 140 final StringBuffer log = new StringBuffer(); in testStateMachineTransitToParent() local 155 final StringBuffer log = new StringBuffer(); in testStateMachineTransitSelf() local 170 final StringBuffer log = new StringBuffer(); in testStateMachineTransitGeneral() local 190 final StringBuffer log = new StringBuffer(); in testStateMachineTriggerStateAction() local 204 final StringBuffer log = new StringBuffer(); in testStateMachineTriggerStateActionDelegate() local 219 final StringBuffer log = new StringBuffer(); in testStateMachineTriggerStateActionDelegateRoot() local 233 final StringBuffer log = new StringBuffer(); in testStateMachineNestedTransition() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/ |
D | tel_telecom_utils.py | 27 def dial_number(log, ad, uri): argument 72 def wait_for_call_state(log, ad, call_id, state): argument 110 def hangup_call(log, ad, call_id): argument 152 def wait_for_not_in_call(log, ad): argument 194 def wait_for_dialing(log, ad): argument 251 def wait_for_ringing(log, ad): argument 304 def get_calls_in_states(log, ad, call_states): argument
|
/aosp_15_r20/external/libxml2/python/tests/ |
H A D | sync.py | 9 log = "" variable 46 log="" variable 58 log="" variable 70 log="" variable 82 log="" variable 95 log="" variable 108 log="" variable 121 log="" variable
|
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 119 RenderData::RenderData(const ObjectData &object, const glu::RenderContext &renderCtx, TestLog &log) in RenderData() 548 TestLog &log = m_testCtx.getLog(); in iterate() local 630 TestLog &log = m_testCtx.getLog(); in logSamples() local 683 TestLog &log = m_testCtx.getLog(); in logGeometry() local 753 TestLog &log = m_testCtx.getLog(); in logAnalysis() local 853 TestLog &log = m_testCtx.getLog(); in calibrate() local 936 TestLog &log = m_testCtx.getLog(); in calibrate() local 1067 TestLog &log = m_testCtx.getLog(); in logAnalysis() local 1189 TestLog &log = m_testCtx.getLog(); in logDescription() local 1236 TestLog &log = m_testCtx.getLog(); in logDescription() local [all …]
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglQuerySurfaceTests.cpp | 56 static void logSurfaceAttribute(tcu::TestLog &log, EGLint attribute, EGLint value) in logSurfaceAttribute() 64 static void logSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, EGLSurf… in logSurfaceAttributes() 71 static void logCommonSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, E… in logCommonSurfaceAttributes() 88 static void logPbufferSurfaceAttributes(tcu::TestLog &log, const Library &egl, EGLDisplay display, … in logPbufferSurfaceAttributes() 116 tcu::TestLog &log = m_testCtx.getLog(); in checkCommonAttributes() local 263 tcu::TestLog &log = m_testCtx.getLog(); in checkNonPbufferAttributes() local 312 tcu::TestLog &log = m_testCtx.getLog(); in executeForConfig() local 349 tcu::TestLog &log = m_testCtx.getLog(); in executeForConfig() local 385 tcu::TestLog &log = m_testCtx.getLog(); in executeForConfig() local 492 tcu::TestLog &log = m_testCtx.getLog(); in testAttributes() local [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | LruCacheTest.java | 189 List<String> log = new ArrayList<String>(); in testEntryEvictedWhenFull() local 195 assertEquals(Collections.<String>emptyList(), log); in testEntryEvictedWhenFull() local 207 List<String> log = new ArrayList<String>(); in testPutCauseEviction() local 328 List<String> log = new ArrayList<String>(); in testEvictAll() local 386 List<String> log = new ArrayList<String>(); in testRemoveCallsEntryRemoved() local 395 List<String> log = new ArrayList<String>(); in testPutCallsEntryRemoved() local 439 final List<String> log = new ArrayList<String>(); in testCreateWithConcurrentPut() local 462 final List<String> log = new ArrayList<String>(); in testCreateWithConcurrentCreate() local
|
/aosp_15_r20/cts/tests/tests/util/src/android/util/cts/ |
H A D | LruCacheTest.java | 175 List<String> log = new ArrayList<String>(); in testEntryEvictedWhenFull() local 181 assertEquals(Collections.<String>emptyList(), log); in testEntryEvictedWhenFull() local 193 List<String> log = new ArrayList<String>(); in testPutCauseEviction() local 314 List<String> log = new ArrayList<String>(); in testEvictAll() local 372 List<String> log = new ArrayList<String>(); in testRemoveCallsEntryRemoved() local 381 List<String> log = new ArrayList<String>(); in testPutCallsEntryRemoved() local 425 final List<String> log = new ArrayList<String>(); in testCreateWithConcurrentPut() local 448 final List<String> log = new ArrayList<String>(); in testCreateWithConcurrentCreate() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeTessellationTests.cpp | 146 tcu::TestLog &log = ctx.getLog(); in single_tessellation_stage() local 168 tcu::TestLog &log = ctx.getLog(); in single_tessellation_stage() local 192 tcu::TestLog &log = ctx.getLog(); in single_tessellation_stage() local 211 tcu::TestLog &log = ctx.getLog(); in single_tessellation_stage() local 241 tcu::TestLog &log = ctx.getLog(); in invalid_primitive_mode() local 268 tcu::TestLog &log = ctx.getLog(); in tessellation_not_active() local 318 tcu::TestLog &log = ctx.getLog(); in invalid_program_state() local 370 tcu::TestLog &log = ctx.getLog(); in tessellation_control_invalid_vertex_count() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/ |
H A D | http2_hpack_constants_test.cc | 33 std::stringstream log; in TEST() local 38 std::stringstream log; in TEST() local 43 std::stringstream log; in TEST() local 48 std::stringstream log; in TEST() local 53 std::stringstream log; in TEST() local 58 std::stringstream log; in TEST() local
|
/aosp_15_r20/trusty/kernel/lib/memlog/ |
H A D | memlog.c | 62 struct memlog* log; in memlog_get_by_id() local 76 static void __memlog_write(struct memlog* log, const char* str, size_t len) { in __memlog_write() 97 static void memlog_write(struct memlog* log, const char* str, size_t len) { in memlog_write() 114 static void memlog_commit(struct memlog* log) { in memlog_commit() 151 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_print_callback() local 156 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_commit_callback() local 163 struct memlog* log; in memlog_add() local 208 struct memlog* log; in memlog_rm() local
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/ |
H A D | TimingsTraceAndSlogTest.java | 77 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testDifferentThreads() local 107 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testGetUnfinishedTracesForDebug() local 125 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testLogDuration() local 132 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testOneLevel() local 143 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testMultipleLevels() local 159 TimingsTraceAndSlog log = new TimingsTraceAndSlog(TAG, TRACE_TAG_APP); in testEndNoBegin() local
|
/aosp_15_r20/external/slf4j/slf4j-api/src/main/java/org/slf4j/spi/ |
H A D | DefaultLoggingEventBuilder.java | 91 public void log() { in log() method in DefaultLoggingEventBuilder 107 public void log(String message) { in log() method in DefaultLoggingEventBuilder 113 public void log(String message, Object arg) { in log() method in DefaultLoggingEventBuilder 120 public void log(String message, Object arg0, Object arg1) { in log() method in DefaultLoggingEventBuilder 128 public void log(String message, Object... args) { in log() method in DefaultLoggingEventBuilder 136 public void log(Supplier<String> messageSupplier) { in log() method in DefaultLoggingEventBuilder 144 protected void log(LoggingEvent aLoggingEvent) { in log() method in DefaultLoggingEventBuilder
|
/aosp_15_r20/external/libnl/lib/netfilter/ |
H A D | log.c | 100 static int nfnl_log_build_request(const struct nfnl_log *log, in nfnl_log_build_request() 165 int nfnl_log_build_create_request(const struct nfnl_log *log, in nfnl_log_build_create_request() 186 int nfnl_log_create(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_create() 197 int nfnl_log_build_change_request(const struct nfnl_log *log, in nfnl_log_build_change_request() 203 int nfnl_log_change(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_change() 214 int nfnl_log_build_delete_request(const struct nfnl_log *log, in nfnl_log_build_delete_request() 224 int nfnl_log_delete(struct nl_sock *nlh, const struct nfnl_log *log) in nfnl_log_delete()
|
/aosp_15_r20/system/core/debuggerd/libdebuggerd/ |
H A D | backtrace.cpp | 47 static void dump_process_header(log_t* log, pid_t pid, in dump_process_header() 57 static void dump_process_footer(log_t* log, pid_t pid) { in dump_process_footer() 63 log_t log; in dump_backtrace_thread() local 81 log_t log; in dump_backtrace() local 104 log_t log; in dump_backtrace_header() local 113 log_t log; in dump_backtrace_footer() local
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttMetricsTest.java | 77 WifiMetricsProto.WifiRttLog log; in testRecordRequest() local 205 WifiMetricsProto.WifiRttLog log; in testRecordResult() local 328 WifiMetricsProto.WifiRttLog log; in testRecordMissingResults() local 379 WifiMetricsProto.WifiRttLog log; in testRecordNullArrayResults() local 409 WifiMetricsProto.WifiRttLog log; in testRecordResultsStatuses() local 489 WifiMetricsProto.WifiRttLog log; in testRecordOverallStatus() local 560 private void checkMainStats(String msgPrefix, WifiMetricsProto.WifiRttLog log, int numRequests, in checkMainStats() 575 private void checkPeerStats(String msgPrefix, WifiMetricsProto.WifiRttLog.RttToPeerLog log, in checkPeerStats()
|