Searched refs:new (Results 1 – 15 of 15) sorted by relevance
/scripts/ci/ |
A D | check_maintainer_changes.py | 42 def compare_areas(old, new, repo_fullname=None, token=None): argument 44 new_areas = set(new.keys()) 56 entry = new[area] 68 new_entry = new[area] 177 user_lines = find_line_for_user(args.new, all_missing_users) 209 new_areas = load_areas(args.new)
|
/scripts/dts/python-devicetree/tests/test-bindings-init/ |
A D | base_amend.yaml | 8 # - specify new properties 51 # The including binding is permitted to define a new property. 52 prop-new: 72 child-prop-new: 95 grandchild-prop-new:
|
A D | thing.yaml | 10 # - prop-thing (new property) 15 # - child-prop-thing (new property) 20 # - grandchild-prop-thing (new property)
|
/scripts/build/ |
A D | parse_syscalls.py | 143 def update_file_if_changed(path, new): argument 148 if new != old: 150 fp.write(new) 153 fp.write(new)
|
A D | gen_cfb_font_header.py | 106 image = Image.new('1', (width, height), 'white')
|
/scripts/kconfig/ |
A D | diffconfig | 130 new = sorted(b.keys()) 131 for config in new:
|
/scripts/native_simulator/native/src/include/ |
A D | irq_ctrl.h | 22 void hw_irq_ctrl_set_cur_prio(int new);
|
/scripts/native_simulator/native/src/ |
A D | irq_ctrl.c | 61 void hw_irq_ctrl_set_cur_prio(int new) in hw_irq_ctrl_set_cur_prio() argument 63 currently_running_prio = new; in hw_irq_ctrl_set_cur_prio()
|
/scripts/west_commands/ |
A D | README.txt | 5 Before adding more here, consider whether you might want to put new
|
A D | patch.py | 535 digest = hashlib.new("sha256")
|
/scripts/pylib/twister/twisterlib/ |
A D | hardwaremap.py | 418 new = [] 420 new.append(d.to_dict()) 423 hwm = hwm + new 425 hwm = new
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 151 {-r,--rebase}'[rebase checked out branch onto the new manifest-rev]'
|
A D | west-completion.fish | 363 …een_subcommand_from update" -o r -l rebase -d "rebase checked out branch onto the new manifest-rev"
|
/scripts/ |
A D | checkpatch.pl | 6098 my $new = substr($old, 1, -1); 6100 "__section($new) is preferred over __attribute__((section($old)))\n" . $herecurr) && 6102 …nenr] =~ s/\b__attribute__\s*\(\s*\(\s*_*section_*\s*\(\s*\Q$old\E\s*\)\s*\)\s*\)/__section($new)/;
|
/scripts/tests/twister/ |
A D | test_handlers.py | 1928 mock.patch('builtins.open', new=mocked_open), \
|
Completed in 779 milliseconds