HomeSort by relevance Sort by last modified time
    Searched full:returnvalue (Results 251 - 275 of 397) sorted by null

<<111213141516

  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlcreatergbsurface.html 290 CLASS="RETURNVALUE"
sdlsetvideomode.html 451 CLASS="RETURNVALUE"
  /external/v8/src/
hydrogen.h 584 virtual void ReturnValue(HValue* value) = 0;
629 virtual void ReturnValue(HValue* value);
642 virtual void ReturnValue(HValue* value);
665 virtual void ReturnValue(HValue* value);
    [all...]
mirror-debugger.js     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 106 <code><b>method/propagation/returnvalue</b></code></dt>
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 123 NPObject* returnValue = v8ObjectToNPObject(object);
124 _NPN_RetainObject(returnValue);
125 return returnValue;
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 130 LayoutUnit returnValue;
131 returnValue.setRawValue(::abs(m_value));
132 return returnValue;
  /external/chromium_org/v8/src/
hydrogen.cc     [all...]
mirror-debugger.js     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 152 /// ReturnValue - The temporary alloca to hold the return value. This is null
154 llvm::Value *ReturnValue;
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 749 boolean returnValue;
761 returnValue = win.performPanelIdentifierAction(
770 return mr.returnValue;
812 boolean returnValue;
823 returnValue = win.performContextMenuIdentifierAction(
832 return cmr.returnValue;
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
ApiComparator.java 832 IClassDefinition returnValue = null;
834 returnValue = ((IClassReference) type).getClassDefinition()
    [all...]
  /external/apache-xml/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...]
  /external/chromium_org/chrome/tools/tracing/
trace.html 359 event.returnValue = false;
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 667 boolean returnValue;
707 returnValue = true;
716 returnValue = false;
721 return returnValue;
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 36 static T setErrorFunc(GLint error, T returnValue) {
38 return returnValue;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DebuggerModel.js 887 get returnValue()
889 return this._payload.returnValue;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 665 void *returnValue = z->data;
724 return returnValue;
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 169 * code.returnValue(result);
171 * code.returnValue(i);
Code.java 105 * #returnValue returnValue()} with a local whose return type matches the
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 582 Object returnValue = method.invoke(delegate, args);
584 return returnValue;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp 1062 String returnValue;
1063 if (page->chrome().runJavaScriptPrompt(m_frame, message, defaultValue, returnValue))
1064 return returnValue;
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 495 String returnValue;
496 returnValue = _glGetString(
499 return returnValue;
    [all...]

Completed in 1813 milliseconds

<<111213141516