Searched refs:first_line (Results 1 – 15 of 15) sorted by relevance
/aosp12/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
H A D | android_logmsg.cc | 61 bool first_line = true; in DispHal() local 71 if (first_line == true) { in DispHal() 72 first_line = false; in DispHal() 88 if (first_line == true) { in DispHal()
|
/aosp12/hardware/st/nfc/1.0/adaptation/ |
H A D | android_logmsg.cpp | 66 bool first_line = true; in DispHal() local 78 if (first_line == true) { in DispHal() 79 first_line = false; in DispHal() 95 if (first_line == true) { in DispHal()
|
/aosp12/hardware/st/nfc/st21nfc/adaptation/ |
H A D | android_logmsg.cpp | 72 bool first_line = true; in DispHal() local 107 if (first_line == true) { in DispHal() 108 first_line = false; in DispHal() 135 if (first_line == true) { in DispHal()
|
/aosp12/art/dexlist/ |
H A D | dexlist.cc | 115 int first_line = -1; in dumpMethod() local 117 first_line = entry.line_; in dumpMethod() 128 className.get(), methodName, typeDesc, fileName, first_line); in dumpMethod()
|
/aosp12/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 915 char* first_line = NULL; // help diagnose failure? in TEST() local 918 if (!first_line) { in TEST() 919 first_line = line; in TEST() 940 free(first_line); in TEST() 951 free(first_line); in TEST() 961 free(first_line); in TEST() 994 if (first_line) { in TEST() 995 brk = strpbrk(first_line, "\r\n"); in TEST() 996 if (!brk) brk = first_line + strlen(first_line); in TEST() 998 (int)(brk - first_line), first_line); in TEST() [all …]
|
/aosp12/art/compiler/debug/ |
H A D | elf_debug_line_writer.h | 240 int first_line = dex2line_map.front().line_; in WriteCompilationUnit() local 243 opcodes.AddRow(method_address, first_line); in WriteCompilationUnit()
|
/aosp12/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | msmb_isp.h | 190 uint32_t first_line; member 204 uint32_t first_line; member
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/media/ |
H A D | msmb_isp.h | 171 uint32_t first_line; member 186 uint32_t first_line; member
|
/aosp12/hardware/qcom/msm8x84/kernel-headers/media/ |
H A D | msmb_isp.h | 116 uint32_t first_line; member
|
/aosp12/hardware/qcom/msm8x84/original-kernel-headers/media/ |
H A D | msmb_isp.h | 101 uint32_t first_line; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/media/ |
H A D | msmb_isp.h | 186 uint32_t first_line; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/media/ |
H A D | msmb_isp.h | 175 uint32_t first_line; member
|
/aosp12/system/tools/hidl/c2hal/ |
H A D | c2hal_l.ll | 66 #define YY_USER_ACTION yylloc->first_line = yylineno;
|
H A D | c2hal_y.yy | 52 << llocp->first_line;
|
/aosp12/build/make/tools/releasetools/ |
H A D | common.py | 2642 first_line = None 2646 if not v and first_line is None: 2648 first_line = i + 4 2651 RunAndCheckOutput([self.editor, "+%d" % (first_line,), self.pwfile])
|