Searched refs:CONSTANT_4 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 47 #define CONSTANT_4 4
macro 873 napi_create_int32(env, CONSTANT_100000 + CONSTANT_4, &result);
in testNativeWindowNativeWindowHandleOptSetGetSourceTypeAbnormal() 1201 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowSetDynamicMetadataValue2() 1206 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowSetDynamicMetadataValue2() 1210 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowSetDynamicMetadataValue2() 1432 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowSetStaticMetadataValue2() 1437 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowSetStaticMetadataValue2() 1441 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_3, &result);
in testNativeWindowSetStaticMetadataValue2() 1601 if (bufferSize != CONSTANT_4) {
in testNativeWindowSetMetadataValue2() 1605 X = CONSTANT_4; // in testNativeWindowSetMetadataValue2() [all...] |
H A D | nativewindow1.cpp | 38 #define CONSTANT_4 4
macro 318 napi_create_int32(env, CONSTANT_4, &result);
in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() 542 for (int i = 0; i < CONSTANT_4; ++i) {
in testNativeWindowNativeWindowRequestAbortBufferMax() 595 napi_create_int32(env, CONSTANT_4, &result);
in testNativeWindowNativeWindowRequestAbortBufferErrorCode() 1517 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2() 1522 napi_create_int32(env, CONSTANT_4 * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowAtDetachDifferentBufferAbnormal2()
|
Completed in 7 milliseconds