Home
last modified time | relevance | path

Searched refs:NUM_DEVICES (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/android/
Dcommon-functions.sh293 local ADB_DEVICES NUM_DEVICES FINGERPRINT
297 NUM_DEVICES=$(echo "$ADB_DEVICES" | wc -l)
298 case $NUM_DEVICES in
311 NUM_DEVICES=1
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2345 const int requestedSlots[NUM_DEVICES][2] = in createPrivateDataDevice()
2429 static const int NUM_DEVICES = 5; member in vkt::api::__anon5fcc4f650111::SingletonDevice
2442 for (int idx = 0; idx < NUM_DEVICES; ++idx) in destroy()
2448 static SharedPtr<SingletonDevice> m_singletonDevice[NUM_DEVICES];
2451 SharedPtr<SingletonDevice> SingletonDevice::m_singletonDevice[NUM_DEVICES];
2462 for (int d = 0; d < SingletonDevice::NUM_DEVICES; ++d) in createPrivateDataTest()