/external/skia/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
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/ |
CpuDxe.h | 122 @param InitType Type of CPU INIT to perform
134 IN EFI_CPU_INIT_TYPE InitType
|
CpuDxe.c | 213 @param InitType Type of CPU INIT to perform
225 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 | 153 processor will be reset, and control will not be returned to the caller. If InitType is
159 @param InitType The type of processor INIT to perform.
162 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
171 IN EFI_CPU_INIT_TYPE InitType
|
/external/skia/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 | 558 private void chooseProvider(InitType initType, int opmode, Key key, 564 final InitParams initParams = new InitParams(initType, opmode, key, random, 830 chooseProvider(InitType.KEY, opmode, key, null, null, 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)...);
|
/device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/ |
CpuDriver.h | 198 IN EFI_CPU_INIT_TYPE InitType
|
Cpu.c | 327 IN EFI_CPU_INIT_TYPE InitType
|
/device/linaro/bootloader/edk2/Nt32Pkg/CpuRuntimeDxe/ |
Cpu.c | 222 IN EFI_CPU_INIT_TYPE InitType
243 // TODO: InitType - add argument and description to function comment
|
CpuDriver.h | 154 IN EFI_CPU_INIT_TYPE InitType
|
/external/llvm/lib/TableGen/ |
TGParser.cpp | 133 std::string InitType = ""; 135 InitType = (Twine("' of type bit initializer with length ") + 140 InitType + "'"); [all...] |
/external/clang/lib/Sema/ |
SemaStmt.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
SemaInit.cpp | [all...] |
SemaOverload.cpp | [all...] |
/external/clang/include/clang/AST/ |
Decl.h | 798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType; 802 mutable InitType Init; [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.cpp | [all...] |
/frameworks/base/ |
preloaded-classes | 270 [Ljavax.crypto.Cipher$InitType; [all...] |
compiled-classes-phone | [all...] |