Home
last modified time | relevance | path

Searched defs:is_internal (Results 1 – 15 of 15) 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()
68 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm()
105 bool is_internal, bool slow_path) { in idalloctm()
/external/autotest/server/site_tests/audio_AudioAfterReboot/
Daudio_AudioAfterReboot.py148 is_internal=False, argument
/external/oss-fuzz/infra/cifuzz/
Dconfig_utils.py107 def is_internal(self): member in BaseConfig
/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()
491 const bool is_internal = true; in SetExceptionBreakpoints() local
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp154 bool is_internal = true; in IsInternal() local
DBreakpointList.cpp25 BreakpointList::BreakpointList(bool is_internal) in BreakpointList()
/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp289 bool is_internal = true; in DoPlanExplainsStop() local
DLanguageRuntime.cpp241 bool is_internal) { in CreateExceptionBreakpoint()
DThreadPlanStepRange.cpp351 const bool is_internal = true; in SetNextBranchBreakpoint() local
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp417 const bool is_internal = true; in SetExceptionBreakpoints() local
/external/jemalloc_new/src/
Djemalloc.c229 a0ialloc(size_t size, bool zero, bool is_internal) { in a0ialloc()
239 a0idalloc(void *ptr, bool is_internal) { in a0idalloc()
/external/expat/lib/
Dxmlparse.c277 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
/external/python/cpython3/Modules/expat/
Dxmlparse.c276 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
/external/python/cpython2/Modules/expat/
Dxmlparse.c285 XML_Bool is_internal; /* true if declared in internal subset outside PE */ member
/external/llvm-project/polly/lib/External/isl/
Disl_map.c14282 static isl_bool is_internal(__isl_keep isl_vec *inner, in is_internal() function