/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
for_each.hpp | 20 # include <boost/preprocessor/tuple/elem.hpp>
|
for_each_i.hpp | 21 # include <boost/preprocessor/tuple/elem.hpp>
|
/external/libexif/libexif/olympus/ |
mnote-olympus-entry.c | 88 } elem[24]; member in struct:__anon28292 444 for (j = 0; items[i].elem[j].string && 445 (items[i].elem[j].index < vs); j++); 446 if (items[i].elem[j].index != vs) { 450 strncpy (v, _(items[i].elem[j].string), maxlen); 514 for (j = 0; items[i].elem[j].string && 515 (items[i].elem[j].index < vs); j++); 516 if (items[i].elem[j].index != vs) { 520 strncpy (v, _(items[i].elem[j].string), maxlen);
|
/frameworks/rs/driver/runtime/ |
rs_sample.c | 539 const Element_t *elem = type->mHal.state.element; local 540 rs_data_kind dk = elem->mHal.state.dataKind; 541 rs_data_type dt = elem->mHal.state.dataType; 591 const Element_t *elem = type->mHal.state.element; local 592 rs_data_kind dk = elem->mHal.state.dataKind; 593 rs_data_type dt = elem->mHal.state.dataType; 638 const Element_t *elem = type->mHal.state.element; local 639 rs_data_kind dk = elem->mHal.state.dataKind; 640 rs_data_type dt = elem->mHal.state.dataType;
|
/external/chromium_org/third_party/qunit/src/ |
qunit.js | 1097 * @param {HTMLElement} elem 1101 function addEvent( elem, type, fn ) { 1102 if ( elem.addEventListener ) { 1105 elem.addEventListener( type, fn, false ); 1106 } else if ( elem.attachEvent ) { 1109 elem.attachEvent( "on" + type, fn ); 1129 function hasClass( elem, name ) { 1130 return (" " + elem.className + " ").indexOf(" " + name + " ") > -1; 1133 function addClass( elem, name ) { 1134 if ( !hasClass( elem, name ) ) [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 1118 CvSetElem* elem = set_header->free_elems; local 1148 CvSetElem* elem = (CvSetElem*)cvGetSeqElem( (CvSeq*)set_header, index ); local [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readelf.c | 822 TempSym *elem; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
AST.stg | 104 <listLabel(elem=label,...)> 116 <listLabel(elem=label,...)> 128 <listLabel(elem=label+".tree",...)> 140 <listLabel(elem=label+".tree",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
AST.stg | 130 <listLabelElem(elem=label,elemType=labelType,...)> 142 <listLabelElem(elem=label,elemType=labelType,...)> 154 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 166 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ASTTreeParser.stg | 136 <listLabelElem(elem=label,...)> 158 <listLabelElem(elem=label,...)> 238 <listLabelElem(elem={<label>.Tree},...)> 253 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 83 <listLabel(elem=label+".Template",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
AST.stg | 128 <listLabelElem(elem=label,elemType=labelType,...)> 140 <listLabelElem(elem=label,elemType=labelType,...)> 152 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)> 164 <listLabelElem(elem={<label>.Tree},elemType=ASTLabelType,...)>
|
ASTTreeParser.stg | 137 <listLabelElem(elem=label,...)> 159 <listLabelElem(elem=label,...)> 239 <listLabelElem(elem={<label>.Tree},...)> 254 <listLabelElem(elem={<label>.Tree},...)>
|
ST.stg | 60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
AST.stg | 148 <listLabel(elem=label,...)> 160 <listLabel(elem=label,...)> 176 <listLabel(elem=label+".Tree",...)> 188 <listLabel(elem=label+".Tree",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
AST.stg | 99 <listLabel(elem=label,...)> 111 <listLabel(elem=label,...)> 127 <listLabel(elem=label+".getTree()",...)> 139 <listLabel(elem=label+".getTree()",...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 243 <listLabel(elem=label,...)> 258 <listLabel(elem=label,...)> 271 <listLabel(elem={[<label> getTree]},...)> 285 <listLabel(elem={[<label> getTree]},...)>
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 511 * @param elem New element to append to this element's children list 516 public ElemTemplateElement appendChild(ElemTemplateElement elem) 525 return super.appendChild(elem);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system.py | 131 files = [elem.childNodes[0].data 132 for elem in dom.getElementsByTagName('a')]
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
TestParseTreeTransforms.py | 215 def elem_hasattrs(self, elem, attrs): 217 return all([attr in elem.attrib for attr in attrs])
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrcoll.cpp | 30 static void U_CALLCONV deleteSeqElement(void *elem) { 31 delete((SeqElement *)elem);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubclient_unittest.cc | 31 if (item->elem->FirstElement() != NULL) { 32 handled_item.payload = item->elem->FirstElement()->Str();
|
pubsubstateclient.h | 161 const XmlElement* state_elem = item.elem->FirstNamed(state_name_); 167 client_->GetPublisherNickFromPubSubItem(item.elem);
|
pubsubtasks_unittest.cc | 41 if (item->elem->FirstElement() != NULL) { 42 handled_item.payload = item->elem->FirstElement()->Str();
|