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

  /external/oprofile/libpp/
format_output.h 89 : symbol(sym), sample(s), pclass(pc),
93 size_t pclass; member in struct:format_output::formatter::field_datum
arrange_profiles.cpp 241 opd_header const get_first_header(profile_class const & pclass)
243 profile_set const & profile = *(pclass.profiles.begin());
285 opd_header const get_header(profile_class const & pclass,
288 opd_header header = get_first_header(pclass);
293 profile_set const & profile = *(pclass.profiles.begin());
626 void add_profile(profile_class & pclass, parsed_filename const & parsed,
629 list<profile_set>::iterator it = pclass.profiles.begin();
630 list<profile_set>::iterator const end = pclass.profiles.end();
642 pclass.profiles.push_back(set);
670 profile_class & pclass local
    [all...]
xml_utils.cpp 46 string get_event_num(size_t pclass)
48 return classes.v[pclass].ptemplate.event;
104 string get_cpu_num(size_t pclass)
106 return classes.v[pclass].ptemplate.cpu;
296 profile_class & pclass = classes.v[i]; local
297 size_t event = atoi(pclass.ptemplate.event.c_str());
305 size_t cpu = atoi(pclass.ptemplate.cpu.c_str());
312 if ((*sc_ptr)[j].unitmask == pclass.ptemplate.unitmask) {
325 (*sc_ptr)[new_index].unitmask = pclass.ptemplate.unitmask;
330 out << init_attr(CPU_NUM, pclass.ptemplate.cpu)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ConstructorTest.java 73 Class pclass = new ConstructorTestHelper().getClass(); local
74 Constructor ctor = pclass.getConstructor(new Class[0]);
75 val = ctor.getDeclaringClass().equals(pclass);
  /external/openssl/crypto/asn1/
tasn_dec.c 1266 int ptag, pclass; local
1276 pclass = ctx->pclass;
1282 i = ASN1_get_object(&p, &plen, &ptag, &pclass, len);
1287 ctx->pclass = pclass;
1312 if ((exptag != ptag) || (expclass != pclass))
1340 *oclass = pclass;
asn1t.h 648 int pclass; /* class value */ member in struct:ASN1_TLC_st
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 193 Class<? extends ConstructorTestHelper> pclass = new ConstructorTestHelper().getClass(); local
194 Constructor<? extends ConstructorTestHelper> ctor = pclass.getConstructor(new Class[0]);
195 val = ctor.getDeclaringClass().equals(pclass);
  /external/bluetooth/glib/gobject/
gobject.c 278 GObjectClass *pclass = g_type_class_peek_parent (class); local
281 class->construct_properties = pclass ? g_slist_copy (pclass->construct_properties) : NULL;
    [all...]
gtype.c 2656 GTypeClass *pclass = ptype ? g_type_class_ref (ptype) : NULL; local
    [all...]
  /external/openssl/include/openssl/
asn1t.h 648 int pclass; /* class value */ member in struct:ASN1_TLC_st

Completed in 1881 milliseconds