Home
last modified time | relevance | path

Searched defs:bases (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/primitives/
DUnsignedLongsTest.java169 int[] bases = {2, 5, 7, 8, 10, 16}; in testToString() local
DUnsignedIntsTest.java160 int[] bases = {2, 5, 7, 8, 10, 16}; in testToString() local
/external/protobuf/python/google/protobuf/
Dservice_reflection.py64 def __init__(cls, name, bases, dictionary): argument
94 def __init__(cls, name, bases, dictionary): argument
Dreflection.py101 def __new__(cls, name, bases, dictionary): argument
128 def __init__(cls, name, bases, dictionary): argument
/external/dropbear/libtommath/etc/
Dpprime.c179 static const mp_digit bases[] = { 2, 3, 5, 7, 11, 13, 17, 19 }; in pprime() local
/external/clang/utils/VtableTest/
Dgen.cc72 static int bases[N_BASES]; in gs() local
/external/protobuf/python/
Dmox.py1344 def __init__(cls, name, bases, d): argument
/external/valgrind/main/exp-sgcheck/
Dsg_main.c522 static void add_blocks_to_StackTree ( in add_blocks_to_StackTree()
571 static void del_blocks_from_StackTree ( /*MOD*/WordFM* sitree, in del_blocks_from_StackTree()
/external/chromium/testing/gmock/scripts/generator/cpp/
Dast.py321 def __init__(self, start, end, name, bases, templated_types, body, namespace): argument
/external/clang/include/clang-c/
DIndex.h5331 const CXIdxBaseClassInfo *const *bases; member