/external/qemu/hw/ |
D | bt-hci.c | 1486 #define PARAM(cmd, param) (((cmd##_cp *) data)->param) in bt_submit_hci() macro 1487 #define PARAM16(cmd, param) le16_to_cpup(&PARAM(cmd, param)) in bt_submit_hci() 1488 #define PARAMHANDLE(cmd) HNDL(PARAM(cmd, handle)) in bt_submit_hci() 1496 if (PARAM(inquiry, length) < 1) { in bt_submit_hci() 1503 hci->lm.responses_left = PARAM(inquiry, num_rsp) ?: INT_MAX; in bt_submit_hci() 1506 bt_hci_inquiry_start(hci, PARAM(inquiry, length)); in bt_submit_hci() 1528 if (!(PARAM(periodic_inquiry, length) < in bt_submit_hci() 1532 PARAM(periodic_inquiry, length) < 1 || in bt_submit_hci() 1541 hci->lm.responses_left = PARAM(periodic_inquiry, num_rsp); in bt_submit_hci() 1545 bt_hci_inquiry_start(hci, PARAM(periodic_inquiry, length)); in bt_submit_hci() [all …]
|
/external/clang/lib/Driver/ |
D | DriverOptions.cpp | 18 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 20 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
|
D | CC1Options.cpp | 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
|
D | CC1AsOptions.cpp | 19 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 21 { NAME, HELPTEXT, METAVAR, Option::KIND##Class, FLAGS, PARAM, \
|
/external/bluetooth/glib/gobject/ |
D | gmarshal.list | 18 # PARAM for GParamSpec or derived types (GParamSpec*) 39 VOID:PARAM
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url_parser.cc | 82 PARAM, enumerator 133 elements_[1] == URL && elements_[2] == PARAM) in GetKnownType() 134 return PARAM; in GetKnownType() 213 (*kElementNameToElementTypeMap)[kParamElement] = PARAM; in InitMapping() 466 case ParsingContext::PARAM: in StartElementImpl()
|
/external/clang/include/clang/Driver/ |
D | Options.h | 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
|
D | CC1Options.h | 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
|
D | CC1AsOptions.h | 20 #define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
|
/external/collada/include/1.4/dom/ |
D | domParam.h | 25 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
D | domCommon_float_or_param_type.h | 100 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
D | domCommon_color_or_texture_type.h | 106 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
D | domProfile_GLSL.h | 371 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
D | domProfile_CG.h | 370 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
D | domTypes.h | 789 PARAM = 71, variable
|
D | domGl_pipeline_settings.h | 4237 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType() 4390 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType() 4543 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType() 4696 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType() 4849 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType() 5002 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PARAM; } in getElementType()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 10370 must override the attributes of PARAM tags. 10495 Fix to support sending PARAM tags to the Java plug-in.
|
D | ChangeLog-2005-08-23 | 24971 …(RenderPartObject::updateWidget): when getting the MIME type from the PARAM tag, make sure the MIM… 35287 …map from the WMP CLASSID to the WMP MIME type, look for the URL of the content in the URL PARAM tag 35483 <rdar://problem/3429921> obey PARAM tags inside of OBJECT tags when necessary 35494 (RenderPartObject::updateWidget): use PARAM tags when there is no EMBED specified 39339 prevent deleting PARAM tag portions of object tags erroneously. 54999 (HTMLAppletElementImpl::createRenderer): pass the PARAM args to the render object
|
D | ChangeLog-2003-10-25 | 3465 …(RenderPartObject::updateWidget): Ignore the PARAM tags and only use attributes inside the OBJECT …
|