HomeSort by relevance Sort by last modified time
    Searched full:arguments (Results 401 - 425 of 11668) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
base.py 21 arguments. Additional parameters for this header are taken from the
22 keyword arguments.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
base.py 21 arguments. Additional parameters for this header are taken from the
22 keyword arguments.
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterizedTypeProjection.java 65 private List<ITypeReference> arguments = null; field in class:ParameterizedTypeProjection
68 if (arguments == null) {
69 arguments = ViewpointAdapter.substitutedTypeReferences(original
72 return arguments;
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t053heteroT1.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT10.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT11.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT12.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT2.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT3.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT4.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT5.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT6.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT7.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroT8.g 8 V.superclass.constructor.apply(this, arguments);
t053heteroTP.g 10 VX.superclass.constructor.apply(this, arguments);
  /external/bison/darwin-lib/
arg-nonnull.h 2 that the values passed as arguments n, ..., m must be non-NULL pointers.
  /external/bison/linux-lib/
arg-nonnull.h 2 that the values passed as arguments n, ..., m must be non-NULL pointers.
  /external/chromium/chrome/common/
nacl_cmd_line.h 12 // Copy all the relevant arguments from the command line of the current
  /external/chromium/third_party/libjingle/source/talk/base/
checks.cc 38 va_list arguments; local
39 va_start(arguments, format);
40 vsnprintf(msg, sizeof(msg), format, arguments);
41 va_end(arguments);
  /external/chromium_org/chrome/renderer/extensions/
api_activity_logger.h 30 // This is ultimately invoked in bindings.js with JavaScript arguments.
33 // arg2 - arguments to the API call
37 // This is ultimately invoked in bindings.js with JavaScript arguments.
40 // arg2 - Event arguments
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.h 11 // Copy all the relevant arguments from the command line of the current
  /external/chromium_org/native_client_sdk/src/resources/
httpd.cmd 7 REM any directory. Pass up to 9 arguments to httpd.py.
  /external/chromium_org/third_party/libjingle/source/talk/base/
checks.cc 38 va_list arguments; local
39 va_start(arguments, format);
40 vsnprintf(msg, sizeof(msg), format, arguments);
41 va_end(arguments);
  /external/chromium_org/tools/deep_memory_profiler/
dmprof 6 # Re-direct the arguments to dmprof.py.
  /external/chromium_org/tools/
gypv8sh.py 33 parser.error('all arguments are required.')
36 arguments = [js2webui, inputfile, inputrelfile, cxxoutfile, test_type]
37 cmd = [v8_shell, '-e', "arguments=" + json.dumps(arguments), mock_js,

Completed in 1729 milliseconds

<<11121314151617181920>>