HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 526 - 550 of 11668) sorted by null

<<21222324252627282930>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 35 * Demonstrates a fragment that can be configured through both Bundle arguments
47 Fragment newFragment = MyFragment.newInstance("From Arguments");
60 * with the given arguments.
72 * arguments we handle.
85 * During creation, if arguments have been supplied to the fragment
101 * Create the view for this fragment, using the arguments given to it.
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 42 * arguments, localized to the given locale.
45 * @param args The arguments to be used as replacement text
60 * arguments, localized to the given locale.
63 * @param args The arguments to be used as replacement text
78 * arguments, localized to the given locale.
82 * @param args The arguments to be used as replacement text
  /external/chromium/chrome/browser/cocoa/
authorization_util.mm 86 const char** arguments,
99 // AuthorizationExecuteWithPrivileges wants |char* const*| for |arguments|,
100 // but it doesn't actually modify the arguments, and that type is kind of
106 (char* const*)arguments,
146 const char** arguments,
153 arguments,
  /external/chromium_org/chrome/renderer/resources/extensions/
permissions_custom_bindings.js 34 if (arguments.length < 1)
35 return arguments;
37 var args = arguments[0].permissions;
39 return arguments;
48 arguments[0].permissions[i] = keys[0] + '|' +
53 return arguments;
  /external/chromium_org/content/test/
test_web_contents.h 82 // Establish expected arguments for |SetHistoryLengthAndPrune()|. When
83 // |SetHistoryLengthAndPrune()| is called, the arguments are compared
84 // with the expected arguments specified here.
89 // Compares the arguments passed in with the expected arguments passed in
130 // Expectations for arguments of |SetHistoryLengthAndPrune()|.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditFormatters.js 55 for (var arg = 0; arg < arguments.length; ++arg)
56 parent.appendChild(WebInspector.auditFormatters.apply(arguments[arg]));
102 } else if (value.type && value.arguments) {
104 args = value.arguments;
122 if (typeof value === "object" && typeof formatters[value.type] === "function" && value.arguments)
123 return formatters[value.type].apply(thisArgument, value.arguments);
  /external/chromium_org/third_party/sqlite/src/src/
test9.c 28 int objc, /* Number of arguments */
29 Tcl_Obj *CONST objv[] /* Command arguments */
69 int objc, /* Number of arguments */
70 Tcl_Obj *CONST objv[] /* Command arguments */
110 int objc, /* Number of arguments */
111 Tcl_Obj *CONST objv[] /* Command arguments */
  /external/chromium_org/third_party/tlslite/tlslite/integration/
SMTP_TLS.py 61 shared-key related arguments.
66 shared-key related arguments.
70 exclusive with the 'x509...' arguments.
79 and 'x509TrustList' arguments.
86 'cryptoID' and 'x509Fingerprint' arguments.
92 the 'cryptoID' and 'x509Fingerprint' arguments. Requires the
  /external/chromium_org/v8/test/mjsunit/
debug-references.js 47 function testRequest(dcp, arguments, success, count) {
48 // Generate request with the supplied arguments.
50 if (arguments) {
51 request = '{' + base_request + ',"arguments":' + arguments + '}';
87 '"arguments":{"expression":"Point"}}';
apply-arguments-gc-safepoint.js 31 // arguments in the case where arguments adaption is needed.
39 f.apply(this, arguments);
  /external/clang/test/Sema/
MicrosoftExtensions.c 109 int __sptr wrong1; // expected-error {{'__sptr' attribute only applies to pointer arguments}}
111 int __sptr *wrong_psp; // expected-error {{'__sptr' attribute only applies to pointer arguments}}
125 __ptr32 int *wrong5; // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
133 int *(__ptr32 __sptr wrong9); // expected-error {{'__sptr' attribute only applies to pointer arguments}} // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
136 T __ptr32 wrong10; // expected-error {{'__ptr32' attribute only applies to pointer arguments}}
  /external/llvm/test/CodeGen/X86/
tailcall-largecode.ll 15 ; clobber any of the arguments.
22 ; callee-saved registers and won't be used for passing arguments.
26 ; Pass the register arguments, in the right registers.
43 ; any of the arguments.
55 ; arguments.
57 ; Pass the register arguments, in the right registers.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 34 // The two arguments must be acceptors. One of the arguments must be
52 LOG(FATAL) << "IntersectFst: arguments not both acceptors";
64 LOG(FATAL) << "IntersectFst: arguments not both acceptors";
111 // The two arguments must be acceptors. One of the arguments must be
  /external/v8/test/mjsunit/
debug-references.js 47 function testRequest(dcp, arguments, success, count) {
48 // Generate request with the supplied arguments.
50 if (arguments) {
51 request = '{' + base_request + ',"arguments":' + arguments + '}';
87 '"arguments":{"expression":"Point"}}';
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArgumentsFragment.java 29 * Demonstrates a fragment that can be configured through both Bundle arguments
39 Fragment newFragment = FragmentArguments.MyFragment.newInstance("From Arguments 1");
41 newFragment = FragmentArguments.MyFragment.newInstance("From Arguments 2");
  /development/tools/labpretest/crespo/
custom_flash.sh 20 # Arguments:
55 # Arguments:
76 # Arguments:
  /development/tools/labpretest/stingray/
custom_flash.sh 20 # Arguments:
55 # Arguments:
76 # Arguments:
  /external/chromium_org/base/
command_line.h 6 // Arguments with prefixes ('--', '-', and on Windows, '/') are switches.
7 // Switches will precede all other arguments without switch prefixes.
10 // interpreting subsequent tokens as non-switch arguments, regardless of prefix.
43 // A constructor for CommandLines that only carry switches and arguments.
57 // By default this class will treat command-line arguments beginning with
68 // its arguments (we instead parse GetCommandLineW() directly) because we
102 // Constructs and returns the represented arguments string.
128 // Note: Switches will precede arguments regardless of appending order.
143 // Get the remaining arguments to the command.
149 // Note: Switches will precede arguments regardless of appending order
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 7 i < 1000 && (obj.arguments.length == 0 || !obj.arguments[0].target);
12 var win = obj.arguments[0].target.ownerDocument.defaultView;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1079.js 30 // Getting the arguments property of an optimized function should not crash,
34 return unoptimized.apply(null, arguments);
40 return optimized.arguments;
regress-1149.js 30 // arguments object.
33 for (x in arguments) {
34 for (x in arguments) {
regress-crbug-87478.js 28 // Check that arguments access ICs correctly handle non-JSObject
31 function args(a) { return arguments; }
32 // Put the keyed load in f into the keyed-load-arguments state.
  /external/chromium_org/v8/test/webkit/
dfg-arguments-alias-one-block-osr-exit.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if you OSR exit."
29 var args = arguments;
dfg-arguments-alias-one-block-overwrite-arguments-expected.txt 24 Tests that if you alias the arguments in a very small function, arguments simplification still works even if you overwrite the arguments register.
dfg-arguments-alias-one-block-overwrite.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
29 var args = arguments;

Completed in 1148 milliseconds

<<21222324252627282930>>