Searched defs:arguments (Results 201 - 225 of 244) sorted by relevance

12345678910

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... inf java.util.List containers String[] cmd String arguments String[] args protected java.lang.String getArguments (java ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc99 va_list arguments; local
100 va_start(arguments, format);
101 OS::VPrint(format, arguments);
102 va_end(arguments);
113 va_list arguments; local
114 va_start(arguments, format);
115 builder.AddFormattedList(format, arguments);
116 va_end(arguments);
528 // this is only used for the arguments object.
615 // [incoming arguments] [spil
751 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
788 RecordSafepointWithRegisters(LPointerMap* pointers, int arguments, Safepoint::DeoptMode deopt_mode) argument
796 RecordSafepointWithRegistersAndDoubles( LPointerMap* pointers, int arguments, Safepoint::DeoptMode deopt_mode) argument
2605 Register arguments = ToRegister(instr->arguments()); local
[all...]
/external/v8/src/
H A Dast.h1570 ZoneList<Expression*>* arguments() const { return arguments_; } function in class:v8::internal::Call
1598 ZoneList<Expression*>* arguments,
1602 arguments_(arguments),
1629 ZoneList<Expression*>* arguments() const { return arguments_; } function in class:v8::internal::CallNew
1644 ZoneList<Expression*>* arguments,
1648 arguments_(arguments),
1667 // with a set of arguments. This is used from the builtins that are
1675 ZoneList<Expression*>* arguments() const { return arguments_; } function in class:v8::internal::CallRuntime
1684 ZoneList<Expression*>* arguments)
1688 arguments_(arguments) { }
1596 Call(Isolate* isolate, Expression* expression, ZoneList<Expression*>* arguments, int pos) argument
1642 CallNew(Isolate* isolate, Expression* expression, ZoneList<Expression*>* arguments, int pos) argument
1681 CallRuntime(Isolate* isolate, Handle<String> name, const Runtime::Function* function, ZoneList<Expression*>* arguments) argument
2853 NewCall(Expression* expression, ZoneList<Expression*>* arguments, int pos) argument
2860 NewCallNew(Expression* expression, ZoneList<Expression*>* arguments, int pos) argument
2867 NewCallRuntime(Handle<String> name, const Runtime::Function* function, ZoneList<Expression*>* arguments) argument
[all...]
H A Dheap.cc2932 JSArray* arguments,
2946 message->set_arguments(arguments);
3592 // To get fast allocation and map sharing for arguments objects we
3593 // allocate them based on an arguments boilerplate.
3626 // Copy the content. The arguments boilerplate doesn't have any
3637 // Set the callee property for non-strict mode arguments object only.
2931 AllocateJSMessageObject(String* type, JSArray* arguments, int start_position, int end_position, Object* script, Object* stack_trace, Object* stack_frames) argument
H A Dparser.cc1020 // name of one of the arguments to the function.
2163 // Strict mode variables may not be named eval or arguments
2274 // Compute the arguments for the runtime call.
2275 ZoneList<Expression*>* arguments = new(zone()) ZoneList<Expression*>(3); local
2277 arguments->Add(factory()->NewLiteral(name));
2281 arguments->Add(value);
2287 // the number of arguments (1 or 2).
2291 arguments);
2296 arguments->Add(factory()->NewNumberLiteral(language_mode));
2303 arguments
4978 Vector< Handle<Object> > arguments = HandleVector<Object>(&first, argc); local
4989 Vector< Handle<Object> > arguments = local
4996 NewThrowError(Handle<String> constructor, Handle<String> type, Vector< Handle<Object> > arguments) argument
[all...]
H A Dhydrogen.cc514 // Check that phis have correct arguments.
922 // We don't support phi uses of arguments for now.
1004 va_list arguments; local
1005 va_start(arguments, msg);
1006 OS::VPrint(msg, arguments);
1007 va_end(arguments);
1147 va_list arguments; local
1148 va_start(arguments, msg);
1149 OS::VPrint(msg, arguments);
1150 va_end(arguments);
2430 VisitArgumentList(ZoneList<Expression*>* arguments) argument
5176 TryInline(CallKind call_kind, Handle<JSFunction> target, ZoneList<Expression*>* arguments, HValue* receiver, int ast_id, int return_id, ReturnHandlingFlag return_handling) argument
7634 HEnvironment(HEnvironment* outer, Handle<JSFunction> closure, FrameType frame_type, int arguments) argument
7789 CopyForInlining( Handle<JSFunction> target, int arguments, FunctionLiteral* function, HConstant* undefined, CallKind call_kind, bool is_construct) const argument
[all...]
H A Dobjects.cc31 #include "arguments.h"
4075 // Check the arguments.
4076 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
4077 kind = arguments->IsDictionary() ? DICTIONARY_ELEMENTS : FAST_ELEMENTS;
4078 if (ReferencesObjectFromElements(arguments, kind, obj)) return true;
4085 // Get the constructor function for arguments array.
4104 // If it is an arguments array check the content.
4381 // getter/setter pair in an arguments elements dictionary backing
4388 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
4389 if (arguments
9101 FixedArray* arguments = FixedArray::cast(elements->get(1)); local
9113 FixedArray* arguments = FixedArray::cast(elements->get(1)); local
9647 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
10406 FixedArray* arguments = FixedArray::cast(parameter_map->get(1)); local
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc103 va_list arguments; local
104 va_start(arguments, format);
105 OS::VPrint(format, arguments);
106 va_end(arguments);
117 va_list arguments; local
118 va_start(arguments, format);
119 builder.AddFormattedList(format, arguments);
120 va_end(arguments);
417 // this is only used for the arguments object.
520 // [incoming arguments] [spil
674 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
706 RecordSafepointWithRegisters(LPointerMap* pointers, int arguments, Safepoint::DeoptMode mode) argument
2409 Register arguments = ToRegister(instr->arguments()); local
[all...]
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc97 va_list arguments; local
98 va_start(arguments, format);
99 OS::VPrint(format, arguments);
100 va_end(arguments);
111 va_list arguments; local
112 va_start(arguments, format);
113 builder.AddFormattedList(format, arguments);
114 va_end(arguments);
496 // this is only used for the arguments object.
576 // [incoming arguments] [spil
714 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
751 RecordSafepointWithRegisters(LPointerMap* pointers, int arguments, Safepoint::DeoptMode deopt_mode) argument
759 RecordSafepointWithRegistersAndDoubles( LPointerMap* pointers, int arguments, Safepoint::DeoptMode deopt_mode) argument
2478 Register arguments = ToRegister(instr->arguments()); local
[all...]
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc100 va_list arguments; local
101 va_start(arguments, format);
102 OS::VPrint(format, arguments);
103 va_end(arguments);
114 va_list arguments; local
115 va_start(arguments, format);
116 builder.AddFormattedList(format, arguments);
117 va_end(arguments);
417 // this is only used for the arguments object.
507 // [incoming arguments] [spil
633 RecordSafepoint( LPointerMap* pointers, Safepoint::Kind kind, int arguments, Safepoint::DeoptMode deopt_mode) argument
671 RecordSafepointWithRegisters(LPointerMap* pointers, int arguments, Safepoint::DeoptMode deopt_mode) argument
2359 Register arguments = ToRegister(instr->arguments()); local
[all...]
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp4245 * @param arguments viewport argument.
4249 void ewk_view_viewport_attributes_set(Evas_Object *o, const WebCore::ViewportArguments& arguments) argument
4254 priv->viewport_arguments = arguments;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp1318 void WebPageProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments) argument
1322 m_drawingArea->didReceiveDrawingAreaProxyMessage(connection, messageID, arguments);
1328 m_drawingArea->didReceiveMessage(connection, messageID, arguments);
1335 inspector->didReceiveWebInspectorProxyMessage(connection, messageID, arguments);
1342 fullScreenManager()->didReceiveMessage(connection, messageID, arguments);
1347 didReceiveWebPageProxyMessage(connection, messageID, arguments);
1350 void WebPageProxy::didReceiveSyncMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments, CoreIPC::ArgumentEncoder* reply) argument
1355 inspector->didReceiveSyncWebInspectorProxyMessage(connection, messageID, arguments, reply);
1362 fullScreenManager()->didReceiveSyncMessage(connection, messageID, arguments, reply);
1368 didReceiveSyncWebPageProxyMessage(connection, messageID, arguments, repl
1472 didStartProvisionalLoadForFrame(uint64_t frameID, const String& url, const String& unreachableURL, CoreIPC::ArgumentDecoder* arguments) argument
1490 didReceiveServerRedirectForProvisionalLoadForFrame(uint64_t frameID, const String& url, CoreIPC::ArgumentDecoder* arguments) argument
1505 didFailProvisionalLoadForFrame(uint64_t frameID, const ResourceError& error, CoreIPC::ArgumentDecoder* arguments) argument
1533 didCommitLoadForFrame(uint64_t frameID, const String& mimeType, bool frameHasCustomRepresentation, const PlatformCertificateInfo& certificateInfo, CoreIPC::ArgumentDecoder* arguments) argument
1560 didFinishDocumentLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1573 didFinishLoadForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1588 didFailLoadForFrame(uint64_t frameID, const ResourceError& error, CoreIPC::ArgumentDecoder* arguments) argument
1605 didSameDocumentNavigationForFrame(uint64_t frameID, uint32_t opaqueSameDocumentNavigationType, const String& url, CoreIPC::ArgumentDecoder* arguments) argument
1620 didReceiveTitleForFrame(uint64_t frameID, const String& title, CoreIPC::ArgumentDecoder* arguments) argument
1635 didFirstLayoutForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1648 didFirstVisuallyNonEmptyLayoutForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1661 didRemoveFrameFromHierarchy(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1676 didDisplayInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1689 didRunInsecureContentForFrame(uint64_t frameID, CoreIPC::ArgumentDecoder* arguments) argument
1713 decidePolicyForNavigationAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest& request, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments, bool& receivedPolicyAction, uint64_t& policyAction, uint64_t& downloadID) argument
1750 decidePolicyForNewWindowAction(uint64_t frameID, uint32_t opaqueNavigationType, uint32_t opaqueModifiers, int32_t opaqueMouseButton, const ResourceRequest& request, const String& frameName, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments) argument
1769 decidePolicyForResponse(uint64_t frameID, const ResourceResponse& response, const ResourceRequest& request, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments, bool& receivedPolicyAction, uint64_t& policyAction, uint64_t& downloadID) argument
1799 unableToImplementPolicy(uint64_t frameID, const WebCore::ResourceError& error, CoreIPC::ArgumentDecoder* arguments) argument
1814 willSubmitForm(uint64_t frameID, uint64_t sourceFrameID, const StringPairVector& textFieldValues, uint64_t listenerID, CoreIPC::ArgumentDecoder* arguments) argument
1942 mouseDidMoveOverElement(uint32_t opaqueModifiers, CoreIPC::ArgumentDecoder* arguments) argument
2269 showContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments) argument
2277 internalShowContextMenu(const IntPoint& menuLocation, const ContextMenuState& contextMenuState, const Vector<WebContextMenuItemData>& proposedItems, CoreIPC::ArgumentDecoder* arguments) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java101 * just 'arguments'. The case it couldn't handle was a call to an explicit
312 "synpred160_Java", "arguments", "synpred80_Java", "formalParameterDecls",
2363 // src/com/google/doclava/parser/Java.g:438:1: enumConstant : ( annotations )? IDENTIFIER ( arguments )? ( classBody )? ;
2373 // src/com/google/doclava/parser/Java.g:443:5: ( ( annotations )? IDENTIFIER ( arguments )? ( classBody )? )
2376 // src/com/google/doclava/parser/Java.g:443:9: ( annotations )? IDENTIFIER ( arguments )? ( classBody )?
2413 // src/com/google/doclava/parser/Java.g:446:9: ( arguments )?
2429 // src/com/google/doclava/parser/Java.g:446:10: arguments
2433 arguments();
5664 // src/com/google/doclava/parser/Java.g:688:1: explicitConstructorInvocation : ( ( nonWildcardTypeArguments )? ( 'this' | 'super' ) arguments ';' | primary '.' ( nonWildcardTypeArguments )? 'super' arguments ';' );
13060 public final void arguments() throws RecognitionException { method in class:JavaParser
[all...]
/external/emma/lib/
H A Demma.jar ... .String, java.lang.Object[]) String message Object[] arguments public void " href="/4.3_r2.1/s? ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 712 milliseconds

12345678910