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

12 3 4 5 6 7 8 91011>>

  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/gyroscope/gyro_offset_over_temp_cal/
gyro_offset_over_temp_cal.h 42 class GyroOffsetOtcCal final class in namespace:online_calibration
65 CalibrationTypeFlags SetMeasurement(const SensorData& sample) final; member in class:online_calibration::final
70 const CalibrationDataThreeAxis& input_cal_data) final; member in class:online_calibration::final
73 SensorType get_sensor_type() const final {
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/magnetometer/mag_diverse_cal/
mag_diverse_cal.h 43 class MagDiverseCal final : public OnlineCalibration<CalibrationDataThreeAxis> { class in namespace:online_calibration
63 CalibrationTypeFlags SetMeasurement(const SensorData& sample) final; member in class:online_calibration::final
68 const CalibrationDataThreeAxis& input_cal_data) final; member in class:online_calibration::final
71 SensorType get_sensor_type() const final {
  /external/clang/test/Preprocessor/
macro-reserved.c 4 #define final 1 macro
11 #undef final macro
52 #define final 1 macro
59 #undef final macro
  /external/llvm/include/llvm/MC/
MCAsmInfoELF.h 18 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final; member in class:llvm::MCAsmInfoELF
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCAsmInfo.h 24 class WebAssemblyMCAsmInfo final : public MCAsmInfoELF { class in namespace:llvm
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.h 23 class WebAssemblyTargetObjectFile final : public TargetLoweringObjectFileELF { class in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfoELF.h 19 MCSection *getNonexecutableStackSection(MCContext &Ctx) const final; member in class:llvm::MCAsmInfoELF
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCAsmInfo.h 24 class WebAssemblyMCAsmInfo final : public MCAsmInfoWasm { class in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyTargetObjectFile.h 23 class WebAssemblyTargetObjectFile final : public TargetLoweringObjectFileWasm { class in namespace:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
FetchStage.h 37 bool hasWorkToComplete() const override final; member in class:mca::FetchStage
38 bool execute(InstRef &IR) override final; member in class:mca::FetchStage
39 void postExecute() override final; member in class:mca::FetchStage
40 void cycleEnd() override final; member in class:mca::FetchStage
  /external/tensorflow/tensorflow/core/platform/profile_utils/
android_armv7a_cpu_utils_helper.h 37 void ResetClockCycle() final; member in class:tensorflow::profile_utils::AndroidArmV7ACpuUtilsHelper
38 uint64 GetCurrentClockCycle() final; member in class:tensorflow::profile_utils::AndroidArmV7ACpuUtilsHelper
39 void EnableClockCycleProfiling(bool enable) final; member in class:tensorflow::profile_utils::AndroidArmV7ACpuUtilsHelper
40 int64 CalculateCpuFrequency() final; member in class:tensorflow::profile_utils::AndroidArmV7ACpuUtilsHelper
  /external/v8/src/base/
sys-info.h 16 class V8_BASE_EXPORT SysInfo final { class in namespace:v8::base
  /external/v8/src/compiler/
store-store-elimination.h 16 class StoreStoreElimination final { class in namespace:v8::internal::compiler
  /external/skia/src/gpu/
GrOpFlushState.h 27 class GrOpFlushState final : public GrDeferredUploadTarget, public GrMeshDrawOp::Target { class in inherits:GrDeferredUploadTarget,GrMeshDrawOp::Target
35 ~GrOpFlushState() final { this->reset(); }
79 const GrTokenTracker* tokenTracker() final { return fTokenTracker; }
80 GrDeferredUploadToken addInlineUpload(GrDeferredTextureUploadFn&&) final; member in class:final
81 GrDeferredUploadToken addASAPUpload(GrDeferredTextureUploadFn&&) final; member in class:final
86 const GrPipeline::FixedDynamicState*, const GrPipeline::DynamicStateArrays*) final; member in class:final
88 int* startVertex) final; member in class:final
89 uint16_t* makeIndexSpace(int indexCount, sk_sp<const GrBuffer>*, int* startIndex) final; member in class:final
92 int* actualVertexCount) final; member in class:final
95 int* actualIndexCount) final; member in class:final
96 void putBackIndices(int indexCount) final; member in class:final
97 void putBackVertices(int vertices, size_t vertexStride) final; member in class:final
100 GrAppliedClip detachAppliedClip() final; member in class:final
103 const GrCaps& caps() const final; member in class:final
106 GrStrikeCache* glyphCache() const final; member in class:final
110 GrAtlasManager* atlasManager() const final; member in class:final
    [all...]
  /art/test/121-modifiers/smali/
Inf.smali 23 .field public static final I:I
  /external/clang/test/FixIt/
fixit-cxx11-attributes.cpp 20 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}}
28 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}}
  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 15 struct D final : B { // expected-warning {{'final' keyword is a C++11 extension}} struct in inherits:B
17 virtual void g() final; // expected-warning {{'final' keyword is a C++11 extension}} member in struct:final
cxx0x-override-control-keywords.cpp 9 virtual void final() final; member in struct:S
  /external/deqp-deps/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.h 37 std::string GetName() const final; member in class:spvtools::reduce::OperandToConstReductionPass
43 opt::IRContext* context) const final; member in class:spvtools::reduce::OperandToConstReductionPass
remove_opname_instruction_reduction_pass.h 36 std::string GetName() const final; member in class:spvtools::reduce::RemoveOpNameInstructionReductionPass
42 opt::IRContext* context) const final; member in class:spvtools::reduce::RemoveOpNameInstructionReductionPass
remove_unreferenced_instruction_reduction_pass.h 39 std::string GetName() const final; member in class:spvtools::reduce::RemoveUnreferencedInstructionReductionPass
45 opt::IRContext* context) const final; member in class:spvtools::reduce::RemoveUnreferencedInstructionReductionPass
structured_loop_to_selection_reduction_pass.h 50 std::string GetName() const final; member in class:spvtools::reduce::StructuredLoopToSelectionReductionPass
56 opt::IRContext* context) const final; member in class:spvtools::reduce::StructuredLoopToSelectionReductionPass
  /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
  /external/python/httplib2/test/300/
with-location-header.asis 3 Location: http://bitworking.org/projects/httplib2/test/300/final-destination.txt
  /external/swiftshader/third_party/SPIRV-Tools/source/reduce/
operand_to_const_reduction_pass.h 36 std::string GetName() const final; member in class:spvtools::reduce::OperandToConstReductionPass
40 opt::IRContext* context) const final; member in class:spvtools::reduce::OperandToConstReductionPass

Completed in 473 milliseconds

12 3 4 5 6 7 8 91011>>