Home
last modified time | relevance | path

Searched +defs:test +defs:dir (Results 1 – 25 of 75) sorted by relevance

123

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathsModule.java64 File dir = new File(CLDRPaths.MAIN_DIRECTORY); in TestMain() local
96 public MyHandler(File dir, String filename, List<PathTest> tests2) { in MyHandler()
122 protected File dir; field in TestPathsModule.PathTest
124 public void start(File dir, String locale) { in start()
130 public void test(XPathParts fullParts, String value) { in test() method in TestPathsModule.PathTest
152 public void test(XPathParts fullParts, String value) { in test() method in TestPathsModule.GatherValueCharacters
203 public void test(XPathParts fullParts, String value) { in test() method in TestPathsModule.DistinguishingText
/external/cldr/tools/java/org/unicode/cldr/util/
DLog.java20 public static void logln(int test, String message) { in logln()
24 public static void logln(boolean test, String message) { in logln()
53 public static void setLog(String dir, String file) throws IOException { in setLog()
67 public static void setLogNoBOM(String dir, String file) throws IOException { in setLogNoBOM()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h117 struct test { struct
118 int mask;
119 int value;
120 int position;
121 char mode;
181 struct dir { struct
182 int dir_count; argument
189 struct dir_ent *dirs; argument
/external/skqp/src/pathops/
DSkOpBuilder.cpp45 SkPathPriv::FirstDirection dir; in FixWinding() local
93 SkOpContour* test = &contourHead; in FixWinding() local
132 SkPath* test = &fPathRefs[index]; in resolve() local
139 SkPathPriv::FirstDirection dir; in resolve() local
/external/skia/src/pathops/
DSkOpBuilder.cpp46 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(*path); in FixWinding() local
95 SkOpContour* test = &contourHead; in FixWinding() local
134 SkPath* test = &fPathRefs[index]; in resolve() local
141 SkPathFirstDirection dir = SkPathPriv::ComputeFirstDirection(*test); in resolve() local
/external/webrtc/test/testsupport/
Dfile_utils.cc62 namespace test { namespace
104 std::string TempFilename(const std::string& dir, const std::string& prefix) { in TempFilename()
129 std::string GenerateTempFilename(const std::string& dir, in GenerateTempFilename()
168 DIR* dir = ::opendir(path.c_str()); in ReadDirectory() local
229 std::string JoinFilename(const std::string& dir, const std::string& name) { in JoinFilename()
/external/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd03.c30 static char dir[BUFSIZ], dir_link[BUFSIZ]; variable
88 static struct tst_test test = { variable
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-ns.cc17 namespace test { namespace
160 std::string dir = fullpath.substr(0, idx); in ContainerFilesystem() local
177 for (const std::string& dir : dirs_) { in ~ContainerFilesystem() local
182 void ContainerFilesystem::EnsureDirExists(const std::string& dir) { in EnsureDirExists()
/external/llvm-project/llvm/utils/lit/lit/formats/
Dbase.py38 def __init__(self, command, dir, recursive=False, argument
82 def createTempInput(self, tmp, test): argument
85 def execute(self, test, litConfig): argument
124 def execute(self, test, litConfig): argument
/external/llvm/utils/lit/lit/formats/
Dbase.py39 def __init__(self, command, dir, recursive=False, argument
83 def createTempInput(self, tmp, test): argument
86 def execute(self, test, litConfig): argument
/external/markdown/
Dtest-markdown.py163 …def test_directory(self, dir, measure_time=False, safe_mode=False, encoding="utf-8", output_format… argument
231 def run_test(self, dir, test, repeat): argument
/external/testng/src/test/java/test/
DTestHelper.java1 package test; package
28 XmlTest test = new XmlTest(result); in createSuite() local
66 String dir = System.getProperty("java.io.tmpdir"); in createRandomDirectory() local
/external/autotest/tko/parsers/
Dversion_0.py20 def __init__(self, dir): argument
26 def load_from_dir(cls, dir): argument
138 def load_from_dir(dir, verify_ident=None): argument
204 class test(models.test): class
319 def make_job(dir): argument
Dversion_1.py63 class test(models.test): class
249 def make_job(dir): argument
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py102 def UnzipFilenameToDir(filename, dir): argument
242 def _GetTestURI(self, test): argument
245 def getDescription(self, test): argument
248 def startTest(self, test): argument
252 def addSuccess(self, test): argument
256 def addError(self, test, err): argument
260 def addFailure(self, test, err): argument
/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c38 char *dir; member
101 static struct tst_test test = { variable
/external/ltp/testcases/kernel/fs/fs_fill/
Dfs_fill.c28 char dir[PATH_MAX]; member
111 static struct tst_test test = { variable
/external/skia/tests/
DPathOpsAsWindingTest.cpp12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPathDirection dir) { in build_squircle()
54 SkPath test, result; in DEF_TEST() local
/external/skqp/tests/
DPathOpsAsWindingTest.cpp12 static SkPath build_squircle(SkPath::Verb verb, const SkRect& rect, SkPath::Direction dir) { in build_squircle()
54 SkPath test, result; in DEF_TEST() local
/external/bc/tests/
Dafl.py39 def check_crash(exebase, out, error, file, type, test): argument
48 def run_test(cmd, exebase, tout, indata, out, file, type, test, environ=None): argument
81 def get_children(dir, get_files): argument
/external/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c77 int intel_pt_pmu_value(char *dir) in intel_pt_pmu_value()
227 static struct tst_test test = { variable
/external/libchromeos-rs/src/
Dread_dir.rs33 dir: &'d mut D, field
127 mod test { module
/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py84 arrow_layout = lambda dir: ( argument
217 def test(): function
/external/python/cpython2/Lib/lib-tk/
DFileDialog.py203 def set_filter(self, dir, pat): argument
262 def test(): function
/external/autotest/tko/
Dmodels.py17 def __init__(self, dir, user, label, machine, queued_time, started_time, argument
44 def read_keyval(dir): argument
104 class test(object): class

123