/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkGetStructureTypeImpl.inl | 4 template<> VkStructureType getStructureType<VkBufferMemoryBarrier> (void) argument 9 template<> VkStructureType getStructureType<VkImageMemoryBarrier> (void) argument 14 template<> VkStructureType getStructureType<VkMemoryBarrier> (void) argument 19 template<> VkStructureType getStructureType<VkApplicationInfo> (void) argument 24 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void) argument 29 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void) argument 34 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void) argument 39 template<> VkStructureType getStructureType<VkSubmitInfo> (void) argument 44 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void) argument 49 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void) argument [all …]
|
D | vkObjTypeImpl.inl | 7 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER;… argument 8 template<> inline VkObjectType getObjectType<VkImage> (void) { return VK_OBJECT_TYPE_IMAGE; … argument 9 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTAN… argument 10 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_P… argument 11 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE;… argument 12 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; … argument 13 template<> inline VkObjectType getObjectType<VkSemaphore> (void) { return VK_OBJECT_TYPE_SEMAP… argument 14 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_CO… argument 15 template<> inline VkObjectType getObjectType<VkFence> (void) { return VK_OBJECT_TYPE_FENCE; … argument 16 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEV… argument [all …]
|
/third_party/unity/test/tests/ |
D | test_unity_doubles.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testDoublesWithinDelta(void) in testDoublesWithinDelta() argument 48 void testDoublesNotWithinDelta(void) in testDoublesNotWithinDelta() argument 60 void testDoublesEqual(void) in testDoublesEqual() argument 72 void testDoublesNotEqual(void) in testDoublesNotEqual() argument 83 void testDoublesNotEqualNegative1(void) in testDoublesNotEqualNegative1() argument 94 void testDoublesNotEqualNegative2(void) in testDoublesNotEqualNegative2() argument 105 void testDoublesNotEqualActualNaN(void) in testDoublesNotEqualActualNaN() argument 116 void testDoublesNotEqualExpectedNaN(void) in testDoublesNotEqualExpectedNaN() argument [all …]
|
D | test_unity_integers_64.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testInt64ArrayWithinDelta(void) in testInt64ArrayWithinDelta() argument 50 void testInt64ArrayWithinDeltaAndMessage(void) in testInt64ArrayWithinDeltaAndMessage() argument 64 void tesUInt64ArrayNotWithinDelta(void) in tesUInt64ArrayNotWithinDelta() argument 78 void testInt64ArrayNotWithinDeltaAndMessage(void) in testInt64ArrayNotWithinDeltaAndMessage() argument 92 void testInt64ArrayWithinDeltaPointless(void) in testInt64ArrayWithinDeltaPointless() argument 106 void testInt64ArrayWithinDeltaPointlessAndMessage(void) in testInt64ArrayWithinDeltaPointlessAndMessage() argument 120 void testInt64ArrayWithinDeltaExpectedNull(void) in testInt64ArrayWithinDeltaExpectedNull() argument 133 void testInt64ArrayWithinDeltaExpectedNullAndMessage(void) in testInt64ArrayWithinDeltaExpectedNullAndMessage() argument [all …]
|
D | test_unity_floats.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testFloatsWithinDelta(void) in testFloatsWithinDelta() argument 48 void testFloatsNotWithinDelta(void) in testFloatsNotWithinDelta() argument 59 void testFloatsEqual(void) in testFloatsEqual() argument 71 void testFloatsNotEqual(void) in testFloatsNotEqual() argument 82 void testFloatsNotEqualNegative1(void) in testFloatsNotEqualNegative1() argument 93 void testFloatsNotEqualNegative2(void) in testFloatsNotEqualNegative2() argument 104 void testFloatsNotEqualActualNaN(void) in testFloatsNotEqualActualNaN() argument 115 void testFloatsNotEqualExpectedNaN(void) in testFloatsNotEqualExpectedNaN() argument [all …]
|
D | testunity.c | 65 void setUp(void) in setUp() argument 71 void tearDown(void) in tearDown() argument 87 void testUnitySizeInitializationReminder(void) in testUnitySizeInitializationReminder() argument 145 void testPassShouldEndImmediatelyWithPass(void) in testPassShouldEndImmediatelyWithPass() argument 151 void testPassShouldEndImmediatelyWithPassAndMessage(void) in testPassShouldEndImmediatelyWithPassAndMessage() argument 157 void testMessageShouldDisplayMessageWithoutEndingAndGoOnToPass(void) in testMessageShouldDisplayMessageWithoutEndingAndGoOnToPass() argument 164 void testMessageShouldDisplayMessageWithoutEndingAndGoOnToFail(void) in testMessageShouldDisplayMessageWithoutEndingAndGoOnToFail() argument 173 void testTrue(void) in testTrue() argument 180 void testFalse(void) in testFalse() argument 187 void testPreviousPass(void) in testPreviousPass() argument [all …]
|
D | test_unity_strings.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testEqualStrings(void) in testEqualStrings() argument 47 void testEqualStringsLen(void) in testEqualStringsLen() argument 57 void testEqualStringsWithCarriageReturnsAndLineFeeds(void) in testEqualStringsWithCarriageReturnsAndLineFeeds() argument 68 void testNotEqualString1(void) in testNotEqualString1() argument 75 void testNotEqualStringLen1(void) in testNotEqualStringLen1() argument 82 void testNotEqualString2(void) in testNotEqualString2() argument 89 void testNotEqualStringLen2(void) in testNotEqualStringLen2() argument 96 void testNotEqualString3(void) in testNotEqualString3() argument [all …]
|
D | test_unity_integers.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testNotEqualInts(void) in testNotEqualInts() argument 43 void testNotEqualInt8s(void) in testNotEqualInt8s() argument 50 void testNotEqualChars(void) in testNotEqualChars() argument 57 void testNotEqualInt16s(void) in testNotEqualInt16s() argument 64 void testNotEqualInt32s(void) in testNotEqualInt32s() argument 73 void testNotEqualBits(void) in testNotEqualBits() argument 80 void testNotEqualUInts(void) in testNotEqualUInts() argument 92 void testNotEqualUInt8s(void) in testNotEqualUInt8s() argument [all …]
|
D | test_unity_arrays.c | 14 void setUp(void) in setUp() argument 20 void tearDown(void) in tearDown() argument 36 void testInt64ArrayWithinDelta(void) in testInt64ArrayWithinDelta() argument 50 void testInt64ArrayWithinDeltaAndMessage(void) in testInt64ArrayWithinDeltaAndMessage() argument 64 void tesUInt64ArrayNotWithinDelta(void) in tesUInt64ArrayNotWithinDelta() argument 78 void testInt64ArrayNotWithinDeltaAndMessage(void) in testInt64ArrayNotWithinDeltaAndMessage() argument 92 void testInt64ArrayWithinDeltaPointless(void) in testInt64ArrayWithinDeltaPointless() argument 106 void testInt64ArrayWithinDeltaPointlessAndMessage(void) in testInt64ArrayWithinDeltaPointlessAndMessage() argument 120 void testInt64ArrayWithinDeltaExpectedNull(void) in testInt64ArrayWithinDeltaExpectedNull() argument 133 void testInt64ArrayWithinDeltaExpectedNullAndMessage(void) in testInt64ArrayWithinDeltaExpectedNullAndMessage() argument [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | cast-constants.c | 4 static int uint_2_int(void) { return (int)123U; } in uint_2_int() argument 5 static int long_2_int(void) { return (int)123L; } in long_2_int() argument 6 static int ulong_2_int(void) { return (int)123UL; } in ulong_2_int() argument 7 static int vptr_2_int(void) { return (int)((void*)123); } in vptr_2_int() argument 8 static int iptr_2_int(void) { return (int)((int*)128); } in iptr_2_int() argument 9 static int float_2_int(void) { return (int)1.123F; } in float_2_int() argument 10 static int double_2_int(void) { return (int)1.123L; } in double_2_int() argument 11 static uint int_2_uint(void) { return (uint)123; } in int_2_uint() argument 12 static uint long_2_uint(void) { return (uint)123L; } in long_2_uint() argument 13 static uint ulong_2_uint(void) { return (uint)123UL; } in ulong_2_uint() argument [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | context.c | 3 static void a(void) __attribute__((context(0,1))) in a() argument 8 static void r(void) __attribute__((context(1,0))) in r() argument 16 static void good_paired1(void) in good_paired1() argument 22 static void good_paired2(void) in good_paired2() argument 30 static void good_paired3(void) in good_paired3() argument 38 static void good_lock1(void) __attribute__((context(0,1))) in good_lock1() argument 43 static void good_lock2(void) __attribute__((context(0,1))) in good_lock2() argument 50 static void good_lock3(void) __attribute__((context(0,1))) in good_lock3() argument 57 static void good_unlock1(void) __attribute__((context(1,0))) in good_unlock1() argument 62 static void good_unlock2(void) __attribute__((context(1,0))) in good_unlock2() argument [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 52 std::string Vendor(void) { return CPU_Rep.vendor_; } in Vendor() argument 53 std::string Brand(void) { return CPU_Rep.brand_; } in Brand() argument 55 bool SSE3(void) { return CPU_Rep.f_1_ECX_[0]; } in SSE3() argument 56 bool PCLMULQDQ(void) { return CPU_Rep.f_1_ECX_[1]; } in PCLMULQDQ() argument 57 bool MONITOR(void) { return CPU_Rep.f_1_ECX_[3]; } in MONITOR() argument 58 bool SSSE3(void) { return CPU_Rep.f_1_ECX_[9]; } in SSSE3() argument 59 bool FMA(void) { return CPU_Rep.f_1_ECX_[12]; } in FMA() argument 60 bool CMPXCHG16B(void) { return CPU_Rep.f_1_ECX_[13]; } in CMPXCHG16B() argument 61 bool SSE41(void) { return CPU_Rep.f_1_ECX_[19]; } in SSE41() argument 62 bool SSE42(void) { return CPU_Rep.f_1_ECX_[20]; } in SSE42() argument [all …]
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_test.c | 48 static void test_read_etc_fstab(void) in test_read_etc_fstab() argument 53 static void test_write_dev_null(void) in test_write_dev_null() argument 58 static void cleanup_file_open(void) in cleanup_file_open() argument 64 static void test_mkdir_testdir(void) in test_mkdir_testdir() argument 69 static void cleanup_mkdir_testdir(void) in cleanup_mkdir_testdir() argument 74 static void setup_mkdir_testdir(void) in setup_mkdir_testdir() argument 79 static void test_rmdir_testdir(void) in test_rmdir_testdir() argument 84 static void setup_execute_bin_true(void) in setup_execute_bin_true() argument 91 static void cleanup_execute_bin_true(void) in cleanup_execute_bin_true() argument 98 static void test_execute_bin_true(void) in test_execute_bin_true() argument [all …]
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 60 void setUp(void) in setUp() argument 66 void tearDown(void) in tearDown() argument 82 void testUnitySizeInitializationReminder(void) in testUnitySizeInitializationReminder() argument 132 void testPassShouldEndImmediatelyWithPass(void) in testPassShouldEndImmediatelyWithPass() argument 138 void testTrue(void) in testTrue() argument 145 void testFalse(void) in testFalse() argument 152 void testPreviousPass(void) in testPreviousPass() argument 157 void testNotVanilla(void) in testNotVanilla() argument 164 void testNotTrue(void) in testNotTrue() argument 171 void testNotFalse(void) in testNotFalse() argument [all …]
|
/third_party/glib/glib/tests/ |
D | testing.c | 38 test_assertions_bad_cmpvariant_types (void) in test_assertions_bad_cmpvariant_types() argument 54 test_assertions_bad_cmpvariant_values (void) in test_assertions_bad_cmpvariant_values() argument 70 test_assertions_bad_cmpstrv_null1 (void) in test_assertions_bad_cmpstrv_null1() argument 78 test_assertions_bad_cmpstrv_null2 (void) in test_assertions_bad_cmpstrv_null2() argument 86 test_assertions_bad_cmpstrv_length (void) in test_assertions_bad_cmpstrv_length() argument 95 test_assertions_bad_cmpstrv_values (void) in test_assertions_bad_cmpstrv_values() argument 104 test_assertions_bad_cmpstr (void) in test_assertions_bad_cmpstr() argument 111 test_assertions_bad_cmpint (void) in test_assertions_bad_cmpint() argument 118 test_assertions_bad_cmpmem_len (void) in test_assertions_bad_cmpmem_len() argument 125 test_assertions_bad_cmpmem_data (void) in test_assertions_bad_cmpmem_data() argument [all …]
|
D | autoptr.c | 45 test_g_async_queue (void) in test_g_async_queue() argument 52 test_g_bookmark_file (void) in test_g_bookmark_file() argument 59 test_g_bytes (void) in test_g_bytes() argument 66 test_g_checksum (void) in test_g_checksum() argument 73 test_g_date (void) in test_g_date() argument 80 test_g_date_time (void) in test_g_date_time() argument 87 test_g_dir (void) in test_g_dir() argument 94 test_g_error (void) in test_g_error() argument 101 test_g_hash_table (void) in test_g_hash_table() argument 108 test_g_hmac (void) in test_g_hmac() argument [all …]
|
/third_party/nghttp2/src/ |
D | util_test.cc | 42 void test_util_streq(void) { in test_util_streq() argument 72 void test_util_strieq(void) { in test_util_strieq() argument 102 void test_util_inp_strlower(void) { in test_util_inp_strlower() argument 116 void test_util_to_base64(void) { in test_util_to_base64() argument 125 void test_util_to_token68(void) { in test_util_to_token68() argument 135 void test_util_percent_encode_token(void) { in test_util_percent_encode_token() argument 147 void test_util_percent_encode_path(void) { in test_util_percent_encode_path() argument 152 void test_util_percent_decode(void) { in test_util_percent_decode() argument 176 void test_util_quote_string(void) { in test_util_quote_string() argument 185 void test_util_utox(void) { in test_util_utox() argument [all …]
|
/third_party/cJSON/tests/unity/test/testdata/ |
D | testRunnerGenerator.c | 31 void setUp(void) in setUp() argument 36 void tearDown(void) in tearDown() argument 41 void custom_setup(void) in custom_setup() argument 46 void custom_teardown(void) in custom_teardown() argument 58 void test_ThisTestAlwaysPasses(void) in test_ThisTestAlwaysPasses() argument 63 void test_ThisTestAlwaysFails(void) in test_ThisTestAlwaysFails() argument 68 void test_ThisTestAlwaysIgnored(void) in test_ThisTestAlwaysIgnored() argument 73 void qwiktest_ThisTestPassesWhenNoSetupRan(void) in qwiktest_ThisTestPassesWhenNoSetupRan() argument 78 void qwiktest_ThisTestPassesWhenNoTeardownRan(void) in qwiktest_ThisTestPassesWhenNoTeardownRan() argument 83 void spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan(void) in spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan() argument [all …]
|
D | testRunnerGeneratorWithMocks.c | 32 void setUp(void) in setUp() argument 37 void tearDown(void) in tearDown() argument 42 void custom_setup(void) in custom_setup() argument 47 void custom_teardown(void) in custom_teardown() argument 59 void test_ThisTestAlwaysPasses(void) in test_ThisTestAlwaysPasses() argument 64 void test_ThisTestAlwaysFails(void) in test_ThisTestAlwaysFails() argument 69 void test_ThisTestAlwaysIgnored(void) in test_ThisTestAlwaysIgnored() argument 74 void qwiktest_ThisTestPassesWhenNoSetupRan(void) in qwiktest_ThisTestPassesWhenNoSetupRan() argument 79 void qwiktest_ThisTestPassesWhenNoTeardownRan(void) in qwiktest_ThisTestPassesWhenNoTeardownRan() argument 84 void spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan(void) in spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan() argument [all …]
|
/third_party/unity/test/testdata/ |
D | testRunnerGenerator.c | 27 void flushSpy(void) {} in flushSpy() argument 34 void setUp(void) in setUp() argument 39 void tearDown(void) in tearDown() argument 44 void custom_setup(void) in custom_setup() argument 49 void custom_teardown(void) in custom_teardown() argument 61 void test_ThisTestAlwaysPasses(void) in test_ThisTestAlwaysPasses() argument 66 void test_ThisTestAlwaysFails(void) in test_ThisTestAlwaysFails() argument 71 void test_ThisTestAlwaysIgnored(void) in test_ThisTestAlwaysIgnored() argument 76 void qwiktest_ThisTestPassesWhenNoSetupRan(void) in qwiktest_ThisTestPassesWhenNoSetupRan() argument 81 void qwiktest_ThisTestPassesWhenNoTeardownRan(void) in qwiktest_ThisTestPassesWhenNoTeardownRan() argument [all …]
|
D | testRunnerGeneratorWithMocks.c | 28 void flushSpy(void) {} in flushSpy() argument 35 void setUp(void) in setUp() argument 40 void tearDown(void) in tearDown() argument 45 void custom_setup(void) in custom_setup() argument 50 void custom_teardown(void) in custom_teardown() argument 62 void test_ThisTestAlwaysPasses(void) in test_ThisTestAlwaysPasses() argument 67 void test_ThisTestAlwaysFails(void) in test_ThisTestAlwaysFails() argument 72 void test_ThisTestAlwaysIgnored(void) in test_ThisTestAlwaysIgnored() argument 77 void qwiktest_ThisTestPassesWhenNoSetupRan(void) in qwiktest_ThisTestPassesWhenNoSetupRan() argument 82 void qwiktest_ThisTestPassesWhenNoTeardownRan(void) in qwiktest_ThisTestPassesWhenNoTeardownRan() argument [all …]
|
/third_party/openssl/ssl/ |
D | methods.c | 182 const SSL_METHOD *TLSv1_2_server_method(void) in TLSv1_2_server_method() argument 187 const SSL_METHOD *TLSv1_2_client_method(void) in TLSv1_2_client_method() argument 194 const SSL_METHOD *TLSv1_1_method(void) in TLSv1_1_method() argument 199 const SSL_METHOD *TLSv1_1_server_method(void) in TLSv1_1_server_method() argument 204 const SSL_METHOD *TLSv1_1_client_method(void) in TLSv1_1_client_method() argument 211 const SSL_METHOD *TLSv1_method(void) in TLSv1_method() argument 216 const SSL_METHOD *TLSv1_server_method(void) in TLSv1_server_method() argument 221 const SSL_METHOD *TLSv1_client_method(void) in TLSv1_client_method() argument 228 const SSL_METHOD *SSLv3_method(void) in SSLv3_method() argument 233 const SSL_METHOD *SSLv3_server_method(void) in SSLv3_server_method() argument [all …]
|
/third_party/cJSON/tests/ |
D | cjson_add.c | 48 static void cjson_add_null_should_add_null(void) in cjson_add_null_should_add_null() argument 61 static void cjson_add_null_should_fail_with_null_pointers(void) in cjson_add_null_should_fail_with_null_pointers() argument 71 static void cjson_add_null_should_fail_on_allocation_failure(void) in cjson_add_null_should_fail_on_allocation_failure() argument 84 static void cjson_add_true_should_add_true(void) in cjson_add_true_should_add_true() argument 97 static void cjson_add_true_should_fail_with_null_pointers(void) in cjson_add_true_should_fail_with_null_pointers() argument 107 static void cjson_add_true_should_fail_on_allocation_failure(void) in cjson_add_true_should_fail_on_allocation_failure() argument 120 static void cjson_create_int_array_should_fail_on_allocation_failure(void) in cjson_create_int_array_should_fail_on_allocation_failure() argument 131 static void cjson_create_float_array_should_fail_on_allocation_failure(void) in cjson_create_float_array_should_fail_on_allocation_failure() argument 142 static void cjson_create_double_array_should_fail_on_allocation_failure(void) in cjson_create_double_array_should_fail_on_allocation_failure() argument 153 static void cjson_create_string_array_should_fail_on_allocation_failure(void) in cjson_create_string_array_should_fail_on_allocation_failure() argument [all …]
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test64.c | 46 void test1A(void) in test1A() argument 105 void test2A(void) in test2A() argument 150 void test3A(void) in test3A() argument 188 void test4A(void) in test4A() argument 225 void test5A(void) in test5A() argument 262 void test6A(void) in test6A() argument 300 void test7A(void) in test7A() argument 330 void test8A(void) in test8A() argument 360 void test9A(void) in test9A() argument 391 void test10A(void) in test10A() argument [all …]
|
D | test.c | 47 void test1A(void) in test1A() argument 107 void test2A(void) in test2A() argument 152 void test3A(void) in test3A() argument 189 void test4A(void) in test4A() argument 225 void test5A(void) in test5A() argument 261 void test6A(void) in test6A() argument 298 void test7A(void) in test7A() argument 326 void test8A(void) in test8A() argument 355 void test9A(void) in test9A() argument 384 void test10A(void) in test10A() argument [all …]
|