/prebuilts/tools/darwin-x86/sdl/ |
H A D | Android.mk | 1 LOCAL_PATH := $(my-dir)
|
/prebuilts/tools/linux-x86/sdl/ |
H A D | Android.mk | 1 LOCAL_PATH := $(my-dir)
|
/prebuilts/tools/windows/sdl/ |
H A D | Android.mk | 1 LOCAL_PATH := $(my-dir)
|
/prebuilts/ndk/ |
H A D | Android.mk | 17 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/ |
H A D | Android.mk | 16 LOCAL_PATH := $(my-dir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
H A D | install_data.py | 19 ('install-dir=', 'd', 21 "(default: installation base dir)"), 58 dir = convert_path(f[0]) 59 if not os.path.isabs(dir): 60 dir = os.path.join(self.install_dir, dir) 62 dir = change_root(self.root, dir) 63 self.mkpath(dir) 69 self.outfiles.append(dir) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
H A D | install_data.py | 19 ('install-dir=', 'd', 21 "(default: installation base dir)"), 58 dir = convert_path(f[0]) 59 if not os.path.isabs(dir): 60 dir = os.path.join(self.install_dir, dir) 62 dir = change_root(self.root, dir) 63 self.mkpath(dir) 69 self.outfiles.append(dir) [all...] |
/prebuilts/misc/common/layoutlib_api/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/misc/common/ninepatch/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/common/jfreechart/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/common/osgi/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/darwin-x86/swt/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/linux-x86/swt/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/tools/windows/swt/ |
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_commands.py | 33 dir = None 35 dir = tempfile.mkdtemp() 36 name = os.path.join(dir, "foo") 41 if dir is not None: 42 os.rmdir(dir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_commands.py | 33 dir = None 35 dir = tempfile.mkdtemp() 36 name = os.path.join(dir, "foo") 41 if dir is not None: 42 os.rmdir(dir)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/ |
H A D | pcm_old.h | 69 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, int *dir); 70 unsigned int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, int *dir); 71 unsigned int snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, int *dir); 72 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir); 73 int snd_pcm_hw_params_set_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir); 74 int snd_pcm_hw_params_set_rate_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); 75 int snd_pcm_hw_params_set_rate_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); 77 unsigned int snd_pcm_hw_params_set_rate_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir); 78 unsigned int snd_pcm_hw_params_set_rate_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int *dir); 79 unsigned int snd_pcm_hw_params_set_rate_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int *dir); [all...] |
H A D | mixer_abst.h | 81 int (*is)(snd_mixer_elem_t *elem, int dir, int cmd, int val); 82 int (*get_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); 83 int (*set_range)(snd_mixer_elem_t *elem, int dir, long min, long max); 84 int (*get_dB_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); 85 int (*ask_vol_dB)(snd_mixer_elem_t *elem, int dir, long value, long *dbValue); 86 int (*ask_dB_vol)(snd_mixer_elem_t *elem, int dir, long dbValue, long *value, int xdir); 87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); 88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); 89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value); 90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/ |
H A D | pcm_old.h | 69 int snd_pcm_hw_params_get_rate(const snd_pcm_hw_params_t *params, int *dir); 70 unsigned int snd_pcm_hw_params_get_rate_min(const snd_pcm_hw_params_t *params, int *dir); 71 unsigned int snd_pcm_hw_params_get_rate_max(const snd_pcm_hw_params_t *params, int *dir); 72 int snd_pcm_hw_params_test_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir); 73 int snd_pcm_hw_params_set_rate(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int dir); 74 int snd_pcm_hw_params_set_rate_min(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); 75 int snd_pcm_hw_params_set_rate_max(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int *val, int *dir); 77 unsigned int snd_pcm_hw_params_set_rate_near(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, unsigned int val, int *dir); 78 unsigned int snd_pcm_hw_params_set_rate_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int *dir); 79 unsigned int snd_pcm_hw_params_set_rate_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, int *dir); [all...] |
H A D | mixer_abst.h | 81 int (*is)(snd_mixer_elem_t *elem, int dir, int cmd, int val); 82 int (*get_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); 83 int (*set_range)(snd_mixer_elem_t *elem, int dir, long min, long max); 84 int (*get_dB_range)(snd_mixer_elem_t *elem, int dir, long *min, long *max); 85 int (*ask_vol_dB)(snd_mixer_elem_t *elem, int dir, long value, long *dbValue); 86 int (*ask_dB_vol)(snd_mixer_elem_t *elem, int dir, long dbValue, long *value, int xdir); 87 int (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); 88 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value); 89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value); 90 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_ [all...] |
/prebuilts/misc/ |
H A D | Android.mk | 16 LOCAL_PATH := $(my-dir)
|
/prebuilts/sdk/current/ |
H A D | Android.mk | 17 LOCAL_PATH := $(call my-dir)
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
H A D | efs_dir.h | 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
H A D | efs_dir.h | 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
H A D | efs_dir.h | 40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
|