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

  /external/smack/src/com/kenai/jbosh/
Attributes.java 55 static final BodyQName SID = BodyQName.createBOSH("sid");
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 224 namespace SID {
  /external/linux-tools-perf/util/
evlist.c 29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
121 struct perf_sample_id *sid = SID(evsel, cpu, thread); local
123 sid->id = id;
124 sid->evsel = evsel;
125 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
126 hlist_add_head(&sid->node, &evlist->heads[hash]);
160 struct perf_sample_id *sid; local
169 hlist_for_each_entry(sid, pos, head, node)
170 if (sid->id == id
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 929 ObjCInterfaceDecl *SID = OID->getSuperClass();
931 if (SID)
932 Out << "@implementation " << I << " : " << *SID;
952 ObjCInterfaceDecl *SID = OID->getSuperClass();
959 if (SID)
960 Out << "@interface " << I << " : " << *SID;
984 else if (SID) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 5116 milliseconds