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

<<31323334353637383940>>

  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 436 LinkedList<PVariable> arguments = node.getArguments(); local
437 String[] argumentNames = new String[arguments.size()];
439 for (PVariable argument : arguments) {
475 // Make sure that the number of arguments passed to the macro match the
478 throw new JSilverInterpreterException("Number of arguments to macro " + macroName + " ("
479 + node.getArguments().size() + ") does not match " + "number of expected arguments ("
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
SelectPrinterActivity.java 312 Bundle arguments = new Bundle(); local
313 arguments.putParcelableArrayList(FRAGMENT_ARGUMENT_PRINT_SERVICE_INFOS,
315 newFragment.setArguments(arguments);
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 117 queryLocalInterface->arguments.push_back(new LiteralExpression("DESCRIPTOR"));
140 ne->arguments.push_back(obj);
329 realCall->arguments.push_back(v);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 178 Bundle arguments = getArguments(); local
179 if (arguments == null) {
180 Log.e(TAG, "No arguments provided when starting intent. ACCOUNT_KEY needed.");
184 mAccount = (Account) arguments.getParcelable(ACCOUNT_KEY);
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 120 // Call sortIpAddressList() with wonky arguments.
144 // Call isInNetEx with wonky arguments.
331 .apply(this.wrappedDate_, arguments);
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 120 // Call sortIpAddressList() with wonky arguments.
144 // Call isInNetEx with wonky arguments.
331 .apply(this.wrappedDate_, arguments);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 258 for (var i = 0; i < arguments.length; i += 2) {
259 var key = arguments[i];
260 queryParamsAsState[key] = arguments[i + 1];
  /external/chromium_org/v8/test/mjsunit/harmony/
debug-blockscopes.js 143 // 'arguments' and might be exposed in the local and closure scope. Just
146 if (!scope.scopeObject().property('arguments').isUndefined()) {
168 var request_json = '{"seq":0,"type":"request","command":"scope","arguments":{"number":';
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 63 raise (Error "incorrect # arguments passed");
205 (* If 'f' took a different number of arguments, reject. *)
211 (* Set names for all arguments. *)
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 560 Bundle arguments, int interactionId,
573 args.arg2 = arguments;
599 Bundle arguments = (Bundle) args.arg2; local
620 arguments);
623 action, arguments);
626 succeeded = target.performAccessibilityAction(action, arguments);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 274 public boolean performAccessibilityAction(View view, int action, Bundle arguments);
402 public boolean performAccessibilityAction(View view, int action, Bundle arguments) {
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 195 public boolean performAction(Object info, int action, Bundle arguments);
427 public boolean performAction(Object info, int action, Bundle arguments) {
967 public boolean performAction(Object info, int action, Bundle arguments) {
968 return AccessibilityNodeInfoCompatJellyBean.performAction(info, action, arguments);
    [all...]
  /external/bison/data/
glr.cc 30 # The additional arguments are stored as members of the parser
222 # Let glr.c believe that the user arguments include the parser itself.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_braille.js 23 * endIndex: (undefined|number)}} kwargs The arguments for braille.
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_page_list_browsertest.js 139 // TODO(dbeam): mock4js doesn't handle complex arguments well. Fix this.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 103 * method with appropriate arguments.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 37 called.push(arguments);
38 if (arguments[1] && typeof(arguments[1]) === 'function') {
39 var funk = arguments[1];
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 41 * invoked with the given arguments and, as the final argument, a callback
43 * @param {!Array.<*>} args Arguments to be passed to the script.
  /external/chromium_org/content/test/data/indexeddb/
common.js 104 debug("WARN: shouldBe() expects string arguments");
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 52 // Return a dictionary of arguments for the test. These arguments are passed
547 // Takes an arbitrary number of arguments.
549 for (var i = 0; i< arguments.length; i++) {
550 embedsToWaitFor.push(arguments[i]);
773 this_.callbackWrapper(callback, arguments);
812 // Arguments:
915 // Takes an arbitrary number of arguments.
917 for (var i = 0; i< arguments.length; i++) {
918 this.waiter.waitFor(arguments[i])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.cpp 71 void InjectedScript::callFunctionOn(ErrorString* errorString, const String& objectId, const String& expression, const String& arguments, bool returnByValue, bool generatePreview, RefPtr<TypeBuilder::Runtime::RemoteObject>* result, TypeBuilder::OptOutput<bool>* wasThrown)
76 function.appendArgument(arguments);
  /external/chromium_org/third_party/markdown/
inlinepatterns.py 185 Keyword arguments:
208 Keyword arguments:
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 154 passed-in arguments to the debug object's log. Those values can be
208 it is meant as if it was of value 0. If the arguments <file> and
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 24 if (arguments.callee.done) return;
26 arguments.callee.done = true;
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 29 You can use all of the TestCmd keyword arguments when instantiating a
32 Here is an overview of the methods and keyword arguments that are
55 test.run(options = "options to be prepended to arguments",
438 arguments = None,
448 if arguments is None:
449 arguments = options
451 arguments = options + " " + arguments
455 (self, program, interpreter, arguments, universal_newlines),
470 cmd_args = self.command_args(program, interpreter, arguments)
    [all...]

Completed in 842 milliseconds

<<31323334353637383940>>