Home
last modified time | relevance | path

Searched defs:isolated (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h26 int isolated; member
Dpycore_initconfig.h100 int isolated; /* -I option */ member
/external/python/cpython3/Include/cpython/
Dinitconfig.h59 int isolated; member
136 int isolated; /* Isolated mode? see PyPreConfig.isolated */ member
/external/llvm-project/polly/lib/External/isl/
Disl_ast_build_private.h199 isl_set *isolated; member
Disl_ast_build.c2244 __isl_keep isl_ast_build *build, int isolated) in isl_ast_build_get_loop_type()
2284 isl_set *isolated; in isl_ast_build_extract_isolated() local
Disl_ast_codegen.c3349 int isolated) in generate_shifted_component_tree_base()
3471 __isl_keep isl_ast_build *build, int isolated) in generate_shifted_component_tree_part()
3519 __isl_take isl_set *isolated, __isl_take isl_set *after, in generate_shifted_component_parts()
3565 __isl_take isl_union_map *executed, __isl_take isl_set *isolated, in generate_shifted_component_only_after()
3615 isl_set *isolated, *before, *after, *test; in generate_shifted_component_tree() local
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py98 def __init__(self, parent, isolated=True, function_name=None): argument
328 def _enter_scope(self, isolated, f_name=None): argument
/external/skia/src/ports/
DSkFontMgr_android.cpp513 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily()
535 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap()
/external/skqp/src/ports/
DSkFontMgr_android.cpp528 void addFamily(FontFamily& family, const bool isolated, int familyIndex) { in addFamily()
550 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) { in buildNameToFamilyMap()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java82 int isolated = UTF16.charAt(record.getDecomposition(), 0); in buildArabicContextualForms() local
/external/arm-trusted-firmware/plat/imx/common/sci/svc/rm/
Drm_rpc_clnt.c32 sc_bool_t isolated, sc_bool_t restricted, in sc_rm_partition_alloc()
/external/python/cpython3/Lib/test/
Dtest_sys.py679 def c_locale_get_error_handler(self, locale, isolated=False, encoding=None): argument
/external/libchrome/third_party/jinja2/
Dcompiler.py172 def inner(self, isolated=False): argument
/external/python/jinja/src/jinja2/
Dcompiler.py140 def inner(self, isolated=False): argument
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c2006 int isolated = 1; in interp_create() local