Searched defs:act1 (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
H A Dtwoevtimers.c42 struct sigaction act1, act2; local
49 act1.sa_handler = handler_abrt;
50 act1.sa_flags = 0;
54 if ((sigemptyset(&act1.sa_mask) != 0) ||
59 if ((sigaction(SIGABRT, &act1, 0) != 0) ||
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java2844 short[] act1, short[] act2) {
2846 impact = new short[][] {act1, act2};
2843 ImpTabPair(byte[][] table1, byte[][] table2, short[] act1, short[] act2) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2879 short[] act1, short[] act2) {
2881 impact = new short[][] {act1, act2};
2878 ImpTabPair(byte[][] table1, byte[][] table2, short[] act1, short[] act2) argument

Completed in 111 milliseconds