Searched refs:g_Data (Results 1 – 2 of 2) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1522.c | 33 static char g_Data[40 * 1024]; /* POST 40KB */ variable 58 memset(g_Data, 'A', sizeof(g_Data)); /* send As! */ in test() 62 curl_easy_setopt(curl, CURLOPT_POSTFIELDS, g_Data); in test() 63 curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)sizeof(g_Data)); in test() 84 if((size_t) uploadSize == sizeof(g_Data)) { in test() 89 (int)sizeof(g_Data), (int)uploadSize); in test()
|
/external/armnn/src/profiling/test/ |
D | ProfilingConnectionDumpToFileDecoratorTests.cpp | 26 const std::vector<char> g_Data = { 'd', 'u', 'm', 'm', 'y' }; variable 27 const uint32_t g_DataLength = arm::pipe::numeric_cast<uint32_t>(g_Data.size()); 28 const unsigned char* g_DataPtr = reinterpret_cast<const unsigned char*>(g_Data.data()); 168 int diff = std::strncmp(data.data(), g_Data.data(), g_DataLength);
|