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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLAllCollectionCustom.cpp 61 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument, const CallbackInfo& callbackInfo)
63 v8::Local<v8::Uint32> index = argument->ToArrayIndex();
65 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(argument->ToString()), callbackInfo);
108 // If there is a second argument it is the index of the item we want.
  /external/clang/test/SemaCXX/
explicit.cpp 43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
attr-nonnull.cpp 7 // GCC has a hidden 'this' argument in member functions, so the middle
8 // argument is the one that must not be null.
12 expected-error{{invalid for the implicit this argument}}
30 f1(0); // expected-warning{{null passed to a callee which requires a non-null argument}}
31 f2(0, 0); // expected-warning{{null passed to a callee which requires a non-null argument}}
  /external/chromium_org/chrome/renderer/resources/extensions/
i18n_custom_bindings.js 18 // The first argument is the message, and should be a string.
21 console.warn(extensionId + ': the first argument to getMessage should ' +
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 129 // - An index to indicate which one is the input argument
144 // parameters: An array of all input parameters. This argument is normally
146 // count: The number of parameters passed as first argument.
152 // Retrieves a stored argument by index. Valid index values are
155 void GetArgument(size_t index, T* argument) const {
157 *argument = *reinterpret_cast<const T*>(&arguments_[index].mem);
160 // Sets a stored argument by index. Valid index values are
163 void SetArgument(size_t index, const T& argument) {
165 *reinterpret_cast<T*>(&arguments_[index].mem) = argument;
168 // Retrieves the actual address of an string argument. When usin
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Threading.h 45 typedef void (*ThreadFunction)(void* argument);
  /external/clang/test/SemaTemplate/
instantiate-call.cpp 28 expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
  /art/build/
Android.executable.mk 36 $$(error expected target or host for argument 5, received $(5))
41 $$(error expected ndebug or debug for argument 6, received $(6))
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 194 # _quote is a pattern that should match any argument that needs to be quoted
196 # characters appearing anywhere in an argument:
199 # $ expansions (quoted to always expand within one argument)
211 # represent an empty string literal argument to a POSIX shell.
219 # escaped with a backslash, whether or not the argument matched the _quote
223 # _escape matches the following characters appearing anywhere in an argument:
236 # the backslash), which would not be correct for argument encoding. Handling
244 def EncodePOSIXShellArgument(argument):
245 """Encodes |argument| suitably for consumption by POSIX shells.
247 argument may be quoted and escaped as necessary to ensure that POSIX shell
    [all...]
  /external/chromium_org/v8/test/webkit/
mod-crash.js 49 function nonSpeculativeModReuseInner(argument, o1, o2)
54 var knownDouble = argument - 0;
57 function nonSpeculativeModReuse(argument)
59 return nonSpeculativeModReuseInner(argument, {}, {});
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp 23 #include <boost/test/utils/runtime/argument.hpp>
108 // Argument factory implementation
132 BOOST_RT_PARAM_TRACE( "Fail to parse argument value" );
141 BOOST_RT_PARAM_LITERAL( "Argument value missing for parameter " ) << p.id_2_report() );
151 ? static_cast<argument*>(new typed_argument<boost::optional<T> >( p, value ))
152 : static_cast<argument*>(new typed_argument<T>( p, *value )) );
158 ? static_cast<argument*>(new typed_argument<optional_list>( p ))
159 : static_cast<argument*>(new typed_argument<std::list<T> >( p )) );
parser.hpp 21 #include <boost/test/utils/runtime/argument.hpp>
130 argument const& valid_argument( cstring string_id ) const;
  /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/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.cpp 587 || sel1->argument() != sel2->argument()) {
641 str.append(cs->argument());
675 str.append(cs->argument());
877 String argument = m_argument.lower(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_validator.py 55 for argument in operation.arguments:
56 self.validate_extended_attributes_node(argument)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 166 void evaluateInOverlay(const String& method, const String& argument);
167 void evaluateInOverlay(const String& method, PassRefPtr<JSONValue> argument);
  /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/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/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,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 54 OMX_ERRORTYPE Exynos_OSAL_ThreadCreate(OMX_HANDLETYPE *threadHandle, OMX_PTR function_name, OMX_PTR argument)
82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
  /prebuilts/devtools/tools/lib/
screenshot2.jar 

Completed in 1717 milliseconds

1 2 34 5 6 7 8 91011>>