HomeSort by relevance Sort by last modified time
    Searched defs:bases (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/clang/test/CoverageMapping/
classtemplate.cpp 13 double bases[BaseCount]; member in class:Test
22 return bases[position];
26 bases[position] = value;
  /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/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedIntsTest.java 238 int[] bases = {2, 5, 7, 8, 10, 16}; local
240 for (int base : bases) {
UnsignedLongsTest.java 240 int[] bases = { 2, 5, 7, 8, 10, 16 }; local
241 for (int base : bases) {
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 255 int[] bases = {2, 5, 7, 8, 10, 16}; local
257 for (int base : bases) {
UnsignedLongsTest.java 257 int[] bases = { 2, 5, 7, 8, 10, 16 }; local
258 for (int base : bases) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 121 ArrayRef<BaseClassLayout *> bases() const { return AllBases; } function in class:llvm::pdb::UDTLayoutBase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 586 PyObject *bases = NULL; local
610 bases = base;
612 Py_INCREF(bases);
614 bases = PyTuple_Pack(1, base);
615 if (bases == NULL)
620 dot+1, bases, dict);
622 Py_XDECREF(bases);
ast.c 2160 asdl_seq *bases = asdl_seq_new(1, c->c_arena); local
3204 asdl_seq *bases, *s; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 564 PyObject *bases = NULL; local
588 bases = base;
590 Py_INCREF(bases);
592 bases = PyTuple_Pack(1, base);
593 if (bases == NULL)
598 dot+1, bases, dict);
600 Py_XDECREF(bases);
  /external/python/cpython2/Python/
errors.c 583 PyObject *bases = NULL; local
607 bases = base;
609 Py_INCREF(bases);
611 bases = PyTuple_Pack(1, base);
612 if (bases == NULL)
617 dot+1, bases, dict);
619 Py_XDECREF(bases);
  /external/python/cpython3/Modules/
_abc.c 267 PyObject *ns = NULL, *items = NULL, *bases = NULL; // Py_XDECREF()ed on error. local
314 bases = _PyObject_GetAttrId(self, &PyId___bases__);
315 if (!bases) {
318 if (!PyTuple_Check(bases)) {
323 for (Py_ssize_t pos = 0; pos < PyTuple_GET_SIZE(bases); pos++) {
324 PyObject *item = PyTuple_GET_ITEM(bases, pos); // borrowed
377 Py_XDECREF(bases);
  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 140 // but without stepping over dependent bases -- these might also
146 for (const auto& it : base_record->bases()) {
192 // This is a mixin if all GC bases are mixins.
238 for (Bases::iterator it = GetBases().begin();
308 // or if it inherits from multiple bases that need tracing.
313 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
341 RecordInfo::Bases& RecordInfo::GetBases() {
350 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
360 for (Bases::iterator it = GetBases().begin(); it != GetBases().end(); ++it) {
407 RecordInfo::Bases* RecordInfo::CollectBases()
409 Bases* bases = new Bases; local
    [all...]
  /external/python/cpython3/Python/
errors.c 865 PyObject *bases = NULL; local
889 bases = base;
891 Py_INCREF(bases);
893 bases = PyTuple_Pack(1, base);
894 if (bases == NULL)
899 dot+1, bases, dict);
901 Py_XDECREF(bases);
  /external/tensorflow/tensorflow/python/eager/
pywrap_tensor.cc 911 PyObject* bases = PyTuple_New(1); local
    [all...]
  /external/tensorflow/tensorflow/tools/docs/
parser.py 956 bases: A list of `_LinkInfo` objects pointing to the docs for the parent
1068 def bases(self): member in class:_ClassPageInfo
    [all...]
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
local_poc.h 185 void *bases; member in struct:host1x
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
local_poc.h 185 void *bases; member in struct:host1x
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 1685 PyObject *bases; local
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 298 for (const auto &I : Derived->bases()) {
645 for (const auto &I : Cur->bases()) { function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 81 asdl_seq *bases; member in struct:_stmt::__anon5231::__anon5233
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 2795 PyObject *bases; local
2819 PyObject *bases = NULL; local
2856 PyObject *bases = abstract_get_bases(cls); local
    [all...]
classobject.c 29 PyClass_New(PyObject *bases, PyObject *dict, PyObject *name)
30 /* bases is NULL or tuple of classobjects! */
73 if (bases == NULL) {
74 bases = PyTuple_New(0);
75 if (bases == NULL)
81 if (!PyTuple_Check(bases)) {
83 "PyClass_New: bases must be a tuple");
86 n = PyTuple_Size(bases);
88 base = PyTuple_GET_ITEM(bases, i);
94 name, bases, dict, NULL);
177 PyObject *name, *bases, *dict; local
    [all...]
object.c 1692 PyObject *bases; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 81 asdl_seq *bases; member in struct:_stmt::__anon5538::__anon5540
388 stmt_ty _Py_ClassDef(identifier name, asdl_seq * bases, asdl_seq * body,

Completed in 1523 milliseconds

1 2 3