Home
last modified time | relevance | path

Searched refs:mydir (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/external/toolchain-utils/toolchain_utils_githooks/
Dpre-push.real10 mydir="$(dirname "$(readlink -m "$0")")"
26 IGNORE_MISSING=1 "${mydir}/check-presubmit" ${all_files} || exit 1
/external/curl/packages/vms/
Dcompare_curl_source.com100 $ mydir = f$parse(mydefault,,,"DIRECTORY")
101 $ mydir = f$edit(mydir, "LOWERCASE")
102 $ odelim = f$extract(0, 1, mydir)
103 $ mydir = mydir - "[" - "]" - "<" - ">"
110 $ wrk_base_dir = mydir
117 $ ref_root_base = mydir + delim
/external/python/cpython3/Lib/test/
Dregrtest.py26 mydir = os.path.abspath(os.path.normpath(os.path.dirname(sys.argv[0])))
29 if os.path.abspath(os.path.normpath(sys.path[i])) == mydir:
/external/grpc-grpc/third_party/nanopb/generator/
Dprotoc-gen-nanopb.bat11 set mydir=%~dp0 variable
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
/external/nanopb-c/generator/
Dprotoc-gen-nanopb.bat11 set mydir=%~dp0 variable
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
/external/python/setuptools/setuptools/
Dsite-patch.py12 mydir = os.path.dirname(__file__)
15 if item == mydir or not item:
/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestRunCommandInterpreterAPI.py11 mydir = TestBase.compute_mydir(__file__) variable in CommandRunInterpreterLegacyAPICase
49 mydir = TestBase.compute_mydir(__file__) variable in CommandRunInterpreterAPICase
/external/llvm-project/lldb/test/API/python_api/symbol-context/
DTestSymbolContext.py15 mydir = TestBase.compute_mydir(__file__) variable in SymbolContextAPITestCase
79 substrs=[self.mydir])
/external/llvm-project/lldb/test/API/functionalities/testid/
DTestTestId.py12 mydir = TestBase.compute_mydir(__file__) variable in TestIdTestCase
/external/llvm-project/lldb/test/API/sanity/
DTestModuleCacheSanity.py14 mydir = TestBase.compute_mydir(__file__) variable in ModuleCacheSanityTestCase
/external/llvm-project/lldb/test/API/functionalities/backticks/
DTestBackticksWithoutATarget.py15 mydir = TestBase.compute_mydir(__file__) variable in BackticksWithNoTargetTestCase
/external/llvm-project/lldb/test/API/commands/gui/invalid-args/
DTestInvalidArgsGui.py7 mydir = TestBase.compute_mydir(__file__) variable in GuiTestCase
/external/llvm-project/lldb/test/API/lang/cpp/keywords_enabled/
DTestCppKeywordsEnabled.py9 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/lang/objcxx/cpp_keywords_enabled/
DTestObjCppKeywordsEnabled.py9 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/python_api/sberror/
DTestSBError.py7 mydir = TestBase.compute_mydir(__file__) variable in TestSBError
/external/llvm-project/lldb/test/API/lang/cpp/namespace/
DTestNamespace.py15 mydir = TestBase.compute_mydir(__file__) variable in NamespaceBreakpointTestCase
102 mydir = TestBase.compute_mydir(__file__) variable in NamespaceTestCase
/external/ltp/testscripts/
Dautofs1.sh202 mkdir /AUTOFS/MEDIA/mydir >/dev/null 2>&1
210 mkdir /AUTOFS/MEDIA/mydir >/dev/null 2>&1
/external/llvm-project/lldb/test/API/commands/expression/calculator_mode/
DTestCalculatorMode.py15 mydir = TestBase.compute_mydir(__file__) variable in TestCalculatorMode
/external/llvm-project/lldb/test/API/commands/version/
DTestVersion.py7 mydir = TestBase.compute_mydir(__file__) variable in VersionTestCase
/external/llvm-project/lldb/test/API/commands/reproducer/invalid-args/
DTestInvalidArgsReproducer.py7 mydir = TestBase.compute_mydir(__file__) variable in ReproducerTestCase
/external/llvm-project/lldb/test/API/lang/cpp/alignas_base_class/
DTestAlignAsBaseClass.py8 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/commands/target/select/
DTestTargetSelect.py8 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/commands/target/stop-hook/disable/
DTestTargetStopHookDisable.py8 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/commands/target/stop-hook/delete/
DTestTargetStopHookDelete.py8 mydir = TestBase.compute_mydir(__file__) variable in TestCase
/external/llvm-project/lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/
DTestImportDefinitionArrayType.py8 mydir = TestBase.compute_mydir(__file__) variable in TestImportDefinitionArrayType

12345678910>>...34