HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 126 - 150 of 677) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/
about_nacl.js 9 * Takes the |moduleListData| input argument which represents data about
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h 57 static ReturnType createFromCallbackArg(CallbackArg argument)
59 return ResultType::create(argument);
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleInputEvent.java 31 * also an integer argument that contains additional information.
91 * The argument is the zero-based position, relative to the first cell
102 * The argument contains the dots that were pressed as a bitmask.
131 // Meanings of the argument to a command.
133 /** This command doesn't have an argument. */
142 * The argument represents a 0-based position on the display counted from
189 public BrailleInputEvent(int command, int argument, long eventTime) {
191 mArgument = argument;
203 * Returns the command-specific argument of the event, or zero if the
204 * command doesn't have an argument. See the individual command constant
    [all...]
  /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...]
printf-args.c 1 /* Decomposed printf argument list.
33 argument *ap;
  /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/valgrind/main/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/main/memcheck/tests/
sigkill.stderr.exp 28 Invalid argument
60 Invalid argument
187 Invalid argument
189 Invalid argument
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.stdout.exp 1 Test VSX vector and scalar single argument instructions
    [all...]
  /external/valgrind/main/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/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
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 27 * tenth argument.
68 * second to the tenth argument.
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 226 std::string argument; local
229 argument = "-R";
232 argument = "mmsys.cpl,,1";
239 command_line.AppendArg(argument);
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 27 * tenth argument.
73 * second to the tenth argument.
  /external/chromium_org/v8/test/webkit/
dfg-store-unexpected-value-into-argument-and-osr-exit.js 25 "Tests what happens when you store an unexpected value into an argument (where the original argument value was the expected one) and then OSR exit."
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 209 static int TracerThread(void* argument) {
211 (TracerThreadArgument *)argument;
290 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
323 tracer_thread_argument.callback_argument = argument;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 48 ( not(arglist | argument<any '=' any>) arg=any
49 | arglist<(not argument<any '=' any>) arg=any ','>
63 ( not(arglist | argument<any '=' any>) arg=any
64 | arglist<(not argument<any '=' any>) arg=any ','>
89 syms.or_test, syms.test, syms.lambdef, syms.argument):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 48 ( not(arglist | argument<any '=' any>) arg=any
49 | arglist<(not argument<any '=' any>) arg=any ','>
63 ( not(arglist | argument<any '=' any>) arg=any
64 | arglist<(not argument<any '=' any>) arg=any ','>
89 syms.or_test, syms.test, syms.lambdef, syms.argument):
  /external/chromium_org/sandbox/win/tests/integration_tests/
integration_tests_test.cc 60 wchar_t argument[20]; local
62 memcpy(argument, argv[i], __min(sizeof(argument), argument_bytes));
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraphBuilder.cpp 36 // "x -> argument 0 -> function call".
54 TGraphArgument* argument = mGraph->createArgument(intermFunctionCall, argumentNumber); local
55 connectMultipleNodesToSingleNode(argumentNodes, argument);
56 argument->addDependentNode(functionCall);
63 // "x -> argument 0 -> function call -> y".

Completed in 467 milliseconds

1 2 3 4 56 7 8 91011>>