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

<<21222324252627282930>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
AbstractApplication.java 56 * Looks for interesting command line arguments.
62 * From a command line list, get the array of arguments of a given parameter.
63 * The parameter and its arguments are removed from the list.
64 * @return null if the parameter is not found or has no arguments
  /external/expat/tests/benchmark/
README.txt 5 The command line arguments are:
  /external/llvm/include/llvm/IR/
CallingConv.h 60 /// difference in that the callee is responsible for popping the arguments
64 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
89 /// Passes all arguments in parameter space.
93 /// Passes all arguments in register or parameter space.
97 /// No lowering or expansion of arguments.
101 /// Variable arguments are not allowed, except for printf.
102 /// How arguments/return values are lowered are not specified.
109 /// Cannot have variable arguments.
124 /// arguments are shadowed by GPRs, and vice versa.
  /external/llvm/test/Assembler/
2002-03-08-NameCollision.ll 3 ; Method arguments were being checked for collisions at the global scope before
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 19 # <args...> are the arguments to pass to the program.
32 # $1 - remaining number of arguments
33 # $2 - number of arguments to shift
41 # Save a copy of the original arguments in a string before we
  /external/mesa3d/docs/
opengles.html 54 <li>When a function is in Mesa and the type matches, it checks the arguments and calls the Mesa function.</li>
55 <li>When a function is in Mesa but the type mismatches, it checks and converts the arguments before calling the Mesa function.</li>
56 <li>When a function is not available in Mesa, or accepts arguments that are not available in OpenGL, it provides its own implementation.</li>
59 <p>Other than the last case, OpenGL ES uses <code>APIspec.xml</code> to generate functions to check and/or converts the arguments.</p>
  /external/objenesis/tck-android/
pom.xml 74 <arguments>
78 </arguments>
89 <arguments>
95 </arguments>
  /external/v8/test/mjsunit/compiler/
regress-arguments.js 28 // Test of arguments.
33 function g() { return f.apply(null, arguments); }
34 function h() { return f.apply(void 0, arguments); }
46 return f.apply(v, arguments);
variables.js 69 // Parameters rewritten to property accesses. Using the name 'arguments'
70 // (even if it shadows the arguments object) forces all parameters to be
72 function f6(arguments) { return arguments; }
  /external/v8/test/mjsunit/regress/
regress-1210.js 30 // Deoptimization of the key expression in an arguments access should see
31 // the arguments object as the value of the receiver.
42 // subexpression of the arguments access).
43 return observe(a, arguments[side_effect(a), a + 0]);
regress-88858.js 30 // Verify that JSObject::PreventExtensions works for arguments objects.
37 o = arguments;
39 p = arguments;
40 o.watch(0, (arguments-1901)('o'));
  /external/v8/test/mjsunit/
search-string-multiple.js 41 var l = arguments.length;
43 a.push(arguments[0]);
45 a.push(arguments[i]);
47 return "[@" + arguments[l - 2] + ":" + a.join(",") + "]";
  /frameworks/base/core/java/android/hardware/camera2/utils/
Decorator.java 18 * @param args arguments to target method
25 * @param args arguments to target method
34 * @param args arguments to target method
43 * @param args arguments to target method
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
bind.hpp 11 // bind.hpp - binds function objects to arguments
  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java 81 Bundle arguments = getArguments(); local
82 String accountType = arguments.getString(ARG_ACCOUNT_TYPE);
83 String accountName = arguments.getString(ARG_ACCOUNT_NAME);
84 String dataSet = arguments.getString(ARG_DATA_SET);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter.h 15 * number. Not nice, but better than additional function arguments. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter.h 15 * number. Not nice, but better than additional function arguments. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netfilter.h 15 * number. Not nice, but better than additional function arguments. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 18 # ValueError: Procedure probably called with not enough arguments (4 bytes missing)
24 # ValueError: Procedure probably called with too many arguments (8 bytes in excess)
32 # ValueError: Procedure called with not enough arguments (4 bytes missing)
41 # Call functions with invalid arguments, and make sure
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 18 # ValueError: Procedure probably called with not enough arguments (4 bytes missing)
24 # ValueError: Procedure probably called with too many arguments (8 bytes in excess)
32 # ValueError: Procedure called with not enough arguments (4 bytes missing)
41 # Call functions with invalid arguments, and make sure
  /external/chromium_org/chrome/third_party/mock4js/
mock4js.js 53 for(var i=0; i<arguments.length; i++) {
54 constraints[i] = Mock4JS._convertToConstraint(arguments[i]);
60 for(var i=0; i<arguments.length; i++) {
61 constraints[i] = Mock4JS._convertToConstraint(arguments[i]);
341 this._actionSequence.addAll.apply(this._actionSequence, arguments);
383 this._stubInvocation.will.apply(this._stubInvocation, arguments);
451 for(var i=0; i<arguments.length; i++) {
452 if(typeof arguments[i] != 'object' && arguments[i].invoke === undefined) {
455 this._actionSequence.push(arguments[i]);
    [all...]
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 331 // Generates a dictionary of arguments to pass to the Python test server via
335 bool BaseTestServer::GenerateArguments(base::DictionaryValue* arguments) const {
336 DCHECK(arguments);
338 arguments->SetString("host", host_port_pair_.host());
339 arguments->SetInteger("port", host_port_pair_.port());
340 arguments->SetString("data-dir", document_root_.value());
343 arguments->Set("log-to-console", base::Value::CreateNullValue());
346 // Check the certificate arguments of the HTTPS server.
357 arguments->SetString("cert-and-key-file", certificate_path.value());
360 // Check the client certificate related 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...]
  /external/v8/src/
debug-debugger.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 109 def keysubst(arguments, keydict):
112 for k in arguments.keys():
114 v = arguments[k]
115 del arguments[k]
116 arguments[keydict[k]] = v
120 def enumsubst(arguments, key, edict):
122 if key not in arguments or edict is None:
124 v = arguments[key]
127 arguments[key] = Enum(edict[v])
131 def decodeerror(arguments)
    [all...]

Completed in 1109 milliseconds

<<21222324252627282930>>