HomeSort by relevance Sort by last modified time
    Searched refs:recursion_depth (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 63 int recursion_depth; member in struct:_ts
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-259300.js 32 var recursion_depth = 0; variable
36 recursion_depth++;
37 var disable_break = (recursion_depth > 2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 553 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth):
554 if recursion_depth < 0:
579 used_args, recursion_depth-1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 553 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth):
554 if recursion_depth < 0:
579 used_args, recursion_depth-1)
  /external/libunwind/tests/
Gia64-test-stack.c 44 need to recurse RECURSION_DEPTH times to ensure all physical
47 #define RECURSION_DEPTH ((MAX_PHYS_STACKED + 94) / 95)
49 extern void touch_all (unsigned long recursion_depth);
120 else if (i > NSTACKS && i <= NSTACKS + RECURSION_DEPTH)
167 touch_all (RECURSION_DEPTH);
  /external/libexif/libexif/
exif-data.c 354 * \param[in] recursion_depth number of times this function has been
360 unsigned int ds, unsigned int offset, unsigned int recursion_depth)
375 if (recursion_depth > 30) {
419 exif_data_load_data_content (data, EXIF_IFD_EXIF, d, ds, o, recursion_depth + 1);
423 exif_data_load_data_content (data, EXIF_IFD_GPS, d, ds, o, recursion_depth + 1);
427 exif_data_load_data_content (data, EXIF_IFD_INTEROPERABILITY, d, ds, o, recursion_depth + 1);
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h     [all...]
jsregexp.cc 1025 inline int recursion_depth() { return recursion_depth_; } function in class:v8::internal::RegExpCompiler
3461 int recursion_depth = 0; local
    [all...]

Completed in 449 milliseconds