Home
last modified time | relevance | path

Searched refs:tuples (Results 1 – 25 of 26) sorted by relevance

12

/external/openfst/src/script/
Dreplace.cc24 void Replace(const vector<pair<int64, const FstClass *> > &tuples, in Replace() argument
27 for (unsigned i = 0; i < tuples.size() - 1; ++i) { in Replace()
28 if (!ArcTypesMatch(*tuples[i].second, *tuples[i+1].second, "Replace")) { in Replace()
33 if (!ArcTypesMatch(*tuples[0].second, *ofst, "Replace")) return; in Replace()
35 ReplaceArgs args(tuples, ofst, root, epsilon_on_replace); in Replace()
/external/openfst/src/include/fst/extensions/pdt/
Dpdtscript.h131 vector<pair<typename Arc::Label, const Fst<Arc> *> > tuples( in PdtReplace()
133 for (size_t i = 0; i < tuples.size(); ++i) { in PdtReplace()
134 tuples[i].first = args->arg1[i].first; in PdtReplace()
135 tuples[i].second = (args->arg1[i].second)->GetFst<Arc>(); in PdtReplace()
145 Replace(tuples, ofst, &parens, args->arg4); in PdtReplace()
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp904 const llong* tuples[] = { // lhs, rhs, ans
938 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
940 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
941 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
942 const llong ans = *tuples[i*TUPLE_WIDTH+2];
983 const llong* tuples[] = {
1018 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
1020 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
1021 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
1022 const llong ans = *tuples[i*TUPLE_WIDTH+2];
Dtmsgfmt.cpp1598 UnicodeString tuples[] = { in TestApostropheMode() local
1608 int32_t tuples_count = UPRV_LENGTHOF(tuples); in TestApostropheMode()
1611 UnicodeString& desired = tuples[i]; in TestApostropheMode()
1612 UnicodeString& ado_pattern = tuples[i + 1]; in TestApostropheMode()
1617 UnicodeString& adr_pattern = tuples[i + 2].isEmpty() ? ado_pattern : tuples[i + 2]; in TestApostropheMode()
/external/llvm/test/Linker/
Dmodule-flags-dont-change-others.ll4 ; !named should still point at the unmodified tuples (!3, !4, and !5) that
/external/openfst/src/include/fst/script/
Dreplace.h55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
Dbasic.py37 head = WWW_AUTHENTICATE.tuples('Basic realm="%s"' % self.realm)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpheaders.py488 def tuples(self, *args, **kwargs): member in HTTPHeader
539 collection.extend(self.tuples(*args, **kwargs))
541 def tuples(self, *args, **kwargs): member in _MultiEntryHeader
Durlmap.py.orig89 tuples ``('blah.com', '/foo')``. This will match domain names; without
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1740 String[] tuples = new String[] { in TestApostropheMode() local
1750 for (int i = 0; i < tuples.length; i += 3) { in TestApostropheMode()
1751 String desired = tuples[i]; in TestApostropheMode()
1752 String ado_pattern = tuples[i + 1]; in TestApostropheMode()
1755 String adr_pattern = tuples[i + 2]; in TestApostropheMode()
/external/jemalloc/include/jemalloc/internal/
Dsize_classes.sh201 * SC(index, lg_delta, size, bin, lg_delta_lookup) tuples.
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dtesting.rst74 A list of ``(header_name, value)`` tuples for the request headers.
Dresponse.rst112 List of headers, as a list of tuples ``(header_name, value)``.
Dhandlers.rst153 also accept tuples: if a tuple is returned, we use its values as positional
/external/llvm/test/Transforms/InstCombine/
Dloadstore-metadata.ll90 ; consider an option to the IR printer to emit MD tuples after the function
/external/llvm/test/CodeGen/AArch64/
Darm64-copy-tuple.ll4 ; the memmove-like situation arising in tuples, where an early copy can clobber
5 ; the value needed by a later one if the tuples overlap.
/external/llvm/lib/Target/R600/
DSIRegisterInfo.td65 // Groupings using register classes and tuples
/external/openssh/
DPROTOCOL.certkeys193 is a sequence of zero or more tuples:
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dindex.txt326 tuples; all the keys are ordered, and all the values are ordered.
Dnews.txt922 of two-tuples or dictionary-like object). Note: this does not
/external/lldb/docs/
Dlldb-gdb-remote.txt673 of tuples like the data returned in a stop reply packet. The currently valid
674 tuples tp return are:
/external/llvm/include/llvm/Target/
DTarget.td256 // RegisterTuples - Automatically generate super-registers by forming tuples of
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst2077 This table shows how texture image components are returned as (x,y,z,w) tuples
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2420 [incoming] is a list of [(llvalue, llbasicblock)] tuples.
/external/llvm/docs/
DLangRef.rst2919 to generic tuples). Their fields are labelled, and can be specified in any
2932 tuples containing the debug info to be emitted along with the compile unit,

12