Searched
full:test (Results
376 -
400 of
12179) sorted by null
<<11121314151617181920>>
/external/bluetooth/bluez/test/ |
Makefile.am | 2 if TEST 49 monitor-bluetooth list-devices test-discovery test-manager \ 50 test-adapter test-device test-service test-serial \ 51 test-telephony test-network simple-agent simple-service \
|
/external/bluetooth/glib/tests/refcount/ |
objects.c | 6 #define MY_TEST(test) (G_TYPE_CHECK_INSTANCE_CAST ((test), G_TYPE_TEST, GTest)) 7 #define MY_IS_TEST(test) (G_TYPE_CHECK_INSTANCE_TYPE ((test), G_TYPE_TEST)) 10 #define MY_TEST_GET_CLASS(test) (G_TYPE_INSTANCE_GET_CLASS ((test), G_TYPE_TEST, GTestClass)) 29 static void my_test_init (GTest * test); 72 my_test_init (GTest * test) 74 g_print ("init %p\n", test); 80 GTest *test; local [all...] |
/external/clearsilver/cs/ |
test10.cs.gold | 2 test new alt tag
|
test15.cs.gold | 3 test functions
|
test9.cs.gold | 2 Test for bug where in certain cases we didn't find the ending cs tag if
|
test_exists.cs | 1 array exists test
|
/external/e2fsprogs/lib/blkid/tests/ |
ext2.results | 2 LABEL='test-ext2'
|
ext3.results | 2 LABEL='test-ext3'
|
jfs.results | 2 LABEL='test-jfs'
|
ocfs2.results | 2 LABEL='test-ocfs2'
|
swap1.results | 2 LABEL='SWAP-TEST'
|
xfs.results | 2 LABEL='test-xfs'
|
/external/e2fsprogs/tests/f_h_badnode/ |
script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_badroot/ |
script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_normal/ |
script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_reindex/ |
script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/f_h_unsigned/ |
script | 1 if test "$HTREE"x = yx ; then
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
expect.1 | 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock 2 ./test.img: Attempt to read block from filesystem resulted in short read while opening filesystem 5 ../e2fsck/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open ./test.img 9 ../misc/dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open ./test.img
|
script | 1 DESCRIPTION="test bg overhead calculation"
|
/external/icu4c/test/cintltst/ |
cnmdptst.h | 15 /* C DEPTH TEST FOR NUMBER FORMAT */ 26 /* The function used to test differnet format patterns*/ 29 /* Test the handling of quotes*/ 32 /* Test patterns with exponential representation*/ 35 /* Test the handling of the currency symbol in patterns. */ 38 /* Test proper rounding by the format method.*/ 41 /* Test proper handling of rounding modes. */ 44 /* Test localized currency patterns. */ 47 /* Test getDoubleAttribute and getDoubleAttribute */
|
/external/icu4c/test/testdata/ |
testempty.txt | 7 // empty resource bundle test
|
/external/quake/quake/src/QW/server/ |
move.txt | 5 floor = under feet test 8 feet = wading test 10 waist = swimming test 12 head = submerged test
|
/external/svox/pico/tests/data/ |
xsampa_pico_man_README.txt | 3 The following files contain a series of utterances to test the Pico TTS engine with regards to 17 The test files adopt the following syntax: 18 - the lines used in the test are between the lines marked "BEGIN_TEST" and "END_TEST", 21 run the test, i.e. play all valid test lines in the test file. Copy the test files to the 22 Android-powered device, and enter the file name that contains the test to run, and click "Run test".
|
/external/v8/test/es5conform/ |
README | 1 This directory contains code for binding the es5conform test suite 2 into the v8 test harness. To use the tests check out the es5conform 11 If you do update to a newer revision you may have to change the test 14 have to update the test expectation file.
|
/external/v8/test/mjsunit/ |
global-load-from-eval-in-with.js | 32 function test(obj, source) { function 38 // Test shadowing in eval scope. 39 test({ x: 42 }, "assertEquals(42, x)"); 40 test({ y: 42 }, "assertEquals(27, x)"); 42 // Test shadowing in local scope inside an eval scope. 43 test({ x: 42 }, "function f() { assertEquals(42, x) }; f();"); 44 test({ y: 42 }, "function f() { assertEquals(27, x) }; f();"); 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 48 test({ x: 42 }, "function f() { function g() { assertEquals(42, x) }; g() }; f();"); 49 test({ y: 42 }, "function f() { function g() { assertEquals(27, x) }; g() }; f();") [all...] |
Completed in 35 milliseconds
<<11121314151617181920>>