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

1 2 3 4

  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
PeiTimerLib.c 60 EMU_THUNK_PROTOCOL *Thunk;
72 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk ();
73 Thunk->Sleep (NanoSeconds * 100);
99 EMU_THUNK_PROTOCOL *Thunk;
111 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk ();
112 return Thunk->QueryPerformanceCounter ();
150 EMU_THUNK_PROTOCOL *Thunk;
169 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk ();
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
PeiEmuPeCoffExtraActionLib.c 34 The function caches the pointer of the Unix thunk functions
35 It will ASSERT() if Unix thunk ppi is not installed.
37 @retval EFI_SUCCESS WinNT thunk protocol is found and cached.
60 EMU_MAGIC_PAGE()->Thunk = (EMU_THUNK_PROTOCOL *) ThunkPpi->Thunk ();
80 if (EMU_MAGIC_PAGE()->Thunk == NULL) {
83 EMU_MAGIC_PAGE()->Thunk->PeCoffRelocateImageExtraAction (ImageContext);
103 if (EMU_MAGIC_PAGE()->Thunk == NULL) {
106 EMU_MAGIC_PAGE()->Thunk->PeCoffUnloadImageExtraAction (ImageContext);
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuSerialPortLib/
PeiEmuSerialPortLib.c 74 EMU_THUNK_PROTOCOL *Thunk;
86 Thunk = (EMU_THUNK_PROTOCOL *)ThunkPpi->Thunk ();
87 return Thunk->WriteStdErr (Buffer, NumberOfBytes);
  /device/linaro/bootloader/edk2/EmulatorPkg/ThunkPpiToProtocolPei/
ThunkPpiToProtocolPei.c 53 EMU_THUNK_PPI *Thunk;
56 DEBUG ((EFI_D_ERROR, "Emu Thunk PEIM Loaded\n"));
62 (VOID **)&Thunk // PPI
66 Ptr = Thunk->Thunk ();
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Library/
EmuMagicPageLib.h 33 EMU_THUNK_PROTOCOL *Thunk;
  /packages/apps/Launcher3/src/com/android/launcher3/
CheckLongPressHelper.java 21 import com.android.launcher3.util.Thunk;
27 @Thunk View mView;
28 @Thunk View.OnLongClickListener mListener;
29 @Thunk boolean mHasPerformedLongPress;
DeferredHandler.java 24 import com.android.launcher3.util.Thunk;
36 @Thunk LinkedList<Runnable> mQueue = new LinkedList<>();
40 @Thunk class Impl extends Handler implements MessageQueue.IdleHandler {
WorkspaceStateTransitionAnimation.java 37 import com.android.launcher3.util.Thunk;
186 @Thunk static final int BACKGROUND_FADE_OUT_DURATION = 350;
188 final @Thunk Launcher mLauncher;
189 final @Thunk Workspace mWorkspace;
191 @Thunk AnimatorSet mStateAnimator;
193 @Thunk float mCurrentScale;
194 @Thunk float mNewScale;
196 @Thunk final ZoomInInterpolator mZoomInInterpolator = new ZoomInInterpolator();
198 @Thunk float mSpringLoadedShrinkFactor;
199 @Thunk float mOverviewModeShrinkFactor
    [all...]
InterruptibleInOutAnimator.java 24 import com.android.launcher3.util.Thunk;
48 @Thunk int mDirection = STOPPED;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
PiSmbiosRecordOnDataHubSmbiosRecordThunk.inf 2 # This thunk driver register a filter for DataHub protocol, once a data hub record
34 Thunk.c
35 Thunk.h
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 43 public @interface Thunk {
LongArrayMap.java 46 @Thunk class ValueIterator implements Iterator<E> {
  /device/linaro/bootloader/edk2/EmulatorPkg/AutoScanPei/
AutoScanPei.c 49 EMU_THUNK_PPI *Thunk;
65 (VOID **)&Thunk // PPI
71 Status = Thunk->MemoryAutoScan (Index, &MemoryBase, &MemorySize);
  /device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/
FirmwareVolumePei.c 46 EMU_THUNK_PPI *Thunk;
62 (VOID **)&Thunk // PPI
71 Status = Thunk->FirmwareDevices (Index, &FdBase, &FdSize, &FdFixUp);
  /device/linaro/bootloader/edk2/EmulatorPkg/FlashMapPei/
FlashMapPei.c 51 EMU_THUNK_PPI *Thunk;
66 (VOID **)&Thunk // PPI
73 Status = Thunk->FirmwareDevices (0, &FdBase, &FdSize, &FdFixUp);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 24 import com.android.launcher3.util.Thunk;
40 @Thunk String mCurrentFastScrollSection;
41 @Thunk String mTargetFastScrollSection;
52 @Thunk int mFastScrollFrameIndex;
53 @Thunk final int[] mFastScrollFrames = new int[10];
59 @Thunk Runnable mSmoothSnapNextFrameRunnable = new Runnable() {
  /external/clang/lib/CodeGen/
CGVTables.cpp 36 const ThunkInfo &Thunk) {
44 Thunk.This, Out);
46 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
54 const ThunkInfo &Thunk, llvm::Function *Fn) {
58 static void setThunkProperties(CodeGenModule &CGM, const ThunkInfo &Thunk,
63 !Thunk.Return.isEmpty());
67 setThunkVisibility(CGM, MD, Thunk, ThunkFn);
85 const ThunkInfo &Thunk) {
109 Thunk.Return);
140 // no-op thunk for the regular definition) call va_start/va_end
    [all...]
CGVTables.h 52 /// emitThunk - Emit a single thunk.
53 void emitThunk(GlobalDecl GD, const ThunkInfo &Thunk, bool ForVTable);
55 /// maybeEmitThunkForVTable - Emit the given thunk for the vtable if needed by
57 void maybeEmitThunkForVTable(GlobalDecl GD, const ThunkInfo &Thunk);
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
PackageInstallerCompatVL.java 31 import com.android.launcher3.util.Thunk;
37 @Thunk final SparseArray<String> mActiveSessions = new SparseArray<>();
39 @Thunk final PackageInstaller mInstaller;
65 @Thunk void addSessionInfoToCache(SessionInfo info, UserHandle user) {
78 @Thunk void sendUpdate(PackageInstallInfo info) {
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetHostViewLoader.java 20 import com.android.launcher3.util.Thunk;
27 @Thunk Runnable mInflateWidgetRunnable = null;
31 @Thunk Launcher mLauncher;
32 @Thunk Handler mHandler;
33 @Thunk final View mView;
34 @Thunk final PendingAddWidgetInfo mInfo;
39 @Thunk int mWidgetLoadingId = -1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ebc/
Ebc.h 39 Create a thunk for an image entry point. In short, given the physical address
40 of the entry point for a loaded image, create a thunk that does some
43 to the created thunk as the new entry point to image.
52 Thunk - pointer to thunk pointer where the address of the created
53 thunk is returned.
66 OUT VOID **Thunk
124 of a thunk. It is not required.
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Ppi/
EmuThunk.h 2 Emulator Thunk to abstract OS services from pure EFI code
122 EMU_PEI_THUNK_INTERFACE Thunk;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ebc.h 34 Creates a thunk for an EBC entry point, returning the address of the thunk.
39 loaded, the loader must call this service to get a pointer to native code (thunk) that can be executed,
43 @param ImageHandle Handle of image for which the thunk is being created.
44 @param EbcEntryPoint Address of the actual EBC entry point or protocol service the thunk should call.
45 @param Thunk Returned pointer to a thunk created.
49 @retval EFI_OUT_OF_RESOURCES Memory could not be allocated for the thunk.
57 OUT VOID **Thunk
138 /// and invoke the CreateThunk() service to create a thunk for the EBC image's entry point. The
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbolThunk.h 26 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Thunk)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBiosDxe.inf 46 Thunk.c
54 Thunk.c
61 Ipf/Thunk.c

Completed in 705 milliseconds

1 2 3 4