/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 284 var returnValue = true; 293 returnValue = false; 296 return returnValue; 306 this.returnValue = false; [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 475 code.returnValue(superResult2); 501 superCode.returnValue(superResult); 672 code.returnValue(localOfMethodReturnType); 677 code.returnValue(localOfMethodReturnType); [all...] |
/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...] |
/external/webkit/Source/WebCore/bridge/ |
testbindings.mm | 275 else if (comp.complType() == ReturnValue) {
|
testbindings.cpp | 407 else if (comp.complType() == ReturnValue) {
|
/external/webkit/Source/WebCore/html/ |
HTMLElement.cpp | 563 Node* returnValue = insertAdjacent(where, newChild, ec); 564 ASSERT(!returnValue || returnValue->isElementNode()); 565 return static_cast<Element*>(returnValue); [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/webkit/Source/WebCore/bindings/v8/ |
NPV8Object.cpp | 123 NPObject* returnValue = v8ObjectToNPObject(object); 124 _NPN_RetainObject(returnValue); 125 return returnValue;
|
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 127 ReturnValueSlot ReturnValue, [all...] |
CodeGenFunction.h | 596 /// ReturnValue - The temporary alloca to hold the return value. This is null 598 llvm::Value *ReturnValue; [all...] |
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
tst_qwebpage.cpp | 620 paramValues(pv), returnValue(r) 626 QObject *returnValue; 679 QVERIFY(ci.returnValue != 0); 680 QVERIFY(ci.returnValue->inherits("QPushButton")); 714 QVERIFY(ci.returnValue != 0); 715 QVERIFY(ci.returnValue->inherits("QLineEdit")); 729 QVERIFY(ci.returnValue != 0); 730 QVERIFY(ci.returnValue->inherits("QPushButton")); 764 QVERIFY(ci.returnValue); 765 QVERIFY(ci.returnValue->inherits("QGraphicsWidget")) [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...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorCPP.pm | 566 my $returnValue = shift; 570 return " return static_cast<const WTF::String&>($returnValue);\n"; 573 return " return $returnValue;\n"; [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...] |
/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/dexmaker/src/main/java/com/google/dexmaker/ |
DexMaker.java | 169 * code.returnValue(result); 171 * code.returnValue(i);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableListTest.java | 582 Object returnValue = method.invoke(delegate, args); 584 return returnValue;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapeBrowserFuncs.cpp | 878 bool returnValue = plugin->convertPoint(sourceX, sourceY, sourceSpace, destinationX, destinationY, destSpace); 885 return returnValue;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.cpp | [all...] |