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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
Dotvcommn.h53 FT_UInt nesting_level; member
122 otvalid->nesting_level = 0; \
129 otvalid->nesting_level = 0; \
138 otvalid->nesting_level = 0; \
154 otvalid->debug_function_name[otvalid->nesting_level] )); \
176 otvalid->nesting_level = 0; \
182 otvalid->nesting_level = 0; \
189 otvalid->nesting_level = 0; \
Dotvcommn.c659 otvalid->nesting_level++; in otv_x_Ox()
660 func = otvalid->func[otvalid->nesting_level]; in otv_x_Ox()
665 otvalid->nesting_level--; in otv_x_Ox()
694 otvalid->nesting_level++; in otv_u_C_x_Ox()
695 func = otvalid->func[otvalid->nesting_level]; in otv_u_C_x_Ox()
700 otvalid->nesting_level--; in otv_u_C_x_Ox()
863 otvalid->nesting_level++; in otv_u_O_O_x_Onx()
864 func = otvalid->func[otvalid->nesting_level]; in otv_u_O_O_x_Onx()
876 otvalid->nesting_level--; in otv_u_O_O_x_Onx()
955 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/libchrome/base/message_loop/
Dmessage_pump_mac.h102 int nesting_level() const { return nesting_level_; } in nesting_level() function
Dmessage_pump_mac.mm552 if (nesting_level() == run_nesting_level()) {
568 nesting_level() == run_nesting_level() &&