HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 176 - 200 of 949) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libedit/src/
el.h 86 int doingarg; /* Are we getting an argument? */
87 int argument; /* Numeric argument */ member in struct:el_state_t
  /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/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 107 CSSValue* argument = filterValue->itemWithoutBoundsCheck(0); local
109 if (!argument->isSVGDocumentValue())
112 CSSSVGDocumentValue* svgDocumentValue = toCSSSVGDocumentValue(argument);
  /external/chromium_org/third_party/angle/src/compiler/translator/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".
  /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) {
214 ASSERT(sizeof(argument) <= sizeof(bits_));
215 memcpy(&bits_, &argument, sizeof(argument));
219 explicit CallArgument(double argument) {
220 ASSERT(sizeof(argument) == sizeof(bits_));
221 memcpy(&bits_, &argument, sizeof(argument))
    [all...]
  /external/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
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 62 public boolean matches(Object argument) {
63 if (!(argument instanceof Uri)) {
67 Uri actualUri = (Uri) argument;
  /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.
debug-liveedit-double-call.js 56 " // Function call with argument adaptor is intentional.\n " +
61 " // Function call with argument adaptor is intentional.\n " +
  /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:__anon28977
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/chromium_org/content/browser/android/java/
gin_java_method_invocation_helper.cc 152 const base::Value* argument; local
153 arguments_->Get(i, &argument);
155 env, argument, method->parameter_type(i), true, object_refs_);
  /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...]
  /art/test/
Android.libarttest.mk 40 $$(error expected target or host for argument 1, received $(1))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 15 * Asserts that a given argument's value is undefined.
16 * @param {object} a The argument to check.
  /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/WebKit/Source/modules/serviceworkers/polyfills/
cachePolyfill.js 78 // FIXME: Add QueryParams argument.
92 // FIXME: Add QueryParams argument.
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 65 print 'This tool requires exactly one argument, the name of the output file.'
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js 19 * argument is which button is pressed. The second argument is whether to
  /external/chromium_org/ui/file_manager/video_player/js/
test_util.js 17 * first argument. The functions in the test.util.async namespace are passed the
18 * callback function as the last argument.

Completed in 632 milliseconds

1 2 3 4 5 6 78 91011>>