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

1 2 3 4 56 7 8 91011>>

  /external/bison/lib/
printf-parse.c 106 argument *memory; \
111 memory_size = xtimes (a_allocated, sizeof (argument)); \
115 memory = (argument *) (a->arg != a->direct_alloc_arg \
122 memcpy (memory, a->arg, a->count * sizeof (argument)); \
130 /* Ambiguous type for positional argument. */ \
153 /* Test for positional argument. */
167 /* Positional argument 0. */
230 /* Test for positional argument. */
244 /* Positional argument 0. */
287 /* Test for positional argument. *
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_suspender.js 49 * Returns a function that runs the argument with all events suspended.
64 * Returns a handler that only runs the argument if events are not suspended.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
cobject.pxd 13 # Return true if its argument is a PyCObject.
25 # be called when the object is reclaimed. The desc argument can be
complex.pxd 27 # Return true if its argument is a PyComplexObject or a subtype of
31 # Return true if its argument is a PyComplexObject, but not a subtype of PyComplexObject.
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 22 @ r0: *cross_correlation (function argument)
23 @ r1: *seq1 (function argument)
24 @ r2: *seq2 (function argument)
25 @ r3: dim_seq (function argument); then, total iteration of LOOP_DIM_SEQ
  /external/conscrypt/
update_prebuilts.sh 70 echo Unknown argument: "$1"
  /external/libhevc/common/
ithread.c 77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument)
90 argument, /* Parameters */
326 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument)
328 return pthread_create((pthread_t *)thread_handle, attribute, (void * (*)(void *))strt, argument);
  /external/mockito/src/org/mockito/internal/matchers/
VarargCapturingMatcher.java 20 public boolean matches(Object argument) {
25 description.appendText("<Capturing variable argument>");
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_07_part2.stdout.exp     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.stdout.exp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 78 #define argument 331 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 88 argument = 331 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 78 #define argument 331 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 88 argument = 331 variable
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 142 * Returns whether the specified wildcard argument was a constant from
145 public boolean wasConstant(int argument)
147 return (previousConstantFlags & (1 << (argument - X))) != 0;
152 * Returns the value of the specified matched argument (wildcard or not).
154 public int matchedArgument(int argument)
156 int argumentIndex = argument - X;
158 argument :
529 // Check the literal argument.
534 // Store the wildcard argument.
541 // Check the previously stored wildcard argument
    [all...]
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 78 String argument = args[index++]; local
80 if ("-s".equals(argument)) {
88 } else if ("-fb".equals(argument)) {
96 } else if ("-ft".equals(argument)) {
104 } else if ("-F".equals(argument)) {
112 } else if ("-t".equals(argument)) {
120 mOutputFile = argument;
  /external/chromium_org/v8/test/mjsunit/harmony/
block-scoping.js 150 { // let variables shadowing argument, let, const and var variables
160 { // const variables shadowing argument, let, const and var variables
174 // catch variable shadowing argument
213 // argument shadowing catch variable
227 // arguments shadowing argument, let, const and var variable
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
FunctionReceiverChecker.java 251 for (SymbolicArgument argument : argumentUses) {
252 if (argument.receiverPresence == CheckedReceiverPresence.IGNORE) {
256 argument.receiverPresence == CheckedReceiverPresence.PRESENT;
261 reportErrorAtNodeStart(argument.node,
262 "Function referencing 'this' used as argument without " +
265 reportErrorAtNodeStart(argument.node,
266 "Function not referencing 'this' used as argument with " +
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 91 for argument in split_args:
92 if argument[0] == '[':
95 if argument[-1] != ']':
96 raise Exception("Failure to parse argument string %s. Argument %s is missing ending ]" % (argument_names, argument))
98 required_args.append(argument)
115 pluralize("argument", len(self.required_arguments)),
116 pluralize("argument", len(args)),
254 # Assume the first argument which doesn't start with "-" is the command name
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 204 compat::vector<module::argument> args;
214 llvm::Argument &arg = *I;
231 args.push_back(module::argument(module::argument::global, arg_size));
235 args.push_back(module::argument(module::argument::scalar, arg_size));
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 204 compat::vector<module::argument> args;
214 llvm::Argument &arg = *I;
231 args.push_back(module::argument(module::argument::global, arg_size));
235 args.push_back(module::argument(module::argument::scalar, arg_size));
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 164 /** The argument to use for the request */
165 public Object argument; field in class:PhoneInterfaceManager.MainThreadRequest
171 public MainThreadRequest(Object argument) {
172 this.argument = argument;
175 public MainThreadRequest(Object argument, Integer subId) {
176 this.argument = argument;
219 (String) request.argument);
279 iccArgument = (IccAPDUArgument) request.argument;
    [all...]
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.stderr.exp 67 with error code 22 (EINVAL: Invalid argument)
74 with error code 22 (EINVAL: Invalid argument)
81 with error code 22 (EINVAL: Invalid argument)
94 with error code 22 (EINVAL: Invalid argument)
146 with error code 22 (EINVAL: Invalid argument)
201 with error code 22 (EINVAL: Invalid argument)
219 with error code 22 (EINVAL: Invalid argument)
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 70 _argument_list_append (argument_list_t *list, token_list_t *argument);
696 _argument_list_append (argument_list_t *list, token_list_t *argument)
701 node->argument = argument;
746 return node->argument;
1241 token_list_t *argument;
1255 argument = _token_list_create (arguments);
1256 _argument_list_append (arguments, argument);
1273 _token_list_trim_trailing_space (argument);
1274 argument = _token_list_create (arguments)
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 70 _argument_list_append (argument_list_t *list, token_list_t *argument);
696 _argument_list_append (argument_list_t *list, token_list_t *argument)
701 node->argument = argument;
746 return node->argument;
1241 token_list_t *argument;
1255 argument = _token_list_create (arguments);
1256 _argument_list_append (arguments, argument);
1273 _token_list_trim_trailing_space (argument);
1274 argument = _token_list_create (arguments)
    [all...]

Completed in 783 milliseconds

1 2 3 4 56 7 8 91011>>