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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdLookup.java 110 public static final String SID = "SID";
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 224 namespace SID {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 83 #define SID(I) ctx->dump_printf( ctx, "%d", I )
107 SID( src->DimIndirect.Index );
113 SID( src->Dimension.Index );
118 SID(src->Dimension.Index);
126 SID( src->Indirect.Index );
132 SID( src->Register.Index );
137 SID( src->Register.Index );
154 SID( dst->DimIndirect.Index );
160 SID( dst->Dimension.Index );
165 SID(dst->Dimension.Index)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 205 typedef unsigned SID; // Type for SectionIDs
206 #define RTDYLD_INVALID_SECTION_ID ((SID)(-1))
  /external/clang/lib/AST/
DeclPrinter.cpp 970 ObjCInterfaceDecl *SID = OID->getSuperClass();
973 if (SID)
974 Out << "@implementation " << I << " : " << *SID;
989 else if (SID || (OID->decls_begin() != OID->decls_end())) {
1001 ObjCInterfaceDecl *SID = OID->getSuperClass();
1008 if (SID)
1009 Out << "@interface " << I << " : " << *SID;
1034 else if (SID || (OID->decls_begin() != OID->decls_end())) {
    [all...]
  /external/linux-tools-perf/src/tools/perf/util/
evlist.c 28 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
346 struct perf_sample_id *sid = SID(evsel, cpu, thread); local
348 sid->id = id;
349 sid->evsel = evsel;
350 hash = hash_64(sid->id, PERF_EVLIST__HLIST_BITS);
351 hlist_add_head(&sid->node, &evlist->heads[hash]);
405 struct perf_sample_id *sid; local
411 hlist_for_each_entry(sid, head, node)
412 if (sid->id == id
420 struct perf_sample_id *sid; local
461 struct perf_sample_id *sid; local
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 293 MachineOperand &SID = MI->getOperand(5);
341 .addOperand(SID)
360 .addOperand(SID)
380 .addOperand(SID)
394 MachineOperand &SID = MI->getOperand(5);
443 .addOperand(SID)
462 .addOperand(SID)
482 .addOperand(SID)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 781 } SID;
784 SID *Sid;
ntddndis.h 1709 ULONG sid; member in struct:_WW_CDPD_CIRCUIT_SWITCHED
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 80 } SID, *PISID;
101 PSID Sid;
    [all...]

Completed in 710 milliseconds