HomeSort by relevance Sort by last modified time
    Searched refs:Reverse (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/openfst/src/script/
reverse.cc 19 #include <fst/script/reverse.h>
24 void Reverse(const FstClass &fst1, MutableFstClass *fst2) {
25 if (!ArcTypesMatch(fst1, *fst2, "Reverse")) return;
29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);
32 REGISTER_FST_OPERATION(Reverse, StdArc, ReverseArgs);
33 REGISTER_FST_OPERATION(Reverse, LogArc, ReverseArgs);
34 REGISTER_FST_OPERATION(Reverse, Log64Arc, ReverseArgs);
  /external/openfst/src/include/fst/script/
reverse.h 22 #include <fst/reverse.h>
30 void Reverse(ReverseArgs *args) {
34 Reverse(fst1, fst2);
37 void Reverse(const FstClass &fst1, MutableFstClass *fst2);
  /external/openfst/src/bin/
fstreverse.cc 25 #include <fst/script/reverse.h>
33 using fst::script::Reverse;
54 Reverse(*ifst, out);
  /external/openfst/src/include/fst/extensions/pdt/
reverse.h 0 // reverse.h
32 #include <fst/reverse.h>
38 void Reverse(const Fst<Arc> &ifst,
45 Reverse(ifst, ofst);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 70 diffName => "'Reverse-merged' change",
72 Reverse-merged /trunk/Makefile:r33020
175 diffName => "'Reverse-merged' change followed by 'Merge' change",
177 Reverse-merged /trunk/Makefile:r33020
195 diffName => "'Reverse-merged' change followed by 'Reverse-merged' change",
197 Reverse-merged /trunk/Makefile:r33020
198 Reverse-merged /trunk/Makefile.shared:r58350
200 expectedReturn => ["/trunk/Makefile:r33020", " Reverse-merged /trunk/Makefile.shared:r58350\n"],
205 diffName => "'Reverse-merged' change followed by 'Reverse-merged' change followed by 'Merged' change"
    [all...]
  /external/openfst/src/include/fst/
reverse.h 0 // reverse.h
35 // reverse of A transduces the reverse of x to the reverse of y with
36 // weight a.Reverse().
38 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
43 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) {
69 RevArc oarc(0, 0, final.Reverse(), os);
77 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
expectation-weight.h 54 using PairWeight<X1, X2>::Reverse;
100 ReverseWeight Reverse() const {
101 return PairWeight<X1, X2>::Reverse();
lexicographic-weight.h 50 using PairWeight<W1, W2>::Reverse;
108 ReverseWeight Reverse() const {
109 return PairWeight<W1, W2>::Reverse();
product-weight.h 41 using PairWeight<W1, W2>::Reverse;
84 ReverseWeight Reverse() const {
85 return PairWeight<W1, W2>::Reverse();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 0 // reverse.h
28 // reverse of A transduces the reverse of x to the reverse of y with
29 // weight a.Reverse().
31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) {
60 RevArc oarc(0, 0, final.Reverse(), os);
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.4-1.js 24 ECMA Section: 15.4.4.3-1 Array.prototype.reverse()
27 The elements of the array are rearranged so as to reverse their order.
59 Note that the reverse function is intentionally generic; it does not require
61 kinds of objects for use as a method. Whether the reverse function can be applied
64 Note: Array.prototype.reverse allows some flexibility in implementation
77 writeHeaderToLog( SECTION + " Array.prototype.reverse()");
86 testcases[testcases.length] = new TestCase( SECTION, "Array.prototype.reverse.length", 0, Array.prototype.reverse.length );
87 testcases[testcases.length] = new TestCase( SECTION, "delete Array.prototype.reverse.length", false, delete Array.prototype.reverse.length )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon23167
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon24757
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
trie_policy.hpp 60 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
63 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
69 bool Reverse = false,
81 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon27932
85 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
126 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon30797
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon31895
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon36567
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
trie_policy.hpp 59 template<typename String, typename String::value_type Min_E_Val, typename String::value_type Max_E_Val, bool Reverse, typename Allocator>
62 string_trie_e_access_traits<String, Min_E_Val,Max_E_Val,Reverse,Allocator>
68 bool Reverse = false,
80 reverse = Reverse enumerator in enum:__gnu_pbds::string_trie_e_access_traits::__anon43494
84 typedef typename detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type const_iterator;
125 static detail::integral_constant<int, Reverse> s_rev_ind;
  /external/openfst/src/test/
weight-tester.h 155 // Tests reverse operation.
159 ReverseWeight rw1 = w1.Reverse();
160 ReverseWeight rw2 = w2.Reverse();
162 CHECK(rw1.Reverse() == w1);
163 CHECK(Plus(w1, w2).Reverse() == Plus(rw1, rw2));
164 CHECK(Times(w1, w2).Reverse() == Times(rw2, rw1));
  /external/skia/include/effects/
SkLayerDrawLooper.h 124 static Rec* Reverse(Rec*);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
string_trie_e_access_traits_imp.hpp 43 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;

Completed in 693 milliseconds

1 2 3