/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
symbols.c | 1008 const char *elem, *field; local 1012 if (!ExprResolveLhs(info->ctx, stmt->name, &elem, &field, &arrayNdx)) 1015 if (elem && istreq(elem, "key")) { 1019 else if (!elem && (istreq(field, "name") || 1023 else if (!elem && (istreq(field, "groupswrap") | 1059 const char *elem, *field; local [all...] |
keycodes.c | 431 const char *elem, *field; local 434 if (!ExprResolveLhs(info->ctx, stmt->name, &elem, &field, &arrayNdx)) 437 if (elem) { 439 "Default for field %s ignored\n", elem, field);
|
types.c | 579 const char *elem, *field; local 583 ok = ExprResolveLhs(info->ctx, def->name, &elem, &field, 588 if (elem && istreq(elem, "type")) {
|
/external/webrtc/webrtc/libjingle/xmpp/ |
hangoutpubsubclient.cc | 84 item.elem->FirstNamed(QN_PRESENTER_PRESENTER); 86 item.elem->FirstNamed(QN_PRESENTER_PRESENTATION_ITEM); 92 client()->GetPublisherNickFromPubSubItem(item.elem);
|
/frameworks/native/cmds/flatland/ |
Main.cpp | 667 size_t elem = (samples.size() * (outlierFraction-1) / outlierFraction); local 668 result = (samples[elem-1] + samples[elem]) * 0.5;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterDrawRepresentation.java | 217 for (Iterator<StrokeData> elem = representation.mDrawing.iterator(); elem.hasNext(); ) { 218 StrokeData next = elem.next();
|
/test/vts-testcase/hal/script/configure/ |
test_case_creator.py | 507 def Prettify(self, elem): 511 elem: a xml element. 516 if elem: 519 rough_string = ET.tostring(elem, 'utf-8')
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/ |
VrListenerVerifierActivity.java | 407 private static <E> void assertIn(String message, E elem, E[] c) { 408 if (!Arrays.asList(c).contains(elem)) { 413 private static void assertEventIn(String message, MockVrListenerService.Event elem, 415 if (!Arrays.asList(c).contains(elem.type)) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
_abcoll.py | 155 for elem in self:
156 if elem not in other:
175 for elem in other:
176 if elem not in self:
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
lex.c | 136 dumpAction( (char *)p->elem, dlgFile, 0, -1, 0, 1 );
149 /* MR1 */ dumpAction( (char *)p->elem, dlgFile, 0, -1, 0, 1 );
158 /* MR1 */ dumpAction( (char *)p->elem, dlgFile, 0, -1, 0, 1 );
195 q = (Expr *) p->elem;
|
/external/annotation-tools/scene-lib/src/annotations/io/ |
IndexFileWriter.java | 425 AElement elem = pe.getValue(); 426 if (elem != null && !elem.tlAnnotationsHere.isEmpty()) { 428 printAnnotations(elem);
|
/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...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 146 <listLabel(elem=label,...)> 168 <listLabel(elem=label,...)>
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
Scala.stg | 672 <listLabel(elem=label,...)> 675 listLabel(label,elem) ::= << 677 list_<label>.add(<elem>)<\n> 734 <listLabel(elem=label,...)> 764 <listLabel(elem=label,...)> 778 <listLabel(elem=label,...)> 797 <listLabel(elem=label,...)> 825 <listLabel(elem=label,...)> [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
NodeSet.java | [all...] |
/external/clang/lib/Analysis/ |
LiveVariables.cpp | 454 const CFGElement &elem = *it; local 457 elem.getAs<CFGAutomaticObjDtor>()) { 462 if (!elem.getAs<CFGStmt>()) 465 const Stmt *S = elem.castAs<CFGStmt>().getStmt();
|
/external/libxml2/include/libxml/ |
SAX.h | 76 const xmlChar *elem,
|
SAX2.h | 74 const xmlChar *elem,
|
xmlschemas.h | 207 xmlNodePtr elem);
|
/external/libxml2/python/ |
types.c | 319 libxml_xmlElementPtrWrap(xmlElementPtr elem) 324 printf("libxml_xmlElementNodePtrWrap: elem = %p\n", elem); 326 if (elem == NULL) { 330 ret = PyCapsule_New((void *) elem, (char *) "xmlElementPtr", NULL);
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_draw.c | 186 struct pipe_vertex_element *elem = &vtx->pipe[i]; local 188 &vertexbuf->vb[elem->vertex_buffer_index]; 192 elem->src_offset + 197 util_format_get_blocksize(elem->src_format);
|
/external/opencv/cvaux/src/ |
cvlcm.cpp | 83 #define _CV_READ_SEQ_ELEM( elem, reader, type ) \ 85 assert( (reader).seq->elem_size == sizeof(*elem)); \ 86 elem = (type)(reader).ptr; \ 87 CV_NEXT_SEQ_ELEM( sizeof(*elem), reader ) \
|
/external/python/cpython2/Lib/ |
_abcoll.py | 155 for elem in self: 156 if elem not in other: 175 for elem in other: 176 if elem not in self:
|