/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
unicastKey802_1x.c | 165 * OK on success, NOK otherwise. 192 if (status != OK) 225 * OK on success, NOK otherwise. 253 * OK on success, NOK otherwise. 282 * OK on success, NOK otherwise. 311 * OK on success, NOK otherwise. 338 * OK on success, NOK otherwise. 349 if (status != OK) 359 if (status != OK) 366 status = pUnicastKey->pParent->reportUcastStatus(pUnicastKey->pParent, OK); [all...] |
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
ipc_sta.c | 168 if(res != OK) 174 return OK; 185 if(res != OK) 193 return OK;
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 84 public final static MonkeyCommandReturn OK = new MonkeyCommandReturn(true); 115 return OK; 118 return OK; 143 // Ok, it wasn't a number 164 return OK; 186 // Ok, it wasn't a number 192 return OK; 211 // Ok, you gave us something bad. 227 return OK; 244 // Ok, it wasn't a number, see if we have [all...] |
/frameworks/base/media/libstagefright/ |
NuCachedSource2.cpp | 180 mFinalStatus(OK), 241 CHECK_EQ(mFinalStatus, (status_t)OK); 267 if (mFinalStatus != OK) { 275 && mFinalStatus == OK 332 if (mFetching || mFinalStatus != OK) { 416 *eos = (mFinalStatus != OK); 451 if (mFinalStatus != OK) { 478 return OK; 488 mFinalStatus = OK; 491 return OK; [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/ |
AVCDecoder.cpp | 175 return OK; 206 return OK; 329 if (err != OK) { 331 return (*out == NULL) ? err : (status_t)OK; 435 err = OK; 455 err = OK; 477 err = OK; 484 err = OK; 503 err = OK; 513 err = OK; [all...] |
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
cu_cmd.c | [all...] |
/dalvik/vm/mterp/x86/ |
OP_AGET_WIDE.S | 15 jb .L${opcode}_finish # index < length, OK
|
OP_APUT_WIDE.S | 15 jb .L${opcode}_finish # index < length, OK
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_x509v3_nist.sh | 38 OK=0 42 OK=1 45 OK=0 51 OK=0 57 OK=1 60 OK=0 64 OK=0 68 if [ $OK -eq 1 ]; then
|
test_x509v3_nist2.sh | 34 OK=0 38 OK=1 41 OK=0 47 OK=0 53 OK=1 56 OK=0 60 OK=0 64 if [ $OK -eq 1 ]; then
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnOidSM.c | 58 * \return OK if successful, NOK otherwise.\n 126 * \return OK if successful, NOK otherwise.\n 132 TI_STATUS status = OK; 138 if ( status != OK ) 162 * \return OK if successful, NOK otherwise.\n 179 return OK; 261 return OK; 271 * \return OK if successful, NOK otherwise.\n 288 return OK; 370 return OK; [all...] |
ScanCncnDrvSM.c | 61 * \return OK if successful, NOK otherwise.\n 197 * \return OK if successful, NOK otherwise.\n 203 TI_STATUS status = OK; 209 if ( status != OK ) 233 * \return OK if successful, NOK otherwise.\n 289 /* return OK; - unreachable */ 299 * \return OK if successful, NOK otherwise.\n 319 return OK; 329 * \return OK if successful, NOK otherwise.\n 398 if ( OK != (status = mlmeParser_registerForBeaconAndProbeResp( pScanConcentrator->hMlme, [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalRadio.c | 78 return OK; 188 return OK;
|
whalParams.c | 106 * RETURNS: OK or NOK 112 return OK; 126 * RETURNS: OK or NOK 131 return OK; 160 * RETURNS: OK or NOK 223 return OK; 247 return OK; 261 return OK; 296 return OK; 353 return OK; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/ |
whalWep.c | 88 return (OK); 185 return (OK);
|
/external/chromium/net/websockets/ |
websocket_throttle.cc | 63 return OK; 79 return OK; 92 return OK; 122 callback_->Run(OK); 178 return OK; 192 return OK;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/ |
connIbss.c | 95 RETURN: OK on success, NOK otherwise 158 RETURN: OK on success, NOK otherwise 191 if (status != OK) 225 RETURN: OK on success, NOK otherwise 247 return OK; 261 RETURN: OK on success, NOK otherwise 304 RETURN: OK on success, NOK otherwise 337 return OK; 352 RETURN: OK on success, NOK otherwise 388 RETURN: OK on success, NOK otherwis [all...] |
conn.c | 128 if (status != OK) 139 if (status != OK) 172 RETURN: OK on success, NOK otherwise 242 return OK; 257 RETURN: OK on success, NOK otherwise 266 return OK; 271 return OK; 288 RETURN: OK on success, NOK otherwise 325 return OK; 340 RETURN: OK on success, NOK otherwis [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/ |
mlmeParser.c | 156 if (status != OK) 159 return OK; 277 if (status != OK) 290 if (status != OK) 302 if (status != OK) 330 if (status != OK) 346 if (status != OK) 373 if (status != OK) 390 if (status != OK) 406 if (status != OK) [all...] |
/frameworks/base/media/libstagefright/rtsp/ |
AMPEG4AudioAssembler.cpp | 102 return OK; 139 return OK; 144 CHECK_EQ(parseAudioObjectType(bits, &audioObjectType), (status_t)OK); 163 CHECK_EQ(parseAudioObjectType(bits, &audioObjectType), (status_t)OK); 172 bits, audioObjectType, channelConfiguration), (status_t)OK); 196 (status_t)OK); 210 return OK; 245 CHECK_EQ(parseAudioSpecificConfig(bits), (status_t)OK); 309 return OK; 462 return OK; [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/apConn/ |
apConn.c | 315 if (status == OK) 349 * OK if successful, NOK otherwise. 367 return OK; 387 * OK on success, NOK on failure. 523 if (status == OK) 579 return OK; 629 * I - result - OK if successfully connected, NOK otherwise \n 633 * OK if successful, NOK otherwise. 651 return OK; 670 * OK if successful, NOK otherwise [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/ |
configMgr.c | 281 RETURN: OK on success, NOK on failure 335 RETURN: OK on success, NOK on failure 386 RETURN: OK on success, NOK on failure 439 RETURN: OK on success, NOK on failure 455 return OK; 489 RETURN: OK on success, NOK on queue full 532 RETURN: OK on success, NOK on failure 540 TI_STATUS status = OK; 573 RETURN: OK on success, NOK on failure 604 RETURN: OK on success, NOK on failur [all...] |
/frameworks/base/cmds/stagefright/ |
stagefright.cpp | 96 if (err != OK) { 135 } else if (err != OK) { 216 if (err != OK) { 353 if (err != OK) { 363 return OK; 386 (status_t)OK); 391 CHECK_EQ(writer->start(params.get()), (status_t)OK); 400 CHECK_EQ((status_t)OK, source->start()); 423 if (err != OK) { 438 if (err == OK) { [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/ |
fourXManager.c | 70 return OK; 83 if(status != OK) 169 return OK; 210 return OK; 299 return OK; 345 return OK; 386 return OK;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/BusTxn/ |
whalHwAccess.c | 327 int status = OK; 393 * RETURNS: one of the error codes (0 => OK) 417 return OK; 431 * RETURNS: one of the error codes (0 => OK) 436 int status = OK; 516 return OK; 531 * RETURNS: one of the error codes (0 => OK) 536 int status = OK; 548 if (status != OK) 556 return OK; [all...] |