Home
last modified time | relevance | path

Searched refs:__constructor_order (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dtest_harness.h296 if (!__constructor_order) \
297 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \
402 static int __constructor_order = 0; variable
425 if (__constructor_order == _CONSTRUCTOR_ORDER_FORWARD) { in __register_test()
517 if (!__constructor_order) in __constructor_order_first()
518 __constructor_order = _CONSTRUCTOR_ORDER_FORWARD; in __constructor_order_first()
/cts/tests/tests/os/jni/seccomp-tests/
Dlocal-modifications-android.diff52 if (!__constructor_order) \
53 __constructor_order = _CONSTRUCTOR_ORDER_BACKWARD; \