/external/webkit/Source/WebCore/bindings/js/ |
WorkerScriptController.cpp | 137 if (completionType == Normal || completionType == ReturnValue)
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebKitPluginHost.defs | 234 returnValue :boolean_t;
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginProxy.h | 114 void evaluate(const NPVariantData& npObjectAsVariantData, const String& scriptString, bool allowPopups, bool& returnValue, NPVariantData& resultData);
|
/frameworks/base/tools/preload/ |
sorttable.js | 412 var returnValue = true; 421 returnValue = false; 424 return returnValue; 434 this.returnValue = false;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ClientRulesEngine.java | 371 final AtomicReference<String> returnValue = 394 returnValue.set(fqcn); 424 if (returnValue.get() != null) { 425 return returnValue.get();
|
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
CodeGen.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
CodeGen.java | [all...] |
/external/clang/lib/CodeGen/ |
CGExprCXX.cpp | 27 ReturnValueSlot ReturnValue, 54 Callee, ReturnValue, Args, MD); 170 ReturnValueSlot ReturnValue) { 174 return EmitCXXMemberPointerCallExpr(CE, ReturnValue); 193 ReturnValue, CE->arg_begin(), CE->arg_end()); 278 return EmitCXXMemberCall(MD, Callee, ReturnValue, This, /*VTT=*/0, 284 ReturnValueSlot ReturnValue) { 324 ReturnValue, Args); 330 ReturnValueSlot ReturnValue) { 349 return EmitCXXMemberCall(MD, Callee, ReturnValue, This, /*VTT=*/0 [all...] |
CGStmt.cpp | 725 Builder.CreateStore(RV.getScalarVal(), ReturnValue); 727 EmitAggregateCopy(ReturnValue, RV.getAggregateAddr(), Ty); 729 StoreComplexToAddr(RV.getComplexVal(), ReturnValue, false); 753 } else if (!ReturnValue) { 764 Builder.CreateStore(Result.getScalarVal(), ReturnValue); 766 Builder.CreateStore(EmitScalarExpr(RV), ReturnValue); 768 EmitComplexExprIntoAddr(RV, ReturnValue, false); 770 EmitAggExpr(RV, AggValueSlot::forAddr(ReturnValue, Qualifiers(), true)); [all...] |
CGVTables.cpp | [all...] |
CodeGenFunction.h | 628 /// ReturnValue - The temporary alloca to hold the return value. This is null 630 llvm::Value *ReturnValue; [all...] |
/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/proguard/src/proguard/gui/ |
ProGuardGUI.java | [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 740 boolean returnValue; 752 returnValue = win.performPanelIdentifierAction( 761 return mr.returnValue; 803 boolean returnValue; 814 returnValue = win.performContextMenuIdentifierAction( 823 return cmr.returnValue; [all...] |
/external/webkit/Source/JavaScriptCore/interpreter/ |
Interpreter.cpp | 716 static inline JSValue checkedReturn(JSValue returnValue) 718 ASSERT(returnValue); 719 return returnValue; 722 static inline JSObject* checkedReturn(JSObject* returnValue) 724 ASSERT(returnValue); 725 return returnValue; [all...] |
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 178 HeaderSet returnValue = op.getReceivedHeader(); 181 return returnValue;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadService.java | 226 int returnValue = super.onStartCommand(intent, flags, startId); 231 return returnValue;
|
/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/webkit/Source/WebCore/bridge/ |
testbindings.mm | 275 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...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 537 boolean returnValue; 577 returnValue = true; 586 returnValue = false; 591 return returnValue; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | [all...] |
/external/webkit/Source/WebCore/bindings/v8/ |
NPV8Object.cpp | 123 NPObject* returnValue = v8ObjectToNPObject(object); 124 _NPN_RetainObject(returnValue); 125 return returnValue;
|
/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...] |
/external/v8/src/ |
mirror-debugger.js | [all...] |