HomeSort by relevance Sort by last modified time
    Searched refs:InitType (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/skia/include/core/
SkSurfaceProps.h 61 enum InitType {
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
  /external/skqp/include/core/
SkSurfaceProps.h 61 enum InitType {
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/
Cpu.h 174 IN EFI_CPU_INIT_TYPE InitType
182 processor will be reset, and control will not be returned to the caller. If InitType is
190 InitType - The type of processor INIT to perform.
195 EFI_UNSUPPORTED - The processor INIT operation specified by InitType is not supported
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Cpu.h 155 processor will be reset, and control will not be returned to the caller. If InitType is
161 @param InitType The type of processor INIT to perform.
164 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
173 IN EFI_CPU_INIT_TYPE InitType
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 147 template<typename AllocatorTy, typename InitType>
150 InitType InitVal) {
185 template<typename InitType>
187 InitType InitVal) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
Cpu.h 149 processor will be reset, and control will not be returned to the caller. If InitType is
155 @param InitType The type of processor INIT to perform.
158 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
167 IN EFI_CPU_INIT_TYPE InitType
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/
CpuDxe.c 149 processor will be reset, and control will not be returned to the caller. If InitType is
155 @param InitType The type of processor INIT to perform.
158 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
167 IN EFI_CPU_INIT_TYPE InitType
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuDxe.h 129 @param InitType Type of CPU INIT to perform
141 IN EFI_CPU_INIT_TYPE InitType
  /external/skqp/src/image/
SkSurface.cpp 40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
  /libcore/ojluni/src/main/java/javax/crypto/
Cipher.java 765 private void chooseProvider(InitType initType, int opmode, Key key,
771 final InitParams initParams = new InitParams(initType, opmode, key, random,
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 177 template <typename... InitType>
178 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
180 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 183 template <typename... InitType>
184 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
186 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringMap.h 180 template <typename... InitType>
181 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
183 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringMap.h 180 template <typename... InitType>
181 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
183 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringMap.h 180 template <typename... InitType>
181 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
183 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringMap.h 180 template <typename... InitType>
181 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
183 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringMap.h 184 template <typename... InitType>
185 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
187 return Create(Key, A, std::forward<InitType>(InitVal)...);

Completed in 962 milliseconds

1 2 3