Searched defs:import_path (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/development/vndk/tools/header-checker/tests/ |
H A D | gen_all.py | 7 import_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable 8 import_path = os.path.abspath(os.path.join(import_path, 'utils')) variable
|
H A D | module.py | 7 import_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable 8 import_path = os.path.abspath(os.path.join(import_path, 'utils')) variable
|
H A D | test.py | 11 import_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) variable 12 import_path = os.path.abspath(os.path.join(import_path, 'utils')) variable
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl.cpp | 460 string import_path = import_resolver.FindImportFile(import); in load_and_validate_aidl() local 484 const string import_path = import_resolver.FindImportFile(scope->ResolveName(type->GetName())); in load_and_validate_aidl() local
|
/aosp_15_r20/external/pigweed/ |
H A D | pigweed.json | 93 "import_path": "pw_env_setup", string
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 1040 def _dot_lookup(thing, comp, import_path): argument
|
/aosp_15_r20/external/pdfium/third_party/pymock/ |
H A D | mock.py | 1087 def _dot_lookup(thing, comp, import_path): argument
|