Searched defs:mydir (Results 1 - 25 of 267) sorted by relevance

1234567891011

/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat11 set mydir=%~dp0 variable
12 python "%mydir%\nanopb_generator.py" --protoc-plugin
/external/lldb/test/arm_emulation/
H A DTestEmulations.py12 mydir = "arm_emulation" variable in class:ARMEmulationTestCase
/external/lldb/test/expression_command/call-function/
H A DTestCallStdStringFunction.py12 mydir = os.path.join("expression_command", "call-function") variable in class:ExprCommandCallFunctionTestCase
/external/lldb/test/expression_command/persistent_types/
H A DTestPersistentTypes.py12 mydir = os.path.join("expression_command", "persistent_types") variable in class:PersistenttypesTestCase
/external/lldb/test/expression_command/persistent_variables/
H A DTestPersistentVariables.py12 mydir = os.path.join("expression_command", "persistent_variables") variable in class:PersistentVariablesTestCase
/external/lldb/test/expression_command/radar_8638051/
H A DTest8638051.py12 mydir = os.path.join("expression_command", "radar_8638051") variable in class:Radar8638051TestCase
/external/lldb/test/expression_command/radar_9531204/
H A DTestPrintfAfterUp.py13 mydir = os.path.join("expression_command", "radar_9531204") variable in class:Radar9531204TestCase
/external/lldb/test/expression_command/radar_9673664/
H A DTestExprHelpExamples.py13 mydir = os.path.join("expression_command", "radar_9673664") variable in class:Radar9673644TestCase
/external/lldb/test/expression_command/test/
H A DTestExprs2.py13 mydir = os.path.join("expression_command", "test") variable in class:ExprCommands2TestCase
/external/lldb/test/expression_command/timeout/
H A DTestCallWithTimeout.py12 mydir = os.path.join("expression_command", "timeout") variable in class:ExprCommandWithTimeoutsTestCase
/external/lldb/test/expression_command/two-files/
H A DTestObjCTypeQueryFromOtherCompileUnit.py14 mydir = os.path.join("expression_command", "two-files") variable in class:ObjCTypeQueryTestCase
/external/lldb/test/functionalities/backticks/
H A DTestBackticksWithoutATarget.py12 mydir = "functionalities/backticks" variable in class:BackticksWithNoTargetTestCase
/external/lldb/test/functionalities/command_history/
H A DTestCommandHistory.py13 mydir = os.path.join("functionalities", "command_history") variable in class:CommandHistoryTestCase
/external/lldb/test/functionalities/command_regex/
H A DTestCommandRegex.py13 mydir = os.path.join("functionalities", "command_regex") variable in class:CommandRegexTestCase
/external/lldb/test/functionalities/command_source/
H A DTestCommandSource.py14 mydir = os.path.join("functionalities", "command_source") variable in class:CommandSourceTestCase
/external/lldb/test/functionalities/connect_remote/
H A DTestConnectRemote.py13 mydir = os.path.join("functionalities", "connect_remote") variable in class:ConnectRemoteTestCase
/external/lldb/test/functionalities/non-overlapping-index-variable-i/
H A DTestIndexVariable.py11 mydir = os.path.join("functionalities", "non-overlapping-index-variable-i") variable in class:NonOverlappingIndexVariableCase
/external/lldb/test/functionalities/set-data/
H A DTestSetData.py14 mydir = os.path.join("functionalities", "set-data") variable in class:SetDataTestCase
/external/lldb/test/functionalities/single-quote-in-filename-to-lldb/
H A DTestSingleQuoteInFilename.py13 mydir = os.path.join("functionalities", "single-quote-in-filename-to-lldb") variable in class:SingleQuoteInCommandLineTestCase
/external/lldb/test/lang/c/strings/
H A DTestCStrings.py10 mydir = os.path.join("lang", "c", "strings") variable in class:CStringsTestCase
/external/lldb/test/lang/cpp/bool/
H A DTestCPPBool.py10 mydir = os.path.join("lang", "cpp", "bool") variable in class:CPPBoolTestCase
/external/lldb/test/lang/cpp/call-function/
H A DTestCallCPPFunction.py11 mydir = os.path.join("lang", "cpp", "call-function") variable in class:CallCPPFunctionTestCase
/external/lldb/test/lang/cpp/overloaded-functions/
H A DTestOverloadedFunctions.py11 mydir = os.path.join("lang", "cpp", "overloaded-functions") variable in class:CPPStaticMethodsTestCase
/external/lldb/test/lang/cpp/rvalue-references/
H A DTestRvalueReferences.py11 mydir = os.path.join("lang", "cpp", "rvalue-references") variable in class:RvalueReferencesTestCase
/external/lldb/test/lang/cpp/static_members/
H A DTestCPPStaticMembers.py10 mydir = os.path.join("lang", "cpp", "static_members") variable in class:CPPStaticMembersTestCase

Completed in 174 milliseconds

1234567891011