Searched refs:OneTo (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 183 def OneTo(n): function 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 323 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 533 "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) 714 + ''.join([TestsForArity(i) for i in OneTo(n)])
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | gen_gtest_pred_impl.py | 183 def OneTo(n): function 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 321 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 530 "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) 711 + ''.join([TestsForArity(i) for i in OneTo(n)])
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 183 def OneTo(n): function 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 321 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 530 "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) 711 + ''.join([TestsForArity(i) for i in OneTo(n)])
|
/external/googletest/googletest/scripts/ |
D | gen_gtest_pred_impl.py | 183 def OneTo(n): function 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 321 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 530 "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) 711 + ''.join([TestsForArity(i) for i in OneTo(n)])
|
/external/v8/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 183 def OneTo(n): function 202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)]) 321 + ''.join([ImplementationForArity(i) for i in OneTo(n)]) 530 "exactly once.";""" % (i, i + 1) for i in OneTo(n)]) 711 + ''.join([TestsForArity(i) for i in OneTo(n)])
|