Searched refs:testdata (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtest-privserver.c27 TestServiceData *testdata = data; local
29 if (!test_connection_setup (testdata->loop, new_connection))
38 TestServiceData *testdata = user_data; local
47 &(testdata->private_addr), DBUS_TYPE_INVALID);
57 _dbus_loop_quit (testdata->loop);
70 TestServiceData *testdata; local
76 testdata = dbus_new (TestServiceData, 1);
77 testdata->loop = loop;
89 if (!dbus_connection_add_filter (session, filter_session_message, testdata, NULL))
99 testdata
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dfileback.cpp148 char *testdata = m_testdata; local
154 CPPUNIT_ASSERT(memcmp(buf, testdata, size1) == 0);
155 testdata += size1;
159 CPPUNIT_ASSERT(memcmp(buf, testdata, size2) == 0);
160 testdata += size2;
164 CPPUNIT_ASSERT(memcmp(buf, testdata, size3) == 0);
165 testdata += size3;
169 CPPUNIT_ASSERT(memcmp(buf, testdata, remainder) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dziptest.cpp178 wxString testdata = _T("test data to pipe through zip"); local
179 wxString cmd = _T("echo ") + testdata + _T(" | zip -q - -");
204 CPPUNIT_ASSERT(wxString(buf, *wxConvCurrent) == testdata);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dmakefile.dmc42 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A DMakefile.in116 @for f in testdata.fc; do \
H A Dmakefile.bcc209 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dms206 data : .\testdata.fc
H A Dmakefile.gcc201 for %%f in (testdata.fc) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
H A Dmakefile.vc292 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.wat274 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Ddes.c897 struct { byte key[24]; byte plain[8]; byte cipher[8]; } testdata[] = { local
965 for (i=0; i<sizeof(testdata)/sizeof(*testdata); ++i)
967 tripledes_set3keys (des3, testdata[i].key,
968 testdata[i].key + 8, testdata[i].key + 16);
970 tripledes_ecb_encrypt (des3, testdata[i].plain, result);
971 if (memcmp (testdata[i].cipher, result, 8))
974 tripledes_ecb_decrypt (des3, testdata[i].cipher, result);
975 if (memcmp (testdata[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddes.c897 struct { byte key[24]; byte plain[8]; byte cipher[8]; } testdata[] = { local
965 for (i=0; i<sizeof(testdata)/sizeof(*testdata); ++i)
967 tripledes_set3keys (des3, testdata[i].key,
968 testdata[i].key + 8, testdata[i].key + 16);
970 tripledes_ecb_encrypt (des3, testdata[i].plain, result);
971 if (memcmp (testdata[i].cipher, result, 8))
974 tripledes_ecb_decrypt (des3, testdata[i].cipher, result);
975 if (memcmp (testdata[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A DMakefile.in285 @for f in testdata.fc; do \
H A Dmakefile.bcc340 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dmc115 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.dms240 data : .\testdata.fc
H A Dmakefile.gcc321 for %%f in (testdata.fc) do if not exist $(OBJS)\%%f copy .\%%f $(OBJS)
H A Dmakefile.vc479 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
H A Dmakefile.wat369 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/
H A Dmake_dist.mk270 $(CP_P) $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console
551 $(CP_P) $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DMakefile.in[all...]

Completed in 126 milliseconds