Searched defs:status2 (Results 1 - 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
H A Dtest_integration.c41 int status = 0, status1 = 0, status2 = 0; local
53 status2 = system("sediff -q policy.24 \\; policy.conf.24 &> /dev/null");
55 if (WIFSIGNALED(status2) && (WTERMSIG(status2) == SIGINT || WTERMSIG(status2) == SIGQUIT))
62 CuAssertIntEquals(tc, 1, WIFEXITED(status2));
63 CuAssertIntEquals(tc, 0, WEXITSTATUS(status2));
/external/libchrome/sandbox/linux/services/
H A Dyama_unittests.cc89 int status2 = Yama::GetStatus(); local
90 EXPECT_EQ(status1, status2);
/external/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp90 UErrorCode status1 = U_ZERO_ERROR, status2= U_ZERO_ERROR; local
94 myCollator->getCollationKey(subt, collationKey2, status2);
101 myCollator->getCollationKey(subt, collationKey2, status2);
108 myCollator->getCollationKey(subt, collationKey2, status2);
118 myCollator->getCollationKey(addOne, collationKey2, status2);
H A Dnumfmtst.cpp7490 UErrorCode status2 = U_ZERO_ERROR; local
7491 Formattable f(StringPiece("73476730924573500000000.0"), status2); // weight of the moon, kg
7492 assertSuccess("Constructing a StringPiece", status2);
7496 UErrorCode status2 = U_ZERO_ERROR; local
7499 assertSuccess("Constructing a Formattable from a default constructed Locale()", status2);
/external/icu/icu4c/source/test/letest/
H A Dgendata.cpp257 UErrorCode status2 = U_ZERO_ERROR; local
258 u_strToUTF8(uversion_utf8, 300, NULL, uversion, -1, &status2);
259 if(U_FAILURE(status2)) {
/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h163 UErrorCode status2 = U_ZERO_ERROR; local
169 cal = Calendar::createInstance(status2);
170 check(status2, "Calendar::createInstance");
186 date = cal->getTime(status2);
187 check(status2, "Calendar::getTime");
193 fmt->format(date, str, status2);
291 UErrorCode status2 = U_ZERO_ERROR; local
337 UErrorCode status2 = U_ZERO_ERROR; local
341 cal = Calendar::createInstance(status2);
342 check(status2, "Calenda
436 UErrorCode status2 = U_ZERO_ERROR; local
481 UErrorCode status2 = U_ZERO_ERROR; local
528 UErrorCode status2 = U_ZERO_ERROR; local
574 call(UErrorCode* status2) argument
703 call(UErrorCode* status2) argument
782 call(UErrorCode* status2) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp586 UErrorCode status2 = U_ZERO_ERROR; local
587 udbg_getSystemParameterValueByIndex(i, str,2000,&status2);
588 if(U_SUCCESS(status2)) {
591 fprintf(out," <!-- n=\"%s\" ERROR: %s -->\n", paramName, u_errorName(status2));
/external/kernel-headers/original/uapi/sound/
H A Dhdspm.h54 int status2; member in struct:hdspm_peak_rms
/external/libnfc-nci/src/nfc/tags/
H A Dce_t3t.c179 void ce_t3t_send_rsp (tCE_CB *p_ce_cb, UINT8 *p_nfcid2, UINT8 opcode, UINT8 status1, UINT8 status2) argument
203 UINT8_TO_STREAM (p_dst, status2);
1006 tNFC_STATUS CE_T3tSendCheckRsp (UINT8 status1, UINT8 status2, UINT8 num_blocks, UINT8 *p_block_data) argument
1013 CE_TRACE_API3 ("CE_T3tCheckRsp: status1=0x%02X, status2=0x%02X, num_blocks=%i", status1, status2, num_blocks);
1034 UINT8_TO_STREAM (p_dst, status2);
1062 tNFC_STATUS CE_T3tSendUpdateRsp (UINT8 status1, UINT8 status2) argument
1067 CE_TRACE_API2 ("CE_T3tUpdateRsp: status1=0x%02X, status2=0x%02X", status1, status2);
1068 ce_t3t_send_rsp (p_ce_cb, NULL, T3T_MSG_OPC_UPDATE_RSP, status1, status2);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c178 UErrorCode status = U_ZERO_ERROR, status2 = U_ZERO_ERROR; local
181 length2= unorm_normalize(source, -1, mode, 0, NULL, 0, &status2);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp520 UErrorCode status2 = U_ZERO_ERROR; local
521 fprintf(stderr, "Cloning a %s calendar with tz=%ld\n", ((Calendar*)instance)->getType(), ((Calendar*)instance)->get(UCAL_ZONE_OFFSET, status2));
542 UErrorCode status2 = U_ZERO_ERROR; local
543 fprintf(stderr, "New default calendar has tz=%d\n", ((Calendar*)nc)->get(UCAL_ZONE_OFFSET, status2));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 3369 milliseconds