/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/ |
iterate.hpp | 17 # include <boost/preprocessor/array/elem.hpp> 21 # include <boost/preprocessor/tuple/elem.hpp>
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
settings.py | 57 def __init__(self, elem): 58 self._elem = elem 102 def __init__(self, elem): 103 self._elem = elem 122 def __init__(self, driver, elem, item_class=Item): 126 self._elem = elem 132 In the loop the removal of an elem renders the remaining elems of the list 165 def __init__(self, driver, elem, item_class=TextFieldsItem): 167 driver, elem, item_class=item_class) 678 for elem in self._list_elem.find_elements_by_xpath [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
control.h | 473 * \param elem related HCTL element (if any) 478 snd_hctl_elem_t *elem); 481 * \param elem HCTL element 485 typedef int (*snd_hctl_elem_callback_t)(snd_hctl_elem_t *elem, 510 snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem); 511 snd_hctl_elem_t *snd_hctl_elem_prev(snd_hctl_elem_t *elem); 512 int snd_hctl_elem_info(snd_hctl_elem_t *elem, snd_ctl_elem_info_t * info); 513 int snd_hctl_elem_read(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 514 int snd_hctl_elem_write(snd_hctl_elem_t *elem, snd_ctl_elem_value_t * value); 515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xslt.c | 474 xmlNodePtr elem) 483 xsltTransformError(NULL, cctxt->style, elem, [all...] |
/external/libxslt/libxslt/ |
xslt.c | 474 xmlNodePtr elem) 483 xsltTransformError(NULL, cctxt->style, elem, [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/ |
UpdateBugStateTask.java | 471 String elem = e.nextElement().toString(); local 473 if (args.get(elem).equals(EMPTY) && pxml.get(elem) != null) 475 args.put(elem, pxml.get(elem)); 478 req += urlEncode(elem) + EQ + urlEncode(args.get(elem).toString()) + AMP; 555 private String urlEncode(String elem) 557 elem = htmlDecode(elem); 694 String elem = i.next().toString(); local [all...] |
/cts/suite/audio_quality/lib/src/task/ |
ModelBuilder.cpp | 234 TaskCase* ModelBuilder::parseInclude(const TiXmlElement& elem, const android::String8& path) 236 const char* fileName = elem.Attribute("file"); 248 bool ModelBuilder::parseAttributes(const TiXmlElement& elem, TaskGeneric& task) 250 const TiXmlAttribute* attr = elem.FirstAttribute();
|
/dalvik/vm/compiler/ |
CompilerUtility.h | 60 void dvmInsertGrowableList(GrowableList *gList, intptr_t elem);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
NodeVector.java | 581 * @param elem Node to look for 587 public int indexOf(int elem, int index) 597 if (node == elem) 609 * @param elem Node to look for 614 public int indexOf(int elem) 624 if (node == elem)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebDocument.cpp | 308 WebDocument::WebDocument(const PassRefPtr<Document>& elem) 309 : WebNode(elem) 313 WebDocument& WebDocument::operator=(const PassRefPtr<Document>& elem) 315 m_private = elem;
|
/external/chromium_org/third_party/icu/source/common/ |
uvectr32.cpp | 96 void UVector32::setElementAt(int32_t elem, int32_t index) { 98 elements[index] = elem; 103 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { 109 elements[index] = elem;
|
/external/chromium_org/third_party/icu/source/i18n/ |
selfmt.cpp | 427 const UHashElement* elem = NULL; local 430 while ((elem = other->nextElement(pos)) != NULL){ 431 const UHashTok otherKeyTok = elem->key; 433 const UHashTok otherKeyToVal = elem->value;
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
pubsubtasks.h | 44 const XmlElement* elem; member in struct:buzz::PubSubItem
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_type.c | 264 LLVMTypeRef elem = LLVMGetElementType(t); local 266 return len * lp_sizeof_llvm_type(elem); 271 LLVMTypeRef elem = LLVMGetElementType(t); local 273 return len * lp_sizeof_llvm_type(elem);
|
lp_bld_const.c | 304 LLVMValueRef elem; local 307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0); 309 elem = LLVMConstReal(elem_type, val); 314 elem = LLVMConstInt(elem_type, round(val*dscale), 0); 317 return elem;
|
/external/icu4c/common/ |
uvectr32.cpp | 96 void UVector32::setElementAt(int32_t elem, int32_t index) { 98 elements[index] = elem; 103 void UVector32::insertElementAt(int32_t elem, int32_t index, UErrorCode &status) { 109 elements[index] = elem;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_type.c | 264 LLVMTypeRef elem = LLVMGetElementType(t); local 266 return len * lp_sizeof_llvm_type(elem); 271 LLVMTypeRef elem = LLVMGetElementType(t); local 273 return len * lp_sizeof_llvm_type(elem);
|
lp_bld_const.c | 304 LLVMValueRef elem; local 307 elem = LLVMConstInt(elem_type, util_float_to_half((float)val), 0); 309 elem = LLVMConstReal(elem_type, val); 314 elem = LLVMConstInt(elem_type, round(val*dscale), 0); 317 return elem;
|
/external/valgrind/main/include/ |
pub_tool_xarray.h | 68 extern Word VG_(addToXA) ( XArray*, void* elem );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/ |
add.hpp | 21 # include <boost/preprocessor/tuple/elem.hpp>
|
sub.hpp | 20 # include <boost/preprocessor/tuple/elem.hpp>
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 151 public void addExpectedElement(EntryElement elem) { 152 mExpectedElements.put(elem.getEntryLabel(), elem); local 190 public boolean onElement(EntryElement elem) { 191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel()); 192 assertNotNull("Unexpected elem: " + elem.toString(), expectedElem); 193 assertEquals(expectedElem, elem);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplateElement.java | 262 ElemTemplateElement elem = (ElemTemplateElement) newChild; local 266 m_firstChild = elem; 272 last.m_nextSibling = elem; 275 elem.m_parentNode = this; 288 * @param elem Child to be added to child list 292 public ElemTemplateElement appendChild(ElemTemplateElement elem) 295 if (null == elem) 302 m_firstChild = elem; 308 last.m_nextSibling = elem; 311 elem.setParentElem(this) [all...] |