HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 551 - 575 of 2780) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
charmap.py 29 def encode(self, input, final=False):
37 def decode(self, input, final=False):
palmos.py 19 def encode(self, input, final=False):
23 def decode(self, input, final=False):
quopri_codec.py 51 def encode(self, input, final=False):
55 def decode(self, input, final=False):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
charmap.py 29 def encode(self, input, final=False):
37 def decode(self, input, final=False):
palmos.py 19 def encode(self, input, final=False):
23 def decode(self, input, final=False):
quopri_codec.py 51 def encode(self, input, final=False):
55 def decode(self, input, final=False):
  /external/clang/test/OpenMP/
taskloop_ast_print.cpp 23 #pragma omp taskloop private(argc, b), firstprivate(c, d), lastprivate(d, f) collapse(N) shared(g) if (c) final(d) mergeable priority(f) nogroup num_tasks(N)
36 // CHECK-NEXT: #pragma omp taskloop private(argc,b) firstprivate(c,d) lastprivate(d,f) collapse(N) shared(g) if(c) final(d) mergeable priority(f) nogroup num_tasks(N)
55 #pragma omp taskloop if(taskloop: a) default(none) shared(a) final(b) priority(5) nogroup num_tasks(argc)
56 // CHECK-NEXT: #pragma omp taskloop if(taskloop: a) default(none) shared(a) final(b) priority(5) nogroup num_tasks(argc)
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 59 class R600TargetMachine final : public AMDGPUTargetMachine { class in namespace:llvm
78 class GCNTargetMachine final : public AMDGPUTargetMachine { class in namespace:llvm
  /external/llvm/utils/release/
tag.sh 33 echo " -final Tag final release candidate"
84 -final | --final )
85 rc="final"
  /external/python/cpython2/Lib/encodings/
charmap.py 29 def encode(self, input, final=False):
37 def decode(self, input, final=False):
palmos.py 19 def encode(self, input, final=False):
23 def decode(self, input, final=False):
quopri_codec.py 51 def encode(self, input, final=False):
55 def decode(self, input, final=False):
  /external/skia/src/core/
SkExecutor.cpp 33 class SkTrivialExecutor final : public SkExecutor { class in inherits:SkExecutor
50 class SkThreadPool final : public SkExecutor { class in inherits:SkExecutor
  /external/skia/src/gpu/ccpr/
GrCCPRQuadraticProcessor.h 44 void emitWind(GrGLSLGeometryBuilder*, const char* rtAdjust, const char* outputWind) const final; member in class:GrCCPRQuadraticProcessor
46 const char* rtAdjust) const final; member in class:GrCCPRQuadraticProcessor
  /external/skia/src/gpu/ops/
GrSemaphoreOp.cpp 13 class GrSignalSemaphoreOp final : public GrSemaphoreOp { class in inherits:GrSemaphoreOp
41 class GrWaitSemaphoreOp final : public GrSemaphoreOp { class in inherits:GrSemaphoreOp
  /external/v8/src/
cancelable-task.h 144 void Run() final {
167 void Run(double deadline_in_seconds) final {
  /external/v8/src/compiler/
common-operator.h 53 class DeoptimizeParameters final { class in namespace:v8::internal::compiler
76 class SelectParameters final { class in namespace:v8::internal::compiler
109 class ParameterInfo final { class in namespace:v8::internal::compiler
127 class RelocatablePtrConstantInfo final { class in namespace:v8::internal::compiler
158 class SparseInputMask final { class in namespace:v8::internal::compiler
173 class InputIterator final { class in class:v8::internal::compiler::final
249 class TypedStateValueInfo final { class in namespace:v8::internal::compiler
302 class V8_EXPORT_PRIVATE CommonOperatorBuilder final class in namespace:v8::internal::compiler
js-call-reducer.h 28 class JSCallReducer final : public AdvancedReducer { class in namespace:v8::internal::compiler
46 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
  /external/webrtc/webrtc/common_audio/
wav_file.h 39 class WavWriter final : public WavFile { class in namespace:webrtc
68 class WavReader final : public WavFile { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_encoder_pcm.h 71 class AudioEncoderPcmA final : public AudioEncoderPcm { class in namespace:webrtc
93 class AudioEncoderPcmU final : public AudioEncoderPcm { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.h 114 class PeriodicUmaCount final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator
130 class PeriodicUmaAverage final : public PeriodicUmaLogger { class in class:webrtc::StatisticsCalculator
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.h 84 class WavFileProcessor final : public AudioFileProcessor { class in namespace:webrtc
107 class AecDumpFileProcessor final : public AudioFileProcessor { class in namespace:webrtc
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MD5.h 91 void final(MD5Result &Result);
115 Hash.final(Result);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 91 void final(MD5Result &Result);
115 Hash.final(Result);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 91 void final(MD5Result &Result);
115 Hash.final(Result);

Completed in 936 milliseconds

<<21222324252627282930>>