/scripts/ |
A D | rust_is_available_test.py | 138 self.assertEqual(result.stdout, b"") 143 self.assertEqual(result.returncode, 0) 144 self.assertEqual(result.stderr, b"") 150 self.assertEqual(result.returncode, 0) 151 self.assertNotEqual(result.stderr, b"") 155 self.assertEqual(result.returncode, 0) 160 self.assertNotEqual(result.returncode, 0) 165 result.stderr = result.stderr.decode() 167 return result 323 self.assertIn("unknown C compiler", result.stderr) [all …]
|
A D | checktransupdate.py | 48 result = pipe.read() 49 result = result.split("\n") 50 if len(result) <= 1: 53 logging.debug("Result: %s", result[0]) 56 "hash": result[0], 57 "author_date": datetime.strptime(result[1], "%a, %d %b %Y %H:%M:%S %z"), 58 "commit_date": datetime.strptime(result[2], "%a, %d %b %Y %H:%M:%S %z"), 59 "message": result[4:], 110 result = pipe.read().split("\n") 112 result = list(filter(lambda x: x != "", result)) [all …]
|
A D | generate_initcall_order.pl | 232 foreach my $result (@{$results->{$index}}) { 233 my $level = $result->{'level'}; 239 push(@{$sections->{$level}}, $result->{'secname'});
|
A D | generate_rust_target.rs | 135 let mut result = HashMap::new(); in from_stdin() variables 153 result.insert(key.to_string(), value.trim_end_matches('\n').to_string()); in from_stdin() 156 KernelConfig(result) in from_stdin()
|
A D | recordmcount.h | 634 int result = 0; in do_func() local 658 result = 0; in do_func() 667 result = find_secsym_ndx(w(relhdr->sh_info), txtname, in do_func() 672 if (result) in do_func() 685 result = -1; in do_func() 690 if (!result && mloc0 != mlocp) in do_func() 691 result = append_func(ehdr, shstr, mloc0, mlocp, mrel0, mrelp, in do_func() 696 return result; in do_func()
|
A D | kallsyms.c | 289 static int expand_symbol(const unsigned char *data, int len, char *result) in expand_symbol() argument 298 *result++ = c; in expand_symbol() 302 rlen = expand_symbol(best_table[c], best_table_len[c], result); in expand_symbol() 304 result += rlen; in expand_symbol() 309 *result=0; in expand_symbol()
|
A D | git-resolve.sh | 151 if [ "$result" != "${expected[$i]}" ] || [ $exit_code != ${expected_exit_codes[$i]} ]; then
|
A D | test_doc_build.py | 300 result = await cmd.run([pip, "freeze"], verbose=False, check=True) 305 fp.write(result.stdout)
|
A D | kernel-doc.pl | 2304 my $result = $highlights[$k][1]; 2306 $dohighlight .= "\$contents =~ s:$pattern:$result:gs;\n";
|
/scripts/gdb/linux/ |
A D | rbtree.py | 123 if result is None: 126 return result 142 result = rb_last(root) 143 if result is None: 146 return result 162 result = rb_next(node) 163 if result is None: 166 return result 182 result = rb_prev(node) 183 if result is None: [all …]
|
A D | clk.py | 68 result = self.lookup_hlist(child['children'], name) 69 if result: 70 return result
|
A D | radixtree.py | 84 result = lookup(root, index) 85 if result is None: 88 return result
|
A D | slab.py | 89 result = (((x & 0x00000000000000ff) << 56) | \ 97 return result
|
A D | mapletree.py | 159 result = tp < maple_range_64
|
/scripts/mod/ |
A D | symsearch.c | 52 unsigned int result = 0; in symbol_count() local 56 result++; in symbol_count() 58 return result; in symbol_count() 184 Elf_Sym *result = NULL; in symsearch_find_nearest() local 191 result = &elf->symtab_start[table[hi].symbol_index]; in symsearch_find_nearest() 196 result = &elf->symtab_start[table[hi - 1].symbol_index]; in symsearch_find_nearest() 198 return result; in symsearch_find_nearest()
|
/scripts/kconfig/ |
A D | nconf.gui.c | 332 char *result = *resultp; in dialog_inputbox() local 338 *resultp = result = xrealloc(result, *result_len); in dialog_inputbox() 361 strncpy(result, init, *result_len); in dialog_inputbox() 362 result[*result_len - 1] = '\0'; in dialog_inputbox() 396 int len = strlen(result); in dialog_inputbox() 409 &result[cursor_position], in dialog_inputbox() 418 memmove(&result[cursor_position], in dialog_inputbox() 419 &result[cursor_position+1], in dialog_inputbox() 451 *resultp = result = realloc(result, in dialog_inputbox() 456 &result[cursor_position], in dialog_inputbox() [all …]
|
A D | qconf.cc | 53 QList<int> result; in readSizes() local 61 result.push_back((*it).toInt()); in readSizes() 68 return result; in readSizes() 1172 : Parent(parent), result(NULL) in ConfigSearchWindow() 1246 free(result); in search() 1250 result = sym_re_search(editField->text().toLatin1()); in search() 1251 if (!result) in search() 1253 for (p = result; *p; p++) { in search()
|
A D | qconf.h | 232 struct symbol **result; variable
|
A D | gconf.c | 600 gint result; in on_window1_delete_event() local 625 result = gtk_dialog_run(GTK_DIALOG(dialog)); in on_window1_delete_event() 626 switch (result) { in on_window1_delete_event()
|
/scripts/clang-tools/ |
A D | gen_compile_commands.py | 213 result = line_matcher.match(f.readline()) 214 if result: 216 entry = process_line(directory, result.group('command_prefix'), 217 result.group('file_path'))
|
/scripts/gendwarfksyms/ |
A D | kabi.c | 302 unsigned long result = 0; in get_ulong_value() local 306 result = strtoul(value, &endptr, 10); in get_ulong_value() 311 return result; in get_ulong_value()
|
/scripts/coccinelle/misc/ |
A D | badty.cocci | 8 //# sizeof argument is not used in constructing the return value. The result
|
/scripts/coccinelle/tests/ |
A D | unsigned_lesser_than_zero.cocci | 12 /// result is used to avoid false positives difficult to detect by other ways
|
/scripts/coccinelle/api/alloc/ |
A D | alloc_cast.cocci | 8 //# the casting as it is not required. The result in the patch case may
|
/scripts/lib/abi/ |
A D | system_symbols.py | 349 res_list = fut.result()
|