Searched refs:selectResult (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 115 boolean selectResult = result.contains(enc); in verifyResultUTF16() 116 if (selectResult != manualResult) { in verifyResultUTF16() 119 + ", selectForString(): " + selectResult + "\n"); in verifyResultUTF16()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 9546 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, timeout_millis); local 9548 if (selectResult == THROWN_EXCEPTION) { 9554 if (selectResult == -1) { 9561 if (selectResult == 0) { 9839 … int selectResult = sslSelect(env, sslError.get(), fdObject, appData, read_timeout_millis); local 9840 if (selectResult == THROWN_EXCEPTION) { 9843 if (selectResult == -1) { 9846 if (selectResult == 0) { 10156 int selectResult = sslSelect(env, sslError.get(), fdObject, appData, local 10158 if (selectResult == THROWN_EXCEPTION) { [all …]
|