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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/FixIt/
fixit-cxx0x.cpp 36 f2 final, typedef in struct:SemiCommaTypo::MemberDeclarator
169 virtual void f() override final const volatile; // expected-error {{'const' qualifier may not appear after the virtual specifier 'final'}} expected-error {{'volatile' qualifier may not appear after the virtual specifier 'final'}}
177 virtual void f() override final const volatile &&; // expected-error {{'const' qualifier may not appear after the virtual specifier 'final'}} expected-error {{'volatile' qualifier may not appear after the virtual specifier 'final'}} expected-error {{'&&' qualifier may not appear after the virtual specifier 'final'}}
  /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/openfst/src/include/fst/
closure.h 57 Weight final = fst->Final(s); local
58 if (final != Weight::Zero())
59 fst->AddArc(s, Arc(0, 0, final, start));
  /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/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 45 public static final int INITIAL_SIZE = 10;
  /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
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 25 class X86TargetMachine final : public LLVMTargetMachine { class in namespace:llvm
  /external/proguard/examples/
scala.pro 118 static final long serialVersionUID;
119 static final java.io.ObjectStreamField[] serialPersistentFields;
  /frameworks/av/services/camera/libcameraservice/utils/
AutoConditionLock.h 65 class AutoConditionLock final { class in namespace:android
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_pt_node.h 30 class OffdeviceIntermediateDictPtNode final { class in namespace:latinime::dicttoolkit
  /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)
utf_16_be.py 19 def encode(self, input, final=False):

Completed in 1596 milliseconds

1 2 3 45 6 7 8 91011>>