/art/build/ |
Android.libarttest.mk | 26 $$(error expected target or host for argument 1, received $(1))
|
/external/bison/doc/ |
bison.x | 52 are unique. When a long option takes an argument, like 54 connect the option name and the argument with
|
/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_frame/ |
function_stub_unittest.cc | 114 uintptr_t argument = reinterpret_cast<uintptr_t>(this); local 116 stub_ = FunctionStub::Create(argument, FooDivert); 129 EXPECT_EQ(argument, stub_->argument());
|
/external/mockito/src/org/mockito/internal/matchers/ |
VarargCapturingMatcher.java | 20 public boolean matches(Object argument) { 25 description.appendText("<Capturing variable argument>");
|
/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
|
/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 | 146 { // let variables shadowing argument, let, const and var variables 156 { // const variables shadowing argument, let, const and var variables 170 // catch variable shadowing argument 209 // argument shadowing catch variable 223 // arguments shadowing argument, let, const and var variable
|
/external/v8/test/mjsunit/harmony/ |
block-scoping.js | 146 { // let variables shadowing argument, let, const and var variables 156 { // const variables shadowing argument, let, const and var variables 170 // catch variable shadowing argument 209 // argument shadowing catch variable 223 // arguments shadowing argument, let, const and var variable
|
/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));
|
/external/v8/test/mjsunit/ |
stack-traces.js | 261 testTraceNativeConversion(String); // Does ToString on argument. 262 testTraceNativeConversion(Number); // Does ToNumber on argument. 263 testTraceNativeConversion(RegExp); // Does ToString on argument. 265 testTraceNativeConstructor(String); // Does ToString on argument. 266 testTraceNativeConstructor(Number); // Does ToNumber on argument. 267 testTraceNativeConstructor(RegExp); // Does ToString on argument. 268 testTraceNativeConstructor(Date); // Does ToNumber on argument.
|
/external/valgrind/main/helgrind/tests/ |
tc20_verifywrap.stderr.exp | 69 with error code 22 (EINVAL: Invalid argument) 76 with error code 22 (EINVAL: Invalid argument) 83 with error code 22 (EINVAL: Invalid argument) 96 with error code 22 (EINVAL: Invalid argument) 148 with error code 22 (EINVAL: Invalid argument) 203 with error code 22 (EINVAL: Invalid argument) 221 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...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 251 """Ensures that the specified output string (first argument) 252 contains all of the specified lines (second argument). 254 An optional third argument can be used to describe the type 257 An optional fourth argument can be used to supply a different 279 """Ensures that the specified output string (first argument) 280 contains at least one of the specified lines (second argument). 282 An optional third argument can be used to describe the type 285 An optional fourth argument can be used to supply a different 321 """Matches the contents of the specified file (first argument) 322 against the expected contents (second argument). The expecte [all...] |
/external/chromium_org/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/ceres-solver/internal/ceres/ |
compressed_row_jacobian_writer.cc | 195 const int argument = evaluated_jacobian_blocks[i].second; local 202 jacobians[argument] + r * parameter_block_size;
|
/external/chromium/base/ |
time_win_unittest.cc | 87 void* argument = reinterpret_cast<void*>(kChecks); local 90 _beginthreadex(NULL, 0, RolloverTestThreadMain, argument, 0,
|
/external/chromium_org/base/time/ |
time_win_unittest.cc | 87 void* argument = reinterpret_cast<void*>(kChecks); local 90 _beginthreadex(NULL, 0, RolloverTestThreadMain, argument, 0,
|
/external/chromium_org/chrome/browser/resources/ |
about_flash.js | 6 * Takes the |moduleListData| input argument which represents data about
|