Searched refs:CONSTANT_1000 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 58 #define CONSTANT_1000 1000
macro 164 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 170 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 174 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 206 int32_t arr[] = {-CONSTANT_2147483648, -CONSTANT_1000, -CONSTANT_1, CONSTANT_0,
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 207 CONSTANT_1, CONSTANT_1000, CONSTANT_100000000, CONSTANT_2147483647};
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 212 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 218 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 222 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 244 napi_create_int32(env, (i + 1) * CONSTANT_1000 in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() [all...] |
H A D | nativewindow1.cpp | 45 #define CONSTANT_1000 1000
macro 867 int fenceFdList[] = {-CONSTANT_999999999, -CONSTANT_1000, -CONSTANT_1, CONSTANT_0,
in testNativeWindowNativeWindowFlushBufferAbnormal() 868 CONSTANT_1, CONSTANT_1000, CONSTANT_999999999};
in testNativeWindowNativeWindowFlushBufferAbnormal() 1443 napi_create_int32(env, CONSTANT_1000 + i + 1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() 1451 napi_create_int32(env, CONSTANT_2 * CONSTANT_1000 + i + 1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() 1459 napi_create_int32(env, CONSTANT_3 * CONSTANT_1000 + i + 1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() 1488 napi_create_int32(env, CONSTANT_2 * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal1() 1493 napi_create_int32(env, CONSTANT_2 * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal1() 1506 napi_create_int32(env, CONSTANT_3 * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() 1511 napi_create_int32(env, CONSTANT_3 * CONSTANT_1000 in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() [all...] |
Completed in 5 milliseconds