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

  /external/python/cpython2/Lib/test/
test_multiprocessing.py 101 nsems_min = 256
107 if nsems == -1 or nsems >= nsems_min:
110 "to run the test (required: %d)." % nsems_min)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 103 nsems_min = 256
109 if nsems == -1 or nsems >= nsems_min:
112 "to run the test (required: %d)." % nsems_min)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 103 nsems_min = 256
109 if nsems == -1 or nsems >= nsems_min:
112 "to run the test (required: %d)." % nsems_min)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 103 nsems_min = 256
109 if nsems == -1 or nsems >= nsems_min:
112 "to run the test (required: %d)." % nsems_min)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 103 nsems_min = 256
109 if nsems == -1 or nsems >= nsems_min:
112 "to run the test (required: %d)." % nsems_min)
    [all...]

Completed in 115 milliseconds