Searched refs:test_name (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-test.c57 run_test (const char *test_name, argument
61 if (!specific_test || strcmp (specific_test, test_name) == 0)
63 printf ("%s: running %s tests\n", "dbus-test", test_name);
65 die (test_name);
72 run_data_test (const char *test_name, argument
77 if (!specific_test || strcmp (specific_test, test_name) == 0)
79 printf ("%s: running %s tests\n", "dbus-test", test_name);
81 die (test_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm68 ok($this eq $that, $test_name);
70 is ($this, $that, $test_name);
71 isnt($this, $that, $test_name);
76 like ($this, qr/that/, $test_name);
77 unlike($this, qr/that/, $test_name);
79 cmp_ok($this, '==', $that, $test_name);
81 is_deeply($complex_structure1, $complex_structure2, $test_name);
86 ok( foo(), $test_name );
87 is( foo(42), 23, $test_name );
93 ok( foo(), $test_name );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dspoolss.py225 def test_match(subtest_list, test_name):
231 if re.match(s + "$", test_name):
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dtenxpress.c849 .test_name = sfx7101_test_name,
864 .test_name = sft9001_test_name,
H A Dnet_driver.h496 * @test_name: Get the name of a PHY-specific test/result
513 const char *(*test_name) (struct efx_nic *efx, unsigned int index); member in struct:efx_phy_operations
H A Dethtool.c398 EFX_BUG_ON_PARANOID(efx->phy_op->test_name == NULL);
404 name = efx->phy_op->test_name(efx, i);
H A Dmcdi_phy.c753 .test_name = efx_mcdi_phy_test_name,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c1457 char *test_name, int test_number)
1469 test_name, test_number);
1451 xhci_test_trb_in_td(struct xhci_hcd *xhci, struct xhci_segment *input_seg, union xhci_trb *start_trb, union xhci_trb *end_trb, dma_addr_t input_dma, struct xhci_segment *result_seg, char *test_name, int test_number) argument

Completed in 188 milliseconds