Home
last modified time | relevance | path

Searched refs:is_framework (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/ctypes/macholib/
Dframework.py39 is_framework = STRICT_FRAMEWORK_RE.match(filename)
40 if not is_framework:
42 return is_framework.groupdict()
/external/python/cpython3/Lib/ctypes/macholib/
Dframework.py39 is_framework = STRICT_FRAMEWORK_RE.match(filename)
40 if not is_framework:
42 return is_framework.groupdict()
/external/tensorflow/tensorflow/python/framework/
Derror_interpolation.py247 is_framework = _is_framework_filename(filename)
248 if not is_framework:
/external/llvm-project/lldb/cmake/modules/
DAddLLDB.cmake258 get_target_property(is_framework ${name} FRAMEWORK)
259 if(is_framework)
280 if(is_framework)
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp276 bool is_framework = false; in AddModule() local
281 auto *file = HS.lookupModuleMapFile(*dir, is_framework); in AddModule()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h309 bool is_framework = false,
DTypeSystemClang.cpp1251 bool is_framework, bool is_explicit) { in GetOrCreateClangModule() argument
1276 is_framework, is_explicit); in GetOrCreateClangModule()