Searched defs:dir (Results 76 - 100 of 658) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdwfl/
H A Ddwfl_build_id_find_elf.c96 char *dir; local
97 while (fd < 0 && (dir = strsep (&path, ":")) != NULL)
99 if (dir[0] == '+' || dir[0] == '-')
100 ++dir;
103 if (dir[0] != '/')
106 size_t dirlen = strlen (dir);
110 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name);
/external/fio/profiles/
H A Dtiobench.c9 static char *dir; variable
30 char *dir; member in struct:tiobench_options
65 .name = "dir",
68 .off1 = offsetof(struct tiobench_options, dir),
104 if (dir)
105 sprintf(dir_idx, "directory=%s", dir);
/external/icu/icu4c/source/layout/
H A DCanonShaping.cpp63 le_int32 out = 0, dir = 1; local
67 dir = -1;
70 for (i = 0; i < charCount; i += 1, out += dir) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dpmu.c86 static char dir[PATH_MAX]; local
89 snprintf(dir, PATH_MAX, "/tmp/perf-pmu-test-format-XXXXXX");
90 if (!mkdtemp(dir))
98 snprintf(name, PATH_MAX, "%s/%s", dir, format->name);
110 return dir;
114 static int test_format_dir_put(char *dir) argument
117 snprintf(buf, PATH_MAX, "rm -f %s/*\n", dir);
121 snprintf(buf, PATH_MAX, "rmdir %s\n", dir);
/external/nanopb-c/examples/network_server/
H A Dserver.c28 DIR *dir = (DIR*) *arg; local
32 while ((file = readdir(dir)) != NULL)
/external/qemu/android/utils/
H A Ddirscanner.c94 DIR* dir; member in struct:DirScanner
101 s->dir = opendir(s->root);
103 if (s->dir == NULL)
113 if (s->dir) {
114 closedir(s->dir);
115 s->dir = NULL;
124 if (!s || s->dir == NULL)
130 s->entry = readdir(s->dir);
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoaderHelper.java235 private static void deleteDirectorySync(File dir) { argument
237 File[] files = dir.listFiles();
245 if (!dir.delete()) {
246 Log.w(TAG, "Failed to remove " + dir.getAbsolutePath());
/external/chromium_org/base/files/
H A Dfile_enumerator_posix.cc122 DIR* dir = opendir(source.value().c_str()); local
123 if (!dir)
134 while (readdir_r(dir, &dent_buf, &dent) == 0 && dent) {
156 closedir(dir);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator_filter_unittest.cc35 const base::FilePath::StringType& dir) {
36 base::FilePath temp_sub_dir(test_dir_.Append(dir));
85 const base::FilePath::StringType dir; member in struct:__anon3925::StringStringWithBooleanTestData
102 cases[i].dir));
33 CreateEmptyTestFileInDir( const base::FilePath::StringType& file_name, const base::FilePath::StringType& dir) argument
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler_unittest.cc69 void ResetDumpHandler(const base::FilePath& dir, bool end_dump_success) { argument
71 dir.empty() ? base::FilePath(FILE_PATH_LITERAL("dummy")) : dir));
84 void WriteFakeDumpFiles(const base::FilePath& dir, argument
87 *incoming_dump = dir.AppendASCII("recv");
88 *outgoing_dump = dir.AppendASCII("send");
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_test_util.cc231 base::FilePath MakeMediaGalleriesTestingPath(const std::string& dir) { argument
233 return base::FilePath(FILE_PATH_LITERAL("C:\\")).AppendASCII(dir);
235 return base::FilePath(FILE_PATH_LITERAL("/")).Append(dir);
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_browsertest.cc53 extensions::TestExtensionDir* dir);
70 extensions::TestExtensionDir* dir) {
71 DCHECK(dir);
73 dir->WriteManifest(base::StringPrintf(kManifestSource, "page_action1"));
74 dir->WriteFile(FILE_PATH_LITERAL("background.js"), kBackgroundScriptSource);
77 const extensions::Extension* extension = LoadExtension(dir->unpacked_path());
69 LoadPageActionExtension( extensions::TestExtensionDir* dir) argument
/external/chromium_org/components/autofill/core/browser/
H A Ddata_driven_test.cc70 base::FilePath dir; local
71 dir = test_data_directory_.AppendASCII("autofill")
74 return dir;
79 base::FilePath dir; local
80 dir = test_data_directory_.AppendASCII("autofill")
83 return dir;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiCharacterRun.h31 BidiCharacterRun(int start, int stop, BidiContext* context, WTF::Unicode::Direction dir) argument
38 if (dir == WTF::Unicode::OtherNeutral)
39 dir = context->dir();
45 if (dir == WTF::Unicode::LeftToRight || dir == WTF::Unicode::ArabicNumber || dir == WTF::Unicode::EuropeanNumber)
48 if (dir == WTF::Unicode::RightToLeft)
50 else if (dir == WTF::Unicode::ArabicNumber || dir
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcasetrn.cpp33 utrans_rep_caseContextIterator(void *context, int8_t dir) argument
41 if(dir<0) {
44 csc->dir=dir;
45 } else if(dir>0) {
48 csc->dir=dir;
51 dir=csc->dir;
56 if(dir<
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl_st.c50 dlopen_gl_lib_cb(const char *dir, size_t len, void *callback_data) argument
59 (int)len, dir, name);
/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, argument
8 SkString outFileStr(dir);
56 const char* dir = "../../experimental/Intersection/"; local
59 inFileStr.append(dir);
85 if (!replace(argv[0], dir, "op.htm", opMarker, NULL, inData.begin(),
100 if (!replace(argv[0], dir, "SimplifyNew_Test.cpp", newMarker, newMarker2, insert + 2,
110 if (!replace(argv[0], dir, "DataTypes.h", forceReleaseMarker, NULL, forceReleaseReplace,
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp82 /** Builds the output filename. path = dir/name, and it replaces expected
89 static bool make_output_filepath(SkString* path, const SkString& dir, argument
92 *path = SkOSPath::Join(dir.c_str(), name.c_str());
104 * @param outputDir Output dir.
177 * @param outputDir Output dir.
252 * @param outputDir Output dir.
/external/chromium_org/third_party/skia/gm/
H A Dnested.cpp47 static void AddShape(SkPath* path, const SkRect& rect, Shapes shape, SkPath::Direction dir) { argument
50 path->addRect(rect, dir);
55 path->addRRect(rr, dir);
59 path->addOval(rect, dir);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleEffects.cpp32 SkScalar dir[3] = { 1, 1, 1}; local
35 dir,
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvolutionEffect.h26 Direction dir,
32 dir,
41 Direction dir,
47 dir,
25 Create(GrTexture* tex, Direction dir, int halfWidth, const float* kernel, bool useBounds, float bounds[2]) argument
40 CreateGaussian(GrTexture* tex, Direction dir, int halfWidth, float gaussianSigma, bool useBounds, float bounds[2]) argument
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile_unittest.cc39 Pathname dir; local
40 ASSERT(Filesystem::GetTemporaryFolder(dir, true, NULL));
41 test_file_ = Filesystem::TempFilename(dir, ".testfile");
/external/chromium_org/tools/gn/
H A Dlabel.h24 Label(const SourceDir& dir,
30 Label(const SourceDir& dir, const base::StringPiece& name);
43 const SourceDir& dir() const { return dir_; } function in class:Label
93 // Returns true if the toolchain dir/name of this object matches some
114 return ((stringhash(v.dir().value()) * 131 +
122 return ((hash_value(v.dir().value()) * 131 +
H A Dlabel_pattern.cc51 const SourceDir& dir,
56 dir_(dir) {
89 return LabelPattern(MATCH, label.dir(), label.name(), toolchain_label);
133 // 1. <empty> (use current dir)
135 // 3. <non wildcard stuff>* (send stuff through dir resolution, note star)
137 SourceDir dir; local
141 dir = current_dir;
169 dir = current_dir.ResolveRelativeDir(path);
170 if (dir.is_null()) {
171 *err = Err(value, "Label pattern didn't resolve to a dir
50 LabelPattern(Type type, const SourceDir& dir, const base::StringPiece& name, const Label& toolchain_label) argument
[all...]
/external/clang/include/clang/Lex/
H A DDirectoryLookup.h67 /// 'dir'.
68 DirectoryLookup(const DirectoryEntry *dir, SrcMgr::CharacteristicKind DT, argument
73 u.Dir = dir;

Completed in 2609 milliseconds

1234567891011>>