/prebuilts/ndk/current/sources/cxx-stl/system/ |
H A D | setup.mk | 4 include $(call my-dir)/Android.mk
|
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/ndk/r16/sources/cxx-stl/system/ |
H A D | setup.mk | 4 include $(call my-dir)/Android.mk
|
H A D | Android.mk | 1 LOCAL_PATH:= $(call my-dir)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directories/ |
H A D | create_directories.pass.cpp | 43 const path dir = env.create_dir("dir1"); local 45 TEST_CHECK(fs::create_directories(dir, ec) == false); 47 TEST_CHECK(is_directory(dir)); 53 const path dir = env.make_env_path("dir1"); local 55 TEST_CHECK(fs::create_directories(dir, ec) == true); 57 TEST_CHECK(is_directory(dir)); 63 const path dir = env.make_env_path("dir1/dir2/dir3"); local 65 TEST_CHECK(fs::create_directories(dir, ec) == true); 67 TEST_CHECK(is_directory(dir));
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directories/ |
H A D | create_directories.pass.cpp | 43 const path dir = env.create_dir("dir1"); local 45 TEST_CHECK(fs::create_directories(dir, ec) == false); 47 TEST_CHECK(is_directory(dir)); 53 const path dir = env.make_env_path("dir1"); local 55 TEST_CHECK(fs::create_directories(dir, ec) == true); 57 TEST_CHECK(is_directory(dir)); 63 const path dir = env.make_env_path("dir1/dir2/dir3"); local 65 TEST_CHECK(fs::create_directories(dir, ec) == true); 67 TEST_CHECK(is_directory(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/tools/ |
H A D | Android.mk | 16 LOCAL_PATH := $(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/gdb/darwin-x86/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/gdb/linux-x86/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/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.15-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/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
H A D | objectmodel.py | 84 def __init__(self, perm, dir, weight): 86 self.dir = dir 91 dir_to_str[self.dir], 157 dir = FLOW_NONE 160 dir = dir | pm.dir 161 return dir
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/ |
H A D | create_directory_with_attributes.pass.cpp | 43 const path dir = env.create_dir("dir1"); local 46 const perms orig_p = status(dir).permissions(); 50 TEST_CHECK(fs::create_directory(dir, dir2, ec) == false); 54 TEST_CHECK(orig_p == status(dir).permissions()); 57 TEST_CHECK(fs::create_directory(dir, dir2) == false); 66 const path dir = env.make_env_path("dir1"); local 71 TEST_CHECK(fs::create_directory(dir, attr_dir, ec) == true); 73 TEST_CHECK(is_directory(dir)); 76 auto st = status(dir); 83 const path dir local [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/ |
H A D | create_directory_with_attributes.pass.cpp | 43 const path dir = env.create_dir("dir1"); local 46 const perms orig_p = status(dir).permissions(); 50 TEST_CHECK(fs::create_directory(dir, dir2, ec) == false); 54 TEST_CHECK(orig_p == status(dir).permissions()); 57 TEST_CHECK(fs::create_directory(dir, dir2) == false); 66 const path dir = env.make_env_path("dir1"); local 71 TEST_CHECK(fs::create_directory(dir, attr_dir, ec) == true); 73 TEST_CHECK(is_directory(dir)); 76 auto st = status(dir); 83 const path dir local [all...] |