HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 476 - 500 of 2075) sorted by null

<<11121314151617181920>>

  /external/chromium_org/webkit/common/user_agent/
webkit_version.target.linux-mips.mk 33 ### Rules for final target.
webkit_version.target.linux-x86.mk 33 ### Rules for final target.
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 128 struct OverrideControl final : OverrideControlBase { // expected-warning {{'final' keyword is incompatible with C++98}} struct in inherits:OverrideControlBase
130 virtual void g() final; // expected-warning {{'final' keyword is incompatible with C++98}} member in struct:final
destructor.cpp 185 struct F final: B {}; // expected-warning {{has virtual functions but non-virtual destructor}} struct in namespace:dnvd
194 struct VF final: VB {}; struct in namespace:dnvd
  /external/openfst/src/include/fst/
vector-fst.h 57 Weight Final(StateId s) const { return states_[s]->final; }
65 void SetFinal(StateId s, Weight w) { states_[s]->final = w; }
171 VectorState() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {}
173 Weight final; // Final weight member in struct:fst::VectorState
219 Weight ow = BaseImpl::Final(s);
307 BaseImpl::SetFinal(s, fst.Final(s));
339 typename A::Weight final; local
340 if (!final.Read(strm)) break
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo6.stdout.exp 10 final combined CRC = 0xA212ABF8
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp037.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1006.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
225 u'\ufe8e' # 0xB1 -> ARABIC LETTER ALEF FINAL FORM
226 u'\ufe8e' # 0xB2 -> ARABIC LETTER ALEF FINAL FORM
264 u'\ufeca' # 0xD8 -> ARABIC LETTER AIN FINAL FORM
268 u'\ufece' # 0xDC -> ARABIC LETTER GHAIN FINAL FORM
295 u'\ufe8a' # 0xF7 -> ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM
298 u'\ufef2' # 0xFA -> ARABIC LETTER YEH FINAL FORM
cp1026.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1140.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1250.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1251.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1252.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1253.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
290 u'\u03c2' # 0xF2 -> GREEK SMALL LETTER FINAL SIGMA
cp1254.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1255.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
282 u'\u05da' # 0xEA -> HEBREW LETTER FINAL KAF
285 u'\u05dd' # 0xED -> HEBREW LETTER FINAL MEM
287 u'\u05df' # 0xEF -> HEBREW LETTER FINAL NUN
291 u'\u05e3' # 0xF3 -> HEBREW LETTER FINAL PE
293 u'\u05e5' # 0xF5 -> HEBREW LETTER FINAL TSADI
cp1256.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1257.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp1258.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp424.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
130 u'\u05da' # 0x52 -> HEBREW LETTER FINAL KAF
133 u'\u05dd' # 0x55 -> HEBREW LETTER FINAL MEM
135 u'\u05df' # 0x57 -> HEBREW LETTER FINAL NUN
147 u'\u05e3' # 0x63 -> HEBREW LETTER FINAL PE
149 u'\u05e5' # 0x65 -> HEBREW LETTER FINAL TSADI
cp500.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp720.py 20 def encode(self, input, final=False):
24 def decode(self, input, final=False):
cp856.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
186 u'\u05da' # 0x8A -> HEBREW LETTER FINAL KAF
189 u'\u05dd' # 0x8D -> HEBREW LETTER FINAL MEM
191 u'\u05df' # 0x8F -> HEBREW LETTER FINAL NUN
195 u'\u05e3' # 0x93 -> HEBREW LETTER FINAL PE
197 u'\u05e5' # 0x95 -> HEBREW LETTER FINAL TSADI
cp874.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
cp875.py 18 def encode(self, input, final=False):
22 def decode(self, input, final=False):
234 u'\u03c2' # 0xBA -> GREEK SMALL LETTER FINAL SIGMA

Completed in 350 milliseconds

<<11121314151617181920>>