HomeSort by relevance Sort by last modified time
    Searched full:tuples (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/openfst/src/script/
replace.cc 24 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
27 for (unsigned i = 0; i < tuples.size() - 1; ++i) {
28 if (!ArcTypesMatch(*tuples[i].second, *tuples[i+1].second, "Replace")) {
33 if (!ArcTypesMatch(*tuples[0].second, *ofst, "Replace")) return;
35 ReplaceArgs args(tuples, ofst, root, epsilon_on_replace);
  /external/llvm/utils/lint/
common_lint.py 17 A list of tuples with format [(filename, line number, msg), ...] with any
38 A list of tuples with format [(line_number, msg), ...] with any violations
59 A list of tuples with format [(filename, line number, msg), ...] with any
85 A list of tuples with format [(filename, line number, msg), ...] with any
  /external/openfst/src/include/fst/
state-table.h 19 // Classes for representing the mapping between state tuples and state Ids.
35 // tuples (e.g. in composition triples of two FST states and a
37 // They are classes, templated on state tuples, of the form:
51 // // # of stored tuples.
109 // It is passed a function object FP that should fingerprint tuples
132 // selecting functor S returns true for tuples to be hashed in the
181 // COMPOSITION STATE TUPLES AND TABLES
200 // // # of stored tuples.
224 // Equality of composition state tuples.
236 // Hashing of composition state tuples
    [all...]
  /external/srec/srec/EventLog/include/
riff.h 154 * The number of audio tuples.
158 * The audio tuples.
160 RiffAudioTuple *tuples; member in struct:__anon13923
  /packages/wallpapers/MusicVisualization/res/values/
cube.xml 30 <!-- x,y,z tuples for the points defining the object -->
43 <!-- start,end point index tuples of the lines defining the object -->
  /external/chromium/testing/gtest/test/
gtest-tuple_test.cc 71 // Tests comparing two tuples with the same value.
79 // Tests comparing two different tuples that have no reference fields.
95 // Tests comparing two different tuples that have reference fields.
258 // A fixture for testing big tuples.
270 // Tests constructing big tuples.
287 // Tests comparing big tuples.
  /external/gtest/test/
gtest-tuple_test.cc 71 // Tests comparing two tuples with the same value.
79 // Tests comparing two different tuples that have no reference fields.
95 // Tests comparing two different tuples that have reference fields.
258 // A fixture for testing big tuples.
270 // Tests constructing big tuples.
287 // Tests comparing big tuples.
  /external/protobuf/gtest/test/
gtest-tuple_test.cc 71 // Tests comparing two tuples with the same value.
79 // Tests comparing two different tuples that have no reference fields.
95 // Tests comparing two different tuples that have reference fields.
226 // A fixture for testing big tuples.
238 // Tests constructing big tuples.
255 // Tests comparing big tuples.
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 32 <!-- x,y,z tuples for the points defining the object -->
45 <!-- start,end point index tuples of the lines defining the object -->
  /external/clang/bindings/python/clang/
enumerations.py 16 Enumerations are typically defined as a list of tuples. The exported values are
  /external/llvm/utils/llvm-build/llvmbuild/
configutil.py 15 The substitutions list should be given as a list of tuples (regex string,
  /external/openfst/src/include/fst/script/
replace.h 55 void Replace(const vector<pair<int64, const FstClass *> > &tuples,
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 131 vector<pair<typename Arc::Label, const Fst<Arc> *> > tuples(
133 for (size_t i = 0; i < tuples.size(); ++i) {
134 tuples[i].first = args->arg1[i].first;
135 tuples[i].second = (args->arg1[i].second)->GetFst<Arc>();
145 Replace(tuples, ofst, &parens, args->arg4);
pdt.h 167 // Equality of PDT state tuples.
177 // Hash function object for PDT state tuples
  /external/chromium/base/
callback_old.h 17 // Callbacks are designed to work with Tuples. A set of helper functions and
43 // or, equivalently, using tuples directly:
77 // Convenience functions so callers don't have to deal with Tuples.
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 25 @param ... tuples of (data,len) pairs to hash, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory_multi.c 30 @param ... tuples of (data,len) pairs to f9, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory_multi.c 30 @param ... tuples of (data,len) pairs to HMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_memory_multi.c 30 @param ... tuples of (data,len) pairs to OMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c 30 @param ... tuples of (data,len) pairs to PMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory_multi.c 30 @param ... tuples of (data,len) pairs to XCBC, terminated with a (NULL,x) (x=don't care)
  /external/freetype/src/truetype/
ttgxvar.h 92 FT_UInt tuplecount; /* shared tuples in `gvar' */
  /frameworks/base/core/java/android/content/
Entity.java 28 * plus a collection of Uri, ContentValues tuples as subvalues. One example of its use
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.cpp 67 // of tuples. Each tuple consists of an address and a length, each in
103 // Each set of tuples is terminated by a 0 for the address and 0
  /build/core/tasks/
factory_bundle.mk 19 # PRODUCT_FACTORY_RAMDISK_MODULES consists of "<module_name>:<install_path>[:<install_path>...]" tuples.

Completed in 886 milliseconds

1 2 3 4 5 6 7 8