/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 36 class argument; 69 class argument { class in struct:_cl_kernel 71 argument(size_t size); 73 /// \a true if the argument has been set. 76 /// Argument size in the input buffer. 82 /// Set this argument to some object. 86 /// object to this argument, and update \a ctx accordingly. 99 const std::vector<clover::module::argument> &args); 114 std::vector<std::unique_ptr<argument>> args; 120 class scalar_argument : public argument { [all...] |
module.hpp | 58 struct argument { struct in struct:clover::module 71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument 72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument 80 size_t offset, const clover::compat::vector<argument> &args) : 87 clover::compat::vector<argument> args;
|
/external/chromium_org/win8/delegate_execute/ |
delegate_execute_util.cc | 27 const string16& argument) { 31 if (!argument.empty()) 32 chrome_cmd.AppendArgNative(argument);
|
delegate_execute_util.h | 21 // from |params| plus an optional |argument|. 24 const string16& argument);
|
/external/clang/lib/AST/ |
TemplateBase.cpp | 31 /// \brief Print a template integral argument value. 90 llvm_unreachable("Should not have a NULL template argument"); 131 llvm_unreachable("Should not have a NULL template argument"); 414 switch (Argument.getKind()) { 457 // This is bad, but not as bad as crashing because of argument 459 return DB << "(null template argument)";
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
kernel.hpp | 36 class argument; 69 class argument { class in struct:_cl_kernel 71 argument(size_t size); 73 /// \a true if the argument has been set. 76 /// Argument size in the input buffer. 82 /// Set this argument to some object. 86 /// object to this argument, and update \a ctx accordingly. 99 const std::vector<clover::module::argument> &args); 114 std::vector<std::unique_ptr<argument>> args; 120 class scalar_argument : public argument { [all...] |
module.hpp | 58 struct argument { struct in struct:clover::module 71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument 72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument 80 size_t offset, const clover::compat::vector<argument> &args) : 87 clover::compat::vector<argument> args;
|
/external/mockito/src/org/mockito/internal/matchers/ |
CapturingMatcher.java | 24 public boolean matches(Object argument) {
32 description.appendText("<Capturing argument>");
48 public void captureFrom(Object argument) {
49 this.arguments.add(argument);
|
/external/chromium/chrome/browser/debugger/manual_tests/resources/ |
worker-primes.js | 8 throw 'invalid argument';
|
/external/llvm/test/MC/X86/AlignedBundling/ |
align-mode-argument-error.s | 3 # Missing .bundle_align_mode argument
|
bundle-lock-option-error.s | 3 # Missing .bundle_align_mode argument
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMObserverRecorder.h | 17 - (BOOL)argument:(id)expectedArg matchesArgument:(id)observedArg;
|
/external/compiler-rt/BlocksRuntime/tests/ |
dispatch_call_Block_with_release.c | 12 void callsomething(const char *format, int argument) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Thread.h | 38 OMX_ERRORTYPE Exynos_OSAL_ThreadCreate(OMX_HANDLETYPE *threadHandle, OMX_PTR function_name, OMX_PTR argument);
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 208 UChar argument[512]; local 245 tempStr=testCase->getString("argument", errorCode); 246 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); 257 dbl = atof(u_austrcpy(cBuffer, argument)); 262 i8 = (int8_t)uto64(argument); 267 i16 = (int16_t)uto64(argument); 272 i32 = (int32_t)uto64(argument); 277 i64 = uto64(argument); 373 UChar argument[512]; local 576 UChar argument[512]; local [all...] |
/external/clang/test/SemaCXX/ |
attr-format.cpp | 6 // GCC has a hidden 'this' argument in member functions which is why 7 // the format argument is argument 2 here. 12 expected-error{{implicit this argument as the format string}} 16 expected-error{{invalid for the implicit this argument}} 28 // 'this' argument. 40 // this argument.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld.h | 58 void *argument); 64 void StopTheWorld(StopTheWorldCallback callback, void *argument);
|
/external/valgrind/main/helgrind/tests/ |
cond_timedwait_invalid.stderr.exp | 9 with error code 22 (EINVAL: Invalid argument)
|
tc18_semabuse.stderr.exp | 9 with error code 22 (EINVAL: Invalid argument) 24 with error code 22 (EINVAL: Invalid argument)
|
/external/chromium_org/chrome/browser/translate/ |
translate_script.cc | 68 // Use default URL when command-line argument is not specified, or specified 103 std::string argument = "('"; local 105 argument += net::EscapeQueryParamValue(api_key, true); 106 argument += "');\n"; 107 data_ += argument + data;
|
/external/mockito/src/org/mockito/ |
ArgumentMatcher.java | 14 * Allows creating customized argument matchers. 47 * <b>Warning:</b> Be reasonable with using complicated argument matching, especially custom argument matchers, as it can make the test less readable. 49 * (Mockito naturally uses equals() for argument matching). 53 * For example, if custom argument matcher is not likely to be reused 54 * or you just need it to assert on argument values to complete verification of behavior. 58 * @param <T> type of argument 65 * Returns whether this matcher accepts the given argument. 67 * The method should <b>never</b> assert if the argument doesn't match. It 70 * @param argument [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPExtensionsProvider.java | 133 Object argument = argVec.elementAt( i ); local 136 if ( argument instanceof XNodeSet ) { 137 argList.add ( i, ((XNodeSet)argument).nodelist() ); 138 } else if ( argument instanceof XObject ) { 139 Object passedArgument = ((XObject)argument).object(); 142 argList.add ( i, argument ); 184 Object argument = argVec.elementAt( i ); local 187 if ( argument instanceof XNodeSet ) { 188 argList.add ( i, ((XNodeSet)argument).nodelist() ); 189 } else if ( argument instanceof XObject ) [all...] |
/external/bison/lib/ |
printf-args.h | 1 /* Decomposed printf argument list. 48 /* Argument types */ 90 /* Polymorphic argument */ 136 argument; typedef in typeref:struct:__anon2743 144 argument *arg; 145 argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS];
|
/external/chromium_org/chrome_frame/ |
function_stub.h | 26 uintptr_t arg_addr_; // ; extra argument 59 // and we would like to add one static argument to make it, say: 91 // @param extra_argument The static argument to pass to the function. 107 uintptr_t argument() const { return argument_; } function in struct:FunctionStub 108 void set_argument(uintptr_t argument) { argument_ = argument; } 132 // This is the argument value that gets passed to the destination_function_.
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
callback_interface.cpp | 71 {% for argument in method.arguments %} 72 {{argument.cpp_to_js_conversion | indent(4)}} 73 if ({{argument.name}}Handle.IsEmpty()) {
|