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

  /external/clang/utils/VtableTest/
gen.cc 72 static int bases[N_BASES]; local
75 // PARAM: 1/2 of all clases should have no bases
102 // PARAM: 1/8th the bases are virtual
128 bases[n_bases] = base;
188 int base = bases[i];
275 g(" calc_s"); g(bases[i]); gl("(t);");
281 g(" if ((char *)dynamic_cast<s"); g(bases[i]); gl("*>(this))");
282 g(" mix(\"base dyn cast\", t - (char *)dynamic_cast<s"); g(bases[i]); gl("*>(this));");
314 g("s"); g(bases[i]); g("((char *)this)");
  /external/protobuf/python/google/protobuf/
service_reflection.py 64 def __init__(cls, name, bases, dictionary):
70 bases: Base classes of the class being constructed.
94 def __init__(cls, name, bases, dictionary):
99 bases: Base classes of the class being constructed.
104 super(GeneratedServiceStubType, cls).__init__(name, bases, dictionary)
reflection.py 101 def __new__(cls, name, bases, dictionary):
111 bases: Base classes of the class we're constructing.
126 return superclass.__new__(cls, name, bases, dictionary)
128 def __init__(cls, name, bases, dictionary):
137 bases: Base classes of the class we're constructing.
174 superclass.__init__(name, bases, dictionary)
    [all...]
  /external/strace/linux/
ioctlent.sh 108 # Collect potential ioctl names. ('bases' is a bad name. Sigh)
111 bases=$(sed -n \
116 for base in $bases; do
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 160 int[] bases = {2, 5, 7, 8, 10, 16}; local
162 for (int base : bases) {
UnsignedLongsTest.java 169 int[] bases = {2, 5, 7, 8, 10, 16}; local
170 for (int base : bases) {
  /external/dropbear/libtommath/etc/
pprime.c 179 static const mp_digit bases[] = { 2, 3, 5, 7, 11, 13, 17, 19 }; local
263 /* now try base x=bases[ii] */
265 mp_set (&x, bases[ii]);
321 /* no bases worked? */
333 printf("B == \n%s\n\nG == %d\n", buf, bases[ii]);
376 printf ("Enter number of bases to try (1 to 8):\n");
  /external/webkit/LayoutTests/fast/url/script-tests/
ipv4.js 6 // Regular IP addresses in different bases.
  /external/llvm/utils/
llvm-compilers-check 187 bases = [os.path.basename(src) for src in unique_paths]
188 components = { c for c in bases }
190 if len(components) > 1 or len(components) == len(bases):
193 if bases.count(c) == 1:
194 index = bases.index(c)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 37 D) knowledge bases
38 12. sequence of knowledge bases (byte arrays), each 4-byte aligned
111 \# collection of de-DE textana knowledge bases
122 \# pico knowledge bases:
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 321 def __init__(self, start, end, name, bases, templated_types, body, namespace):
323 self.bases = bases
328 return self.bases is None and self.body is None
338 if self.bases:
339 for token_list in self.bases:
340 # TODO(nnorwitz): bases are tokens, do name comparision.
351 suffix = '%s, %s, %s' % (name, self.bases, self.body)
    [all...]
  /external/protobuf/python/
mox.py     [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 525 XArray* /* Addr */ bases,
533 nBases = VG_(sizeXA)( bases );
548 Addr addr = *(Addr*)VG_(indexXA)( bases, i );
572 XArray* /* Addr */ bases )
575 Word i, nBases = VG_(sizeXA)( bases );
578 Addr addr = *(Addr*)VG_(indexXA)( bases, i );
    [all...]
  /external/clang/include/clang-c/
Index.h 4450 const CXIdxBaseClassInfo *const *bases; member in struct:__anon4574
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 677 CXXDInfo.CXXClassInfo.bases = BaseList.getBases();
681 // Go through bases and mark them as referenced.
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/dropbear/libtommath/
bn.tex     [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/grub/docs/
texinfo.tex 181 data-base data-bases eshell fall-ing half-way long-est man-u-script
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 185 data-base data-bases eshell fall-ing half-way long-est man-u-script
    [all...]

Completed in 1818 milliseconds