Searched defs:dir (Results 276 - 300 of 658) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/x509/
H A Dby_dir.c84 char *dir; member in struct:lookup_dir_entry_st
102 static int add_cert_dir(BY_DIR *ctx,const char *dir,int type);
129 char *dir = NULL; local
138 dir=(char *)getenv(X509_get_default_cert_dir_env());
139 if (dir)
140 ret=add_cert_dir(ld,dir,X509_FILETYPE_PEM);
189 if (ent->dir)
190 OPENSSL_free(ent->dir);
208 static int add_cert_dir(BY_DIR *ctx, const char *dir, int type) argument
213 if (dir
[all...]
/external/oprofile/pp/
H A Doparchive.cpp60 DIR * dir; local
66 if (!(dir = opendir(stats_path.c_str()))) {
82 while ((dirent = readdir(dir))) {
98 closedir(dir);
217 /* copy over the <session-dir>/abi file if it exists */
222 /* copy over the <session-dir>/samples/oprofiled.log file */
/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c235 * dir -- either "incoming" or "outgoing"
243 clampMSS(PPPoEPacket *packet, char const *dir, int clampMss) argument
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
101 // FilePath("dir/file"). If a case-insensitive extension is not
126 // not have a file, like "just/a/dir/", it returns the FilePath unmodified.
130 String dir; local
132 dir = String(c_str(), last_sep + 1 - c_str());
134 dir = kCurrentDirectoryString;
136 return FilePath(dir);
141 // Given directory = "dir", base_name = "test", number = 0,
142 // extension = "xml", returns "dir/test.xml". If number is greater
143 // than zero (e.g., 12), returns "dir/test_1
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
H A DSDL_syscdrom.c142 * dir: /dev/rdisk, name: cdrom
145 * dir: /dev, name: rrz
149 char *dir; member in struct:__anon29404
205 for ( i = 0; checklist[i].dir; ++i) {
210 devdir = opendir(checklist[i].dir);
216 SDL_snprintf(drive, SDL_arraysize(drive), "%s/%s", checklist[i].dir, devent->d_name);
226 fprintf(stderr, "cannot open dir: %s\n", checklist[i].dir);
/external/qemu/
H A Dos-posix.c97 char *dir; local
133 dir = dirname(p);
134 dir = dirname(dir);
136 max_len = strlen(dir) +
139 snprintf(res, max_len, "%s%s", dir, SHARE_SUFFIX);
141 snprintf(res, max_len, "%s%s", dir, BUILD_SUFFIX);
/external/skia/experimental/SkV8Example/
H A DPath2D.cpp208 SkPath::Direction dir = SkPath::kCW_Direction; local
210 dir = SkPath::kCCW_Direction;
220 path->fSkPath.addOval(rect, dir);
/external/skia/src/core/
H A DSkStrokerPriv.cpp129 SkRotationDirection dir = kCW_SkRotationDirection; local
136 dir = kCCW_SkRotationDirection;
143 int count = SkBuildQuadArc(before, after, dir, &matrix, pts);
/external/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp281 SkPath::Direction dir; local
282 SkAssertResult(path.cheapComputeDirection(&dir));
297 if (SkPath::kCCW_Direction == dir) {
H A DGrConvolutionEffect.cpp220 Direction dir = random->nextBool() ? kX_Direction : kY_Direction; local
233 dir,
/external/srtp/crypto/cipher/
H A Daes_cbc.c108 cipher_direction_t dir) {
118 switch (dir) {
107 aes_cbc_context_init(aes_cbc_ctx_t *c, const uint8_t *key, cipher_direction_t dir) argument
/external/stlport/src/details/
H A Dfstream_stdio.cpp342 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) argument
346 switch ( dir ) {
H A Dfstream_unistd.cpp286 streamoff _Filebuf_base::_M_seek(streamoff offset, ios_base::seekdir dir) argument
290 switch ( dir ) {
/external/stlport/src/
H A Dstrstream.cpp193 ios_base::seekdir dir, ios_base::openmode mode) {
199 (dir == ios_base::beg || dir == ios_base::end))
215 switch(dir) {
192 seekoff(off_type off, ios_base::seekdir dir, ios_base::openmode mode) argument
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-mips32.c253 transfer_direction dir, int size, Bool *mod)
263 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
264 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
265 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
266 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
267 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); break;
268 case 5: VG_(transfer) (&mips1->guest_r5, buf, dir, size, mod); break;
269 case 6: VG_(transfer) (&mips1->guest_r6, buf, dir, size, mod); break;
270 case 7: VG_(transfer) (&mips1->guest_r7, buf, dir, size, mod); break;
271 case 8: VG_(transfer) (&mips1->guest_r8, buf, dir, siz
252 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
H A Dvalgrind-low-mips64.c254 transfer_direction dir, int size, Bool *mod)
264 case 0: VG_(transfer) (&mips1->guest_r0, buf, dir, size, mod); break;
265 case 1: VG_(transfer) (&mips1->guest_r1, buf, dir, size, mod); break;
266 case 2: VG_(transfer) (&mips1->guest_r2, buf, dir, size, mod); break;
267 case 3: VG_(transfer) (&mips1->guest_r3, buf, dir, size, mod); break;
268 case 4: VG_(transfer) (&mips1->guest_r4, buf, dir, size, mod); break;
269 case 5: VG_(transfer) (&mips1->guest_r5, buf, dir, size, mod); break;
270 case 6: VG_(transfer) (&mips1->guest_r6, buf, dir, size, mod); break;
271 case 7: VG_(transfer) (&mips1->guest_r7, buf, dir, size, mod); break;
272 case 8: VG_(transfer) (&mips1->guest_r8, buf, dir, siz
253 transfer_register(ThreadId tid, int abs_regno, void * buf, transfer_direction dir, int size, Bool *mod) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwmm.c161 int up, psb, dir, tid; local
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
169 up, psb, dir, tid);
/external/wpa_supplicant_8/src/ap/
H A Dwmm.c161 int up, psb, dir, tid; local
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
169 up, psb, dir, tid);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h47 enum dbus_arg_direction dir; member in struct:wpa_dbus_argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwmm.c161 int up, psb, dir, tid; local
166 dir = (tspec->ts_info[0] >> 5) & 0x03;
169 up, psb, dir, tid);
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc26 // Returns directory path (including last slash) in dir, filename without
29 std::string* dir, std::string* file, std::string* ext) {
34 *dir = "";
37 *dir = filename.substr(0, slashpos + 1);
273 std::string dir, file, ext; local
274 GetFileNameParts(files[i], &dir, &file, &ext);
324 std::string dir, file, ext; local
325 GetFileNameParts(files[i], &dir, &file, &ext);
326 out_filename = dir + prefix + file + ext;
28 GetFileNameParts(const std::string& filename, std::string* dir, std::string* file, std::string* ext) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jar ... io.File outputFile private java.io.File dir private org.apache.tools.ant.types ...
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc506 const int dir = transition.target_page > current_page ? -1 : 1; local
509 const int shift = kMaxOverScrollShift * progress * dir;
/external/chromium_org/chrome/app/
H A Dclient_util.cc156 // Expects that |dir| has a trailing backslash. |dir| is modified so it
159 HMODULE LoadModuleWithDirectory(base::string16* dir, argument
162 ::SetCurrentDirectoryW(dir->c_str());
163 dir->append(dll_name);
171 ImagePreReader::PartialPreReadImage(dir->c_str(), percentage, kStepSize);
175 return ::LoadLibraryExW(dir->c_str(), NULL,
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc30 // of |dir|, with its parent directory created.
32 const base::FilePath& dir,
36 if (!base::CreateTemporaryDirInDir(dir, base::FilePath::StringType(),
31 GeneratesUniquePathWithExtension( const base::FilePath& dir, const base::FilePath::StringType& extension, base::FilePath* out_path) argument

Completed in 364 milliseconds

<<11121314151617181920>>