HomeSort by relevance Sort by last modified time
    Searched defs:tp_flags (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
open-syscall-tp-fields.c 75 int tp_flags; local
91 tp_flags = perf_evsel__intval(evsel, &sample, "flags");
93 if (flags != tp_flags) {
95 __func__, flags, tp_flags);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 356 long tp_flags; member in struct:_typeobject
537 `Type flags (tp_flags)
551 Type definitions should use Py_TPFLAGS_DEFAULT for their tp_flags value.
657 #define PyType_HasFeature(t,f) (((t)->tp_flags & (f)) != 0)
    [all...]

Completed in 57 milliseconds