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

  /bionic/tests/
cfi_test.cpp 47 SYM(size_t (*)(), get_count);
56 size_t c = get_count();
66 EXPECT_EQ(++c, get_count());
73 EXPECT_EQ(++c, get_count());
79 EXPECT_EQ(++c, get_count());
86 EXPECT_EQ(c, get_count());
101 EXPECT_EQ(++c, get_count());
113 EXPECT_EQ(++c, get_count());
  /bionic/tests/libs/
cfi_test_lib.cpp 44 size_t get_count() { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 249 assertEqual(gc.get_count(), (0, 0, 0))
252 # the dict, and the tuple returned by get_count()
253 assertEqual(gc.get_count(), (2, 0, 0))
261 assertEqual(gc.get_count(), (0, 1, 0))
263 assertEqual(gc.get_count(), (0, 0, 1))
265 assertEqual(gc.get_count(), (0, 0, 0))
  /external/python/cpython2/Lib/test/
test_gc.py 255 assertEqual(gc.get_count(), (0, 0, 0))
258 # the dict, and the tuple returned by get_count()
259 assertEqual(gc.get_count(), (2, 0, 0))
267 assertEqual(gc.get_count(), (0, 1, 0))
269 assertEqual(gc.get_count(), (0, 0, 1))
271 assertEqual(gc.get_count(), (0, 0, 0))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 255 assertEqual(gc.get_count(), (0, 0, 0))
258 # the dict, and the tuple returned by get_count()
259 assertEqual(gc.get_count(), (2, 0, 0))
267 assertEqual(gc.get_count(), (0, 1, 0))
269 assertEqual(gc.get_count(), (0, 0, 1))
271 assertEqual(gc.get_count(), (0, 0, 0))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 255 assertEqual(gc.get_count(), (0, 0, 0))
258 # the dict, and the tuple returned by get_count()
259 assertEqual(gc.get_count(), (2, 0, 0))
267 assertEqual(gc.get_count(), (0, 1, 0))
269 assertEqual(gc.get_count(), (0, 0, 1))
271 assertEqual(gc.get_count(), (0, 0, 0))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 255 assertEqual(gc.get_count(), (0, 0, 0))
258 # the dict, and the tuple returned by get_count()
259 assertEqual(gc.get_count(), (2, 0, 0))
267 assertEqual(gc.get_count(), (0, 1, 0))
269 assertEqual(gc.get_count(), (0, 0, 1))
271 assertEqual(gc.get_count(), (0, 0, 0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 255 assertEqual(gc.get_count(), (0, 0, 0))
258 # the dict, and the tuple returned by get_count()
259 assertEqual(gc.get_count(), (2, 0, 0))
267 assertEqual(gc.get_count(), (0, 1, 0))
269 assertEqual(gc.get_count(), (0, 0, 1))
271 assertEqual(gc.get_count(), (0, 0, 0))
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 442 static int get_count (const char **, int *);
3601 get_count (const char **type, int *count) function
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c 407 static int get_count (const char **, int *);
3502 get_count (const char **type, int *count) function
    [all...]
  /device/google/dragon/recovery/updater/
debug_ec.c 411 printf("GPIO COUNT = %d\n", r_v1.get_count.val);
416 num_gpios = r_v1.get_count.val;
ec_commands.h 2508 } get_value_by_name, get_count; member in union:ec_response_gpio_get_v1::__anon3418
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 213 RAW_METHOD_DUMP(OS, get_count)
496 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count);
    [all...]

Completed in 1121 milliseconds