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

<<11121314151617181920>>

  /external/tpm2/
RSAKeySieve.h 62 UINT32 final; member in struct:__anon24751
  /external/v8/src/base/platform/
elapsed-timer.h 14 class ElapsedTimer final { class in namespace:v8::base
  /external/v8/src/base/utils/
random-number-generator.h 34 class RandomNumberGenerator final { class in namespace:v8::base
  /external/v8/src/
compilation-statistics.h 19 class CompilationStatistics final : public Malloced { class in namespace:v8::internal
key-accumulator.h 26 // assembling the final list, |levelLengths_| keeps track of the number of
32 class KeyAccumulator final BASE_EMBEDDED {
  /external/v8/src/compiler/
access-builder.h 17 class AccessBuilder final : public AllStatic { class in namespace:v8::internal::compiler
common-node-cache.h 23 class CommonNodeCache final { class in namespace:v8::internal::compiler
common-operator.cc 246 struct CommonOperatorGlobalCache final { struct in namespace:v8::internal::compiler
250 struct Name##Operator final : public Operator { \
262 struct DeoptimizeOperator final : public Operator1<DeoptimizeKind> { struct in struct:v8::internal::compiler::final
274 struct IfExceptionOperator final : public Operator1<IfExceptionHint> { struct in struct:v8::internal::compiler::final
286 struct EndOperator final : public Operator { struct in struct:v8::internal::compiler::final
299 struct ReturnOperator final : public Operator { struct in struct:v8::internal::compiler::final
312 struct BranchOperator final : public Operator1<BranchHint> { struct in struct:v8::internal::compiler::final
325 struct EffectPhiOperator final : public Operator { struct in struct:v8::internal::compiler::final
338 struct LoopOperator final : public Operator { struct in struct:v8::internal::compiler::final
351 struct MergeOperator final : public Operator struct in struct:v8::internal::compiler::final
364 struct PhiOperator final : public Operator1<MachineRepresentation> { struct in struct:v8::internal::compiler::final
379 struct ParameterOperator final : public Operator1<ParameterInfo> { struct in struct:v8::internal::compiler::final
393 struct ProjectionOperator final : public Operator1<size_t> { struct in struct:v8::internal::compiler::final
408 struct StateValuesOperator final : public Operator { struct in struct:v8::internal::compiler::final
786 class CallOperator final : public Operator1<const CallDescriptor*> { class in inherits:Operator1
813 class TailCallOperator final : public Operator1<const CallDescriptor*> { class in inherits:Operator1
    [all...]
register-allocator-verifier.h 17 class RegisterAllocatorVerifier final : public ZoneObject { class in namespace:v8::internal::compiler
simplified-lowering.h 26 class SimplifiedLowering final { class in namespace:v8::internal::compiler
  /external/v8/src/ic/
ic-state.h 24 class CallICState final BASE_EMBEDDED {
55 class BinaryOpICState final BASE_EMBEDDED {
204 class LoadICState final BASE_EMBEDDED {
242 class StoreICState final BASE_EMBEDDED {
  /external/v8/test/mjsunit/es6/
math-log1p.js 67 // final if-clause: k = 0
69 // final if-clause: k != 0
  /external/webrtc/webrtc/audio/
audio_receive_stream.h 29 class AudioReceiveStream final : public webrtc::AudioReceiveStream { class in namespace:webrtc::internal
  /external/webrtc/webrtc/base/
array_view.h 72 class ArrayView final { class in namespace:rtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.h 23 class AudioEncoderG722 final : public AudioEncoder { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
audio_encoder_isac_t.h 24 class AudioEncoderIsacT final : public AudioEncoder { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.h 24 class AudioEncoderOpus final : public AudioEncoder { class in namespace:webrtc
  /external/webrtc/webrtc/modules/audio_processing/agc/
agc_manager_direct.h 39 class AgcManagerDirect final { class in namespace:webrtc
  /external/zopfli/src/zopfli/
katajainen.c 102 final: Whether this is the last time this function is called. If it is then it
106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) {
132 if (!final) {
241 char final = i == numBoundaryPMRuns - 1; local
242 BoundaryPM(lists, maxbits, leaves, numsymbols, &pool, maxbits - 1, final);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_polymorphic.pass.cpp 56 class Final final { class
59 class Final {
76 test_is_not_polymorphic<Final>();
  /ndk/tests/build/topological-sort/jni/
Android.mk 19 # With NDK r8b and earlier, the final link command for the executable
25 # when trying to add bar.o to the final image, it will not be able to
  /packages/inputmethods/LatinIME/native/jni/src/utils/
profiler.h 29 class Profiler final { class in namespace:latinime
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 198 def _buffer_encode(self, input, errors, final):
212 elif not final:
232 def _buffer_decode(self, input, errors, final):
253 elif not final:
utf_32.py 18 def encode(self, input, final=False):
53 def _buffer_decode(self, input, errors, final):
56 codecs.utf_32_ex_decode(input, errors, 0, final)
64 return self.decoder(input, self.errors, final)
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 198 def _buffer_encode(self, input, errors, final):
212 elif not final:
232 def _buffer_decode(self, input, errors, final):
253 elif not final:

Completed in 2298 milliseconds

<<11121314151617181920>>