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

1 2 3 45 6 7 8 91011>>

  /art/libelffile/stream/
file_output_stream.h 26 class FileOutputStream final : public OutputStream { class in namespace:art
  /art/runtime/
noop_compiler_callbacks.h 24 class NoopCompilerCallbacks final : public CompilerCallbacks { class in namespace:art
  /device/google/cuttlefish_common/host/commands/ivserver/
hald_client.h 28 class HaldClient final { class in namespace:ivserver
ivserver.h 28 class IVServer final { class in namespace:ivserver
  /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 191 #pragma omp task final(true) depend(inout: a, s[1], arr[:a][3:])
197 #pragma omp task final(true)
204 #pragma omp task final(flag)
210 // CHECK: [[FINAL:%.+]] = select i1 [[CMP]], i32 2, i32 0
211 // CHECK: [[FLAGS:%.+]] = or i32 [[FINAL]], 1
215 #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/NVPTX/
NVPTXSection.h 24 class NVPTXSection final : public MCSection { class in namespace:llvm
  /external/parameter-framework/upstream/parameter/
ConfigurationAccessContext.h 48 bool serializeSettings() const final { return true; }
  /external/pdfium/core/fpdfdoc/
ctypeset.h 17 class CTypeset final { class
  /external/skia/experimental/svg/model/
SkSVGContainer.h 27 bool hasChildren() const final; member in class:SkSVGContainer
SkSVGShape.h 26 void onRender(const SkSVGRenderContext&) const final; member in class:SkSVGShape
  /external/skia/src/gpu/
GrGeometryProcessor.h 26 bool willUseGeoShader() const final { return fWillUseGeoShader; }
GrGpuBuffer.h 26 size_t size() const final { return fSizeInBytes; }
28 void ref() const final { GrGpuResource::ref(); }
30 void unref() const final { GrGpuResource::unref(); }
71 bool isCpuBuffer() const final { return false; }
  /external/skia/src/pdf/
SkDeflate.h 20 class SkDeflateWStream final : public SkWStream { class in inherits:SkWStream
  /external/skqp/experimental/svg/model/
SkSVGContainer.h 27 bool hasChildren() const final; member in class:SkSVGContainer
SkSVGShape.h 26 void onRender(const SkSVGRenderContext&) const final; member in class:SkSVGShape
  /external/skqp/src/gpu/
GrGeometryProcessor.h 26 bool willUseGeoShader() const final { return fWillUseGeoShader; }
  /external/skqp/src/pdf/
SkDeflate.h 20 class SkDeflateWStream final : public SkWStream { class in inherits:SkWStream
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMRegisterBankInfo.h 32 class ARMRegisterBankInfo final : public ARMGenRegisterBankInfo { class in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsRegisterBankInfo.h 32 class MipsRegisterBankInfo final : public MipsGenRegisterBankInfo { class in namespace:llvm
  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
optimizer_base.h 36 GraphDef* output) final; member in class:tensorflow::grappler::TFDataOptimizerBase
  /external/tensorflow/tensorflow/core/platform/profile_utils/
cpu_utils.h 137 void ResetClockCycle() final {}
138 uint64 GetCurrentClockCycle() final { return DUMMY_CYCLE_CLOCK; }
139 void EnableClockCycleProfiling(bool /* enable */) final {}
140 int64 CalculateCpuFrequency() final { return INVALID_FREQUENCY; }

Completed in 939 milliseconds

1 2 3 45 6 7 8 91011>>