Home
last modified time | relevance | path

Searched defs:dirs (Results 1 – 25 of 121) sorted by relevance

12345

/external/ltp/utils/ffsb-6.0-rc2/
Dmetaops.c42 static void createdir(struct benchfiles *dirs, randdata_t * rd) in createdir()
54 static void removedir(struct benchfiles *dirs, randdata_t * rd) in removedir()
68 static void renamedir(struct benchfiles *dirs, randdata_t * rd) in renamedir()
Dfilelist.h56 struct red_black_tree *dirs; member
/external/autotest/client/site_tests/power_CPUFreq/
Dpower_CPUFreq.py53 def test_cores_in_series(self, dirs): argument
81 def test_cores_in_parallel(self, dirs): argument
/external/clang/test/CodeGenCXX/
D2004-11-27-ExceptionCleanupAssertion.cpp13 Strongbad dirs[] = { Strongbad(0) + 1}; in TheCheat() local
/external/ltp/testcases/kernel/syscalls/chdir/
Dchdir02.c123 char *dirs[2] = { "/", "/tmp" }; variable
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
DIcu4jTransformRules.java38 List<InputFileGenerator> dirs = new ArrayList<>(dirNames.length); in createInputFileGenerator() local
/external/elfutils/tests/
Dget-files.c79 const char *const *dirs; in main() local
/external/chromium-trace/catapult/devil/
DPRESUBMIT.py18 def J(*dirs):
/external/libmojo/third_party/catapult/devil/
DPRESUBMIT.py18 def J(*dirs):
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DBuckManifestFactory.java66 List<String> dirs; in getDirectoriesFromProperty() local
/external/toolchain-utils/automation/common/
Dcommand.py206 def MakeDir(*dirs, **kwargs):
219 def RmTree(*dirs):
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java71 File[] dirs = context.getExternalFilesDirs("something"); in getExternalFilesDirs() local
/external/e2fsprogs/lib/ss/
Dhelp.c133 register char **dirs; in ss_add_info_dir() local
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py19 def find_library_file(self, dirs, lib, debug=0): argument
/external/python/cpython3/Lib/
D_sitebuiltins.py35 def __init__(self, name, data, files=(), dirs=()): argument
/external/skqp/gm/
Dconvex_all_line_paths.cpp282 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; in drawPath() local
454 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; in drawPath() local
/external/skia/gm/
Dconvex_all_line_paths.cpp282 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; in drawPath() local
454 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; in drawPath() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DAntJarProcessor.java34 private Set<String> dirs = new HashSet<String>(); field in AntJarProcessor
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h113 std::vector<string>* dirs, in CUFunctionInfoHandler()
Dfunctioninfo.cc50 std::vector<string>* dirs, in CULineInfoHandler()
/external/python/cpython2/Lib/distutils/
Dccompiler.py237 def set_include_dirs(self, dirs): argument
280 def set_library_dirs(self, dirs): argument
293 def set_runtime_library_dirs(self, dirs): argument
770 def find_library_file (self, dirs, lib, debug=0): argument
Demxccompiler.py210 def find_library_file(self, dirs, lib, debug=0): argument
/external/python/cpython3/Lib/distutils/
Dccompiler.py225 def set_include_dirs(self, dirs): argument
267 def set_library_dirs(self, dirs): argument
280 def set_runtime_library_dirs(self, dirs): argument
803 def find_library_file (self, dirs, lib, debug=0): argument
/external/autotest/client/bin/result_tools/
Dview.py324 def _get_dirs_html(dirs, parent_path, total_bytes, indentation): argument
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function

12345