Searched refs:tagId (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dexif_parser.js282 var tagId = br.readScalar(2);
283 var tag = tags[tagId] = {id: tagId};
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotificationManager.java43 Integer tagId = idForTag.remove(tag);
47 notifications.remove(tagId);
/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp101 NUANArc *SubGraph::InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId) argument
106 arc_one->AssignOutput (tagId);
H A Dsub_grph.h213 NUANArc *InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId);
/external/svox/pico/lib/
H A Dpicotok.c275 static MarkupId tok_markupTagId (picoos_uchar tagId[]);
597 static MarkupId tok_markupTagId (picoos_uchar tagId[]) argument
599 if (picoos_strstr(tagId,(picoos_char *)"svox:") == (picoos_char *)tagId) {
600 tagId+=5;
602 if (tok_strEqual(tagId, TOK_MARKUP_KW_IGNORE)) {
604 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEED)) {
606 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_PITCH)) {
608 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_VOLUME)) {
610 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEAKE
[all...]

Completed in 441 milliseconds