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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
utf_8_sig.py 30 def encode(self, input, final=False):
52 def _buffer_decode(self, input, errors, final):
64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final)
66 return codecs.utf_8_decode(input, errors, final)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
__future__.py 14 PY_RELEASE_LEVEL, # "alpha", "beta", "candidate" or "final"; string
107 (2, 3, 0, "final", 0),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
mbcs.py 24 def encode(self, input, final=False):
utf_16.py 23 def encode(self, input, final=False):
58 def _buffer_decode(self, input, errors, final):
61 codecs.utf_16_ex_decode(input, errors, 0, final)
69 return self.decoder(input, self.errors, final)
utf_16_be.py 19 def encode(self, input, final=False):
utf_16_le.py 19 def encode(self, input, final=False):
utf_32_be.py 14 def encode(self, input, final=False):
utf_32_le.py 14 def encode(self, input, final=False):
utf_7.py 15 def encode(self, input, final=False):
utf_8.py 19 def encode(self, input, final=False):
utf_8_sig.py 30 def encode(self, input, final=False):
52 def _buffer_decode(self, input, errors, final):
64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final)
66 return codecs.utf_8_decode(input, errors, final)
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
Build_IFWI.sh 103 echo The final IFWI file is located in Stitch
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 45 public static final int INITIAL_SIZE = 10;
  /external/clang/test/CodeGenCXX/
derived-to-base-conv.cpp 75 class Test2b final : public virtual Test2a {}; class in inherits:Test2a
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 48 class Final : public Derived<Base> {
54 Final final; local
  /external/libbrillo/brillo/
asynchronous_signal_handler.h 25 class BRILLO_EXPORT AsynchronousSignalHandler final : class in namespace:brillo
process_reaper.h 20 class BRILLO_EXPORT ProcessReaper final { class in namespace:brillo
  /external/libbrillo/brillo/dbus/
dbus_param_writer.h 23 class DBusParamWriter final { class in namespace:brillo::dbus_utils
38 // The final overload of DBusParamWriter::Append() used when no more
71 // The final overload of DBusParamWriter::AppendDBusOutParams() used when no
  /external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.h 29 class GCNHazardRecognizer final : public ScheduleHazardRecognizer { class in namespace:llvm
  /external/llvm/lib/Target/WebAssembly/InstPrinter/
WebAssemblyInstPrinter.h 26 class WebAssemblyInstPrinter final : public MCInstPrinter { class in namespace:llvm
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 23 class WebAssemblyELFObjectWriter final : public MCELFObjectTargetWriter { class in namespace:__anon26023
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyInstrInfo.h 29 class WebAssemblyInstrInfo final : public WebAssemblyGenInstrInfo { class in namespace:llvm
WebAssemblySubtarget.h 31 class WebAssemblySubtarget final : public WebAssemblyGenSubtargetInfo { class in namespace:llvm
WebAssemblyTargetMachine.h 24 class WebAssemblyTargetMachine final : public LLVMTargetMachine { class in namespace:llvm
  /external/llvm/lib/Target/X86/
X86TargetMachine.h 25 class X86TargetMachine final : public LLVMTargetMachine { class in namespace:llvm

Completed in 618 milliseconds

<<11121314151617181920>>