HomeSort by relevance Sort by last modified time
    Searched defs:arguments (Results 51 - 75 of 174) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 482 v8::Handle<v8::Array> arguments = v8::Handle<v8::Array>::Cast(info[2]); local
483 size_t argc = arguments->Length();
486 argv[i] = arguments->Get(i);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 294 RefPtrWillBeRawPtr<ScriptArguments> arguments = consoleMessage->scriptArguments(); local
295 if (arguments && arguments->argumentCount()) {
296 InjectedScript injectedScript = m_injectedScriptManager->injectedScriptFor(arguments->scriptState());
299 if (consoleMessage->type() == TableMessageType && generatePreview && arguments->argumentCount()) {
300 ScriptValue table = arguments->argumentAt(0);
301 ScriptValue columns = arguments->argumentCount() > 1 ? arguments->argumentAt(1) : ScriptValue();
309 for (unsigned i = 0; i < arguments->argumentCount(); ++i) {
310 RefPtr<TypeBuilder::Runtime::RemoteObject> inspectorValue = injectedScript.wrapObject(arguments->argumentAt(i), "console", generatePreview)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ProtoFollowsExtendsChecker.java 76 List<Node> arguments = AstUtil.getArguments(callNode); local
77 if (arguments.isEmpty() || !"this".equals(getContext().getNodeText(arguments.get(0)))) {
  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 96 enum arguments { enum
107 // prints out the standard usage method describing command line arguments,
276 // Pick up and check the command line arguments,
  /external/chromium_org/v8/src/
arguments.h 14 // Arguments provides access to runtime call parameters.
16 // It uses the fact that the instance fields of Arguments
22 // Object* Runtime_function(Arguments args) {
29 class Arguments BASE_EMBEDDED {
31 Arguments(int length, Object** arguments)
32 : length_(length), arguments_(arguments) { }
56 // Get the total number of arguments including the receiver.
59 Object** arguments() { return arguments_; } function in class:v8::internal::BASE_EMBEDDED
67 // For each type of callback, we have a list of arguments
    [all...]
utils.cc 81 va_list arguments; local
82 va_start(arguments, format);
83 base::OS::VPrint(format, arguments);
84 va_end(arguments);
89 va_list arguments; local
90 va_start(arguments, format);
91 base::OS::VFPrint(out, format, arguments);
92 va_end(arguments);
98 va_list arguments; local
99 va_start(arguments, format)
318 va_list arguments; local
    [all...]
prettyprinter.cc 410 PrintArguments(node->arguments());
418 PrintArguments(node->arguments());
425 PrintArguments(node->arguments());
520 va_list arguments; local
521 va_start(arguments, format);
524 arguments);
525 va_end(arguments);
564 void PrettyPrinter::PrintArguments(ZoneList<Expression*>* arguments) {
566 for (int i = 0; i < arguments->length(); i++) {
568 Visit(arguments->at(i))
    [all...]
scopes.h 323 // The local variable 'arguments' if we need to allocate it; NULL otherwise.
324 Variable* arguments() const { return arguments_; } function in class:v8::internal::Scope
401 // two variables inserted at initialization: "this" and "arguments".
402 // "this" is an invalid parameter name and "arguments" is invalid parameter
404 // "this" and "arguments" in addition to all formal parameters is safe.
  /external/e2fsprogs/intl/
printf-args.h 126 arguments; typedef in typeref:struct:__anon17
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /external/easymock/src/org/easymock/internal/
Invocation.java 37 private final Object[] arguments; field in class:Invocation
45 this.arguments = expandVarArgs(method.isVarArgs(), args);
85 return arguments;
96 && this.equalArguments(other.arguments);
104 private boolean equalArguments(Object[] arguments) {
105 if (this.arguments.length != arguments.length) {
108 for (int i = 0; i < this.arguments.length; i++) {
109 Object myArgument = this.arguments[i];
110 Object otherArgument = arguments[i];
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 96 enum arguments { enum
107 // prints out the standard usage method describing command line arguments,
276 // Pick up and check the command line arguments,
  /external/javassist/src/main/javassist/util/
HotSwapper.java 112 Map arguments = connector.defaultArguments(); local
113 ((Connector.Argument)arguments.get("hostname")).setValue(HOST_NAME);
114 ((Connector.Argument)arguments.get("port")).setValue(port);
115 jvm = connector.attach(arguments);
  /external/ltrace/
proc.h 76 struct value_dict *arguments; member in struct:callstack_element
lens_default.c 46 NAME(struct value *value, TYPE *ret, struct value_dict *arguments) \
52 if (value_extract_buf(value, u.buf, arguments) < 0) \
66 if (value_extract_word(value, &l, arguments) < 0) \
97 struct value_dict *arguments)
174 format_char(FILE *stream, struct value *value, struct value_dict *arguments)
177 if (value_extract_word(value, &lc, arguments) < 0)
184 struct value_dict *arguments,
190 what(stream, value, arguments)) < 0
207 format_floating(FILE *stream, struct value *value, struct value_dict *arguments,
214 if (read_float(value, &f, arguments) < 0
229 struct value_dict *arguments; member in struct:format_argument_data
    [all...]
output.c 297 struct value_dict *arguments,
319 if (val_dict_push_next(arguments, &value) < 0) {
331 fetch_param_stop(struct value_dict *arguments, ssize_t *params_leftp)
334 *params_leftp = val_dict_count(arguments);
340 struct value_dict *arguments, struct param *param,
343 struct param_enum *e = param_pack_init(param, arguments);
360 fetch_param_stop(arguments, params_leftp);
369 if (fetch_simple_param(type, proc, context, arguments,
394 struct value_dict *arguments, struct param *param,
400 return fetch_simple_param(type, proc, context, arguments,
425 struct value_dict *arguments; member in struct:fetch_one_param_data
461 struct value_dict *arguments; member in struct:format_argument_data
546 struct value_dict *arguments = malloc(sizeof(*arguments)); local
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 82 Bundle arguments = mInstrumentation.getArguments(); local
85 mUser = getUserHandleArgument(userManager, "testUser", arguments);
186 Bundle arguments) throws Exception {
187 String serial = arguments.getString(key);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 496 AddDebugMessage(L"The length of the arguments exceeded 32K. "
501 wchar_t * arguments = new wchar_t[size_call]; local
502 wnsprintf(arguments, static_cast<int>(size_call), L"%ls %ls \"%ls\" %ls",
506 arguments[size_call - 1] = L'\0';
522 arguments, policy,
532 spawn_target_.c_str(), arguments, result);
571 AddDebugMessage(L"Successfully spawned target w/args (%ls)", arguments);
575 delete[] arguments;
  /external/chromium_org/chrome/installer/util/
shell_util.h 69 // If the arguments are not specified on the new shortcut, keep the old
70 // shortcut's arguments.
104 // Sets the arguments to be passed to |target| when launching from this
111 arguments = arguments_in;
148 // NOTE: Only the default (no arguments and default browser appid) browser
196 base::string16 arguments; member in struct:ShellUtil::ShortcutProperties
546 // - the original arguments are non-empty.
560 // Appends Chrome shortcuts with non-whitelisted arguments to |shortcuts| if
561 // not NULL. If |do_removal|, also removes non-whitelisted arguments from
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 332 CSSValueList* arguments = minmaxFunction->arguments(); local
333 ASSERT_WITH_SECURITY_IMPLICATION(arguments->length() == 2);
334 GridLength minTrackBreadth(convertGridTrackBreadth(state, toCSSPrimitiveValue(arguments->item(0))));
335 GridLength maxTrackBreadth(convertGridTrackBreadth(state, toCSSPrimitiveValue(arguments->item(1))));
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.cpp 1930 TIntermSequence *arguments = node->getSequence(); local
1978 TIntermSequence *arguments = (*sequence)[0]->getAsAggregate()->getSequence(); local
2032 TIntermSequence *arguments = node->getSequence(); local
    [all...]
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 11 // LLVM source types and ABI-coerced types for function arguments and
60 /// be expanded into consecutive arguments for its constituent fields.
66 /// This is similar to 'direct', except it only applies to arguments stored
271 /// A class for recording the number of arguments that a function
274 /// The number of required arguments, or ~0 if the signature does
275 /// not permit optional arguments.
285 /// Compute the arguments required by the given formal prototype,
286 /// given that there may be some additional, non-formal arguments
348 /// How many arguments to pass inreg.
354 /// The struct representing all arguments passed in memory. Only used whe
382 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
383 arg_const_range arguments() const { function in class:clang::CodeGen::ABIArgInfo::CGFunctionInfo
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
Object-getOwnPropertyNames.js 26 function argumentsObject() { return arguments; };
38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
57 // Arguments objects
61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",
63 "parseInt": "['arguments', 'caller', 'length', 'name']",
64 "parseFloat": "['arguments', 'caller', 'length', 'name']",
65 "isNaN": "['arguments', 'caller', 'length', 'name']",
66 "isFinite": "['arguments', 'caller', 'length', 'name']"
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.cc 1232 base::ListValue arguments; local
    [all...]
  /external/chromium_org/extensions/renderer/
dispatcher.cc 155 std::vector<v8::Handle<v8::Value> > arguments; local
158 arguments.push_back(converter->ToV8Value(*it, context->v8_context()));
162 module_name, method_name, &arguments);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 129 Optional arguments are fn_to_add_socket, fn_to_remove_socket
142 The three arguments mainly exist to be able to use an external
160 self.delayed_commands = [] # list of tuples in the format (time, function, arguments)
174 Arguments:
201 Arguments:
224 Arguments:
239 Arguments:
264 Arguments:
279 def execute_at(self, at, function, arguments=()):
282 Arguments
1152 def arguments(self): member in class:Event
    [all...]

Completed in 3148 milliseconds

1 23 4 5 6 7