HomeSort by relevance Sort by last modified time
    Searched refs:arguments (Results 751 - 775 of 1761) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with-context.js 117 request_json = {"seq":17,"type":"request","command":"evaluate", arguments: { "expression": expression } };
118 frame_argument_adder(request_json.arguments);
124 request_json.arguments.additional_context = context_json;
debug-setexceptionbreak.js 53 function testArguments(dcp, arguments, success, type, enabled) {
54 var request = '{' + base_request + ',"arguments":' + arguments + '}'
  /external/chromium_org/v8/test/mjsunit/es6/
math-hypot.js 48 // Check that 0 is returned for no arguments.
51 // Check that Infinity is returned if any of the arguments is +/-Infinity.
59 // Check that +0 is returned if all arguments are +/-0.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-70066.js 84 // Delete on a parameter, arguments object should be unaffected.
88 return arguments[0] + ":" + status;
99 return arguments[0] + ":" + status;
  /external/chromium_org/v8/test/webkit/fast/js/
string-capitalization.js 43 // passed in arguments if not. This should be changed when all platforms
49 for (var i = 0; i < arguments.length; i++) {
50 var s = String.fromCharCode(arguments[i]);
  /external/chromium_org/v8/test/webkit/
function-apply-aliased.js 38 return f.apply(thisValue, arguments);
43 recurseArguments.apply(null, arguments);
83 // Blow the stack recursing with arguments
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 463 TypeArgument[] arguments; field in class:SignatureAttribute.ClassType
475 arguments = targs;
486 * Returns the type arguments.
488 * @return null if no type arguments are given to this class.
490 public TypeArgument[] getTypeArguments() { return arguments; }
510 if (arguments != null) {
512 int n = arguments.length;
517 sbuf.append(arguments[i].toString());
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 21 if (arguments.length===1) {
25 if (arguments.length <= 2) {
330 if (arguments.length===0) {
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.cc 299 action->set_args(make_scoped_ptr(params.arguments.DeepCopy()));
313 action->set_args(make_scoped_ptr(params.arguments.DeepCopy()));
327 action->set_args(make_scoped_ptr(params.arguments.DeepCopy()));
  /external/chromium_org/v8/test/mjsunit/compiler/
inline-accessors.js 140 // Test getter with too many arguments without a return in all contexts.
156 // Test getter with too many arguments with a return in all contexts.
287 // Test setter with too few arguments without a return in all contexts.
303 // Test setter with too few arguments with a return in all contexts.
320 // Test setter with too many arguments without a return in all contexts.
337 // Test setter with too many arguments with a return in all contexts.
  /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/mtpd/
mtpd.c 65 if (argc - 3 >= p->arguments && !strcmp(argv[2], p->name)) {
76 printf(" %s interface %s %s pppd-arguments\n",
83 pppd_argc = argc - 3 - the_protocol->arguments;
84 pppd_argv = &argv[3 + the_protocol->arguments];
145 log_print(DEBUG, "Received %d arguments", i - 1);
335 /* Hex encode the arguments using [A-P] instead of [0-9A-F]. */
  /frameworks/testing/support/src/android/support/test/runner/
MonitoringInstrumentation.java 61 * <li>Registers instrumentation arguments in an easy to access place.</li>
105 public void onCreate(Bundle arguments) {
112 InstrumentationArgumentsRegistry.registerInstance(arguments);
118 super.onCreate(arguments);
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 95 final Bundle arguments = getArguments(); local
97 null == arguments ? null : arguments.getString("locale");
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 90 final Bundle arguments = getArguments(); local
91 return (arguments == null) ? null : arguments.getString(name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 129 final Bundle arguments = getArguments(); local
131 null == arguments ? null : arguments.getString("locale");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_util.js 24 objects = Array.prototype.slice.call(arguments, 0);
36 objects = Array.prototype.slice.call(arguments, 0);
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 71 * @param {Array} args A list of arguments passed to the callback. The first
87 * @param {Args} args A list of arguments. The first entry must be the
  /external/chromium_org/chrome/installer/util/
install_util.h 178 // Composes |program| and |arguments| into |command_line|.
180 const base::string16& arguments,
  /external/chromium_org/content/browser/android/java/
gin_java_bridge_dispatcher_host.h 71 const base::ListValue& arguments,
gin_java_method_invocation_helper.h 61 const base::ListValue& arguments);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 61 for argument in operation.arguments:
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h 66 const String& arguments,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorFrontendHostStub.js 273 var args = Array.prototype.slice.call(arguments, 1);
  /external/chromium_org/third_party/flot/
jquery.flot.resize.min.js 19 */(function(e,t,n){function c(){s=t[o](function(){r.each(function(){var t=e(this),n=t.width(),r=t.height(),i=e.data(this,a);(n!==i.w||r!==i.h)&&t.trigger(u,[i.w=n,i.h=r])}),c()},i[f])}var r=e([]),i=e.resize=e.extend(e.resize,{}),s,o="setTimeout",u="resize",a=u+"-special-event",f="delay",l="throttleWindow";i[f]=250,i[l]=!0,e.event.special[u]={setup:function(){if(!i[l]&&this[o])return!1;var t=e(this);r=r.add(t),e.data(this,a,{w:t.width(),h:t.height()}),r.length===1&&c()},teardown:function(){if(!i[l]&&this[o])return!1;var t=e(this);r=r.not(t),t.removeData(a),r.length||clearTimeout(s)},add:function(t){function s(t,i,s){var o=e(this),u=e.data(this,a);u.w=i!==n?i:o.width(),u.h=s!==n?s:o.height(),r.apply(this,arguments)}if(!i[l]&&this[o])return!1;var r;if(e.isFunction(t))return r=t,s;r=t.handler,t.handler=s}}})(jQue (…)

Completed in 813 milliseconds

<<31323334353637383940>>