HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 201 - 225 of 1566) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libunwind/doc/
unw_init_remote.tex 21 \Var{as}. The \Var{as} argument can either be set to
33 \Prog{libunwind} never interprets the argument in any way on its own.
50 is passed in argument \Var{as}, this routine is also safe to use from
unw_destroy_addr_space.tex 20 address space specified by argument \Var{as} and thereby releases
  /external/v8/test/mjsunit/regress/
regress-2261.js 31 // strict mode closure after modifying an argument.
55 // inlined strict mode closure after modifying an argument.
83 // deoptimizing several inlined closure after modifying an argument.
  /external/v8/tools/gyp/test/lib/
TestCommon.py 263 """Ensures that the specified output string (first argument)
264 contains all of the specified lines (second argument).
266 An optional third argument can be used to describe the type
269 An optional fourth argument can be used to supply a different
291 """Ensures that the specified output string (first argument)
292 contains at least one of the specified lines (second argument).
294 An optional third argument can be used to describe the type
297 An optional fourth argument can be used to supply a different
333 """Matches the contents of the specified file (first argument)
334 against the expected contents (second argument). The expecte
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 51 // Argument for the writer function.
687 //void* MinidumpGenerator::Write(void *argument) {
688 void* Write(void *argument) {
689 WriterArgument *writer_args = static_cast<WriterArgument *>(argument);
767 WriterArgument argument; local
768 memset(&argument, 0, sizeof(argument));
770 argument.lwp_lister = &lwp_lister;
771 argument.minidump_writer = &minidump_writer;
772 argument.requester_pid = getpid()
    [all...]
  /art/test/
Android.libarttest.mk 61 $$(error expected target or host for argument 1, received $(1))
66 $$(error d or empty for argument 2, received $(2))
Android.libnativebridgetest.mk 33 $$(error expected target or host for argument 1, received $(1))
  /external/e2fsprogs/intl/
printf-parse.c 89 argument *memory; \
94 memory_size = xtimes (a_allocated, sizeof (argument)); \
111 /* Ambiguous type for positional argument. */ \
134 /* Test for positional argument. */
148 /* Positional argument 0. */
204 /* Test for positional argument. */
218 /* Positional argument 0. */
261 /* Test for positional argument. */
275 /* Positional argument 0. */
311 /* Parse argument type/size specifiers. *
    [all...]
  /external/easymock/src/org/easymock/internal/
ExpectedInvocation.java 64 for (Object argument : invocation.getArguments()) {
65 result.add(new Equals(argument));
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 26 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 29 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 32 * its name, and its argument names (thus implicitly the number of arguments the
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
InterpreterProvider.java 158 for (String argument : mDescriptor.getArguments(mContext)) {
159 values.put(Integer.toString(column), argument); local
  /external/valgrind/helgrind/tests/
bar_bad.stderr.exp 9 Thread #x: pthread_barrier_init: 'count' argument is zero
16 with error code 22 (EINVAL: Invalid argument)
  /external/valgrind/memcheck/tests/
sigkill.stderr.exp 28 Invalid argument
60 Invalid argument
187 Invalid argument
189 Invalid argument
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.stdout.exp 1 Test VSX vector and scalar single argument instructions
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_06_part3.stdout.exp 1 Test VSX vector and scalar single argument instructions
    [all...]
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 187 * argumentName will be actual argument name
188 * (in arg value) will be actual argument value
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 85 Verify that parenthesis are required when used as a keyword argument value
92 Verify that parenthesis are required when used as a keyword argument value
  /system/connectivity/shill/
ppp_daemon_unittest.cc 117 for (const auto& argument : argv_) {
118 expected_arguments.erase(argument);
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 80 /* CR16 argument types :
81 The argument types correspond to instructions operands
83 Argument types :
111 /* Not an argument. */
290 /* Argument type. */
292 /* Size of the argument (in bits) required to represent. */
297 argument; typedef in typeref:struct:__anon75707
306 /* The argument data structure for storing args (operands). */
307 argument arg[MAX_OPERANDS];
325 /* Argument type. *
    [all...]
crx.h 91 /* CRX argument types :
92 The argument types correspond to instructions operands
94 Argument types :
108 /* Not an argument. */
287 /* Argument type. */
289 /* Size of the argument (in bits) required to represent. */
294 argument; typedef in typeref:struct:__anon75720
303 /* The argument data structure for storing args (operands). */
304 argument arg[MAX_OPERANDS];
322 /* Argument type. *
    [all...]

Completed in 752 milliseconds

1 2 3 4 5 6 7 891011>>