HomeSort by relevance Sort by last modified time
    Searched full:retvalue (Results 1 - 25 of 44) sorted by null

1 2

  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c 252 ULONG retValue;
254 retValue = UtilSetParam(pAdapter, REGULATORY_DOMAIN_CURRENT_TX_POWER_IN_DBM_PARAM, pData, sizeof(UINT8));
256 return retValue;
270 ULONG retValue;
272 retValue = UtilGetParam(pAdapter, REGULATORY_DOMAIN_TX_POWER_LEVEL_TABLE_PARAM, pData, sizeof(TIWLAN_POWER_LEVEL_TABLE));
275 return retValue;
290 ULONG retValue;
292 retValue = UtilSetParam(pAdapter, RX_DATA_ENABLE_DISABLE_RX_DATA_FILTERS, pData, Length);
294 return retValue;
420 ULONG retValue;
    [all...]
osRgstry.c     [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteStatement.java 107 long retValue = native_1x1_long();
109 return retValue;
133 String retValue = native_1x1_string();
135 return retValue;
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 377 boolean retValue;
379 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos);
382 retValue = true;
387 return retValue;
402 Object retValue;
404 retValue = mExpandableListAdapter
407 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos,
416 return retValue;
423 long retValue;
425 retValue = mExpandableListAdapter.getCombinedGroupId(groupId)
    [all...]
ExpandableListView.java 608 boolean retValue = mConnector.expandGroup(groupPos);
614 return retValue;
625 boolean retValue = mConnector.collapseGroup(groupPos);
631 return retValue;
    [all...]
ZoomButtonsController.java 603 boolean retValue = targetView.dispatchTouchEvent(containerEvent);
605 return retValue;
Gallery.java 839 boolean retValue = mGestureDetector.onTouchEvent(event);
849 return retValue;
    [all...]
  /external/icu4c/common/
ubidiimp.h 313 #define RETURN_IF_NULL_OR_FAILING_ERRCODE(pErrcode, retvalue) \
314 if((pErrcode)==NULL || U_FAILURE(*pErrcode)) return retvalue
315 #define RETURN_IF_NOT_VALID_PARA(bidi, errcode, retvalue) \
318 return retvalue; \
320 #define RETURN_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode, retvalue) \
323 return retvalue; \
325 #define RETURN_IF_BAD_RANGE(arg, start, limit, errcode, retvalue) \
328 return retvalue; \
  /external/libxml2/include/libxml/
xmlschemastypes.h 113 const xmlChar **retValue);
116 const xmlChar **retValue,
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 745 boolean retValue = true;
757 retValue = false;
760 return retValue;
786 boolean retValue = true;
816 retValue = false;
818 return retValue;
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 246 Float retValue = null;
249 retValue = cursor.getFloat(colIndex);
251 return retValue;
  /external/libxml2/
xmlschemastypes.c     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 878 ElemTemplate retValue = null;
889 retValue = curPattern.getTemplate();
895 retValue = curPattern.getTemplate();
908 retValue = (ElemTemplate) hashIterator.nextElement();
913 ct = (ElemTemplate) m_compilerCache.get(new Integer(retValue.getUid()));
916 m_compilerCache.put(new Integer(retValue.getUid()), retValue);
917 return retValue;
  /system/netd/
logwrapper.c 166 int retValue = parent(argv[0], parent_ptty);
168 return retValue;
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 433 public boolean retValue = false;
438 retValue = succeeded;
468 return observer.retValue;
494 return observer.retValue;
540 public boolean retValue = false;
547 retValue = succeeded;
676 return observer.retValue;
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 374 bool* retValue = static_cast<bool*>(value);
375 *retValue = !networkStateNotifier().onLine();
509 bool* retValue = static_cast<bool*>(value);
510 *retValue = !networkStateNotifier().onLine();
  /external/dnsmasq/src/
rfc1035.c 35 int retvalue = 1; local
61 retvalue = 2;
68 return retvalue;
152 retvalue = 2;
162 retvalue = 2;
169 retvalue = 2;
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 602 evalJS("var retvalue;\
605 retvalue = eval('" + escaped + "'); \
606 typevalue = typeof retvalue; \
607 if (retvalue instanceof Array) \
611 retvalue = e.name + ': ' + e.message;\
614 QVariant ret = evalJSV("retvalue");
621 evalJS("delete retvalue; delete typevalue");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]

Completed in 1904 milliseconds

1 2