/external/clang/test/Parser/ |
cxx0x-override-control-keywords.cpp | 9 virtual void final() final; member in struct:S
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
NullResolver.h | 27 RuntimeDyld::SymbolInfo findSymbol(const std::string &Name) final; member in class:llvm::orc::NullResolver 30 findSymbolInLogicalDylib(const std::string &Name) final; member in class:llvm::orc::NullResolver
|
/frameworks/base/tools/aapt2/java/ |
ClassDefinition.cpp | 33 void ClassDefinition::writeToStream(const StringPiece& prefix, bool final, 39 ClassMember::writeToStream(prefix, final, out); 45 *out << "final class " << mName << " {\n"; 51 member->writeToStream(newPrefix, final, out); 68 bool final, 71 def->writeToStream("", final, out);
|
/external/valgrind/nightly/bin/ |
nightly | 78 # This is one of the formats SVN accepts. Yes, the 'T' appears in the final 104 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose 246 echo "valgrind revision: $valgrind_revision" > final 247 echo "VEX revision: $vex_revision" >> final 248 echo "C compiler: $gcc_version" >> final 249 echo "GDB: $gdb_version" >> final 250 echo "Assembler: $as_version" >> final 251 echo "C library: $libc" >> final 252 echo "uname -mrs: $uname_stuff" >> final 253 echo "Vendor version: $vendor_stuff" >> final [all...] |
/external/clang/test/Preprocessor/ |
macro-reserved.cpp | 4 #define final 1 macro 10 #undef final macro 54 #define final 1 macro
|
/external/v8/src/compiler/ |
dead-code-elimination.h | 22 class DeadCodeElimination final : public AdvancedReducer { class in namespace:v8::internal::compiler 26 ~DeadCodeElimination() final {} 28 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
js-builtin-reducer.h | 21 class JSBuiltinReducer final : public AdvancedReducer { class in namespace:v8::internal::compiler 24 ~JSBuiltinReducer() final {} 26 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
js-frame-specialization.h | 22 class JSFrameSpecialization final : public Reducer { class in namespace:v8::internal::compiler 26 ~JSFrameSpecialization() final {} 28 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
tail-call-optimization.h | 21 class TailCallOptimization final : public Reducer { class in namespace:v8::internal::compiler 26 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
|
/external/clang/test/CodeGenCXX/ |
derived-to-virtual-base-class-calls-final.cpp | 7 struct D final : virtual C { struct in inherits:C
|
devirtualize-virtual-function-calls-final.cpp | 5 virtual int f() final; member in struct:Test1::A 16 struct A final { struct in namespace:Test2 32 struct B final : A { }; struct in namespace:Test3 59 struct B final : A { struct in namespace:Test4 84 struct C final : B { struct in namespace:Test5 120 struct D final : public C, public B { struct in namespace:Test6 139 struct zed final : public foo, public bar { struct in namespace:Test7 161 struct C final : A, B { }; struct in namespace:Test8 187 struct RC final : public RA { struct in namespace:Test9
|
/external/eigen/bench/btl/generic_bench/timers/ |
STL_timer.hh | 51 final = time(0); 52 if (initial < final) { 54 initial = final; 69 // For saving initial and final times of a trial 70 time_t initial, final; member in class:STL_Timer
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/command_executors/ |
diff_executor.h | 26 class DiffExecutor final { class in namespace:latinime::dicttoolkit
|
header_executor.h | 26 class HeaderExecutor final { class in namespace:latinime::dicttoolkit
|
info_executor.h | 26 class InfoExecutor final { class in namespace:latinime::dicttoolkit
|
makedict_executor.h | 26 class MakedictExecutor final { class in namespace:latinime::dicttoolkit
|
/system/update_engine/ |
network_selector_android.h | 26 class NetworkSelectorAndroid final : public NetworkSelectorInterface { class in namespace:chromeos_update_engine
|
network_selector_stub.h | 26 class NetworkSelectorStub final : public NetworkSelectorInterface { class in namespace:chromeos_update_engine
|
/external/clang/test/CXX/class.derived/class.virtual/ |
p3-0x.cpp | 52 virtual void f() const final; // expected-note {{overridden virtual function is here}} member in struct:Test4::B 56 void f() const; // expected-error {{declaration of 'f' overrides a 'final' function}} 68 void h() final; member in struct:PR13499::A 72 void i() final; // expected-error {{only virtual member functions can be marked 'final'}} member in struct:PR13499::B 77 void i() final; member in struct:PR13499::C 81 virtual void i() final; member in struct:PR13499::D 86 void h(T...) final; member in struct:PR13499::E 87 void i(T...) final; // expected-error {{only virtual member functions can be marked 'final'}} member in struct:PR13499::E 94 void h() final; member in struct:PR13499::Y 98 void i() final; \/\/ expected-error {{only virtual member functions can be marked 'final'}} member in struct:PR13499::Z 126 virtual void f() final; member in struct:MemberOfUnknownSpecialization::A::B 145 void bar(long double) final; \/\/ expected-error {{non-virtual member function marked 'final' hides virtual member functions}} member in struct:DiagnosticsQOI::Y [all...] |
/external/zopfli/src/zopfli/ |
deflate.h | 37 This function will usually output multiple deflate blocks. If final is 1, then 38 the final bit will be set on the last block. 45 final: whether this is the last section of the input, sets the final bit to the 57 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final, 66 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-big.mk | 4 # until the final compare. 6 STAGE2_CFLAGS += -fdump-final-insns 7 STAGE3_CFLAGS += -fdump-final-insns
|
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
btTriangleIndexVertexArray.i | 43 protected final static Array<btIndexedMesh> instances = new Array<btIndexedMesh>(); 44 protected static btIndexedMesh getInstance(final Object tag) { 45 final int n = instances.size; 47 final btIndexedMesh mesh = instances.get(i); 56 public static btIndexedMesh obtain(final MeshPart meshPart) { 71 public static btIndexedMesh obtain(final Object tag, 72 final FloatBuffer vertices, int sizeInBytesOfEachVertex, int vertexCount, int positionOffsetInBytes, 73 final ShortBuffer indices, int indexOffset, int indexCount) { 94 public btIndexedMesh(final Mesh mesh) { 102 public btIndexedMesh(final MeshPart meshPart) [all...] |
/prebuilts/go/darwin-x86/test/ |
mallocfin.go | 29 var final [N]int var 33 if final[a.n] != 0 { 34 println("finalA", a.n, final[a.n]) 37 final[a.n] = 1 42 if final[b.n] != 1 { 43 println("finalB", b.n, final[b.n]) 46 final[b.n] = 2
|
/prebuilts/go/linux-x86/test/ |
mallocfin.go | 29 var final [N]int var 33 if final[a.n] != 0 { 34 println("finalA", a.n, final[a.n]) 37 final[a.n] = 1 42 if final[b.n] != 1 { 43 println("finalB", b.n, final[b.n]) 46 final[b.n] = 2
|
/external/jemalloc/test/unit/ |
hash.c | 69 VARIABLE_ARRAY(uint8_t, final, hashbytes); 75 memset(final, 0, hashbytes); 107 memcpy(final, &out, sizeof(out)); 112 memcpy(final, out, sizeof(out)); 117 memcpy(final, out, sizeof(out)); 122 computed = (final[0] << 0) | (final[1] << 8) | (final[2] << 16) | 123 (final[3] << 24);
|