HomeSort by relevance Sort by last modified time
    Searched refs:elem (Results 451 - 475 of 744) sorted by null

<<11121314151617181920>>

  /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...]
XSLTElementDef.java 705 void setRequiredFound(String elem, boolean found)
707 if (m_requiredFound.get(elem) != null)
708 m_requiredFound.remove(elem);
  /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);
Stylesheet.java 1492 ElemTemplateElement elem = (ElemTemplateElement)elements.nextElement(); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 146 const buzz::XmlElement* elem,
151 buzz::XmlElement** elem,
  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 190 public Entry<E> apply(E elem) {
191 return Multisets.immutableEntry(elem, 1);
  /external/icu4c/test/intltest/
dadrcoll.cpp 30 static void U_CALLCONV deleteSeqElement(void *elem) {
31 delete((SeqElement *)elem);
  /external/libxml2/include/libxml/
HTMLparser.h 95 htmlNodePtr elem);
99 htmlNodePtr elem);
  /frameworks/rs/driver/
rsdBcc.cpp 119 const android::renderscript::Element *elem,
122 cs->setGlobalVarWithElemDims(slot, data, dataLength, elem, dims, dimLength);
  /libcore/luni/src/main/java/java/util/
TreeSet.java 494 E elem = (E)stream.readObject(); local
495 map.put(elem, Boolean.TRUE);
  /ndk/sources/host-tools/make-3.81/
makefile.com 77 $ cfile = f$elem(n," ",filelist)
  /external/openssl/crypto/x509v3/
v3_utl.c 76 static int ipv6_cb(const char *elem, int len, void *usr);
760 static int ipv6_cb(const char *elem, int len, void *usr)
785 if (elem[len])
787 if (!ipv4_from_asc(s->tmp + s->total, elem))
793 if (!ipv6_hex(s->tmp + s->total, elem, len))
  /external/valgrind/main/memcheck/tests/
unit_oset.c 401 const Block* elem = (const Block*)velem; local
403 assert(elem->first <= elem->last);
404 if (key < elem->first) return -1;
405 if (key > elem->last) return 1;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 124 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local
125 elem.addExpectedNode("X-PHONETIC-LAST-NAME", "\u3084\u307E\u3060",
133 elem.addExpectedNode("SORT-STRING",
226 PropertyNodesVerifierElem elem = mVerifier.addPropertyNodesVerifierElemWithEmptyName(); local
229 elem.addExpectedNode("ADR", Arrays.asList("\u79C1\u66F8\u7BB107",
  /external/v8/src/
string.js 436 var elem = res[i];
437 if (%_IsSmi(elem)) {
438 if (elem > 0) {
439 match_start = (elem >> 11) + (elem & 0x7ff);
441 match_start = res[++i] - elem;
444 override[0] = elem;
448 %_CallFunction(receiver, elem, match_start, subject, replace);
450 match_start += elem.length;
457 var elem = res[i]
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 261 const UHashElement* elem = NULL; local
262 while ((elem = countToPatterns->nextElement(elemPos)) != NULL){
263 const UHashTok keyTok = elem->key;
269 const UHashTok valueTok = elem->value;
778 const UHashElement* elem = NULL; local
779 while ((elem = fTimeUnitToCountToPatterns[i]->nextElement(pos)) != NULL){
780 const UHashTok keyTok = elem->value;
    [all...]
  /frameworks/rs/
rsAllocation.cpp 257 const Element *elem = type->getElement(); local
258 uint32_t unpaddedBytes = elem->getSizeBytesUnpadded();
259 uint32_t paddedBytes = elem->getSizeBytes();
266 uint32_t fieldCount = elem->getFieldCount();
282 offsetsPadded[i] = elem->getFieldOffsetBytes(i);
283 offsetsUnpadded[i] = elem->getFieldOffsetBytesUnpadded(i);
284 sizeUnpadded[i] = elem->getField(i)->getSizeBytesUnpadded();
  /external/valgrind/main/coregrind/
m_xarray.c 181 Word VG_(addToXA) ( XArray* xao, void* elem )
185 vg_assert(elem);
192 elem, xa->elemSzB );
  /frameworks/native/cmds/flatland/
Main.cpp 599 size_t elem = (samples.size() * (outlierFraction-1) / outlierFraction); local
600 result = (samples[elem-1] + samples[elem]) * 0.5;
  /bionic/libc/kernel/common/linux/
moduleparam.h 67 void *elem; member in struct:kparam_array
  /development/ndk/platforms/android-3/include/linux/
moduleparam.h 60 void *elem; member in struct:kparam_array
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 634 <listLabel(elem=label,...)>
637 listLabel(label,elem) ::= <<
639 list_<label>.push(<elem>);<\n>
693 <listLabel(elem=label,...)>
716 <listLabel(elem=label,...)>
729 <listLabel(elem=label,...)>
752 <listLabel(elem=label,...)>
774 <listLabel(elem=label,...)>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTTreeParser.stg 133 <listLabel(elem=label,...)>
155 <listLabel(elem=label,...)>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 667 <listLabel(elem=label,...)>
670 listLabel(label,elem) ::= <<
672 list_<label>.add(<elem>);<\n>
729 <listLabel(elem=label,...)>
752 <listLabel(elem=label,...)>
765 <listLabel(elem=label,...)>
785 <listLabel(elem=label,...)>
807 <listLabel(elem=label,...)>
    [all...]

Completed in 1893 milliseconds

<<11121314151617181920>>