Home
last modified time | relevance | path

Searched refs:nesting_level (Results 1 – 11 of 11) 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
/external/v8/src/compiler/
Djs-inlining.cc424 int nesting_level = 0; in ReduceJSCall() local
428 nesting_level++; in ReduceJSCall()
429 if (nesting_level > kMaxDepthForInlining) { in ReduceJSCall()
/external/u-boot/lib/efi_loader/
Defi_boottime.c59 static int nesting_level; variable
153 return indent_string(nesting_level); in __efi_nesting()
158 return indent_string(nesting_level++); in __efi_nesting_inc()
163 return indent_string(--nesting_level); in __efi_nesting_dec()
1017 debug("%sEFI: new handle %p\n", indent_string(nesting_level), in efi_install_protocol_interface()
1020 debug("%sEFI: handle %p\n", indent_string(nesting_level), in efi_install_protocol_interface()