Searched refs:nesting_level (Results 1 – 11 of 11) sorted by relevance
/external/nist-sip/java/gov/nist/core/ |
D | ParserCore.java | 43 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/ |
D | otvcommn.h | 53 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; \
|
D | otvcommn.c | 669 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 …]
|
D | otvgdef.c | 70 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()
|
D | otvgpos.c | 132 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/ |
D | dynamic_images.cc | 94 natural_t nesting_level = 0; in GetMemoryRegionSize() local 106 &nesting_level, in GetMemoryRegionSize() 129 &nesting_level, in GetMemoryRegionSize()
|
D | minidump_generator.cc | 261 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/cpython2/Lib/idlelib/ |
D | Debugger.py | 65 self.nesting_level = 0 97 if self.nesting_level > 0: 238 self.nesting_level += 1 240 self.nesting_level -= 1
|
/external/python/cpython3/Lib/idlelib/ |
D | debugger.py | 70 self.nesting_level = 0 102 if self.nesting_level > 0: 243 self.nesting_level += 1 245 self.nesting_level -= 1
|
/external/v8/src/compiler/ |
D | js-inlining.cc | 424 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/ |
D | efi_boottime.c | 59 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()
|