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

  /external/pcre/dist2/src/
pcre2_serialize.c 72 pcre2_serialize_encode(const pcre2_code **codes, int32_t number_of_codes,
90 if (number_of_codes <= 0) return PCRE2_ERROR_BADDATA;
96 for (i = 0; i < number_of_codes; i++)
120 data->number_of_codes = number_of_codes;
127 for (i = 0; i < number_of_codes; i++)
136 return number_of_codes;
145 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes,
160 if (number_of_codes <= 0) return PCRE2_ERROR_BADDATA;
161 if (data->number_of_codes <= 0) return PCRE2_ERROR_BADSERIALIZEDDATA
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 556 def check_sizeof(self, format_str, number_of_codes):
560 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
  /external/python/cpython2/Lib/test/
test_struct.py 565 def check_sizeof(self, format_str, number_of_codes):
569 totalsize += struct.calcsize('3P') * (number_of_codes + 1)
  /external/python/cpython3/Lib/test/
test_struct.py 560 def check_sizeof(self, format_str, number_of_codes):
564 totalsize += struct.calcsize('P3n0P') * (number_of_codes + 1)
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 

Completed in 347 milliseconds