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

<<11

/external/lldb/test/lang/cpp/enum_types/
H A DTestCPP11EnumTypes.py11 mydir = os.path.join("lang", "cpp", "enum_types") variable in class:CPP11EnumTypesTestCase
/external/lldb/test/lang/objc/foundation/
H A DTestObjCMethods2.py14 mydir = os.path.join("lang", "objc", "foundation") variable in class:FoundationTestCase2
/external/lldb/test/python_api/event/
H A DTestEvents.py13 mydir = os.path.join("python_api", "event") variable in class:EventAPITestCase
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py13 mydir = os.path.join("python_api", "process") variable in class:ProcessAPITestCase
/external/lldb/test/python_api/target/
H A DTestTargetAPI.py13 mydir = os.path.join("python_api", "target") variable in class:TargetAPITestCase
/external/lldb/test/python_api/thread/
H A DTestThreadAPI.py13 mydir = os.path.join("python_api", "thread") variable in class:ThreadAPITestCase
/external/lldb/test/types/
H A DHideTestFailures.py15 mydir = "types" variable in class:DebugIntegerTypesFailures
H A DTestIntegerTypes.py13 mydir = "types" variable in class:IntegerTypesTestCase
H A DTestIntegerTypesExpr.py13 mydir = "types" variable in class:IntegerTypesExprTestCase
/external/lldb/test/functionalities/completion/
H A DTestCompletion.py13 mydir = os.path.join("functionalities", "completion") variable in class:CommandLineCompletionTestCase
/external/lldb/test/functionalities/inferior-crashing/
H A DTestInferiorCrashing.py10 mydir = os.path.join("functionalities", "inferior-crashing") variable in class:CrashingInferiorTestCase
/external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferior.py10 mydir = os.path.join("functionalities", "inferior-crashing", "recursive-inferior") variable in class:CrashingRecursiveInferiorTestCase
/external/lldb/test/settings/
H A DTestSettings.py12 mydir = "settings" variable in class:SettingsCommandTestCase
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
H A DTestDataFormatterObjC.py15 mydir = os.path.join("functionalities", "data-formatter", "data-formatter-objc") variable in class:ObjCDataFormatterTestCase
/external/lldb/test/functionalities/thread/concurrent_events/
H A DTestConcurrentEvents.py28 mydir = os.path.join("functionalities", "thread", "concurrent_events") variable in class:ConcurrentEventsTestCase
/external/lldb/test/python_api/default-constructor/
H A DTestDefaultConstructorForAPIObjects.py22 mydir = os.path.join("python_api", "default-constructor") variable in class:APIDefaultConstructorTestCase
/external/lldb/test/
H A Dlldbtest.py7 The subclass should override the attribute mydir in order for the python runtime
747 mydir = None variable in class:Base
763 # Fail fast if 'mydir' attribute is not overridden.
764 if not cls.mydir or len(cls.mydir) == 0:
765 raise Exception("Subclasses must override the 'mydir' attribute.")
774 print >> sys.stderr, "Change dir to:", os.path.join(os.environ["LLDB_TEST"], cls.mydir)
775 os.chdir(os.path.join(os.environ["LLDB_TEST"], cls.mydir))
1438 - Overwrite the mydir class attribute, otherwise your test class won't

Completed in 185 milliseconds

<<11