Home
last modified time | relevance | path

Searched defs:test (Results 76 – 100 of 678) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/fpga/tests/
H A Dfpga-bridge-test.c49 static struct bridge_ctx *register_test_bridge(struct kunit *test) in register_test_bridge()
72 static void fpga_bridge_test_get(struct kunit *test) in fpga_bridge_test_get()
86 static void fpga_bridge_test_toggle(struct kunit *test) in fpga_bridge_test_toggle()
101 static void fpga_bridge_test_get_put_list(struct kunit *test) in fpga_bridge_test_get_put_list()
147 static int fpga_bridge_test_init(struct kunit *test) in fpga_bridge_test_init()
154 static void fpga_bridge_test_exit(struct kunit *test) in fpga_bridge_test_exit()
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c30 static int ttm_pool_test_init(struct kunit *test) in ttm_pool_test_init()
43 static void ttm_pool_test_fini(struct kunit *test) in ttm_pool_test_fini()
50 static struct ttm_tt *ttm_tt_kunit_init(struct kunit *test, in ttm_tt_kunit_init()
73 static struct ttm_pool *ttm_pool_pre_populated(struct kunit *test, in ttm_pool_pre_populated()
135 static void ttm_pool_alloc_basic(struct kunit *test) in ttm_pool_alloc_basic()
196 static void ttm_pool_alloc_basic_dma_addr(struct kunit *test) in ttm_pool_alloc_basic_dma_addr()
239 static void ttm_pool_alloc_order_caching_match(struct kunit *test) in ttm_pool_alloc_order_caching_match()
267 static void ttm_pool_alloc_caching_mismatch(struct kunit *test) in ttm_pool_alloc_caching_mismatch()
301 static void ttm_pool_alloc_order_mismatch(struct kunit *test) in ttm_pool_alloc_order_mismatch()
335 static void ttm_pool_free_dma_alloc(struct kunit *test) in ttm_pool_free_dma_alloc()
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dex-relative-long.c5 struct test { struct
14 * Each test sets the MEM_IDXth element of the mem array to MEM and uses a argument
132 const struct test *test; in main() local
/openbmc/linux/drivers/misc/
H A Dpci_endpoint_test.c131 static inline u32 pci_endpoint_test_readl(struct pci_endpoint_test *test, in pci_endpoint_test_readl()
137 static inline void pci_endpoint_test_writel(struct pci_endpoint_test *test, in pci_endpoint_test_writel()
143 static inline u32 pci_endpoint_test_bar_readl(struct pci_endpoint_test *test, in pci_endpoint_test_bar_readl()
149 static inline void pci_endpoint_test_bar_writel(struct pci_endpoint_test *test, in pci_endpoint_test_bar_writel()
157 struct pci_endpoint_test *test = dev_id; in pci_endpoint_test_irqhandler() local
169 static void pci_endpoint_test_free_irq_vectors(struct pci_endpoint_test *test) in pci_endpoint_test_free_irq_vectors()
177 static bool pci_endpoint_test_alloc_irq_vectors(struct pci_endpoint_test *test, in pci_endpoint_test_alloc_irq_vectors()
216 static void pci_endpoint_test_release_irq(struct pci_endpoint_test *test) in pci_endpoint_test_release_irq()
228 static bool pci_endpoint_test_request_irq(struct pci_endpoint_test *test) in pci_endpoint_test_request_irq()
266 static bool pci_endpoint_test_bar(struct pci_endpoint_test *test, in pci_endpoint_test_bar()
[all …]
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_sar.S33 test sar label
48 test ssr label
63 test ssl label
78 test ssa8l label
93 test ssa8b label
107 test ssai label
H A Dtest_shift.S43 test slli label
64 test srai label
81 test srli label
109 test sll label
137 test srl label
167 test sra label
201 test src label
H A Dtest_load_store.S169 test load_ok label
187 test load_unaligned label
198 test store_ok label
213 test store_unaligned label
H A Dtest_flix.S7 test misc label
36 test sum label
58 test rep_dependency label
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_modes_test.c19 static int drm_test_modes_init(struct kunit *test) in drm_test_modes_init()
39 static void drm_test_modes_analog_tv_ntsc_480i(struct kunit *test) in drm_test_modes_analog_tv_ntsc_480i()
69 static void drm_test_modes_analog_tv_ntsc_480i_inlined(struct kunit *test) in drm_test_modes_analog_tv_ntsc_480i_inlined()
86 static void drm_test_modes_analog_tv_pal_576i(struct kunit *test) in drm_test_modes_analog_tv_pal_576i()
116 static void drm_test_modes_analog_tv_pal_576i_inlined(struct kunit *test) in drm_test_modes_analog_tv_pal_576i_inlined()
H A Ddrm_buddy_test.c46 static void __dump_block(struct kunit *test, struct drm_buddy *mm, in __dump_block()
55 static void dump_block(struct kunit *test, struct drm_buddy *mm, in dump_block()
67 static int check_block(struct kunit *test, struct drm_buddy *mm, in check_block()
141 static int check_blocks(struct kunit *test, struct drm_buddy *mm, in check_blocks()
203 static int check_mm(struct kunit *test, struct drm_buddy *mm) in check_mm()
325 static void drm_test_buddy_alloc_pathological(struct kunit *test) in drm_test_buddy_alloc_pathological()
406 static void drm_test_buddy_alloc_smoke(struct kunit *test) in drm_test_buddy_alloc_smoke()
496 static void drm_test_buddy_alloc_pessimistic(struct kunit *test) in drm_test_buddy_alloc_pessimistic()
591 static void drm_test_buddy_alloc_optimistic(struct kunit *test) in drm_test_buddy_alloc_optimistic()
637 static void drm_test_buddy_alloc_range(struct kunit *test) in drm_test_buddy_alloc_range()
[all …]
H A Ddrm_kunit_helpers.c67 struct device *drm_kunit_helper_alloc_device(struct kunit *test) in drm_kunit_helper_alloc_device()
107 void drm_kunit_helper_free_device(struct kunit *test, struct device *dev) in drm_kunit_helper_free_device()
126 __drm_kunit_helper_alloc_drm_device_with_driver(struct kunit *test, in __drm_kunit_helper_alloc_drm_device_with_driver()
171 drm_kunit_helper_acquire_ctx_alloc(struct kunit *test) in drm_kunit_helper_acquire_ctx_alloc()
213 drm_kunit_helper_atomic_state_alloc(struct kunit *test, in drm_kunit_helper_atomic_state_alloc()
/openbmc/linux/lib/
H A Dmemcpy_kunit.c50 static void memcpy_test(struct kunit *test) in memcpy_test()
110 static void memmove_test(struct kunit *test) in memmove_test()
207 static void memset_test(struct kunit *test) in memset_test()
299 static void set_random_nonzero(struct kunit *test, u8 *byte) in set_random_nonzero()
310 static void init_large(struct kunit *test) in init_large()
330 static void copy_large_test(struct kunit *test, bool use_memmove) in copy_large_test()
369 static void memcpy_large_test(struct kunit *test) in memcpy_large_test()
374 static void memmove_large_test(struct kunit *test) in memmove_large_test()
398 static void inner_loop(struct kunit *test, int bytes, int d_off, int s_off) in inner_loop()
461 static void memmove_overlap_test(struct kunit *test) in memmove_overlap_test()
[all …]
H A Dcmdline_kunit.c41 static void cmdline_do_one_test(struct kunit *test, const char *in, int rc, int offset) in cmdline_do_one_test()
54 static void cmdline_test_noint(struct kunit *test) in cmdline_test_noint()
69 static void cmdline_test_lead_int(struct kunit *test) in cmdline_test_lead_int()
86 static void cmdline_test_tail_int(struct kunit *test) in cmdline_test_tail_int()
107 static void cmdline_do_one_range_test(struct kunit *test, const char *in, in cmdline_do_one_range_test()
130 static void cmdline_test_range(struct kunit *test) in cmdline_test_range()
H A Dtest_kprobes.c61 static void test_kprobe(struct kunit *test) in test_kprobe()
122 static void test_kprobes(struct kunit *test) in test_kprobes()
155 static void test_kprobe_missed(struct kunit *test) in test_kprobe_missed()
199 static void test_kretprobe(struct kunit *test) in test_kretprobe()
224 static void test_kretprobes(struct kunit *test) in test_kretprobes()
288 static void test_stacktrace_on_kretprobe(struct kunit *test) in test_stacktrace_on_kretprobe()
349 static void test_stacktrace_on_nested_kretprobe(struct kunit *test) in test_stacktrace_on_nested_kretprobe()
368 static int kprobes_test_init(struct kunit *test) in kprobes_test_init()
H A Dtest_fprobe.c99 static void test_fprobe_entry(struct kunit *test) in test_fprobe_entry()
126 static void test_fprobe(struct kunit *test) in test_fprobe()
151 static void test_fprobe_syms(struct kunit *test) in test_fprobe_syms()
178 static void test_fprobe_data(struct kunit *test) in test_fprobe_data()
195 static void test_fprobe_nest(struct kunit *test) in test_fprobe_nest()
213 static void test_fprobe_skip(struct kunit *test) in test_fprobe_skip()
245 static int fprobe_test_init(struct kunit *test) in fprobe_test_init()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-f2xm1.c5 struct test { struct
9 const struct test tests[] = { argument
/openbmc/libmctp/tests/
H A Dtest_seq.c45 struct test { struct
50 } tests[] = { argument
103 static void run_one_test(struct test_ctx *ctx, struct test *test) in run_one_test()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c76 static int setup(struct efi_unit_test *test, unsigned int *failures) in setup()
101 static int execute(struct efi_unit_test *test, unsigned int *failures) in execute()
126 static int teardown(struct efi_unit_test *test, unsigned int *failures) in teardown()
152 struct efi_unit_test *test; in find_test() local
168 struct efi_unit_test *test; in list_all_tests() local
191 struct efi_unit_test *test; in efi_st_do_tests() local
/openbmc/sdbusplus/test/server/
H A Dobject.cpp49 auto test = std::make_unique<TestInherit>( in TEST_F() local
73 auto test = std::make_unique<TestInherit>(bus, objPath, in TEST_F() local
105 auto test = std::make_unique<TestInherit>( in TEST_F() local
138 auto test = std::make_unique<TestInherit>(bus, objPath); in TEST_F() local
159 auto test = std::make_unique<TestInherit>(bus, objPath); in TEST_F() local
/openbmc/linux/drivers/base/test/
H A Dproperty-entry-test.c10 static void pe_test_uints(struct kunit *test) in pe_test_uints()
117 static void pe_test_uint_arrays(struct kunit *test) in pe_test_uint_arrays()
252 static void pe_test_strings(struct kunit *test) in pe_test_strings()
324 static void pe_test_bool(struct kunit *test) in pe_test_bool()
343 static void pe_test_move_inline_u8(struct kunit *test) in pe_test_move_inline_u8()
373 static void pe_test_move_inline_str(struct kunit *test) in pe_test_move_inline_str()
406 static void pe_test_reference(struct kunit *test) in pe_test_reference()
/openbmc/qemu/tests/unit/
H A Dtest-bitops.c42 const S32Test *test = &test_s32_data[i]; in test_sextract32() local
54 const S32Test *test = &test_s32_data[i]; in test_sextract64() local
61 const S64Test *test = &test_s64_data[i]; in test_sextract64() local
93 const Shuffle32Test *test = &test_shuffle32_data[i]; in test_half_shuffle32() local
105 const Shuffle64Test *test = &test_shuffle64_data[i]; in test_half_shuffle64() local
117 const Shuffle32Test *test = &test_shuffle32_data[i]; in test_half_unshuffle32() local
129 const Shuffle64Test *test = &test_shuffle64_data[i]; in test_half_unshuffle64() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py64 def _add_result_with_semaphore(self, method, test, *args, **kwargs): argument
92 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
95 def addError(self, test, err = None, **kwargs): argument
99 def addFailure(self, test, err = None, **kwargs): argument
103 def addSuccess(self, test, **kwargs): argument
106 def addExpectedFailure(self, test, err = None, **kwargs): argument
109 def addUnexpectedSuccess(self, test, **kwargs): argument
119 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
133 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsystem_counter_offset_test.c36 static void setup_system_counter(struct kvm_vcpu *vcpu, struct test_case *test) in setup_system_counter()
42 static uint64_t guest_read_system_counter(struct test_case *test) in guest_read_system_counter()
47 static uint64_t host_read_guest_system_counter(struct test_case *test) in host_read_guest_system_counter()
66 struct test_case *test = &test_cases[i]; in guest_main() local
96 struct test_case *test = &test_cases[i]; in enter_guest() local
/openbmc/linux/tools/build/feature/
H A Dtest-clang-bpf-co-re.c4 struct test { struct
9 volatile struct test global_value_for_test = {}; argument
/openbmc/phosphor-webui/
H A Dwebpack.config.js85 test: /\.js$/, property in config.module.AnonymousClassb5afa9290101
104 test: /\.(png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot|ico)$/, property in config.module.AnonymousClassb5afa9290301
113 test: /icons\/.*\.svg$/, property in config.module.AnonymousClassb5afa9290401
120 test: /\.html$/, property in config.module.AnonymousClassb5afa9290501
124 test: /\.css$/, property in config.module.AnonymousClassb5afa9290601
128 test: /\.scss$/, property in config.module.AnonymousClassb5afa9290701

12345678910>>...28