OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large_buffer_size
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DeviceTestCompanion.java
38
private static final int
LARGE_BUFFER_SIZE
= 124619;
208
isSuccess = echoBytes(is, os,
LARGE_BUFFER_SIZE
);
/external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp
452
const int
large_buffer_size
= small_buffer_size + 1;
local
453
wchar_t large_buffer[
large_buffer_size
];
456
EXPECT_DEATH(wmemcpy(small_buffer, large_buffer,
large_buffer_size
));
458
EXPECT_DEATH(wmemmove(small_buffer, large_buffer,
large_buffer_size
));
460
EXPECT_DEATH(wmempcpy(small_buffer, large_buffer,
large_buffer_size
));
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java
75
private static final int
LARGE_BUFFER_SIZE
= 124619;
343
int totalSize =
LARGE_BUFFER_SIZE
;
351
assertEquals(
LARGE_BUFFER_SIZE
, numSent);
358
assertEquals(
LARGE_BUFFER_SIZE
, numReceived);
364
if (isZeroTransferExpected(
LARGE_BUFFER_SIZE
, in)) {
748
int totalSize =
LARGE_BUFFER_SIZE
;
784
if (isZeroTransferExpected(
LARGE_BUFFER_SIZE
, in)) {
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp
[
all
...]
Completed in 631 milliseconds