/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mtd/ |
cfi.h | 185 unsigned long adr, int len, void *thunk);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
UploadedTexture.java | 24 import com.android.launcher3.util.Thunk; 86 @Thunk static class BorderKey implements Cloneable {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
BaseRecyclerView.java | 25 import com.android.launcher3.util.Thunk; 41 @Thunk int mDy = 0;
|
Launcher.java | 110 import com.android.launcher3.util.Thunk; 214 @Thunk State mState = State.WORKSPACE; 215 @Thunk LauncherStateTransitionAnimation mStateTransitionAnimation; 227 @Thunk static int NEW_APPS_ANIMATION_DELAY = 500; 234 @Thunk Workspace mWorkspace; 237 @Thunk DragLayer mDragLayer; 245 @Thunk ItemInfo mPendingAddInfo = new ItemInfo(); 251 @Thunk Hotseat mHotseat; 260 @Thunk AllAppsContainerView mAppsView; 263 @Thunk WidgetsContainerView mWidgetsView [all...] |
AutoInstallsLayout.java | 40 import com.android.launcher3.util.Thunk; 152 @Thunk final Context mContext; 153 @Thunk final AppWidgetHost mAppWidgetHost; 165 @Thunk final ContentValues mValues; 701 @Thunk static void copyInteger(ContentValues from, ContentValues to, String key) {
|
Workspace.java | 75 import com.android.launcher3.util.Thunk; 111 @Thunk final WallpaperManager mWallpaperManager; 112 @Thunk IBinder mWindowToken; 123 @Thunk LongArrayMap<CellLayout> mWorkspaceScreens = new LongArrayMap<>(); 124 @Thunk ArrayList<Long> mScreenOrder = new ArrayList<Long>(); 126 @Thunk Runnable mRemoveEmptyScreenRunnable; 127 @Thunk boolean mDeferRemoveExtraEmptyScreen = false; 128 @Thunk boolean mAddNewPageOnDrag = true; 138 @Thunk int[] mTargetCell = new int[2]; 153 @Thunk CellLayout mDragTargetLayout = null [all...] |
/external/valgrind/VEX/priv/ |
guest_amd64_defs.h | 346 /* %RFLAGS thunk descriptors. A four-word thunk is used to record 349 more efficiently using a 3-word thunk, but that makes it impossible 374 (2) When passing the thunk components to an evaluation function 384 When building the thunk, it is always necessary to write words into
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-return-thunks.cpp | 53 // This thunk has a return adjustment. 80 // J's foo will require an adjusting thunk, and K will require a trivial thunk.
|
constructor-destructor-return-this.cpp | 135 // CHECKARM: [[THUNK:%.*]] = load %class.E* (%class.E*)*, %class.E* (%class.E*)** [[VFN]] 136 // CHECKARM: call %class.E* [[THUNK]](%class.E* %
|
/external/llvm/unittests/DebugInfo/PDB/ |
PDBApiTest.cpp | 327 InsertItemWithTag(PDB_SymType::Thunk); 389 VerifyDyncast<PDBSymbolThunk>(PDB_SymType::Thunk);
|
/external/v8/test/mjsunit/es6/ |
generators-debug-scopes.js | 24 function run(thunk) { 28 var res = thunk();
|