Home
last modified time | relevance | path

Searched refs:is_internal (Results 1 – 25 of 25) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_inlines_c.h42 bool is_internal, arena_t *arena, bool slow_path) { in iallocztm() argument
46 assert(!is_internal || tcache == NULL); in iallocztm()
47 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in iallocztm()
54 if (config_stats && is_internal && likely(ret != NULL)) { in iallocztm()
68 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm() argument
73 assert(!is_internal || tcache == NULL); in ipallocztm()
74 assert(!is_internal || arena == NULL || arena_is_auto(arena)); in ipallocztm()
80 if (config_stats && is_internal && likely(ret != NULL)) { in ipallocztm()
105 bool is_internal, bool slow_path) { in idalloctm() argument
107 assert(!is_internal || tcache == NULL); in idalloctm()
[all …]
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp154 bool is_internal = true; in IsInternal() local
158 is_internal = false; in IsInternal()
162 return is_internal; in IsInternal()
DBreakpointList.cpp25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList() argument
27 m_is_internal(is_internal) {} in BreakpointList()
/external/llvm-project/lldb/source/Target/
DLanguageRuntime.cpp241 bool is_internal) { in CreateExceptionBreakpoint() argument
249 target.CreateBreakpoint(filter_sp, resolver_sp, is_internal, hardware, in CreateExceptionBreakpoint()
255 if (is_internal) in CreateExceptionBreakpoint()
DThreadPlanCallFunction.cpp289 bool is_internal = true; in DoPlanExplainsStop() local
298 is_internal = false; in DoPlanExplainsStop()
302 if (is_internal) { in DoPlanExplainsStop()
DThreadPlanStepRange.cpp351 const bool is_internal = true; in SetNextBranchBreakpoint() local
353 GetTarget().CreateBreakpoint(run_to_address, is_internal, false); in SetNextBranchBreakpoint()
/external/oss-fuzz/infra/cifuzz/
Dconfig_utils.py107 def is_internal(self): member in BaseConfig
114 if not self.is_internal:
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp473 bool catch_bp, bool throw_bp, bool for_expressions, bool is_internal) { in CreateExceptionBreakpoint() argument
481 return target.CreateBreakpoint(filter_sp, exception_resolver_sp, is_internal, in CreateExceptionBreakpoint()
491 const bool is_internal = true; in SetExceptionBreakpoints() local
501 catch_bp, throw_bp, for_expressions, is_internal); in SetExceptionBreakpoints()
DItaniumABILanguageRuntime.h90 bool is_internal);
/external/autotest/client/cros/multimedia/
Ddisplay_info.py54 self.is_internal = d['isInternal']
/external/autotest/client/cros/graphics/
Dgraphics_utils.py666 is_internal = False
668 is_internal = (connector.ctype ==
671 is_internal))
746 if crtc.is_internal:
753 if not crtc.is_internal:
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointList.h27 BreakpointList(bool is_internal);
/external/autotest/server/site_tests/audio_AudioAfterReboot/
Dcontrol.internal_speaker38 is_internal=True, tag = "internal_speaker")
Dcontrol.internal_mic39 is_internal=True, tag = "internal_mic")
Daudio_AudioAfterReboot.py148 is_internal=False, argument
/external/python/cpython2/Lib/
DAndroid.bp37 is_internal: true,
/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h114 bool is_internal = false);
/external/autotest/server/site_tests/graphics_MultipleDisplays/
Dgraphics_MultipleDisplays.py111 lambda d: d.is_internal == config.internal_display,
/external/python/cpython3/Lib/
DAndroid.bp92 is_internal: true,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp417 const bool is_internal = true; in SetExceptionBreakpoints() local
422 is_internal); in SetExceptionBreakpoints()
/external/jemalloc_new/src/
Djemalloc.c229 a0ialloc(size_t size, bool zero, bool is_internal) { in a0ialloc() argument
235 is_internal, arena_get(TSDN_NULL, 0, true), true); in a0ialloc()
239 a0idalloc(void *ptr, bool is_internal) { in a0idalloc() argument
240 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true); in a0idalloc()
/external/python/cpython3/Modules/expat/
Dxmlparse.c276 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
2650 else if (! entity->is_internal) in doContent()
4632 parser->m_declEntity->is_internal in doProlog()
4662 parser->m_declEntity->is_internal in doProlog()
4841 else if (! entity->is_internal) { in doProlog()
5380 else if (! entity->is_internal) in appendAttributeValue()
6341 newE->is_internal = oldE->is_internal; in copyEntityTable()
/external/expat/lib/
Dxmlparse.c277 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
2671 else if (! entity->is_internal) in doContent()
4653 parser->m_declEntity->is_internal in doProlog()
4683 parser->m_declEntity->is_internal in doProlog()
4862 else if (! entity->is_internal) { in doProlog()
5401 else if (! entity->is_internal) in appendAttributeValue()
6362 newE->is_internal = oldE->is_internal; in copyEntityTable()
/external/python/cpython2/Modules/expat/
Dxmlparse.c285 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
2782 else if (!entity->is_internal) in doContent()
4858 … parser->m_declEntity->is_internal = !(parser->m_parentParser || parser->m_openInternalEntities); in doProlog()
4890 … parser->m_declEntity->is_internal = !(parser->m_parentParser || parser->m_openInternalEntities); in doProlog()
5073 else if (!entity->is_internal) { in doProlog()
5632 else if (!entity->is_internal) in appendAttributeValue()
6633 newE->is_internal = oldE->is_internal; in copyEntityTable()
/external/llvm-project/polly/lib/External/isl/
Disl_map.c14282 static isl_bool is_internal(__isl_keep isl_vec *inner, in is_internal() function
14333 internal = is_internal(vec, bset, j); in isl_basic_set_tighten_outward()