Searched defs:dir (Results 351 - 375 of 649) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp291 const char *dir = NULL; local
309 << "\t-d <dir> : When specified, write transitions in a file under" << endl
323 dir = options[kOptDestDir].value;
350 if (dir != NULL && linesep != NULL) {
367 if (dir != NULL) {
384 path << dir << U_FILE_SEP_CHAR;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java1341 * @param dir either FORWARD or REVERSE. If REVERSE then the
1351 int dir) {
1355 if (!TransliteratorIDParser.parseCompoundID(ID, dir, canonID, list, globalFilter)) {
1415 public static final Transliterator createFromRules(String ID, String rules, int dir) { argument
1419 parser.parse(rules, dir);
1939 int dir;
1943 dir = FORWARD;
1946 dir = REVERSE;
1953 dir,
1350 getInstance(String ID, int dir) argument
H A DTransliteratorRegistry.java345 int dir,
347 registerEntry(ID, new ResourceEntry(resourceName, dir), visible);
716 int dir = (pass == 0) ? Transliterator.FORWARD : direction;
717 return new Object[] { new LocaleEntry(subres[i+1], dir) };
343 put(String ID, String resourceName, int dir, boolean visible) argument
/external/kernel-headers/original/uapi/linux/
H A Drio_mport_cdev.h206 __u16 dir; /* Transfer direction, one of rio_transfer_dir enum */ member in struct:rio_transaction
/external/libdrm/exynos/
H A Dexynos_fimg2d.c286 * @dir: a pointer to the g2d_direction_val structure.
289 const union g2d_direction_val *dir)
291 g2d_add_cmd(ctx, SRC_MASK_DIRECT_REG, dir->val[0]);
292 g2d_add_cmd(ctx, DST_PAT_DIRECT_REG, dir->val[1]);
594 union g2d_direction_val dir; local
634 dir.val[0] = dir.val[1] = 0;
637 dir.data.src_x_direction = dir.data.dst_x_direction = 1;
639 dir
288 g2d_set_direction(struct g2d_context *ctx, const union g2d_direction_val *dir) argument
[all...]
/external/libjpeg-turbo/
H A Djquant1.c629 int dir; /* 1 for left-to-right, -1 for right-to-left */ local
630 int dirnc; /* dir * nc */
648 dir = -1;
653 dir = 1;
673 cur = RIGHT_SHIFT(cur + errorptr[dir] + 8, 4);
704 output_ptr += dir; /* advance output ptr to next column */
705 errorptr += dir; /* advance errorptr to current column */
/external/libmicrohttpd/src/examples/
H A Ddemo_https.c260 DIR *dir; local
263 if (NULL == (dir = opendir (dirname)))
265 while (NULL != (de = readdir (dir)))
295 (void) closedir (dir);
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c488 dlGetObjectName(Qp0l_QSYS_Info_t * qsysinfo, const char * dir, argument
501 *** the symbolic `link' in directory `dir'.
509 if (!dir && !link) {
522 if (dir) {
526 while (*dir && n < dirlen)
527 namebuf[n++] = *dir++;
/external/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c51 /* create 3 files and 1 dir in each base dir */
357 int dir, usr; local
360 dir = usr + 1;
361 bdirs[dir].sticky = 1;
362 bdirs[dir].world_writable = 1;
363 bdirs[dir].owner = usr;
365 create_sub_dir(bdirs[0].path, &bdirs[dir], mode);
371 int dir, usr; local
373 for (dir
435 int dir, usr; local
465 int dir, usr; local
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1433 GLfloat axis[4], dir[4], result[4], tmpX, tmpW; local
1435 fetch_vector4(&inst->SrcReg[1], machine, dir);
1437 tmpX = (2.0F * DOT3(axis, dir)) / tmpW;
1438 result[0] = tmpX * axis[0] - dir[0];
1439 result[1] = tmpX * axis[1] - dir[1];
1440 result[2] = tmpX * axis[2] - dir[2];
/external/opencv/cv/src/
H A Dcvfloodfill.cpp51 short dir; member in struct:CvFFillSegment
65 tail->dir = (short)(DIR); \
78 DIR = head->dir; \
144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
149 {-dir, L - _8_connectivity, R + _8_connectivity},
150 {dir, L - _8_connectivity, PL - 1},
151 {dir, PR + 1, R + _8_connectivity}
164 for( k = 0/*(unsigned)(YC - dir) >= (unsigned)roi.height*/; k < 3; k++ )
166 dir
276 int k, YC, PL, PR, dir; local
453 int k, YC, PL, PR, dir, curstep; local
759 int k, YC, PL, PR, dir, curstep; local
[all...]
H A Dcvinpaint.cpp305 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
346 dir=VectorScalMult(r,gradT);
347 if (fabs(dir)<=0.01) dir=0.000001f;
348 w = (float)fabs(dst*lev*dir);
418 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat; local
459 dir=VectorScalMult(r,gradT);
460 if (fabs(dir)<=0.01) dir=0.000001f;
461 w = (float)fabs(dst*lev*dir);
539 float Ia=0,s=1.0e-20f,w,dst,dir; local
630 float Ia=0,s=1.0e-20f,w,dst,dir; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc372 string dir = name.substr(0, slash_pos); local
373 if (!FileExists(temp_directory_ + "/" + dir)) {
374 GOOGLE_CHECK_OK(File::RecursivelyCreateDir(temp_directory_ + "/" + dir,
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceLoader.java317 return localProperties.getProperty( "sdk.dir" );
493 * @param dir
495 private void listNinePatchResources(Set<Integer> resourceIds, File dir) { argument
496 File[] files = dir.listFiles();
/external/selinux/sandbox/
H A Dseunshare.c204 static int verify_directory(const char *dir, struct stat *st_in, struct stat *st_out) { argument
209 if (lstat(dir, st_out) == -1) {
210 fprintf(stderr, _("Failed to stat %s: %s\n"), dir, strerror(errno));
214 fprintf(stderr, _("Error: %s is not a directory: %s\n"), dir, strerror(errno));
218 fprintf(stderr, _("Error: %s was replaced by a different directory\n"), dir);
324 /* match glob for all files in src dir */
420 fprintf(stderr, _("unable to switch back to user after clearing tmp dir\n"));
554 DIR *dir; local
562 if (!(dir = opendir(PROC_BASE))) {
568 (void)closedir(dir);
[all...]
/external/skia/samplecode/
H A DSampleAll.cpp251 SkScalar dir[] = { SK_Scalar1, SK_Scalar1, SK_Scalar1 }; local
253 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(3)), dir,
/external/skia/src/effects/
H A DSkMorphologyImageFilter.cpp150 Direction dir, int radius, MorphologyType type) {
152 dir, radius, type));
156 sk_sp<GrTextureProxy> proxy, Direction dir, int radius,
159 dir, radius, type, bounds));
242 const char* dir; local
245 dir = "x";
248 dir = "y";
252 dir = ""; // suppress warning
260 fragBuilder->codeAppendf("\t\tcoord.%s -= %d.0 * %s; \n", dir, me.radius(), pixelSizeInc);
264 range, dir, floa
148 Make(GrResourceProvider* resourceProvider, sk_sp<GrTextureProxy> proxy, Direction dir, int radius, MorphologyType type) argument
155 Make(GrResourceProvider* resourceProvider, sk_sp<GrTextureProxy> proxy, Direction dir, int radius, MorphologyType type, const float bounds[2]) argument
387 Direction dir = d->fRandom->nextBool() ? kX_Direction : kY_Direction; local
[all...]
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp44 static int xy_index(SkOpRayDir dir) { argument
45 return static_cast<int>(dir) & 1;
48 static SkScalar pt_xy(const SkPoint& pt, SkOpRayDir dir) { argument
49 return (&pt.fX)[xy_index(dir)];
52 static SkScalar pt_yx(const SkPoint& pt, SkOpRayDir dir) { argument
53 return (&pt.fX)[!xy_index(dir)];
56 static double pt_dxdy(const SkDVector& v, SkOpRayDir dir) { argument
57 return (&v.fX)[xy_index(dir)];
60 static double pt_dydx(const SkDVector& v, SkOpRayDir dir) { argument
61 return (&v.fX)[!xy_index(dir)];
64 rect_side(const SkRect& r, SkOpRayDir dir) argument
68 sideways_overlap(const SkRect& rect, const SkPoint& pt, SkOpRayDir dir) argument
73 less_than(SkOpRayDir dir) argument
77 ccw_dxdy(const SkDVector& v, SkOpRayDir dir) argument
103 rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc* allocator) argument
118 rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, SkArenaAlloc* allocator) argument
241 SkOpRayDir dir = hitBase.makeTestBase(this, t); local
[all...]
/external/skia/src/views/
H A DSkView.cpp205 SkView* SkView::acceptFocus(FocusDirection dir) { argument
206 if (dir == kNext_FocusDirection) {
213 if ((focus = child->acceptFocus(dir)) != nullptr) {
221 if ((focus = child->acceptFocus(dir)) != nullptr) {
232 SkView* SkView::moveFocus(FocusDirection dir) { argument
244 if (dir == kNext_FocusDirection) {
255 if ((focus = child->acceptFocus(dir)) != nullptr)
266 return focus->acceptFocus(dir);
272 if ((focus = child->acceptFocus(dir)) != nullptr) {
/external/skia/tools/skdiff/
H A Dskdiff_main.cpp257 SkString dir(rootDir);
259 dir.append(PATH_DIV_STR);
260 dir.append(subDir);
263 // Iterate over files (not directories) within dir.
264 SkOSFile::Iter fileIterator(dir.c_str());
283 SkOSFile::Iter dirIterator(dir.c_str());
303 /// Iterate over dir and get all files whose filename:
308 static void get_file_list(const SkString& dir, argument
312 get_file_list_subdir(dir, SkString(""),
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h105 struct dir *(*squashfs_opendir)(unsigned int block_start,
181 struct dir { struct
258 extern struct dir *squashfs_opendir_1(unsigned int, unsigned int,
272 extern struct dir *squashfs_opendir_3(unsigned int, unsigned int,
279 extern struct dir *squashfs_opendir_4(unsigned int, unsigned int,
/external/syslinux/core/fs/fat/
H A Dfat.c415 /* compute the first sector number of one dir where the data stores */
417 const struct fat_dir_entry *dir)
423 first_clust = (dir->first_cluster_high << 16) + dir->first_cluster_low;
438 static struct inode *vfat_find_entry(const char *dname, struct inode *dir) argument
440 struct fs_info *fs = dir->fs;
449 sector_t dir_sector = PVT(dir)->start;
416 first_sector(struct fs_info *fs, const struct fat_dir_entry *dir) argument
/external/syslinux/core/fs/ntfs/
H A Dntfs.c723 static struct inode *ntfs_index_lookup(const char *dname, struct inode *dir) argument
725 struct fs_info *fs = dir->fs;
747 mrec = NTFS_SB(fs)->mft_record_lookup(fs, NTFS_PVT(dir)->mft_no, NULL);
878 err = index_inode_setup(fs, ie->data.dir.indexed_file, inode);
1193 dirent->d_ino = ie->data.dir.indexed_file;
1199 mrec = NTFS_SB(fs)->mft_record_lookup(fs, ie->data.dir.indexed_file, NULL);
/external/toybox/toys/pending/
H A Ddiff.c65 } dir[2]; variable in typeref:struct:dir_t
476 dir[TT.dir_num].list = xrealloc(dir[TT.dir_num].list,
480 dir[TT.dir_num].list[TT.size - 1] = full_path;
658 path[0] = concat_file_path(dir[0].list[0], dir[1].list[r] + TT.len[1]);
660 path[1] = f[1] = dir[1].list[r];
665 path[1] = concat_file_path(dir[1].list[0], dir[0].list[l] + TT.len[0]);
667 path[0] = f[0] = dir[
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dturnport_unittest.cc85 DIR *dir = opendir("/proc/self/fd/"); local
86 while ((dp = readdir(dir)) != NULL) {
91 closedir(dir);

Completed in 621 milliseconds

<<11121314151617181920>>