HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 151 - 175 of 3833) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skqp/src/pdf/
SkDeflate.h 20 class SkDeflateWStream final : public SkWStream { class in inherits:SkWStream
  /external/tensorflow/tensorflow/core/platform/profile_utils/
cpu_utils.h 130 void ResetClockCycle() final {}
131 uint64 GetCurrentClockCycle() final { return DUMMY_CYCLE_CLOCK; }
132 void EnableClockCycleProfiling(bool /* enable */) final {}
133 int64 CalculateCpuFrequency() final { return INVALID_FREQUENCY; }
  /external/v8/src/ast/
ast-function-literal-id-reindexer.h 16 class AstFunctionLiteralIdReindexer final class in namespace:v8::internal
  /external/v8/src/compiler/
select-lowering.h 20 class SelectLowering final : public Reducer { class in namespace:v8::internal::compiler
control-builders.h 40 class IfBuilder final : public ControlBuilder { class in namespace:v8::internal::compiler
60 class LoopBuilder final : public ControlBuilder { class in namespace:v8::internal::compiler
76 void Break() final; member in class:v8::internal::compiler::final
95 class SwitchBuilder final : public ControlBuilder { class in namespace:v8::internal::compiler
114 void Break() final; member in class:v8::internal::compiler::final
128 class BlockBuilder final : public ControlBuilder { class in namespace:v8::internal::compiler
138 void Break() final; member in class:v8::internal::compiler::final
  /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
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugUnknownSubsection.h 19 class DebugUnknownSubsectionRef final : public DebugSubsectionRef { class in namespace:llvm::codeview
  /system/bt/service/common/bluetooth/util/
atomic_string.h 27 class AtomicString final { class in namespace:util
  /external/llvm/utils/
findmisopt 150 final=""
155 tryit "$final $switches"
161 final="$final $trimmed"
167 if [ "$final" == " $all_switches" ] ; then
171 echo "Smallest Optimization list=$final"
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /external/libxml2/os400/iconv/
iconv.c 34 t_ccsid final; local
52 final = 0;
57 final = final_array[curstate];
66 if (!final) {
71 return final - 1;

Completed in 2243 milliseconds

1 2 3 4 5 67 8 91011>>