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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
hex_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
latin_1.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
ascii.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
base64_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
hex_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
latin_1.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
  /external/boringssl/src/crypto/fipsmodule/digest/
digests.c 96 out->final = md4_final;
120 out->final = md5_final;
144 out->final = sha1_final;
168 out->final = sha224_final;
192 out->final = sha256_final;
216 out->final = sha384_final;
240 out->final = sha512_final;
275 out->final = md5_sha1_final;
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 18 struct P final { }; struct
20 union U2 final { }; union
  /external/llvm/include/llvm/ProfileData/
ProfileCommon.h 70 class InstrProfSummaryBuilder final : public ProfileSummaryBuilder { class in namespace:llvm
82 class SampleProfileSummaryBuilder final : public ProfileSummaryBuilder { class in namespace:llvm
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.h 49 class WebAssemblyTargetAsmStreamer final : public WebAssemblyTargetStreamer { class in namespace:llvm
65 class WebAssemblyTargetELFStreamer final : public WebAssemblyTargetStreamer { class in namespace:llvm
  /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/python/cpython2/Lib/encodings/
ascii.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
base64_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
hex_codec.py 53 def encode(self, input, final=False):
58 def decode(self, input, final=False):
latin_1.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):
  /external/v8/src/compiler/
compiler-source-position-table.cc 13 class SourcePositionTable::Decorator final : public GraphDecorator { class in namespace:v8::internal::compiler
18 void Decorate(Node* node) final {
compiler-source-position-table.h 17 class V8_EXPORT_PRIVATE SourcePositionTable final class in namespace:v8::internal::compiler
20 class Scope final { class in class:v8::internal::compiler::final
escape-analysis-reducer.h 21 class V8_EXPORT_PRIVATE EscapeAnalysisReducer final class in namespace:v8::internal::compiler
27 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
js-inlining.h 24 class JSInliner final : public AdvancedReducer { class in namespace:v8::internal::compiler
35 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
typed-optimization.h 28 class V8_EXPORT_PRIVATE TypedOptimization final class in namespace:v8::internal::compiler
42 Reduction Reduce(Node* node) final; member in class:v8::internal::compiler::final
  /external/v8/src/parsing/
preparse-data.h 49 class PreParserLogger final { class in namespace:v8::internal
94 class ParserLogger final { class in namespace:v8::internal
  /external/valgrind/memcheck/tests/
sh-mem-random.stdout.exp 6 final check
  /external/valgrind/none/tests/s390x/
cksm.c 65 uint32_t final; local
82 final = 0; // suppress gcc warning
87 final = buff[n] & 0xFF000000;
91 final = buff[n] & 0xFFFF0000;
95 final = buff[n] & 0xFFFFFF00;
101 v64 += final;
104 sum = sum + final + 1;
106 sum = sum + final;
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.h 48 class AnnexBBufferReader final { class in namespace:webrtc
76 class AvccBufferWriter final { class in namespace:webrtc
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
entry_counters.h 28 class EntryCounts final { class in namespace:latinime
51 class MutableEntryCounters final { class in namespace:latinime

Completed in 465 milliseconds

<<11121314151617181920>>