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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_interface.py 130 'name': argument.name,
132 # 'cpp_type': argument.idl_type.cpp_type_args(raw_type=True),
135 'cpp_type': argument.idl_type.implemented_as + '*',
136 'idl_type': argument.idl_type,
137 'v8_type': v8_types.v8_type(argument.idl_type.name),
138 } for argument in extended_attributes.get('SetWrapperReferenceTo', [])]
349 # with argument count 0.
350 # 2. Return the length of the shortest argument list of the entries in S.
530 An additional argument N (argument count) is needed when overloadin
    [all...]
idl_validator.py 61 for argument in operation.arguments:
62 self.validate_extended_attributes_node(argument)
75 'Missing required argument for extended attribute [%s]' % name)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CanvasReplayStateView.js 214 * @param {!CanvasAgent.CallArgument|undefined} argument
217 _collectResourceFromCallArgument: function(argument, output)
219 if (!argument)
221 var resourceId = argument.resourceId;
224 this._resourceIdToDescription[resourceId] = argument.description;
225 output.push(argument);
252 var argument = collectedResources[i];
253 while (currentOption && String.naturalOrderComparator(currentOption.text, argument.description) < 0)
255 var option = this._resourceSelector.createOption(argument.description, WebInspector.UIString("Show state of this resource."), argument.resourceId)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 422 printf("%*sargument(): %s\n", indent, "", argument().ascii().data());
459 m_pseudoType = parsePseudoType(value(), !argument().isNull() || selectorList());
582 || sel1->argument() != sel2->argument()) {
638 str.append(cs->argument());
866 String argument = m_argument.lower(); local
868 if (argument.isEmpty())
873 if (argument == "odd") {
876 } else if (argument == "even") {
880 size_t n = argument.find('n')
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 69 The exception argument will be a human-readable string.
80 DEFINE_boolean: typically does not take an argument: say --myflag to
484 other_flag_values: If this argument is not None, it should be the
504 """The flag command line argument is illegal."""
516 # of the flag and its argument, if any, allowing handling of unrecognized flags
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 69 The exception argument will be a human-readable string.
80 DEFINE_boolean: typically does not take an argument: say --myflag to
484 other_flag_values: If this argument is not None, it should be the
504 """The flag command line argument is illegal."""
516 # of the flag and its argument, if any, allowing handling of unrecognized flags
    [all...]
  /external/libedit/src/
vi.c 159 el->el_state.argument,
184 el->el_state.argument,
208 el->el_line.lastchar, el->el_state.argument, cv__isWord);
232 el->el_line.lastchar, el->el_state.argument, cv__isword);
255 for (i = 0; i < el->el_state.argument; i++) {
351 c_delafter(el, el->el_state.argument);
475 el->el_line.lastchar, el->el_state.argument, cv__isWord);
499 el->el_line.lastchar, el->el_state.argument, cv__isword);
726 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0);
738 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument, 0)
    [all...]
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 31 \Var{unw\_local\_addr\_space} can be passed for this argument.
32 Argument \Var{ip} is the instruction-pointer for which the procedure
35 Lastly, \Var{arg} is the address-space argument that should be used
37 argument of the same name for \Func{unw\_init\_remote}(). When
38 accessing the local address-space (first argument is
40 argument.
59 address-space is passed in argument \Var{as}, this routine is also
unw_create_addr_space.tex 35 routines are specified via the \Var{ap} argument, which points to a
41 The first argument to every call-back routine is an address-space
42 identifier (\Var{as}) and the last argument is an arbitrary,
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
46 argument to the value that was specified when
81 \Var{ip} argument is an instruction-address inside the procedure whose
82 information is needed. The \Var{pip} argument is a pointer to the
85 \Func{unw\_get\_proc\_info(3)} for details. Argument
105 \Func{find\_proc\_info}() with the \Var{need\_unwind\_info} argument
106 set to a non-zero value. The \Var{pip} argument has the same value a
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
function.pxd 30 # the code object, the argument defaults and closure are set to
49 # Return the argument default values of the function object
53 # Set the argument default values for the function object
cobject.pxd 13 # Return true if its argument is a PyCObject.
25 # be called when the object is reclaimed. The desc argument can be
  /art/build/
Android.executable.mk 37 $$(error expected target or host for argument 5, received $(5))
42 $$(error expected ndebug or debug for argument 6, received $(6))
  /art/disassembler/
Android.mk 33 $$(error expected target or host for argument 1, received $(1))
38 $$(error expected ndebug or debug for argument 2, received $(2))
  /external/chromium_org/chrome/renderer/resources/extensions/
developer_private_custom_bindings.js 12 // Converts the argument of |functionName| from DirectoryEntry to URL.
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 58 # Search for argument signatures
60 for argument in arguments_string.split(","):
61 match = re.match(r"^\s*(\w[\w\s]*)\s+(\w+)\s*$", argument)
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
SyncCallbackHelper.h 58 static ReturnType createFromCallbackArg(CallbackArg argument)
60 return ResultType::create(argument);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 78 Accepted by the <logType> argument of ClearDebugLogMESA,
188 The printMESA function writes the argument <value> to the "debug
202 The assertMESA function checks if the argument <condition> is
205 The message contains the argument <file>, <line>, <cookie> and
207 delimited by a white space. If the argument <cookie> is not present,
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 203 # _quote is a pattern that should match any argument that needs to be quoted
205 # characters appearing anywhere in an argument:
208 # $ expansions (quoted to always expand within one argument)
220 # represent an empty string literal argument to a POSIX shell.
228 # escaped with a backslash, whether or not the argument matched the _quote
232 # _escape matches the following characters appearing anywhere in an argument:
245 # the backslash), which would not be correct for argument encoding. Handling
253 def EncodePOSIXShellArgument(argument):
254 """Encodes |argument| suitably for consumption by POSIX shells.
256 argument may be quoted and escaped as necessary to ensure that POSIX shell
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/mesa3d/docs/
MESA_shader_debug.spec 78 Accepted by the <logType> argument of ClearDebugLogMESA,
188 The printMESA function writes the argument <value> to the "debug
202 The assertMESA function checks if the argument <condition> is
205 The message contains the argument <file>, <line>, <cookie> and
207 delimited by a white space. If the argument <cookie> is not present,
  /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/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.

Completed in 671 milliseconds

1 2 34 5 6 7 8 91011>>