/openbmc/openbmc/poky/bitbake/lib/simplediff/ |
H A D | __init__.py | 17 def diff(old, new): argument 27 new the new list of immutable, comparable values 32 the original old and/or new lists. The first part of the pair 60 # Find the largest substring common to old and new. 63 # We iterate over each value in the `new` list, calling the 66 # of `new[:inew]` (or unset when `old[i]` != `new[inew]`). 68 # At each stage of iteration, the new `overlap` (called 79 # of the same substring in the new list. `sub_length` is the length that 87 for inew, val in enumerate(new): 91 # `old[iold] == new[inew]`. [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
D | ftrace.c |
|
/openbmc/linux/fs/nfs/blocklayout/ |
D | extent_tree.c |
|
/openbmc/linux/tools/testing/selftests/rtc/ |
D | setdate.c |
|
/openbmc/linux/security/keys/ |
D | process_keys.c |
|
/openbmc/linux/arch/arm64/kvm/hyp/ |
D | exception.c |
|
/openbmc/linux/arch/s390/include/asm/ |
D | cmpxchg.h |
|
/openbmc/linux/arch/powerpc/include/asm/ |
D | cmpxchg.h |
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_project_config_page.py | 49 self.enter_text('#new-imagefs_types', imagefs_type) 70 self.enter_text('#new-imagefs_types', imagefs_type) 91 self.wait_until_visible('#new-imagefs_types') 101 element = self.driver.find_element(By.ID, 'new-imagefs_types') 103 self.wait_until_visible('#new-imagefs_types') 124 self.wait_until_visible('#new-dl_dir') 127 self.enter_text('#new-dl_dir', 'home/foo') 135 self.driver.find_element(By.ID, 'new-dl_dir').clear() 136 self.enter_text('#new-dl_dir', '/foo/bar a') 143 self.driver.find_element(By.ID,'new-dl_dir').clear() [all …]
|
H A D | test_new_project_page.py | 50 self.wait_until_visible('#new-project-name') 51 self.enter_text('#new-project-name', project_name) 58 # We should get redirected to the new project's page with the 64 "New project name not in new project notification") 67 "New project not found in database") 71 Should not be able to create a new project whose name is the same 82 self.wait_until_visible('#new-project-name') 84 self.enter_text('#new-project-name', project_name) 89 radio = self.driver.find_element(By.ID, 'type-new') 98 # Try and click it anyway, if it submits we'll have a new project in [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_config.py | 55 self.enter_text('#new-imagefs_types', imagefs_type) 75 self.enter_text('#new-imagefs_types', imagefs_type) 101 self.wait_until_visible('#new-imagefs_types') 102 element = self.driver.find_element(By.ID, 'new-imagefs_types') 128 input_field = self.wait_until_visible('#new-dl_dir') 130 self.enter_text('#new-dl_dir', 'home/foo') 138 self.driver.find_element(By.ID, 'new-dl_dir').clear() 139 self.enter_text('#new-dl_dir', '/foo/bar a') 146 self.driver.find_element(By.ID,'new-dl_dir').clear() 147 self.enter_text('#new-dl_dir', '${TOPDIR}/down foo') [all …]
|
/openbmc/qemu/host/include/generic/host/ |
H A D | store-insert-al16.h.inc | 24 Int128Alias old, new; 31 new.s = int128_and(old.s, msk); 32 new.s = int128_or(new.s, val); 33 } while (!__atomic_compare_exchange_n(pu, &old.u, new.u, true, 36 Int128 old, new, cmp; 43 new = int128_and(old, msk); 44 new = int128_or(new, val); 45 old = atomic16_cmpxchg(ps, cmp, new);
|
/openbmc/u-boot/scripts/kconfig/tests/choice/ |
H A D | oldask0_expected_stdout | 1 Enable loadable module support (MODULES) [Y/n/?] (NEW) 3 1. choice 0 (BOOL_CHOICE0) (NEW) 4 > 2. choice 1 (BOOL_CHOICE1) (NEW) 6 optional boolean choice [N/y/?] (NEW) 7 tristate choice [M/y/?] (NEW) 8 choice 0 (TRI_CHOICE0) [N/m/?] (NEW) 9 choice 1 (TRI_CHOICE1) [N/m/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | expected_stdout | 1 A (A) [Y/n/?] (NEW) 2 A0 (A0) [Y/n/?] (NEW) 3 A1_0 (A0_0) [N/y/?] (NEW) 4 A1 (A1) [Y/n/?] (NEW) 6 > 1. A1_0 (A1_0) (NEW) 7 2. A1_1 (A1_1) (NEW) 9 B (B) [N/y/?] (NEW) 10 C (C) [N/y/?] (NEW)
|
/openbmc/linux/scripts/kconfig/tests/auto_submenu/ |
D | expected_stdout |
|
/openbmc/linux/lib/ |
D | errseq.c |
|
/openbmc/u-boot/scripts/dtc/ |
H A D | livetree.c | 29 struct label *new; in add_label() local 32 for_each_label_withdel(*labels, new) in add_label() 33 if (streq(new->label, label)) { in add_label() 34 new->deleted = 0; in add_label() 38 new = xmalloc(sizeof(*new)); in add_label() 39 memset(new, 0, sizeof(*new)); in add_label() 40 new->label = label; in add_label() 41 new->next = *labels; in add_label() 42 *labels = new; in add_label() 55 struct property *new = xmalloc(sizeof(*new)); in build_property() local [all …]
|
/openbmc/u-boot/test/overlay/ |
H A D | test-fdt-overlay.dts | 29 /* Test that we add a new property */ 38 /* Test that we add a new node (by phandle) */ 43 new-node { 44 new-property; 49 /* Test that we add a new node (by path) */ 54 new-node { 55 new-property; 64 local: new-local-node { 65 new-property; 91 new-sub-test-property;
|
/openbmc/qemu/rust/qemu-api-macros/src/ |
H A D | bits.rs | 16 TT::Group(Group::new(Delimiter::Parenthesis, ts)) in paren() 20 TT::Ident(Ident::new(s, Span::call_site())) in ident() 24 TT::Punct(Punct::new(ch, Spacing::Alone)) in punct() 42 return Err(Error::new(g.span(), "expected parenthesis")); in parse_primary() 46 return Err(Error::new(g.span(), "expected operand, found ')'")); in parse_primary() 48 let mut output = TokenStream::new(); in parse_primary() 52 return Err(Error::new(tok.span(), format!("unexpected token {tok}"))); in parse_primary() 58 let mut output = TokenStream::new(); in parse_primary() 61 TT::Punct(Punct::new(':', Spacing::Joint)), in parse_primary() 62 TT::Punct(Punct::new(':', Spacing::Joint)), in parse_primary() [all …]
|
/openbmc/qemu/include/hw/nvram/ |
H A D | fw_cfg.h | 103 * @key: selector key value for new fw_cfg item 107 * Add a new fw_cfg item, available by selecting the given key, as a raw 116 * @key: selector key value for new fw_cfg item 119 * Add a new fw_cfg item, available by selecting the given key. The item 128 * @key: selector key value for new fw_cfg item 131 * Replace the fw_cfg item available by selecting the given key. The new 142 * @key: selector key value for new fw_cfg item 145 * Add a new fw_cfg item, available by selecting the given key. The item 154 * @key: selector key value for new fw_cfg item 157 * Replace the fw_cfg item available by selecting the given key. The new [all …]
|
/openbmc/linux/fs/cachefiles/ |
D | security.c |
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-38535_pre.patch | 67 let mut blocks = Vec::new(); 71 + name: Rc::new(name.to_vec()), 72 + value: Rc::new(input.to_vec()), 78 let mut blocks = Vec::new(); 127 + name: Rc::new(name.as_bytes().to_vec()), 128 + value: Rc::new(value.as_bytes().to_vec()), 136 - name: Vec::new(), 137 - value: Vec::new(), 138 + name: Rc::new(Vec::new()), 139 + value: Rc::new(Vec::new()), [all …]
|
/openbmc/linux/net/smc/ |
D | smc_cdc.h |
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | command_syntax_extensions.txt | 1 Command syntax extensions for the new uImage format 6 With the introduction of the new uImage format, bootm command (and other 7 commands as well) have to understand new syntax of the arguments. This is 8 necessary in order to specify objects contained in the new uImage, on which 10 scenarios, and then introduces new argument syntax. 21 i.e., without passing the Flattened Device Tree (FDT), and new way, where the 36 New uImage: 120 New uImage argument syntax 123 New uImage support introduces two new forms for bootm arguments, with the 126 - new uImage sub-image specification [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
D | cmpxchg_64.h |
|