Searched
refs:OK (Results
401 -
425 of
513) sorted by null
<<11121314151617181920>>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
esta_drv.c | 252 return OK; 557 /* print_deb("^^^ free %p %d bytes (%s)\n", skb->data, skb->len, (status==OK) ? "OK" : "ERROR" ); */ 638 if(status != OK) 644 /* print_deb("$$$ configMgr_allocMSDUBufferOnly()=OK pMsdu=%p\n", pMsdu ); */ 648 if(status != OK) { 654 /* print_deb("$$$ configMgr_allocBDs()=OK pCurBd=%p first=%p\n", pCurBd, pMsdu->firstBDPtr ); */ 685 if(status != OK) 714 status = OK; 730 if (status == OK) { [all...] |
ioctl_list.c | 107 if( res == OK )
|
/frameworks/base/media/libstagefright/omx/ |
OMX.cpp | 209 return OK; 241 return OK; 535 if (((SoftwareRenderer *)impl)->initCheck() != OK) {
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPConnection.cpp | 474 return OK; 554 return OK; 572 return OK;
|
AAMRAssembler.cpp | 216 return OK;
|
/external/chromium/net/socket/ |
ssl_test_util.cc | 316 if (rv != net::OK) 322 return rv == net::OK;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/ |
FwEvent.c | 147 * RETURNS: OK 284 * rc - Code passed FwEvent_EventComplete(), either OK or MORE 316 if (OK == TNETWIF_UnMux (pFwEvent->hTNETWIF)) 491 * RETURNS: OK - if in Idle NOK - else 532 return OK; 718 * rc - OK or MORE [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Xfer/Slave_Dbl_Buf/ |
txXfer.c | 101 * RETURNS: OK or NOK 112 return OK; 211 return OK; [all...] |
/external/chromium/net/base/ |
mock_host_resolver.cc | 17 // IPv6 literal. Returns OK on success. 26 bool ok = url_canon::IPv6AddressToNumber(host_brackets.data(), local 29 if (!ok) { 35 return OK;
|
x509_certificate_mac.cc | 90 return OK; 641 return OK;
|
x509_certificate_win.cc | 62 return OK; 671 return OK;
|
/external/chromium/net/proxy/ |
single_threaded_proxy_resolver.cc | 182 if (result_code >= OK) { // Note: unit-tests use values > 0.
|
/external/chromium/net/socket_stream/ |
socket_stream_unittest.cc | 102 callback_->Run(net::OK);
|
/external/grub/netboot/ |
sis900.h | 192 OK = 0x08000000,
|
/external/webkit/WebKit/wx/bindings/python/samples/ |
simple.py | 123 self.current, wx.OK|wx.CANCEL)
|
/frameworks/base/core/java/android/bluetooth/ |
AtParser.java | 270 // Ok we have a command that starts with AT. Process it 353 if (result.getResultCode() != AtCommandResult.OK) { 364 // Finished processing (and all results were ok)
|
/frameworks/base/media/libmediaplayerservice/ |
MediaRecorderClient.cpp | 57 bool ok = checkCallingPermission(String16(permissionString)); 58 if (!ok) LOGE("Request requires %s", permissionString); 59 return ok; 336 return OK;
|
/packages/apps/Browser/src/com/android/browser/ |
AddBookmarkPage.java | 103 mButton = (TextView) findViewById(R.id.OK);
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdDetailsDialog.java | 106 if (mAvdInfo.getStatus() != AvdStatus.OK) {
|
AvdSelector.java | 760 item.setImage(0, status == AvdStatus.OK ? mOkImage : 828 selection.getStatus() == AvdStatus.OK); 845 if (dlg.open() == Window.OK) { [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
whalDebug.c | 213 if (cmdCbStatus != OK)
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | 297 #undef OK 298 #define OK (0) 382 bool _leaveok; /* OK to not reset cursor on exit? */ 383 bool _scroll; /* OK to scroll this window? */ 384 bool _idlok; /* OK to use insert/delete line? */ 385 bool _idcok; /* OK to use insert/delete char? */ [all...] |
ncurses.h | 297 #undef OK 298 #define OK (0) 382 bool _leaveok; /* OK to not reset cursor on exit? */ 383 bool _scroll; /* OK to scroll this window? */ 384 bool _idlok; /* OK to use insert/delete line? */ 385 bool _idcok; /* OK to use insert/delete char? */ [all...] |
/external/chromium/net/url_request/ |
url_request_unittest.h | 78 return net::OK; 96 return net::OK;
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
CommandParamsFactory.java | 170 sendCmdParams(ResultCode.OK); 202 return ResultCode.OK;
|
Completed in 2467 milliseconds
<<11121314151617181920>>