HomeSort by relevance Sort by last modified time
    Searched defs:returnValue (Results 26 - 48 of 48) sorted by null

12

  /external/icu4c/i18n/
dtfmtsym.cpp 558 UnicodeString *returnValue = NULL;
565 returnValue = fMonths;
569 returnValue = fShortMonths;
573 returnValue = fNarrowMonths;
583 returnValue = fStandaloneMonths;
587 returnValue = fStandaloneShortMonths;
591 returnValue = fStandaloneNarrowMonths;
600 return returnValue;
620 UnicodeString *returnValue = NULL;
626 returnValue = fWeekdays
    [all...]
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 77 private int returnValue;
265 returnValue = APPROVE_OPTION;
476 returnValue = CANCEL_OPTION;
484 return returnValue;
MemberSpecificationDialog.java 73 private int returnValue;
236 returnValue = APPROVE_OPTION;
425 returnValue = CANCEL_OPTION;
433 return returnValue;
ProGuardGUI.java     [all...]
  /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;
  /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...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 463 bool returnValue = webkit_web_frame_pause_animation(mainFrame, name, time, element);
466 return returnValue;
473 bool returnValue = webkit_web_frame_pause_transition(mainFrame, name, time, element);
476 return returnValue;
483 bool returnValue = webkit_web_frame_pause_svg_animation(mainFrame, name, time, element);
486 return returnValue;
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 901 Object returnValue = method.invoke(null, new Object[0]);
903 h.put(VERSION + "xalan2_2", (String)returnValue);
1000 Object returnValue = method.invoke(null, new Object[0]);
1002 h.put(VERSION + "ant", (String)returnValue);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 224 int returnValue = super.onStartCommand(intent, flags, startId);
229 return returnValue;
  /external/libxml2/
nanoftp.c 137 int returnValue; /* the protocol return value */
484 ret->returnValue = 0;
    [all...]
nanohttp.c 148 int returnValue; /* the protocol return value */
390 ret->returnValue = 0;
688 ctxt->returnValue = ret;
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /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...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.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...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 494 String returnValue;
495 returnValue = _glGetString(
498 return returnValue;
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java     [all...]
  /external/proguard/lib/
proguardgui.jar 
proguard.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2008 milliseconds

12