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

1 2 3 4 56 7 8 91011>>

  /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
  /art/test/
Android.libnativebridgetest.mk 33 $$(error expected target or host for argument 1, received $(1))
Android.libarttest.mk 41 $$(error expected target or host for argument 1, received $(1))
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 28 * tenth argument.
75 * second to the tenth argument.
  /external/chromium_org/v8/test/mjsunit/es6/
math-expm1.js 56 // Test argument reduction.
66 // Tests for the case where argument reduction has x in the primary range.
  /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 218 static int TracerThread(void* argument) {
220 (TracerThreadArgument *)argument;
369 void StopTheWorld(StopTheWorldCallback callback, void *argument) {
374 tracer_thread_argument.callback_argument = argument;
  /external/e2fsprogs/intl/
printf-args.c 1 /* Decomposed printf argument list.
33 argument *ap;
  /external/libedit/src/
el.h 86 int doingarg; /* Are we getting an argument? */
87 int argument; /* Numeric argument */ member in struct:el_state_t
  /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/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 102 CSSValue* argument = filterValue->item(0); local
104 if (!argument->isSVGDocumentValue())
107 CSSSVGDocumentValue* svgDocumentValue = toCSSSVGDocumentValue(argument);
  /external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.cpp 44 // "x -> argument 0 -> function call".
65 TGraphArgument *argument = mGraph->createArgument( local
67 connectMultipleNodesToSingleNode(argumentNodes, argument);
68 argument->addDependentNode(functionCall);
75 // "x -> argument 0 -> function call -> y".
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 79 The tag argument is the name of the tag converted to lower
80 case. The attrs argument is a list of (name, value) pairs
127 (e.g. </div>). The tag argument is the name of the tag
198 The tag argument is the name of the tag converted to lower
199 case. The attrs argument is a list of (name, value) pairs
254 (e.g. </div>). The tag argument is the name of the tag
  /external/chromium_org/v8/src/arm64/
simulator-arm64.h 51 // The ninth argument is a dummy that reserves the space used for
125 // bits are "read-as-zero, write-ignored". The write_ignore_mask argument
206 // A wrapper class that stores an argument for one of the above Call
213 explicit CallArgument(T argument) {
215 DCHECK(sizeof(argument) <= sizeof(bits_));
216 memcpy(&bits_, &argument, sizeof(argument));
220 explicit CallArgument(double argument) {
221 DCHECK(sizeof(argument) == sizeof(bits_));
222 memcpy(&bits_, &argument, sizeof(argument))
    [all...]
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 275 testTraceNativeConversion(String); // Does ToString on argument.
276 testTraceNativeConversion(Number); // Does ToNumber on argument.
277 testTraceNativeConversion(RegExp); // Does ToString on argument.
279 testTraceNativeConstructor(String); // Does ToString on argument.
280 testTraceNativeConstructor(Number); // Does ToNumber on argument.
281 testTraceNativeConstructor(RegExp); // Does ToString on argument.
282 testTraceNativeConstructor(Date); // Does ToNumber on argument.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 46 # exception type (the first argument to the last call to one of
108 # first argument specifies the exception type; it is normally one
110 # not increment its reference count. The second argument is an
133 # invoked with an illegal argument. It is mostly for internal use.
197 # argument. It is mostly for internal use.
200 # Issue a warning message. The category argument is a warning
201 # category (see below) or NULL; the message argument is a message
235 # object. The name argument must be the name of the new exception,
246 # The function is called with a single argument obj that
ref.pxd 48 # effect is the same as for Py_DECREF(), except that the argument
51 # uses a temporary variable and sets the argument to NULL before
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 367 arglist: argument (COMMA argument)*
377 argument : test (ASSIGN test)?
  /external/libunwind/doc/
unw_get_proc_name.tex 20 procedure that created the stack frame identified by argument
21 \Var{cp}. The \Var{bufp} argument is a pointer to a character buffer
23 the name of the procedure. The \Var{offp} argument is a pointer to a
  /external/lldb/examples/darwin/heap_find/heap/
heap_find.cpp 87 uint64_t argument; member in struct:__anon4759
219 uint64_t argument; member in struct:malloc_stack_entry
346 m_entries[m_size].argument = 0;
839 stack_entry->argument = stack_record.argument;
875 stack_entry->argument = 0;
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 91 struct argument
94 struct argument *next;
183 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
186 struct argument *args);
221 struct argument *arg;
351 struct argument *args = $6;
461 struct argument *runp = $1;
464 runp->next = xmalloc (sizeof (struct argument));
471 $$ = xmalloc (sizeof (struct argument));
660 check_argsdef (struct bitvalue *bitval, struct argument *args
    [all...]
  /external/chromium_org/chrome/tools/
webforms_extractor.py 243 print 'Wrong log_level argument.'
  /external/chromium_org/media/audio/win/
audio_manager_win.cc 248 std::string argument; local
251 argument = "-R";
254 argument = "mmsys.cpl,,1";
261 command_line.AppendArg(argument);
  /external/chromium_org/third_party/boringssl/src/tool/
pkcs12.cc 34 static const struct argument kArguments[] = {

Completed in 1433 milliseconds

1 2 3 4 56 7 8 91011>>