/third_party/pcre2/pcre2/maint/ |
H A D | GenerateTest26.py | 63 for line in f: 64 match_obj = property_re.match(line) 90 for line in f: 91 match_obj = property_re.match(line)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_tuple_params.py | 92 for line in new_lines: 93 line.parent = suite[0] 103 for line in new_lines: 104 line.parent = suite[0]
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/ |
H A D | dsp_timing.py | 81 for line in myfile: 82 name, var = line.partition("=")[::2] 89 for line in listOutput: 90 name, var = line.partition("=")[::2]
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLFunction.cpp | 57 pos.line(), in init() 71 pos.line(), fDecl, ThreadContext::IsModule())); in init() 101 pos.line(), in define() 121 pos.line(), *fDecl, std::move(args)); in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 43 unsigned line, unsigned column, bool prologueend, bool isstmt) in MCCVLoc() 44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc() 75 void setLine(unsigned line) { Line = line; } in setLine() argument 116 /// list the line info for the 'g' call site. 163 /// in the line number table with this information and the address of the 171 /// Add a line entry. 180 /// Emits a line table substream. 42 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, unsigned line, unsigned column, bool prologueend, bool isstmt) MCCVLoc() argument
|
/third_party/unity/extras/fixture/src/ |
H A D | unity_fixture.c | 73 unsigned int line) in UnityTestRunner() 79 Unity.CurrentTestLineNumber = line; in UnityTestRunner() 156 void UnityPointer_Set(void** pointer, void* newValue, UNITY_LINE_TYPE line) in UnityPointer_Set() argument 160 UNITY_TEST_FAIL(line, "Too many pointers set"); in UnityPointer_Set() 66 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char* printableName, const char* group, const char* name, const char* file, unsigned int line) UnityTestRunner() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common.cc | 129 void DefaultLogHandler(LogLevel level, const char* filename, int line, in DefaultLogHandler() argument 139 level_names[level], filename, line, message.c_str()); in DefaultLogHandler() 145 int /* line */, const string& /* message */) { in NullLogHandler() 207 LogMessage::LogMessage(LogLevel level, const char* filename, int line) in LogMessage() argument 208 : level_(level), filename_(filename), line_(line) {} in LogMessage()
|
/third_party/rust/crates/regex/scripts/ |
H A D | scrape_crates_io.py | 67 for line in c.iter_lines(): 68 for r in RE_REGEX.findall(line): 175 for line in f: 176 yield line
|
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 24 '''Create and parse our command line arguments.''' 68 for line in iter(process.stdout.readline, b''): 69 line = line.decode('utf-8') 70 crate = json.loads(line)
|
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_to_xml.py | 160 # Print the first line manually <BatchResult FileName=something.xml> 178 for line in node.toprettyxml().splitlines(): 179 out.write("\t" + line + "\n") 189 for line in dstDoc.toprettyxml().splitlines()[2:]: 190 out.write(line + "\n")
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_debug.c | 25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument 27 panic(fmt, fun, line, cond); in osal_panic()
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | std_vendor.rs | 115 /// file and line whenever it's reached. 149 $crate::pr_info!("[{}:{}]\n", ::core::file!(), ::core::line!()) 157 ::core::file!(), ::core::line!(), ::core::stringify!($val), &tmp);
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_util.c | 27 __lvp_finishme(const char *file, int line, const char *format, ...) in __lvp_finishme() argument 36 fprintf(stderr, "%s:%d: FINISHME: %s\n", file, line, buffer); in __lvp_finishme()
|
/third_party/node/tools/ |
H A D | getsharedopensslhasquic.py | 19 for line in f: 20 if (re.match(regex, line)):
|
/third_party/musl/src/passwd/ |
H A D | fgetgrent.c | 6 static char *line, **mem; in fgetgrent() local 10 __getgrent_a(f, &gr, &line, &size, &mem, &nmem, &res); in fgetgrent()
|
/third_party/unity/auto/ |
H A D | extract_version.py | 9 for line in f: 10 m = ver_re.match(line)
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deDefs.cpp | 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() argument 38 msg << " at " << file << ":" << line; in throwRuntimeError() local
|
/kernel/linux/linux-5.10/drivers/dma/ipu/ |
H A D | ipu_irq.c | 160 * @irq: interrupt line to get status for. 270 int i, line; in ipu_irq_handler() local 284 while ((line = ffs(status))) { in ipu_irq_handler() 288 line--; in ipu_irq_handler() 289 status &= ~(1UL << line); in ipu_irq_handler() 292 map = src2map(32 * i + line); in ipu_irq_handler() 296 line, i); in ipu_irq_handler()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-ixp4xx.c | 86 int line = d->hwirq; in ixp4xx_gpio_irq_set_type() local 122 if (line >= 8) { in ixp4xx_gpio_irq_set_type() 124 line -= 8; in ixp4xx_gpio_irq_set_type() 135 val &= ~(IXP4XX_GPIO_STYLE_MASK << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_gpio_irq_set_type() 138 __raw_writel(BIT(line), g->base + IXP4XX_REG_GPIS); in ixp4xx_gpio_irq_set_type() 142 val |= (int_style << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_gpio_irq_set_type() 145 /* Force-configure this line as an input */ in ixp4xx_gpio_irq_set_type()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | traps.c | 214 void __pte_error(const char *file, int line, unsigned long val) in __pte_error() argument 216 pr_emerg("%s:%d: bad pte %08lx.\n", file, line, val); in __pte_error() 219 void __pmd_error(const char *file, int line, unsigned long val) in __pmd_error() argument 221 pr_emerg("%s:%d: bad pmd %08lx.\n", file, line, val); in __pmd_error() 224 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error() argument 226 pr_emerg("%s:%d: bad pgd %08lx.\n", file, line, val); in __pgd_error()
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
H A D | clone3_set_tid.c | 149 char *line; in main() local 349 while (getline(&line, &len, f) != -1) { in main() 350 if (strstr(line, "NSpid")) { in main() 354 i = sscanf(line, "NSpid:\t%d\t%d\t%d", in main() 359 line); in main() 366 free(line); in main()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | util.c | 302 char *ptr, *line = NULL; in fetch_ubuntu_kernel_version() local 316 len = getline(&line, &line_len, vsig); in fetch_ubuntu_kernel_version() 325 ptr = strrchr(line, ' '); in fetch_ubuntu_kernel_version() 327 pr_debug("Parsing /proc/version_signature failed: %s\n", line); in fetch_ubuntu_kernel_version() 335 line); in fetch_ubuntu_kernel_version() 342 free(line); in fetch_ubuntu_kernel_version()
|
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acoutput.h | 198 * Error reporting. Callers module and line number are inserted by AE_INFO, 255 * line number, function name, module(file) name, component ID 297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ 301 function (level, line, filename, modulename, component, __VA_ARGS__); \ 305 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ 306 ACPI_DO_DEBUG_PRINT (acpi_debug_print, level, line, \ 309 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ 310 ACPI_DO_DEBUG_PRINT (acpi_debug_print_raw, level, line, \
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | acoutput.h | 198 * Error reporting. Callers module and line number are inserted by AE_INFO, 255 * line number, function name, module(file) name, component ID 297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ 301 function (level, line, filename, modulename, component, __VA_ARGS__); \ 305 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ 306 ACPI_DO_DEBUG_PRINT (acpi_debug_print, level, line, \ 309 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ 310 ACPI_DO_DEBUG_PRINT (acpi_debug_print_raw, level, line, \
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-ixp4xx.c | 91 int line = d->hwirq; in ixp4xx_gpio_irq_set_type() local 127 if (line >= 8) { in ixp4xx_gpio_irq_set_type() 129 line -= 8; in ixp4xx_gpio_irq_set_type() 140 val &= ~(IXP4XX_GPIO_STYLE_MASK << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_gpio_irq_set_type() 143 __raw_writel(BIT(line), g->base + IXP4XX_REG_GPIS); in ixp4xx_gpio_irq_set_type() 147 val |= (int_style << (line * IXP4XX_GPIO_STYLE_SIZE)); in ixp4xx_gpio_irq_set_type() 150 /* Force-configure this line as an input */ in ixp4xx_gpio_irq_set_type()
|