HomeSort by relevance Sort by last modified time
    Searched refs:PARAM (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/Driver/
CC1AsOptions.cpp 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
CC1Options.cpp 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
DriverOptions.cpp 18 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
20 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
  /external/clang/include/clang/Driver/
CC1AsOptions.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
CC1Options.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
Options.h 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 36 private static final String[] PARAM = { "Test" };
119 assertEquals(PARAM.length, mAsyncTask.parameters.length);
120 for (int i = 0; i < PARAM.length; i++) {
121 assertEquals(PARAM[i], mAsyncTask.parameters[i]);
149 mAsyncTask.execute(PARAM);
248 assertEquals(mAsyncTask, mAsyncTask.execute(PARAM));
  /external/collada/include/1.4/dom/
domParam.h 19 * The param element declares parametric information regarding its parent
25 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; }
64 * @param atName The new value for the name attribute.
75 * @param atSid The new value for the sid attribute.
86 * @param atSemantic The new value for the semantic attribute.
97 * @param atType The new value for the type attribute.
108 * @param val The new value for this element.
domCommon_float_or_param_type.h 49 * @param atSid The new value for the sid attribute.
60 * @param val The new value for this element.
100 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; }
115 * @param atRef The new value for the ref attribute.
174 * Gets the param element.
175 * @return a daeSmartRef to the param element.
domCommon_color_or_texture_type.h 50 * @param atSid The new value for the sid attribute.
66 * @param val The new value for the _value array.
106 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; }
121 * @param atRef The new value for the ref attribute.
179 * @param atTexture The new value for the texture attribute.
190 * @param atTexcoord The new value for the texcoord attribute.
255 * Gets the param element.
256 * @return a daeSmartRef to the param element.
domProfile_CG.h 103 * @param val The new value for this element.
177 * @param val The new value for this element.
238 * @param val The new value for this element.
301 * @param atSource The new value for the source attribute.
312 * @param val The new value for this element.
370 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; }
385 * @param atRef The new value for the ref attribute.
455 * @param atSymbol The new value for the symbol attribute.
465 * Gets the param element.
466 * @return a daeSmartRef to the param element
    [all...]
domProfile_GLSL.h 103 * @param val The new value for this element.
181 * @param val The new value for this element.
242 * @param val The new value for this element.
305 * @param atSource The new value for the source attribute.
316 * @param val The new value for this element.
371 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; }
386 * @param atRef The new value for the ref attribute.
452 * @param atSymbol The new value for the symbol attribute.
462 * Gets the param element.
463 * @return a daeSmartRef to the param element
    [all...]
domGl_pipeline_settings.h 71 * @param atValue The new value for the value attribute.
76 * Gets the param attribute.
77 * @return Returns a xsNCName of the param attribute.
81 * Sets the param attribute.
82 * @param atParam The new value for the param attribute.
138 * @param atValue The new value for the value attribute.
143 * Gets the param attribute.
144 * @return Returns a xsNCName of the param attribute.
148 * Sets the param attribute
    [all...]
domTypes.h 789 PARAM = 71,
    [all...]
  /external/qemu/hw/
bt-hci.c     [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 31 static const char kParamElement[] = "Param";
82 PARAM,
95 // Key/value of a Param node.
96 typedef std::pair<std::string, std::string> Param;
131 // We only expect PARAM nodes under the Url node
133 elements_[1] == URL && elements_[2] == PARAM)
134 return PARAM;
177 extra_params_.push_back(Param(key, value));
180 const std::vector<Param>& extra_params() const { return extra_params_; }
213 (*kElementNameToElementTypeMap)[kParamElement] = PARAM;
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 74 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
82 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
84 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \

Completed in 329 milliseconds