Searched defs:dir (Results 51 - 75 of 658) sorted by relevance

1234567891011>>

/external/openssl/crypto/
H A DLPdir_unix.c61 DIR *dir; member in struct:LP_dir_context_st
86 (*ctx)->dir = opendir(directory);
87 if ((*ctx)->dir == NULL)
97 direntry = readdir((*ctx)->dir);
112 int ret = closedir((*ctx)->dir);
/external/oprofile/daemon/
H A Dopd_stats.c40 DIR * dir; local
66 if (!(dir = opendir("/dev/oprofile/stats/")))
68 while ((dirent = readdir(dir))) {
87 closedir(dir);
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c79 * dir -- either SENT or RCVD
86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) argument
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
/external/skia/tests/
H A DOSPathTest.cpp14 * Will use SkPathJoin to append filename to dir, test that it works correctly,
17 * @param dir String representing the path to a folder. May or may not
22 static void test_dir_with_file(skiatest::Reporter* reporter, SkString dir, argument
29 // fullName should be "dir<SkPATH_SEPARATOR>file"
30 SkString fullName = SkOSPath::SkPathJoin(dir.c_str(), filename.c_str());
32 // fullName should be the combined size of dir and file, plus one if
33 // dir did not include the final path separator.
34 size_t expectedSize = dir.size() + filename.size();
35 if (!dir.endsWith(SkPATH_SEPARATOR)) {
54 SkString dir("di
[all...]
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp110 DIR* dir = opendir(path); local
111 if (NULL == dir) {
115 // Loop through dir entries until there are none left (i.e. readdir returns NULL)
117 while ((entry = readdir(dir))) {
128 closedir(dir);
/external/chromium_org/base/third_party/xdg_user_dirs/
H A Dxdg_user_dir_lookup.cc193 char *dir, *home_dir, *user_dir; local
195 dir = xdg_user_dir_lookup_with_fallback (type, NULL);
196 if (dir != NULL)
197 return dir;
225 fprintf (stderr, "Usage %s <dir-type>\n", argv[0]);
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.cc11 blink::WebTextDirection dir,
35 blink::WebTextDirection dir,
7 Notification(const GURL& origin_url, const GURL& icon_url, const base::string16& title, const base::string16& body, blink::WebTextDirection dir, const base::string16& display_source, const base::string16& replace_id, NotificationDelegate* delegate) argument
29 Notification( message_center::NotificationType type, const GURL& origin_url, const base::string16& title, const base::string16& body, const gfx::Image& icon, blink::WebTextDirection dir, const message_center::NotifierId& notifier_id, const base::string16& display_source, const base::string16& replace_id, const message_center::RichNotificationData& rich_notification_data, NotificationDelegate* delegate) argument
/external/chromium_org/chrome/browser/
H A Dplatform_util_linux.cc57 base::FilePath dir = full_path.DirName(); local
58 if (!base::DirectoryExists(dir))
61 XDGOpen(dir.value());
/external/chromium_org/components/test/data/password_manager/
H A Drun_tests.py45 dir=os.path.join(tempfile.gettempdir()), delete=False) variable
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_origin_database_unittest.cc35 base::ScopedTempDir dir; local
36 ASSERT_TRUE(dir.CreateUniqueTempDir());
37 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
65 base::ScopedTempDir dir; local
66 ASSERT_TRUE(dir.CreateUniqueTempDir());
67 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
93 base::ScopedTempDir dir; local
94 ASSERT_TRUE(dir.CreateUniqueTempDir());
95 const base::FilePath kFSDir = dir.path().Append(kFileSystemDirName);
121 base::ScopedTempDir dir; local
148 base::ScopedTempDir dir; local
197 base::ScopedTempDir dir; local
272 base::ScopedTempDir dir; local
[all...]
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_standard_mappings.cc37 void DpadFromAxis(blink::WebGamepad* mapped, float dir) { argument
47 if (dir != 0.0f) {
48 up = (dir >= -1.f && dir < -0.7f) || (dir >= .95f && dir <= 1.f);
49 right = dir >= -.75f && dir < -.1f;
50 down = dir >= -.2f && dir <
[all...]
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc27 void ApplyControlDataUpdates(syncable::Directory* dir) { argument
28 syncable::WriteTransaction trans(FROM_HERE, SYNCER, dir);
31 dir->GetUnappliedUpdateMetaHandles(
53 dir->GetCryptographer(&trans));
57 dir->GetCryptographer(&trans));
77 dir->GetCryptographer(&trans));
/external/chromium_org/sync/sessions/
H A Dsync_session.cc40 syncable::Directory* dir = context_->directory(); local
45 dir->GetDownloadProgressAsString(type, &download_progress_markers[type]);
50 dir->CollectMetaHandleCounts(&num_entries_by_type,
61 dir->GetEntriesCount(),
/external/chromium_org/sync/test/engine/
H A Dtest_syncable_utils.cc69 syncable::Directory *dir,
68 CreateTypeRoot(WriteTransaction* trans, syncable::Directory *dir, ModelType type) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleReflection.h52 void setDirection(CSSReflectionDirection dir) { m_direction = dir; } argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiContext.h46 WTF::Unicode::Direction dir() const { return static_cast<WTF::Unicode::Direction>(m_direction); } function in class:blink::BidiContext
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dtestharness.cc61 std::string dir; local
62 Status s = Env::Default()->GetTestDirectory(&dir);
64 return dir;
/external/chromium_org/tools/gn/
H A Dfunction_get_target_outputs_unittest.cc28 Label GetLabel(const std::string& dir, const std::string& name) { argument
29 return Label(SourceDir(dir), name, setup_.toolchain()->label().dir(),
H A Dlabel_pattern.h26 // (also indicates "public" when dir is empty).
31 const SourceDir& dir,
50 const SourceDir& dir() const { return dir_; } function in class:LabelPattern
/external/chromium_org/tools/gyp/test/module/src/
H A Dprogram.c33 char dir[_MAX_DIR]; local
35 if (_splitpath_s(bin_path, drive, _MAX_DRIVE, dir, _MAX_DIR,
40 if (_makepath_s(module_path, MAX_PATH, drive, dir, module, MODULE_SUFFIX)) {
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp82 const DirectoryEntry *dir = file->getDir(); local
83 ASSERT_TRUE(dir != nullptr);
84 EXPECT_STREQ(".", dir->getName());
89 dir = file->getDir();
90 ASSERT_TRUE(dir != nullptr);
91 EXPECT_STREQ("x/y", dir->getName());
102 EXPECT_EQ(nullptr, manager.getDirectory("virtual/dir/foo"));
103 EXPECT_EQ(nullptr, manager.getDirectory("virtual/dir"));
112 manager.getVirtualFile("virtual/dir/bar.h", 100, 0);
113 EXPECT_EQ(nullptr, manager.getDirectory("virtual/dir/fo
115 const DirectoryEntry *dir = manager.getDirectory("virtual/dir"); local
144 const DirectoryEntry *dir = file->getDir(); local
168 const DirectoryEntry *dir = file->getDir(); local
[all...]
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c18 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
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddblist_dir.c28 int (*func)(ext2_ino_t dir,
42 ctx.dir = 0;
71 ctx->dir = db_info->ino;
25 ext2fs_dblist_dir_iterate(ext2_dblist dblist, int flags, char *block_buf, int (*func)(ext2_ino_t dir, int entry, struct ext2_dir_entry *dirent, int offset, int blocksize, char *buf, void *priv_data), void *priv_data) argument
H A Dexpanddir.c90 errcode_t ext2fs_expand_dir(ext2_filsys fs, ext2_ino_t dir) argument
104 retval = ext2fs_check_directory(fs, dir);
113 retval = ext2fs_block_iterate3(fs, dir, BLOCK_FLAG_APPEND,
124 retval = ext2fs_read_inode(fs, dir, &inode);
131 retval = ext2fs_write_inode(fs, dir, &inode);
H A Dunlink.c70 errcode_t ext2fs_unlink(ext2_filsys fs, ext2_ino_t dir, argument
92 retval = ext2fs_dir_iterate(fs, dir, DIRENT_FLAG_INCLUDE_EMPTY,

Completed in 667 milliseconds

1234567891011>>