/external/clang/lib/Driver/ |
D | DriverOptions.cpp | 18 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 26 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 28 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
|
D | CC1AsOptions.cpp | 19 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 27 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 29 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
|
/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/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 758 #define PARAM(a, A) if (a) *a = params.A in hb_ot_layout_get_size_params() macro 759 PARAM (design_size, designSize); in hb_ot_layout_get_size_params() 760 PARAM (subfamily_id, subfamilyID); in hb_ot_layout_get_size_params() 761 PARAM (subfamily_name_id, subfamilyNameID); in hb_ot_layout_get_size_params() 762 PARAM (range_start, rangeStart); in hb_ot_layout_get_size_params() 763 PARAM (range_end, rangeEnd); in hb_ot_layout_get_size_params() 764 #undef PARAM in hb_ot_layout_get_size_params() 771 #define PARAM(a, A) if (a) *a = 0 in hb_ot_layout_get_size_params() macro 772 PARAM (design_size, designSize); in hb_ot_layout_get_size_params() 773 PARAM (subfamily_id, subfamilyID); in hb_ot_layout_get_size_params() [all …]
|
/external/llvm/unittests/Option/ |
D | OptionParsingTest.cpp | 21 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 33 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument 35 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
|
/external/skia/bench/ |
D | DashBench.cpp | 392 #define PARAM(array) array, SK_ARRAY_COUNT(array) macro 394 DEF_BENCH( return new DashBench(p, PARAM(gDots), 0); ) 395 DEF_BENCH( return new DashBench(p, PARAM(gDots), 1); ) 396 DEF_BENCH( return new DashBench(p, PARAM(gDots), 1, true); ) 397 DEF_BENCH( return new DashBench(p, PARAM(gDots), 4); )
|
/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 | CC1AsOptions.h | 21 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
|
D | Options.h | 21 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \ argument
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.h | 110 PARAM = 4, enumerator
|
D | NVPTXutil.cpp | 28 if (MI->getOperand(2).getImm() != NVPTX::PTXLdStInstCode::PARAM) in isParamLoad()
|
D | NVPTXISelDAGToDAG.cpp | 145 case llvm::ADDRESS_SPACE_PARAM: return NVPTX::PTXLdStInstCode::PARAM; in getCodeAddrSpace()
|
D | NVPTXAsmPrinter.cpp | 655 case NVPTX::PTXLdStInstCode::PARAM: O << ".param"; break; in printLdStCode()
|
/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 …
|