HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 201 - 225 of 1713) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/proguard/examples/
servlets.pro 57 static final long serialVersionUID;
58 static final java.io.ObjectStreamField[] serialPersistentFields;
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 15 const char* final,
23 final, component, src, component, dst, component);
26 final, component, src, dst, dst, dst, component, src, src,
31 final, src, dst, dst, src);
36 const char* final,
42 final, component, src, component, dst);
47 final, component, src, dst, src, component, dst, dst, component,
53 final, component, src, src, component, dst, dst, component, src);
60 const char* final,
66 final, component, src, dst, src, component, dst, dst, component
    [all...]
  /external/v8/src/compiler/
graph-reducer.h 26 class Reduction final { class in namespace:v8::internal::compiler
150 void Replace(Node* node, Node* replacement) final; member in class:v8::internal::compiler::GraphReducer
156 Node* control) final; member in class:v8::internal::compiler::GraphReducer
169 void Revisit(Node* node) final; member in class:v8::internal::compiler::GraphReducer
select-lowering.h 23 class SelectLowering final : public Reducer { class in namespace:v8::internal::compiler
escape-analysis-reducer.h 26 class EscapeAnalysisReducer final : public AdvancedReducer { class in namespace:v8::internal::compiler
31 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
js-call-reducer.h 23 class JSCallReducer final : public Reducer { class in namespace:v8::internal::compiler
36 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
  /external/webrtc/webrtc/audio/
audio_state.h 24 class AudioState final : public webrtc::AudioState, class in namespace:webrtc::internal
  /external/webrtc/webrtc/modules/audio_coding/acm2/
codec_manager.h 31 class CodecManager final { class in namespace:webrtc::acm2
  /external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
audio_encoder_pcm16b.h 21 class AudioEncoderPcm16B final : public AudioEncoderPcm { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.h 35 class ThreeBandFilterBank final { class in namespace:webrtc
  /libnativehelper/include/nativehelper/
ScopedFd.h 26 class ScopedFd final { class
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
SECONDARY 93 final: intermediate
96 final intermediate source:
103 touch('final');
106 $answer = "$make_name: `final' is up to date.\n";
109 unlink('source', 'final', 'intermediate');
  /packages/inputmethods/LatinIME/native/jni/src/utils/
ngram_utils.h 47 class NgramUtils final { class in namespace:latinime
  /prebuilts/tools/common/proguard/proguard4.7/examples/
library.pro 66 static final long serialVersionUID;
67 static final java.io.ObjectStreamField[] serialPersistentFields;
servlets.pro 57 static final long serialVersionUID;
58 static final java.io.ObjectStreamField[] serialPersistentFields;
  /system/bt/service/common/bluetooth/
advertise_data.h 30 class AdvertiseData final { class in namespace:bluetooth
  /system/connectivity/apmanager/
firewall_manager.h 33 class FirewallManager final { class in namespace:apmanager
  /system/update_engine/
hardware_android.h 31 class HardwareAndroid final : public HardwareInterface { class in namespace:chromeos_update_engine
libcros_proxy.h 31 class LibCrosProxy final { class in namespace:chromeos_update_engine
  /system/webservd/libwebserv/
request_impl.h 30 class RequestImpl final : public Request { class in namespace:libwebserv
  /art/runtime/interpreter/mterp/mips64/
op_const_4.S 5 sra a0, a0, 12 # shift B into its final position
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btDbvt.i 12 private final static btDbvtNode temp = new btDbvtNode(0, false);
22 protected static btDbvtNode obtainForArgument(final long swigCPtr, boolean owner) {
34 private final static btDbvtAabbMm temp = new btDbvtAabbMm(0, false);
44 protected static btDbvtAabbMm obtainForArgument(final long swigCPtr, boolean owner) {
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 28 virtual HRESULT SetEncodeResult(const CBenchInfo &info, bool final) = 0;
29 virtual HRESULT SetDecodeResult(const CBenchInfo &info, bool final) = 0;
  /external/skia/src/gpu/batches/
GrDrawBatch.h 61 uint32_t renderTargetUniqueID() const final {
66 GrRenderTarget* renderTarget() const final {
  /external/v8/src/
cancelable-task.h 127 void Run() final {
149 void Run(double deadline_in_seconds) final {

Completed in 1827 milliseconds

1 2 3 4 5 6 7 891011>>