Searched defs:map (Results 1 - 18 of 18) sorted by relevance

/development/ndk/platforms/android-9/arch-x86/include/asm/
H A De820.h40 struct e820entry map[E820MAX]; member in struct:e820map
/development/ndk/platforms/android-L/arch-x86/include/asm/
H A De820.h45 struct e820entry map[E820_X_MAX]; member in struct:e820map
/development/ndk/platforms/android-L/arch-x86_64/include/asm/
H A De820.h45 struct e820entry map[E820_X_MAX]; member in struct:e820map
/development/ide/emacs/
H A Dandroid-host.el46 (defvar android-host-command-map (make-sparse-keymap))
52 (define-key global-map (read-kbd-macro val) android-host-command-map)
55 (let ((map android-host-command-map))
56 (define-key map (kbd "a") 'android-adb-root)
57 (define-key map (kbd "r") 'android-adb-remount)
58 (define-key map (kbd "s") 'android-adb-sync)
59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader)
60 (define-key map (kb
[all...]
H A Dandroid-common.el26 ;; need to add a mapping in `android-product-alias-map'. For instance
54 (defcustom android-product-alias-map nil
106 Additional product aliases can be listed in `android-product-alias-map'
116 (alias (assoc product android-product-alias-map)))
125 Additional product aliases can be added in `android-product-alias-map'
132 add an entry to android-product-map." path (android-product))))
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dbootinfo.h64 } map[BOOT_MEM_MAP_MAX]; member in struct:boot_mem_map
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
H A DSelectionBuilder.java60 * <p>Inner {@code JOIN}s can be accomplished using the mapToTable() function. The map() function
62 * entire subqueries can be passed into the map() function.
78 * .map(Blocks.NUM_STARRED_SESSIONS, Subquery.BLOCK_NUM_STARRED_SESSIONS)
88 * the mapToTable() function. The map() function is used to insert a count based on specific
225 public SelectionBuilder map(String fromColumn, String toClause) { method in class:SelectionBuilder
259 * <p>See also: map(), mapToTable()
335 * @param values A map from column names to new column values. null is a valid value that will
/development/samples/LunarLander/src/com/example/android/lunarlander/
H A DLunarView.java386 public Bundle saveState(Bundle map) { argument
388 if (map != null) {
389 map.putInt(KEY_DIFFICULTY, Integer.valueOf(mDifficulty));
390 map.putDouble(KEY_X, Double.valueOf(mX));
391 map.putDouble(KEY_Y, Double.valueOf(mY));
392 map.putDouble(KEY_DX, Double.valueOf(mDX));
393 map.putDouble(KEY_DY, Double.valueOf(mDY));
394 map.putDouble(KEY_HEADING, Double.valueOf(mHeading));
395 map.putInt(KEY_LANDER_WIDTH, Integer.valueOf(mLanderWidth));
396 map
[all...]
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/ControllerSample/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jar ... lang.Object { private final java.util.LinkedHashMap map private int size private int maxSize private int putCount private ...

Completed in 1049 milliseconds