Searched refs:CONSTANT_3 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 46 #define CONSTANT_3 3
macro 141 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() 174 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 191 napi_create_int32(env, CONSTANT_100000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 222 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 254 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() 271 napi_create_int32(env, CONSTANT_3 * CONSTANT_100000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() 303 napi_create_int32(env, CONSTANT_1000 * (i + 1) + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetStrideNormal() 335 napi_create_int32(env, CONSTANT_1000 * (i + 1) + CONSTANT_3, &result);
in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() 351 napi_create_int32(env, CONSTANT_3 * CONSTANT_10000 in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() [all...] |
H A D | nativewindow1.cpp | 37 #define CONSTANT_3 3
macro 463 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowNativeWindowRequestAbortBufferAbnormal() 545 if (i >= CONSTANT_3) {
in testNativeWindowNativeWindowRequestAbortBufferMax() 590 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() 685 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowWRParcelNormal() 776 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowWRParcelDifferent() 1101 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowGetNativeObjectMagicNormal() 1116 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowGetNativeObjectMagicNormal() 1381 napi_create_int32(env, CONSTANT_3, &result);
in testNativeWindowNativeWindowAttachBufferNormal() 1440 for (int i = 0; i < CONSTANT_3; in testNativeWindowNativeWindowAtDetachDifferentBufferNormal() [all...] |
Completed in 5 milliseconds