Home
last modified time | relevance | path

Searched refs:new (Results 1 – 15 of 15) sorted by relevance

/scripts/ci/
A Dcheck_maintainer_changes.py42 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 Dbase_amend.yaml8 # - 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 Dthing.yaml10 # - prop-thing (new property)
15 # - child-prop-thing (new property)
20 # - grandchild-prop-thing (new property)
/scripts/build/
A Dparse_syscalls.py143 def update_file_if_changed(path, new): argument
148 if new != old:
150 fp.write(new)
153 fp.write(new)
A Dgen_cfb_font_header.py106 image = Image.new('1', (width, height), 'white')
/scripts/kconfig/
A Ddiffconfig130 new = sorted(b.keys())
131 for config in new:
/scripts/native_simulator/native/src/include/
A Dirq_ctrl.h22 void hw_irq_ctrl_set_cur_prio(int new);
/scripts/native_simulator/native/src/
A Dirq_ctrl.c61 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 DREADME.txt5 Before adding more here, consider whether you might want to put new
A Dpatch.py535 digest = hashlib.new("sha256")
/scripts/pylib/twister/twisterlib/
A Dhardwaremap.py418 new = []
420 new.append(d.to_dict())
423 hwm = hwm + new
425 hwm = new
/scripts/west_commands/completion/
A Dwest-completion.zsh151 {-r,--rebase}'[rebase checked out branch onto the new manifest-rev]'
A Dwest-completion.fish363 …een_subcommand_from update" -o r -l rebase -d "rebase checked out branch onto the new manifest-rev"
/scripts/
A Dcheckpatch.pl6098 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 Dtest_handlers.py1928 mock.patch('builtins.open', new=mocked_open), \

Completed in 779 milliseconds