HomeSort by relevance Sort by last modified time
    Searched refs:OK (Results 376 - 400 of 505) sorted by null

<<11121314151617181920>>

  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 32 #define OK 0
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 84 case OK:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 148 // open the dialog and return the object selected if OK was clicked, or null otherwise
149 if (dialog.open() == Window.OK) {
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
commonTypes.h 337 #undef OK
343 #if !defined(OK) || (OK!=0)
344 OK = 0,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
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...]
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 32 #define OK 0
  /external/chromium/net/base/
file_stream_win.cc 42 return OK;
170 return OK;
host_resolver_impl.cc 107 if (error == OK)
195 error_(OK) {
340 if (error_ == OK)
362 // ResolveAddrInfo, but that's OK... we'll use it anyways, and the owning
598 if (error == OK)
613 if (error == OK) {
869 bool was_resolved = error == OK;
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;
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 99 return OK;
264 while ((err = getNextNALUnit(&data, &size, &nalStart, &nalSize)) == OK) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 78 private static final int OK = 0;
387 case StatusCodes.OK:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 208 // open the dialog and use the object selected if OK was clicked, or null otherwise
209 if (dialog.open() == Window.OK) {
290 if (npwAction.getDialogResult() == Dialog.OK) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 146 if (dlg.open() == Window.OK) {
157 if (dlg.open() == Window.OK) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 217 status = new Status(IStatus.OK, AdtPlugin.PLUGIN_ID,
218 IStatus.OK, "", //$NON-NLS-1$
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/DebugTrace_Xfer/
DebugTraceXfer.c 310 pDebugTrace->returnValue = OK;
567 if (Stt != OK)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c 198 RETURN: OK
218 return OK;
247 RETURN: OK
386 if (rsn_evalSite(pSiteMgr->hRsn, &rsnData, pSiteEntry->bssType, pSiteEntry->bssid, &metric) != OK)
399 if (ctrlData_evalSite(pSiteMgr->hCtrlData, &pSiteEntry->fourXParams, &metric) != OK)
    [all...]
  /external/chromium/net/disk_cache/
entry_impl.cc 355 if (net::OK != result)
369 if (net::OK != result)
381 if (net::OK != result)
401 return net::OK;
876 return net::OK;
880 if (net::OK != result)
backend_impl.cc 386 return net::OK;
476 return net::OK;
500 return net::OK;
522 return net::OK;
567 return net::OK;
599 return net::OK;
611 return net::OK;
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 207 if (res != android::OK) {
215 if (res != android::OK) {
267 if (res != android::OK) {
484 if (nativeInputQueue->getConsumer().initialize() != android::OK) {
493 return OK;
935 if (err != OK) {
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
ackEmulDb.c 123 return OK;
132 return OK;
272 * RETURNS: Ok if exist otherwise NOK
294 return OK;
312 * RETURNS: Ok if exist otherwise NOK
333 return OK;
552 * RETURNS: Ok if change state to active, otherwise NOK
605 return OK;
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.cpp 472 return OK;
552 return OK;
570 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...]

Completed in 1106 milliseconds

<<11121314151617181920>>