HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 101 - 125 of 1975) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/openfst/src/include/fst/
concat.h 80 fst1->SetFinal(s1, fst2.Final(s2));
93 Weight final = fst1->Final(s1); local
94 if (final != Weight::Zero()) {
97 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
145 Weight final = fst1.Final(s1); local
146 fst2->ReserveArcs(s2, fst1.NumArcs(s1) + (final != Weight::Zero() ? 1 : 0));
147 if (final != Weight::Zero())
148 fst2->AddArc(s2, Arc(0, 0, final, start2))
    [all...]
closure.h 57 Weight final = fst->Final(s); local
58 if (final != Weight::Zero())
59 fst->AddArc(s, Arc(0, 0, final, start));
  /external/chromium_org/third_party/re2/util/
hash.cc 10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
28 final(a,b,c);
101 final -- final mixing of 3 32-bit values (a,b,c) into c
124 #define final(a,b,c) \ macro
177 final(a,b,c);
223 final(a,b,c);
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 86 time_t initial, final; local
102 final=time(0);
105 // INFOS("coarse grained time : "<< final-initial);
106 _frequency=_frequency*get_elapsed_time_in_second()/double(final-initial);
  /external/regex-re2/util/
hash.cc 10 hashword(), hashlittle(), hashlittle2(), hashbig(), mix(), and final()
28 final(a,b,c);
101 final -- final mixing of 3 32-bit values (a,b,c) into c
124 #define final(a,b,c) \ macro
177 final(a,b,c);
223 final(a,b,c);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 50 Weight final = fst->Final(s); local
51 if (final != Weight::Zero())
52 fst->AddArc(s, Arc(0, 0, final, start));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 45 public static final int INITIAL_SIZE = 10;
  /external/chromium_org/content/renderer/
shared_memory_seqlock_reader.h 24 bool FetchFromBuffer(content::OneWriterSeqLock* seqlock, void* final,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ShadowBlur.cpp 125 int final = size.height(); local
133 final = 0; // Do no work if horizonal blur is zero.
135 for (int j = 0; j < final; ++j, pixels += delta) {
186 final = size.width();
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflate.cpp 187 if (frame.final && !m_deflater->finish()) {
195 m_deflateOngoing = !frame.final;
235 if (frame.final && !m_inflater->finish()) {
242 m_inflateOngoing = !frame.final;
  /external/clang/test/CodeGenCXX/
derived-to-base-conv.cpp 75 class Test2b final : public virtual Test2a {}; class in inherits:Test2a
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 46 class Final : public Derived<Base> {
52 Final final; local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
107 (2, 3, 0, "final", 0),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
mbcs.py 24 def encode(self, input, final=False):
utf_16.py 23 def encode(self, input, final=False):
58 def _buffer_decode(self, input, errors, final):
61 codecs.utf_16_ex_decode(input, errors, 0, final)
69 return self.decoder(input, self.errors, final)
utf_16_be.py 19 def encode(self, input, final=False):
utf_16_le.py 19 def encode(self, input, final=False):
utf_32_be.py 14 def encode(self, input, final=False):
utf_32_le.py 14 def encode(self, input, final=False):
utf_7.py 15 def encode(self, input, final=False):
utf_8.py 19 def encode(self, input, final=False):
utf_8_sig.py 30 def encode(self, input, final=False):
52 def _buffer_decode(self, input, errors, final):
64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final)
66 return codecs.utf_8_decode(input, errors, final)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
107 (2, 3, 0, "final", 0),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mbcs.py 24 def encode(self, input, final=False):
utf_16.py 23 def encode(self, input, final=False):
58 def _buffer_decode(self, input, errors, final):
61 codecs.utf_16_ex_decode(input, errors, 0, final)
69 return self.decoder(input, self.errors, final)

Completed in 445 milliseconds

1 2 3 45 6 7 8 91011>>