/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
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;
|
kernel.cpp | 31 const std::vector<clover::module::argument> &args) : 34 if (arg.type == module::argument::scalar) 36 else if (arg.type == module::argument::global) 38 else if (arg.type == module::argument::local) 40 else if (arg.type == module::argument::constant) 42 else if (arg.type == module::argument::image2d_rd || 43 arg.type == module::argument::image3d_rd) 45 else if (arg.type == module::argument::image2d_wr || 46 arg.type == module::argument::image3d_wr) 48 else if (arg.type == module::argument::sampler 179 _cl_kernel::argument::argument(size_t size) : function in class:_cl_kernel::argument [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
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;
|
kernel.cpp | 31 const std::vector<clover::module::argument> &args) : 34 if (arg.type == module::argument::scalar) 36 else if (arg.type == module::argument::global) 38 else if (arg.type == module::argument::local) 40 else if (arg.type == module::argument::constant) 42 else if (arg.type == module::argument::image2d_rd || 43 arg.type == module::argument::image3d_rd) 45 else if (arg.type == module::argument::image2d_wr || 46 arg.type == module::argument::image3d_wr) 48 else if (arg.type == module::argument::sampler 179 _cl_kernel::argument::argument(size_t size) : function in class:_cl_kernel::argument [all...] |
/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/third_party/WebKit/Source/bindings/templates/ |
callback_interface.cpp | 49 {% for argument in method.arguments %} 50 v8::Handle<v8::Value> {{argument.handle}} = {{argument.cpp_value_to_v8_value}}; 51 if ({{argument.handle}}.IsEmpty()) {
|
/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:__anon4960 144 argument *arg; 145 argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS];
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_config.c | 32 static int assign_string_if_matches(char const *line, char const *argument, 35 static int assign_long_if_matches(char const *line, char const *argument, 38 static char const *get_value_if_matches(char const *line, char const *argument); 237 char const *argument) 242 /* return NULL if argument name does not match */ 243 if (strncasecmp(line, argument, strlen(argument))) return (NULL); 244 line += strlen(argument); 246 /* there must be an = after argument name */ 342 int assign_string_if_matches(char const *line, char const *argument, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-regexp.jar | |
/external/libedit/src/ |
common.c | 71 int count = el->el_state.argument; 76 if (el->el_line.lastchar + el->el_state.argument >= 92 c_insert(el, el->el_state.argument); 120 el->el_state.argument, ce__isword); 171 c_delafter(el, el->el_state.argument); /* delete after dot */ 290 el->el_line.cursor += el->el_state.argument; 317 el->el_state.argument, 339 el->el_line.cursor -= el->el_state.argument; 376 * Adds to argument or enters a digit 388 el->el_state.argument = c - '0' [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/ |
DependencyGraph.cpp | 29 TGraphArgument* argument = new TGraphArgument(intermFunctionCall, argumentNumber); local 30 mAllNodes.push_back(argument); 31 return argument;
|
/external/chromium_org/base/test/ |
test_process_killer_win.cc | 133 explicit ArgumentFilter(const base::string16& argument) 134 : argument_to_find_(argument) {} 162 const string16& argument) { 163 ArgumentFilter argument_filter(argument);
|
/external/elfutils/0.153/libcpu/ |
i386_parse.h | 80 struct argument *arg;
|
/external/libmtp/examples/ |
connect.c | 54 split_arg(char * argument, char ** part1, char ** part2) 60 sepp = argument + strcspn(argument, ","); 62 *part1 = argument;
|
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-integration/1.3/ |
hamcrest-integration-1.3.jar | |
/external/icu/icu4c/source/test/iotest/ |
iotest.cpp | 209 UChar argument[512]; local 246 tempStr=testCase->getString("argument", errorCode); 247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode); 258 dbl = atof(u_austrcpy(cBuffer, argument)); 263 i8 = (int8_t)uto64(argument); 268 i16 = (int16_t)uto64(argument); 273 i32 = (int32_t)uto64(argument); 278 i64 = uto64(argument); 374 UChar argument[512]; local 577 UChar argument[512]; local [all...] |
/external/chromium_org/third_party/skia/platform_tools/nacl/ |
nacl_make | 12 echo "ERROR: setenv() requires one argument." 74 echo "ERROR: build() requires one argument."
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
common_test.py | 54 def assertFlavor(self, expected, argument, param): 55 sys.platform = argument
|
/external/chromium_org/tools/win/split_link/ |
split_link.cc | 55 static void ArgvQuote(const std::wstring& argument, 58 if (!argument.empty() && 59 argument.find_first_of(L" \t\n\v\"") == argument.npos) { 60 command_line->append(argument); 63 for (std::wstring::const_iterator it = argument.begin();; ++it) { 65 while (it != argument.end() && *it == L'\\') { 69 if (it == argument.end()) {
|