HomeSort by relevance Sort by last modified time
    Searched refs:dir (Results 201 - 225 of 3718) sorted by null

1 2 3 4 5 6 7 891011>>

  /system/extras/tests/directiotest/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /system/extras/tests/schedtest/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 18 struct dx_dir_info *dir; local
61 dir = &ctx->dx_dir_info[i];
62 if (dir->ino != ino)
66 dir = &ctx->dx_dir_info[ctx->dx_dir_info_count++];
68 dir->ino = ino;
69 dir->numblocks = num_blocks;
70 dir->hashversion = 0;
71 dir->dx_block = e2fsck_allocate_memory(ctx, num_blocks
114 struct dx_dir_info *dir; local
117 dir = ctx->dx_dir_info
    [all...]
  /external/dbus/bus/
test-system.c 71 const char *dir; local
77 dir = argv[1];
79 dir = _dbus_getenv ("DBUS_TEST_DATA");
81 if (dir == NULL)
87 _dbus_string_init_const (&test_data_dir, dir);
  /external/e2fsprogs/lib/e2p/
iod.c 30 DIR * dir; local
55 dir = opendir (dir_name);
56 if (dir == NULL) {
60 while ((dep = readdir (dir))) {
73 closedir(dir);
  /external/openssl/android.testssl/
CAss.cnf 34 dir = ./demoCA # Where everything is kept
35 certs = $dir/certs # Where the issued certs are kept
36 crl_dir = $dir/crl # Where the issued crl are kept
37 database = $dir/index.txt # database index file.
40 new_certs_dir = $dir/newcerts # default place for new certs.
42 certificate = $dir/cacert.pem # The CA certificate
43 serial = $dir/serial # The current serial number
44 crl = $dir/crl.pem # The current CRL
45 private_key = $dir/private/cakey.pem# The private key
46 RANDFILE = $dir/private/.rand # private random number fil
    [all...]
  /external/valgrind/main/memcheck/tests/
long_namespace_xml.stderr.exp 41 <dir>...</dir>
49 <dir>...</dir>
60 <dir>...</dir>
68 <dir>...</dir>
76 <dir>...</dir>
    [all...]
  /frameworks/base/core/java/android/net/
SSLSessionCache.java 45 * @param dir to store session files in (created if necessary)
48 public SSLSessionCache(File dir) throws IOException {
49 mSessionCache = FileClientSessionCache.usingDirectory(dir);
59 File dir = context.getDir("sslcache", Context.MODE_PRIVATE); local
62 cache = FileClientSessionCache.usingDirectory(dir);
64 Log.w(TAG, "Unable to create SSL session cache in " + dir, e);
  /ndk/sources/host-tools/sed-4.2.1/lib/
dirname.c 78 char *dir = xmalloc (length + append_dot + 1); local
79 memcpy (dir, file, length);
81 dir[length++] = '.';
82 dir[length] = '\0';
83 return dir;
  /external/clang/utils/
CaptureCmd 24 def saveCaptureData(prefix, dir, object):
27 path = os.path.join(dir,
37 dir = os.getenv('CAPTURE_CMD_DIR')
41 if not dir:
45 if not os.path.exists(dir):
46 os.mkdir(dir, 0700)
51 envKey = saveCaptureData('env-', dir, env)
52 cwdKey = saveCaptureData('cwd-', dir, os.getcwd())
53 argvKey = saveCaptureData('argv-', dir, sys.argv)
55 saveCaptureData('cmd-', dir, entry
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
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 (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value)
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
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 (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value)
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
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 (*get_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
86 int (*get_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value);
87 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value);
88 int (*set_dB)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value, int xdir);
89 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value);
90 int (*set_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value)
    [all...]
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...]
  /external/clang/unittests/Basic/
FileManagerTest.cpp 81 const DirectoryEntry *dir = file->getDir(); local
82 ASSERT_TRUE(dir != NULL);
83 EXPECT_STREQ(".", dir->getName());
88 dir = file->getDir();
89 ASSERT_TRUE(dir != NULL);
90 EXPECT_STREQ("x/y", dir->getName());
101 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"));
102 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir"));
111 manager.getVirtualFile("virtual/dir/bar.h", 100, 0);
112 EXPECT_EQ(NULL, manager.getDirectory("virtual/dir/foo"))
114 const DirectoryEntry *dir = manager.getDirectory("virtual\/dir"); local
135 const DirectoryEntry *dir = file->getDir(); local
150 const DirectoryEntry *dir = file->getDir(); local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
apply_updates_command.cc 20 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
22 if (!dir.good()) {
23 LOG(ERROR) << "Scoped dir lookup failed!";
26 syncable::WriteTransaction trans(dir, syncable::SYNCER, __FILE__, __LINE__);
28 dir->GetUnappliedUpdateMetaHandles(&trans, &handles);
44 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
46 if (!dir.good()) {
47 LOG(ERROR) << "Scoped dir lookup failed!";
56 dir->set_initial_sync_ended_for_type(model_type, true);
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 9 my ($class, $file, $dir) = @_;
11 return if !$class->SUPER::is_test_class($file, $dir);
16 (my $class = $file) =~ s!^\Q$dir\E/!!xms;
  /cts/apps/CtsVerifier/jni/verifier/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /cts/libs/json/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /development/apps/GestureBuilder/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /development/apps/WidgetPreview/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /development/samples/CubeLiveWallpaper/
Android.mk 17 LOCAL_PATH := $(call my-dir)
  /development/samples/SimpleJNI/jni/
Android.mk 20 LOCAL_PATH:= $(call my-dir)

Completed in 1031 milliseconds

1 2 3 4 5 6 7 891011>>