Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DParserCore.java43 static int nesting_level; field in ParserCore
102 for (int i = 0; i < nesting_level ; i++) in dbg_enter()
111 nesting_level++; in dbg_enter()
116 for (int i = 0; i < nesting_level ; i++) in dbg_leave()
126 nesting_level --; in dbg_leave()
/external/freetype/src/otvalid/
Dotvcommn.h53 FT_UInt nesting_level; member
152 otvalid->nesting_level = 0; \
159 otvalid->nesting_level = 0; \
168 otvalid->nesting_level = 0; \
184 otvalid->debug_function_name[otvalid->nesting_level] )); \
206 otvalid->nesting_level = 0; \
212 otvalid->nesting_level = 0; \
219 otvalid->nesting_level = 0; \
Dotvcommn.c669 otvalid->nesting_level++; in otv_x_Ox()
670 func = otvalid->func[otvalid->nesting_level]; in otv_x_Ox()
675 otvalid->nesting_level--; in otv_x_Ox()
704 otvalid->nesting_level++; in otv_u_C_x_Ox()
705 func = otvalid->func[otvalid->nesting_level]; in otv_u_C_x_Ox()
710 otvalid->nesting_level--; in otv_u_C_x_Ox()
873 otvalid->nesting_level++; in otv_u_O_O_x_Onx()
874 func = otvalid->func[otvalid->nesting_level]; in otv_u_O_O_x_Onx()
886 otvalid->nesting_level--; in otv_u_O_O_x_Onx()
965 otvalid->nesting_level++; in otv_u_O_O_O_O_x_Onx()
[all …]
Dotvgdef.c70 otvalid->nesting_level++; in otv_O_x_Ox()
71 func = otvalid->func[otvalid->nesting_level]; in otv_O_x_Ox()
77 otvalid->nesting_level--; in otv_O_x_Ox()
Dotvgpos.c132 otvalid->nesting_level++; in otv_u_O_O_u_O_O()
133 func = otvalid->func[otvalid->nesting_level]; in otv_u_O_O_u_O_O()
138 otvalid->nesting_level--; in otv_u_O_O_u_O_O()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc94 natural_t nesting_level = 0; in GetMemoryRegionSize() local
106 &nesting_level, in GetMemoryRegionSize()
129 &nesting_level, in GetMemoryRegionSize()
Dminidump_generator.cc261 natural_t nesting_level = 0; in CalculateStackSize() local
274 &stack_region_size, &nesting_level, in CalculateStackSize()
297 nesting_level = 0; in CalculateStackSize()
300 &next_region_size, &nesting_level, in CalculateStackSize()
1030 natural_t nesting_level = 0; in WriteMemoryListStream() local
1040 &nesting_level, in WriteMemoryListStream()
/external/python/cpython3/Lib/idlelib/
Ddebugger.py70 self.nesting_level = 0
102 if self.nesting_level > 0:
243 self.nesting_level += 1
245 self.nesting_level -= 1
/external/python/cpython2/Lib/idlelib/
DDebugger.py65 self.nesting_level = 0
97 if self.nesting_level > 0:
238 self.nesting_level += 1
240 self.nesting_level -= 1