HomeSort by relevance Sort by last modified time
    Searched full:countof (Results 1 - 21 of 21) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.cpp 90 #define countof(a) (sizeof(a)/sizeof(a[0])) macro
145 assert(countof(map_of_regno_2_regname) == n_reg + 1);
146 assert(countof(map_of_alu_opcode_2_mnemonic) == n_alu);
147 assert(countof(map_of_shift_opcode_2_mnemonic) == n_shift);
enc_base.cpp 110 if (*pargsCount >= COUNTOF(opnds)) {
128 if (memidx >= COUNTOF(opnds) || regidx >= COUNTOF(opnds)) {
465 assert(idx < COUNTOF(curRelOpnd));
748 unsigned key = hash % COUNTOF(subHash);
768 unsigned key = hash % COUNTOF(subHash);
895 for (unsigned i = 0; i<COUNTOF(sizes); i++) {
904 for( unsigned i = 0; i<COUNTOF(sizes); i++ ) {
934 for (unsigned i = 0; i<COUNTOF(kinds); i++) {
945 for (unsigned i = 0; i<COUNTOF(kinds); i++)
    [all...]
enc_tabl.cpp 283 assert(kind<COUNTOF(kind_hash));
284 assert(size<COUNTOF(size_hash));
291 assert(kind<COUNTOF(kind_hash));
292 assert(size<COUNTOF(size_hash));
300 assert(kind<COUNTOF(kind_hash));
301 assert(size<COUNTOF(size_hash));
    [all...]
enc_base.h 562 assert(m_count < COUNTOF(m_operands));
578 Operand m_operands[COUNTOF( ((OpcodeDesc*)NULL)->opnds )];
enc_defs.h 37 #ifndef COUNTOF
41 #define COUNTOF(a) (sizeof(a)/sizeof(a[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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 92 countof(const T (&)[N])
101 countof(const T * const begin, const T * const end) function in namespace:__anon34926
    [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/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);
  /external/chromium_org/third_party/skia/src/gpu/
GrRedBlackTree.h 119 int countOf(const T& t) const;
307 int GrRedBlackTree<T,C>::countOf(const T& t) const {
990 c = tree.countOf(i);
1020 while (0 != tree.countOf(i))
    [all...]
  /external/skia/src/gpu/
GrRedBlackTree.h 119 int countOf(const T& t) const;
307 int GrRedBlackTree<T,C>::countOf(const T& t) const {
990 c = tree.countOf(i);
1020 while (0 != tree.countOf(i))
    [all...]
  /external/guava/guava-tests/lib/
libtruth-gwt.jar 
libtruth.jar 
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c 2626 #define countof macro
    [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 

Completed in 5238 milliseconds