/external/antlr/runtime/C/src/ |
D | antlr3commontreenodestream.c | 54 static pANTLR3_BASE_TREE_ADAPTOR getTreeAdaptor (pANTLR3_TREE_NODE_STREAM tns); 55 static pANTLR3_BASE_TREE getTreeSource (pANTLR3_TREE_NODE_STREAM tns); 56 static pANTLR3_BASE_TREE _LT (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k); 57 static pANTLR3_BASE_TREE get (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_INT32 k); 58 static void setUniqueNavigationNodes (pANTLR3_TREE_NODE_STREAM tns, ANTLR3_BOOLEAN uniqueNavig… 59 static pANTLR3_STRING toString (pANTLR3_TREE_NODE_STREAM tns); 60 static pANTLR3_STRING toStringSS (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE start, pAN… 61 static void toStringWork (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE start, pANTLR3_BA… 62 static void replaceChildren (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE parent, ANTLR3… 84 static void antlr3TreeNodeStreamFree (pANTLR3_TREE_NODE_STREAM tns); [all …]
|
D | antlr3treeparser.c | 191 pANTLR3_TREE_NODE_STREAM tns; in getCurrentInputSymbol() local 194 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super); in getCurrentInputSymbol() 195 ctns = tns->ctns; in getCurrentInputSymbol() 196 return tns->_LT(tns, 1); in getCurrentInputSymbol() 207 pANTLR3_TREE_NODE_STREAM tns; in getMissingSymbol() local 217 tns = (pANTLR3_TREE_NODE_STREAM)(istream->super); in getMissingSymbol() 218 ctns = tns->ctns; in getMissingSymbol() 222 current = tns->_LT(tns, 1); in getMissingSymbol() 227 current = tns->_LT(tns, -1); in getMissingSymbol() 232 current = tns->_LT(tns, i--); in getMissingSymbol()
|
D | antlr3baserecognizer.c | 279 pANTLR3_TREE_NODE_STREAM tns; in antlr3RecognitionExceptionNew() local 283 tns = NULL; in antlr3RecognitionExceptionNew() 310 tns = tparser->ctnstream->tnstream; in antlr3RecognitionExceptionNew() 311 is = tns->istream; in antlr3RecognitionExceptionNew() 364 ex->token = tns->_LT (tns, 1); /* Current input tree node */ in antlr3RecognitionExceptionNew() 367 ex->index = tns->istream->index (tns->istream); in antlr3RecognitionExceptionNew()
|
/external/antlr/runtime/C/include/ |
D | antlr3commontreenodestream.h | 78 pANTLR3_BASE_TREE (*_LT) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, ANTLR3_INT32 k); 83 pANTLR3_BASE_TREE (*getTreeSource) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); 88 pANTLR3_BASE_TREE_ADAPTOR (*getTreeAdaptor) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); 96 …void (*setUniqueNavigationNodes) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, ANTLR3_BOOLEA… 98 pANTLR3_STRING (*toString) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); 106 …pANTLR3_STRING (*toStringSS) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TRE… 115 …void (*toStringWork) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE star… 119 void (*free) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); 125 pANTLR3_BASE_TREE (*get) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, ANTLR3_INT32 i); 139 …void (*replaceChildren) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE pa…
|
/external/perfetto/include/perfetto/tracing/internal/ |
D | track_event_macros.h | 109 namespace tns = ::PERFETTO_TRACK_EVENT_NAMESPACE; \ 115 if (tns::internal::IsDynamicCategory(category)) { \ 116 tns::TrackEvent::CallIfEnabled( \ 118 tns::TrackEvent::TraceForCategory(instances, category, \ 122 tns::TrackEvent::CallIfCategoryEnabled( \ 125 tns::TrackEvent::TraceForCategory( \
|
/external/libxml2/test/schemas/ |
D | bug310264_0.xsd | 1 <xs:schema xmlns:tns="http://myns" 11 <xs:element ref="tns:a" /> 16 <xs:element name="c" type="tns:c" />
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3treeparser.inl | 158 TreeNodeStreamType* tns; local 167 tns = static_cast<TreeNodeStreamType*>(istream); 171 current = tns->_LT(1); 174 if (current == tns->get_EOF_NODE_p()) 176 current = tns->_LT(-1);
|
D | antlr3intstream.inl | 1588 CommonTreeNodeStreamType* tns = this->get_super(); local 1592 TreeType* t = tns->_LT(i);
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 185 ITreeNodeStream tns = input as ITreeNodeStream; in RecognitionException() 186 if (tns != null) in RecognitionException() 188 ExtractInformationFromTreeNodeStream(tns, k); in RecognitionException()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 829 long tns = timeLocaleMatcher(desired, matcherShort, BENCHMARK_ITERATIONS); in testPerf() local 830 System.out.format("New Duration (few supported):\t%s\t%d\tnanos\n", desired, tns); in testPerf()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 832 long tns = timeLocaleMatcher(desired, matcherShort, BENCHMARK_ITERATIONS); in testPerf() local 833 System.out.format("New Duration (few supported):\t%s\t%d\tnanos\n", desired, tns); in testPerf()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | jquery-1.7.1.js | 2845 t, tns, type, namespaces, handleObj, 2887 tns = rtypenamespace.exec( types[t] ) || []; 2888 type = tns[1]; 2889 namespaces = ( tns[2] || "" ).split( "." ).sort(); 2903 origType: tns[1], 2959 t, tns, type, origType, namespaces, origCount, 2969 tns = rtypenamespace.exec( types[t] ) || []; 2970 type = origType = tns[1]; 2971 namespaces = tns[2];
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | Subtract.miff | 42 …�������������������������������uwu�vvt�vxu�yxu�zwt�zvs�ytq�tqr�srs�qpt�ros�tns�rop�sqp�ttr�vts�urq…
|
/external/libxml2/ |
D | xmlschemas.c | 4432 const xmlChar *name, *tns; in xmlSchemaAttrUsesDump() local 4446 tns = prohib->targetNamespace; in xmlSchemaAttrUsesDump() 4451 tns = ref->targetNamespace; in xmlSchemaAttrUsesDump() 4455 tns = WXS_ATTRUSE_DECL_TNS(use); in xmlSchemaAttrUsesDump() 4458 (const char *) xmlSchemaFormatQName(&str, tns, name)); in xmlSchemaAttrUsesDump()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 6744 tns Tenis Tenis
|
D | iso-639-3.tab | 6455 tns I L Tenis
|
D | language-subtag-registry | 34972 Subtag: tns
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 2261 admittance %19221 ædmˈɪtns, ædmˈɪtəns, ədmˈɪtəns 151198 pittance %20093 pɪtns, pˈɪtəns 163629 remittance %18512 rimˈɪtəns, rɪmˈɪtns 199002 transmittance %8306 trænsmˈɪtns, trænsmˈɪtəns, trænz-
|
D | internal_raw_IPA.txt | 1893 admittance %30124 ædmˈɪtns, ædmˈɪtəns, ədmˈɪtəns 126900 pittance %28345 pɪtns, pˈɪtəns 137123 remittance %30473 rimˈɪtəns, rɪmˈɪtns 166419 transmittance %24229 trænsmˈɪtns, trænsmˈɪtəns
|