HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 51 - 75 of 1373) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/compiler/
js-inlining-heuristic.h 14 class JSInliningHeuristic final : public AdvancedReducer { class in namespace:v8::internal::compiler
26 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
30 void Finalize() final; member in class:v8::internal::compiler::final
simplified-operator-reducer.h 23 class SimplifiedOperatorReducer final : public AdvancedReducer { class in namespace:v8::internal::compiler
26 ~SimplifiedOperatorReducer() final; member in class:v8::internal::compiler::final
28 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
operator-properties.h 18 class OperatorProperties final { class in namespace:v8::internal::compiler
select-lowering.h 20 class SelectLowering final : public Reducer { class in namespace:v8::internal::compiler
store-store-elimination.h 20 class StoreStoreElimination final { class in namespace:v8::internal::compiler
  /external/clang/test/Parser/
cxx0x-ambig.cpp 5 // final 'context sensitive' mess.
6 namespace final { namespace
11 // These declare variables named final..
12 extern struct S final;
13 extern struct S final [[]];
14 extern struct S final, foo;
15 struct S final = S(); member in namespace:final::N
21 struct S final { // expected-note {{here}} struct in namespace:final::N
25 struct T final : S {}; // expected-error {{base 'S' is marked 'final'}} struct in namespace:final::N
    [all...]
  /system/keymaster/
ae.h 95 int ad_len, void* ct, void* tag, int final);
110 * final - Non-zero if this call completes the plaintext being encrypted.
112 * If nonce!=NULL then a message is being initiated. If final!=0
113 * then a message is being finalized. If final==0 or nonce==NULL
125 int ad_len, void* pt, const void* tag, int final);
140 * read when final is non-zero.
141 * final - Non-zero if this call completes the ciphertext being decrypted.
143 * If nonce!=NULL then "ct" points to the start of a ciphertext. If final!=0
144 * then "in" points to the final piece of ciphertext. If final==0 or nonce=
    [all...]
  /frameworks/base/tools/aapt2/java/
ClassDefinition.h 45 virtual void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const {
64 void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const override {
65 ClassMember::writeToStream(prefix, final, out);
67 *out << prefix << "public static " << (final ? "final " : "")
92 void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const override {
93 ClassMember::writeToStream(prefix, final, out);
95 *out << prefix << "public static " << (final ? "final " : "")
125 void writeToStream(const StringPiece& prefix, bool final, std::ostream* out) const override
    [all...]
  /external/clang/test/CodeGenCXX/
dynamic-cast-always-null.cpp 3 struct B final : A { }; struct in inherits:A
  /external/clang/test/OpenMP/
task_codegen.cpp 198 #pragma omp task final(true) depend(inout: a, s[1], arr[:a][3:])
206 #pragma omp task final(true)
215 #pragma omp task final(flag)
221 // CHECK: [[FINAL:%.+]] = select i1 [[CMP]], i32 2, i32 0
222 // CHECK: [[FLAGS:%.+]] = or i32 [[FINAL]], 1
228 #pragma omp task final(b) shared(c)
  /external/clang/test/SemaCXX/
attr-gnu.cpp 25 void test() __attribute__((deprecated)) final {} // expected-warning {{GCC does not allow an attribute in this position on a function declaration}}
  /external/libbrillo/brillo/
binder_watcher.h 27 class BinderWatcher final { class in namespace:brillo
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.h 17 class SIFrameLowering final : public AMDGPUFrameLowering { class in namespace:llvm
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 25 class NVPTXSection final : public MCSection { class in namespace:llvm
  /external/parameter-framework/upstream/parameter/
ConfigurationAccessContext.h 48 bool serializeSettings() const override final { return true; }
VirtualSubsystem.h 38 class CVirtualSubsystem final : public CSubsystem class in inherits:CSubsystem
  /external/skia/src/pdf/
SkDeflate.h 22 class SkDeflateWStream final : public SkWStream { class in inherits:SkWStream
SkPDFFontImpl.h 15 class SkPDFType0Font final : public SkPDFFont { class in inherits:SkPDFFont
39 class SkPDFCIDFont final : public SkPDFFont { class in inherits:SkPDFFont
56 class SkPDFType1Font final : public SkPDFFont { class in inherits:SkPDFFont
75 class SkPDFType3Font final : public SkPDFFont { class in inherits:SkPDFFont
SkPDFFormXObject.h 33 class SkPDFFormXObject final : public SkPDFStream { class in inherits:SkPDFStream
  /external/v8/src/base/
accounting-allocator.h 14 class AccountingAllocator final { class in namespace:v8::base
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.h 16 class LGapResolver final BASE_EMBEDDED {
  /external/webrtc/webrtc/common_audio/
sparse_fir_filter.h 23 class SparseFIRFilter final { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
locked_bandwidth_info.h 23 class LockedIsacBandwidthInfo final { class in namespace:webrtc
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict_header.h 28 class OffdeviceIntermediateDictHeader final { class in namespace:latinime::dicttoolkit
offdevice_intermediate_dict_pt_node_array.h 30 class OffdeviceIntermediateDictPtNodeArray final { class in namespace:latinime::dicttoolkit

Completed in 723 milliseconds

1 23 4 5 6 7 8 91011>>