/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_iter.py | 614 # Test iterators with operator.countOf (PySequence_Count). 616 from operator import countOf 617 self.assertEqual(countOf([1,2,2,3,2,5], 2), 3) 618 self.assertEqual(countOf((1,2,2,3,2,5), 2), 3) 619 self.assertEqual(countOf("122325", "2"), 3) 620 self.assertEqual(countOf("122325", "6"), 0) 622 self.assertRaises(TypeError, countOf, 42, 1) 623 self.assertRaises(TypeError, countOf, countOf, countOf) [all...] |
test_operator.py | 129 self.assertRaises(TypeError, operator.countOf) 130 self.assertRaises(TypeError, operator.countOf, None, None) 131 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 3) == 1) 132 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 5) == 0)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_iter.py | 614 # Test iterators with operator.countOf (PySequence_Count). 616 from operator import countOf 617 self.assertEqual(countOf([1,2,2,3,2,5], 2), 3) 618 self.assertEqual(countOf((1,2,2,3,2,5), 2), 3) 619 self.assertEqual(countOf("122325", "2"), 3) 620 self.assertEqual(countOf("122325", "6"), 0) 622 self.assertRaises(TypeError, countOf, 42, 1) 623 self.assertRaises(TypeError, countOf, countOf, countOf) [all...] |
test_operator.py | 129 self.assertRaises(TypeError, operator.countOf) 130 self.assertRaises(TypeError, operator.countOf, None, None) 131 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 3) == 1) 132 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 5) == 0)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 614 # Test iterators with operator.countOf (PySequence_Count). 616 from operator import countOf 617 self.assertEqual(countOf([1,2,2,3,2,5], 2), 3) 618 self.assertEqual(countOf((1,2,2,3,2,5), 2), 3) 619 self.assertEqual(countOf("122325", "2"), 3) 620 self.assertEqual(countOf("122325", "6"), 0) 622 self.assertRaises(TypeError, countOf, 42, 1) 623 self.assertRaises(TypeError, countOf, countOf, countOf) [all...] |
test_operator.py | 129 self.assertRaises(TypeError, operator.countOf) 130 self.assertRaises(TypeError, operator.countOf, None, None) 131 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 3) == 1) 132 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 5) == 0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 614 # Test iterators with operator.countOf (PySequence_Count). 616 from operator import countOf 617 self.assertEqual(countOf([1,2,2,3,2,5], 2), 3) 618 self.assertEqual(countOf((1,2,2,3,2,5), 2), 3) 619 self.assertEqual(countOf("122325", "2"), 3) 620 self.assertEqual(countOf("122325", "6"), 0) 622 self.assertRaises(TypeError, countOf, 42, 1) 623 self.assertRaises(TypeError, countOf, countOf, countOf) [all...] |
test_operator.py | 129 self.assertRaises(TypeError, operator.countOf) 130 self.assertRaises(TypeError, operator.countOf, None, None) 131 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 3) == 1) 132 self.assertTrue(operator.countOf([1, 2, 1, 3, 1, 4], 5) == 0)
|
/external/libcxx/src/ |
locale.cpp | 99 countof(const T (&)[N]) 108 countof(const T * const begin, const T * const end) function in namespace:__anon15412 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
locale.cpp | 102 countof(const T (&)[N]) 111 countof(const T * const begin, const T * const end) function in namespace:__anon35202 [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/ |
OMX_Core.c | 35 #define COUNTOF(x) (sizeof(x)/sizeof(x[0])) 41 static void* pComponents[COUNTOF(pModules)] = {0}; 199 for(i=0; i< COUNTOF(pModules); i++) { 202 if(i == COUNTOF(pModules)) { 346 for(i=0; i< COUNTOF(pModules); i++) { 350 if(i == COUNTOF(pModules)) {
|
/hardware/ti/omap4-aah/domx/omx_core/src/ |
OMX_Core.c | 63 #define COUNTOF(x) (sizeof(x)/sizeof(x[0])) 69 static void *pComponents[COUNTOF(pModules)] = { 0 }; 225 for (i = 0; i < (int)COUNTOF(pModules); i++) 230 CORE_assert(i != COUNTOF(pModules), OMX_ErrorInsufficientResources, 385 for (i = 0; i < (int)COUNTOF(pModules); i++) 391 CORE_assert(i != COUNTOF(pModules), OMX_ErrorBadParameter, NULL);
|
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 63 #define COUNTOF(x) (sizeof(x)/sizeof(x[0])) 69 static void *pComponents[COUNTOF(pModules)] = { 0 }; 218 for (i = 0; i < COUNTOF(pModules); i++) 223 CORE_assert(i != COUNTOF(pModules), OMX_ErrorInsufficientResources, 372 for (i = 0; i < COUNTOF(pModules); i++) 378 CORE_assert(i != COUNTOF(pModules), OMX_ErrorBadParameter, NULL);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
operator.so | |
/prebuilts/clang/host/linux-x86/3.8/lib/ |
libc++.so | |
/prebuilts/clang/linux-x86/host/3.6/lib/ |
libc++.so | |
/external/clang/lib/Sema/ |
SemaCodeComplete.cpp | [all...] |
/prebuilts/tools/common/m2/repository/com/google/truth/truth/0.24/ |
truth-0.24.jar | |
/prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/ |
truth-0.26.jar | |
/prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/ |
truth-0.28.jar | |
/external/valgrind/perf/ |
tinycc.c | 2626 #define countof macro [all...] |