/external/chromium/net/proxy/ |
proxy_resolver_winhttp.cc | 84 BOOL ok = CallWinHttpGetProxyForUrl( local 86 if (!ok) { 89 ok = CallWinHttpGetProxyForUrl( 93 if (!ok) { 106 int rv = OK; 126 // So UseNamedProxy() should work OK. 147 return OK;
|
proxy_config_service_win.cc | 38 return OK;
|
proxy_script_fetcher.cc | 140 // Holds the error condition that was hit on the current request, or OK. 157 result_code_(OK), 290 if (result_code_ == OK && !request->status().is_success()) 307 if (result_code_ == OK) { 329 result_code_ = OK;
|
/external/chromium/net/socket/ |
socks5_client_socket_unittest.cc | 65 ASSERT_EQ(OK, rv); 80 EXPECT_EQ(OK, rv); 132 EXPECT_EQ(OK, rv); 183 EXPECT_EQ(OK, rv); 241 EXPECT_EQ(OK, rv); 263 EXPECT_EQ(OK, rv); 286 EXPECT_EQ(OK, rv); 311 EXPECT_EQ(OK, rv);
|
ssl_client_socket_win.cc | 63 return OK; 271 BOOL ok = CertCloseStore(store_, CERT_CLOSE_STORE_CHECK_FLAG); local 272 DCHECK(ok); 278 BOOL ok = CertAddCertificateContextToStore(store_, client_cert, local 281 DCHECK(ok); 282 return ok ? copy : NULL; 426 BOOL ok = CertCloseStore(my_cert_store, CERT_CLOSE_STORE_CHECK_FLAG); local 427 DCHECK(ok); 445 if (rv != OK) { 452 rv = DoLoop(OK); [all...] |
/frameworks/base/libs/utils/tests/ |
Looper_test.cpp | 170 ASSERT_EQ(OK, pipe.writeSignal()); 218 ASSERT_EQ(OK, pipe.readSignal()) 244 ASSERT_EQ(OK, pipe.readSignal()) 270 ASSERT_EQ(OK, pipe.readSignal()) 293 ASSERT_EQ(OK, pipe.readSignal()) 309 ASSERT_EQ(OK, pipe.readSignal()) 335 ASSERT_EQ(OK, pipe.readSignal()) 412 ASSERT_EQ(OK, pipe.readSignal())
|
/frameworks/base/media/libstagefright/ |
DataSource.cpp | 117 if (httpSource->connect(uri, headers) != OK) { 126 if (source == NULL || source->initCheck() != OK) {
|
MPEG4Writer.cpp | 192 void trackProgressStatus(int64_t timeUs, status_t err = OK); 270 return OK; 284 return OK; 291 return OK; 299 if (err != OK) { 308 return OK; 422 return OK; 476 if (err != OK) { 481 if (err != OK) { 486 return OK; [all...] |
MediaBufferGroup.cpp | 78 return OK;
|
/frameworks/base/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 79 if (err != OK) { 96 if (mInitCheck != OK) {
|
/frameworks/base/native/android/ |
native_window.cpp | 77 if (res != OK) { 96 return res == android::OK ? 0 : -1;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/ |
PowerMgr.c | 160 RETURN: TI_STATUS - OK on success else NOK. 179 return OK; 196 RETURN: TI_STATUS - OK on success else NOK. 284 if ( status != OK ) 330 if ( status != OK ) 362 return OK; 373 RETURN: TI_STATUS - OK or PENDING on success else NOK.\n 391 already enable power-save! thus return OK, but there is an error in the upper 398 return OK; 444 return OK; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/ |
RateAdaptation.c | 205 return OK; 216 * RETURNS: OK - Unload succesfull 239 return OK; 410 allRates[i]) == OK) 419 allRates[i]) == OK)) 458 return OK; 561 return OK; 704 if(status != OK) 709 return OK; 724 return OK; [all...] |
Clsfr.c | 97 * and OK otherwise 213 return OK; 226 * and OK otherwise 238 return OK; 255 OK on success and PARAM_VALUE_NOT_VALID in case of input parameters problems. 316 if( (classifier_getIpAndUdpHeader(pClsfr, pMsdu, &pIpHeader, &pUdpHeader) != OK) || 344 if( (classifier_getIpAndUdpHeader(pClsfr, pMsdu, &pIpHeader, &pUdpHeader) != OK) || 370 if( (classifier_getIpAndUdpHeader(pClsfr, pMsdu, &pIpHeader, &pUdpHeader) != OK) || 412 return OK; 493 return OK; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyParserWep.c | 89 return OK; 114 * OK on success, NOK otherwise. 169 if (status!=OK)
|
rsn.c | 117 * OK if successful, NOK otherwise. 192 * OK if successful, NOK otherwise. 245 * OK if successful, NOK otherwise. 308 if (status != OK) 348 * OK if successful, NOK otherwise. 361 return OK; 379 * OK if successful, NOK otherwise. 385 TI_STATUS status = OK; 399 if (status != OK) 439 * OK if successful, NOK otherwise [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
tx.c | 481 * RETURNS: OK - Configuration unsuccessful 541 pTxData->hReport,pTxData->hOs,0 )) != OK ) 554 pTxData->hReport, pTxData->hOs,MANAGEMENT_QUEUE_SIZE )) != OK ) 576 return OK; 590 * RETURNS: OK - Unload succesfull 597 TI_STATUS status = OK; 609 if (msduList_FreeMsduList( pTxData->dataMsduListArr[queueIndex]) != OK) 618 if (msduList_FreeMsduList( pTxData->mngMsduList) != OK) 657 * RETURNS: OK - stop successful 703 if( msduList_EmptyMsduList( pTxData->dataMsduListArr[queueIndex] ) != OK) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/ |
SwitchChannel.c | 249 if (status != OK) 276 * OK on success, NOK otherwise 349 if (status != OK) 391 return OK; 411 * OK on success, NOK otherwise 440 * OK on success, NOK otherwise 470 * OK on success, NOK otherwise 480 return OK; 485 return OK; 508 RETURN: OK on success, NOK otherwis [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/ |
roamingMngr.c | 290 * OK on success, NOK on failure. 310 if (status != OK) 338 * OK if successful, NOK otherwise. 377 * OK if successful, NOK otherwise. 387 return OK; 393 return OK; 417 * OK on success, NOK on failure. 564 if (status != OK) 614 * OK if successful, NOK otherwise. 621 TI_STATUS status=OK; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
memMngrEx.c | 250 * RETURNS: OK - Configuration succesfull 262 return OK; 275 * RETURNS: OK - Unload succesfull 329 return OK; 348 *RETURN: OK/NOK 422 return OK; 439 * RETURN: OK/NOK 489 return OK; 507 * RETURN: OK/NOK 552 return OK; [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
rndmcoll.cpp | 141 if (test_rule.parseBNF(collationBNF, "$root", TRUE) != LanguageGenerator::OK){
|
/external/icu4c/test/intltest/ |
rndmcoll.cpp | 141 if (test_rule.parseBNF(collationBNF, "$root", TRUE) != LanguageGenerator::OK){
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
MPEG2TSExtractor.cpp | 105 if (finalResult != OK) { 110 if (err != OK) { 170 while (feedMore() == OK) { 226 return OK;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
ResultCode.java | 34 OK(0x00),
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
Concatenator.c | 107 * RETURNS: OK - Configuration succesfull 132 return OK; 144 * RETURNS: OK - Unload succesfull 153 return OK; 171 RETURN: OK : Initiation successful. 280 return OK; 294 RETURN: OK : Initiation succesfull. 349 return OK;
|