Searched refs:SID (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h40 EHFrameRelatedSections(SID EH, SID T, SID Ex)
42 SID EHFrameSID;
43 SID TextSID;
44 SID ExceptTabSID;
H A DRuntimeDyldELF.h113 SmallVector<SID, 2> UnregisteredEHFrameSections;
114 SmallVector<SID, 2> RegisteredEHFrameSections;
H A DRuntimeDyldImpl.h205 typedef unsigned SID; // Type for SectionIDs typedef in class:llvm::RuntimeDyldImpl
206 #define RTDYLD_INVALID_SECTION_ID ((SID)(-1))
H A DRuntimeDyldELF.cpp194 SID EHFrameSID = UnregisteredEHFrameSections[i];
206 SID EHFrameSID = RegisteredEHFrameSections[i];
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildbin.sh96 SID=$2
99 perl ${TOOLSDIR}/${GLW} ${CONFIGSDIR}/${LANG}/${LANG}_${SID}_sg.txt ${LANG}_${SID}_sg_${VERSION_SUFFIX}.bin
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c83 #define SID(I) ctx->dump_printf( ctx, "%d", I ) macro
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(ds
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h31 SmallVector<SID, 2> UnregisteredEHFrameSections;
32 SmallVector<SID, 2> RegisteredEHFrameSections;
/external/lldb/test/pexpect-2.4/examples/
H A Dcgishell.cgi235 SID="NOT"
242 SID=form['sid'].value
246 result = client (command + ' ' + arg, '/tmp/'+SID)
250 result = client (command, '/tmp/'+SID)
254 result = client (command, '/tmp/'+SID)
258 result = client (command, '/tmp/'+SID)
262 result = client (command, '/tmp/'+SID)
265 SID=random_sid()
268 SID=form['sid'].value
272 dpid = server ('127.0.0.1', USERNAME, PASSWORD, '/tmp/'+SID)
[all...]
/external/fonttools/Lib/fontTools/
H A DcffLib.py877 SID = getNameID(name, strings)
879 first = SID
880 elif end + 1 != SID:
885 first = SID
886 end = SID
909 SID = readCard16(file)
910 charset.append(strings[SID])
927 for SID in range(first, first+nLeft+1):
928 charset.append(strings[SID])
1221 ((12, 30), 'ROS', ('SID','SI
[all...]
/external/fonttools/Tools/fontTools/
H A DcffLib.py877 SID = getNameID(name, strings)
879 first = SID
880 elif end + 1 != SID:
885 first = SID
886 end = SID
909 SID = readCard16(file)
910 charset.append(strings[SID])
927 for SID in range(first, first+nLeft+1):
928 charset.append(strings[SID])
1221 ((12, 30), 'ROS', ('SID','SI
[all...]
/external/selinux/checkpolicy/
H A Dpolicy_scan.l77 SID |
78 sid { return(SID); }
H A Dpolicy_parse.y94 %token SID
179 initial_sid_def : SID identifier
648 initial_sid_context_def : SID identifier security_context_def
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dexamples.cpp224 namespace SID { namespace in namespace:spec_vs_expl_inst
/external/clang/lib/AST/
H A DDeclPrinter.cpp970 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
973 if (SID)
974 Out << "@implementation " << I << " : " << *SID; local
989 else if (SID || (OID->decls_begin() != OID->decls_end())) {
1001 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
1008 if (SID)
1009 Out << "@interface " << I << " : " << *SID; local
1034 else if (SID || (OID->decls_begin() != OID->decls_end())) {
/external/linux-tools-perf/src/tools/perf/util/
H A Devlist.c28 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) macro
346 struct perf_sample_id *sid = SID(evsel, cpu, thread);
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp293 MachineOperand &SID = MI->getOperand(5); local
341 .addOperand(SID)
360 .addOperand(SID)
380 .addOperand(SID)
394 MachineOperand &SID = MI->getOperand(5); local
443 .addOperand(SID)
462 .addOperand(SID)
482 .addOperand(SID)
/external/clang/lib/Serialization/
H A DASTWriter.cpp4959 SelectorID SID = SelectorIDs[Sel];
4960 if (SID == 0 && Chain) {
4964 SID = SelectorIDs[Sel];
4966 if (SID == 0) {
4967 SID = NextSelectorID++;
4968 SelectorIDs[Sel] = SID;
4970 return SID;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2566 ObjCInterfaceDecl *SID) {
2571 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II);
2565 DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID) argument
/external/clang/include/clang/Sema/
H A DSema.h2869 void DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID);

Completed in 1230 milliseconds