Searched refs:CONSTANT_1 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 44 #define CONSTANT_1 1
macro 131 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() 158 int32_t arr[] = {-CONSTANT_2147483648, -CONSTANT_2147483647, -CONSTANT_1000000, -CONSTANT_100, -CONSTANT_1,
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 159 CONSTANT_0, CONSTANT_1, CONSTANT_100000, CONSTANT_2147483647};
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 164 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 181 napi_create_int32(env, CONSTANT_100000 + CONSTANT_1, &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() 244 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_1, in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() [all...] |
H A D | nativewindow1.cpp | 35 #define CONSTANT_1 1
macro 301 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() 482 int32_t ls[] = {-CONSTANT_5, -CONSTANT_1, CONSTANT_0, CONSTANT_1, CONSTANT_10000, CONSTANT_999999999};
in testNativeWindowNativeWindowRequestBufferFenceFdNormal() 675 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowWRParcelNormal() 711 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowWriteToParcelAbNormal() 733 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowReadFromParcelAbNormal() 764 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowWRParcelDifferent() 846 napi_create_int32(env, CONSTANT_1, &result);
in testNativeWindowNativeWindowFlushBufferNormal() 867 int fenceFdList[] = {-CONSTANT_999999999, -CONSTANT_1000, -CONSTANT_1, CONSTANT_ in testNativeWindowNativeWindowFlushBufferAbnormal() [all...] |
Completed in 5 milliseconds