HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/webkit/JavaScriptCore/wtf/
FastMalloc.h 65 bool returnValue = !!m_data;
67 return returnValue;
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 235 BooleanAndDataReply(boolean_t returnValue, RetainPtr<CFDataRef> result)
237 , m_returnValue(returnValue)
WebKitPluginHost.defs 234 returnValue :boolean_t;
  /frameworks/base/core/java/android/preference/
PreferenceGroup.java 174 final boolean returnValue = removePreferenceInt(preference);
176 return returnValue;
  /frameworks/base/obex/javax/obex/
ClientOperation.java 398 boolean returnValue = false;
469 returnValue = true;
481 if ((mPrivateOutput.isClosed()) && (!returnValue) && (!mEndOfBodySent)
517 return returnValue;
527 returnValue = true;
529 return returnValue;
ClientSession.java 178 HeaderSet returnValue = op.getReceivedHeader();
181 return returnValue;
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 52 int16_t returnvalue; local
68 returnvalue = 0;
71 returnvalue = 1;
73 returnvalue = -1;
75 return(returnvalue);
  /external/libxml2/
nanohttp.c 148 int returnValue; /* the protocol return value */
390 ret->returnValue = 0;
688 ctxt->returnValue = ret;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 53 * ReturnValue from the MonkeyCommand that indicates whether the
681 * @param returnValue the value to return from this command.
683 private void returnOk(String returnValue) {
686 output.println(returnValue);
  /external/proguard/docs/manual/
optimizations.html 95 <code><b>method/propagation/returnvalue</b></code></dt>
  /external/webkit/WebCore/bindings/js/
JSInjectedScriptHostCustom.cpp 85 if (comp.complType() != JSC::Normal && comp.complType() != JSC::ReturnValue)
WorkerScriptController.cpp 126 if (comp.complType() == Normal || comp.complType() == ReturnValue)
JSDOMWindowCustom.cpp     [all...]
  /frameworks/base/tools/preload/
sorttable.js 412 var returnValue = true;
421 returnValue = false;
424 return returnValue;
434 this.returnValue = false;
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 556 v8::Local<v8::Value> returnValue;
559 returnValue = context->Global()->Get(v8::String::New("returnValue"));
562 if (!returnValue.IsEmpty())
563 return returnValue;
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ics_info.cpp 196 RETURNING( temp = returnValue )
208 RETURNING(local_max_sfb = returnValue)
226 RETURNING(temp = returnValue)
249 RETURNING(first_ltp_data_present = returnValue)
271 RETURNING(second_ltp_data_present = returnValue)
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 490 paramValues(pv), returnValue(r)
496 QObject *returnValue;
552 QVERIFY(ci.returnValue != 0);
553 QVERIFY(ci.returnValue->inherits("QPushButton"));
587 QVERIFY(ci.returnValue != 0);
588 QVERIFY(ci.returnValue->inherits("QLineEdit"));
602 QVERIFY(ci.returnValue != 0);
603 QVERIFY(ci.returnValue->inherits("QPushButton"));
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 739 boolean returnValue;
751 returnValue = win.performPanelIdentifierAction(
760 return mr.returnValue;
802 boolean returnValue;
813 returnValue = win.performContextMenuIdentifierAction(
822 return cmr.returnValue;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 224 int returnValue = super.onStartCommand(intent, flags, startId);
229 return returnValue;
  /external/webkit/WebCore/bridge/
testbindings.mm 275 else if (comp.complType() == ReturnValue) {
  /external/webkit/WebCore/html/
HTMLElement.cpp 582 Node* returnValue = insertAdjacent(where, newChild, ec);
583 ASSERT(!returnValue || returnValue->isElementNode());
584 return static_cast<Element*>(returnValue);
    [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 543 boolean returnValue;
583 returnValue = true;
592 returnValue = false;
597 return returnValue;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]

Completed in 6595 milliseconds

1 23 4 5