Home
last modified time | relevance | path

Searched refs:CONSTANT_100000 (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow2.cpp60 #define CONSTANT_100000 100000 macro
159 CONSTANT_0, CONSTANT_1, CONSTANT_100000, CONSTANT_2147483647}; in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
181 napi_create_int32(env, CONSTANT_100000 + CONSTANT_1, &result); in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
186 napi_create_int32(env, CONSTANT_100000 + CONSTANT_2, &result); in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
191 napi_create_int32(env, CONSTANT_100000 + CONSTANT_3, &result); in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal()
261 napi_create_int32(env, CONSTANT_100000 + CONSTANT_1, &result); in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal()
266 napi_create_int32(env, CONSTANT_2 * CONSTANT_100000 + CONSTANT_1, &result); in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal()
271 napi_create_int32(env, CONSTANT_3 * CONSTANT_100000 + CONSTANT_1, &result); in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal()
341 napi_create_int32(env, CONSTANT_100000 + CONSTANT_1, &result); in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal()
346 napi_create_int32(env, CONSTANT_2 * CONSTANT_100000 in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal()
[all...]

Completed in 2 milliseconds