/system/extras/pagecache/ |
pagecache.py | 287 stdout_queue = Queue.Queue(maxsize=128)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_array.py | 1077 from sys import maxsize namespace [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
string_tests.py | 190 self.checkequal(-1, 'ab', 'find', 'xxx', sys.maxsize + 1, 0) 261 self.checkequal(-1, 'ab', 'rfind', 'xxx', sys.maxsize + 1, 0) [all...] |
test_bytes.py | 84 self.assertRaises(OverflowError, self.type2test, sys.maxsize + 1) 227 lambda: b * sys.maxsize) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_array.py | 1077 from sys import maxsize namespace [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
string_tests.py | 190 self.checkequal(-1, 'ab', 'find', 'xxx', sys.maxsize + 1, 0) 261 self.checkequal(-1, 'ab', 'rfind', 'xxx', sys.maxsize + 1, 0) [all...] |
test_bytes.py | 84 self.assertRaises(OverflowError, self.type2test, sys.maxsize + 1) 227 lambda: b * sys.maxsize) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_array.py | 1077 from sys import maxsize namespace [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
string_tests.py | 190 self.checkequal(-1, 'ab', 'find', 'xxx', sys.maxsize + 1, 0) 261 self.checkequal(-1, 'ab', 'rfind', 'xxx', sys.maxsize + 1, 0) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicode.py | 655 format_string = u"%{}f".format(sys.maxsize + 1) [all...] |
test_array.py | 1077 from sys import maxsize namespace [all...] |
test_io.py | 560 if sys.maxsize > 0x7FFFFFFF: [all...] |
/external/opencv3/modules/ts/src/ |
ts_func.cpp | 186 int total = (int)planes[0].total(), maxsize = std::min(12*12*std::max(12/cn, 1), total); local 189 buf[0].create(1, maxsize, CV_64FC(cn)); 191 buf[1].create(1, maxsize, CV_64FC(cn)); 192 buf[2].create(1, maxsize, CV_64FC(cn)); 193 scalarToRawData(gamma, buf[2].ptr(), CV_64FC(cn), (int)(maxsize*cn)); 197 for( int j = 0; j < total; j += maxsize ) 199 int j2 = std::min(j + maxsize, total); [all...] |
/external/chromium-trace/catapult/systrace/systrace/agents/ |
atrace_agent.py | 170 stdout_queue = Queue.Queue(maxsize=128)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/ |
six.py | 43 MAXSIZE = sys.maxsize 53 MAXSIZE = int((1 << 31) - 1) 63 MAXSIZE = int((1 << 31) - 1) 66 MAXSIZE = int((1 << 63) - 1)
|
/external/boringssl/src/include/openssl/ |
asn1.h | 259 long maxsize; member in struct:asn1_string_table_st [all...] |
/build/core/ |
definitions.mk | [all...] |
Makefile | [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
yacc.py | [all...] |