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

/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/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.h31 uint64_t SymOffset = 0, SID SectionID = 0);
60 uint64_t SymOffset, SID SectionID);
65 uint64_t SymOffset, SID SectionID);
143 DenseMap<SID, SID> SectionToGOTMap;
155 SmallVector<SID, 2> UnregisteredEHFrameSections;
156 SmallVector<SID, 2> RegisteredEHFrameSections;
H A DRuntimeDyldImpl.h240 typedef unsigned SID; // Type for SectionIDs typedef in class:llvm::RuntimeDyldImpl
241 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
H A DRuntimeDyldELF.cpp193 SID EHFrameSID = UnregisteredEHFrameSections[i];
205 SID EHFrameSID = RegisteredEHFrameSections[i];
603 SID SectionID) {
634 uint64_t SymOffset, SID SectionID) {
1107 uint64_t SymOffset, SID SectionID) {
/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns02.c61 #define SID 1 macro
76 if (pgid == PGID && sid == SID) {
/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/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.h61 * - interval : generate SID data every interval ms
98 * - forceSID : not zero to force SID frame and reset
113 * These functions updates the CN state, when a new SID packet arrives
117 * - SID : SID packet, all headers removed
118 * - length : Length in bytes of SID packet
123 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID,
H A Dwebrtc_cng.c136 * - interval : generate SID data every interval ms
404 * These functions updates the CN state, when a new SID packet arrives
408 * - SID : SID packet, all headers removed
409 * - length : Length in bytes of SID packet
414 int16_t WebRtcCng_UpdateSid(CNG_dec_inst* cng_inst, uint8_t* SID, argument
433 if (SID[0] > 93)
434 SID[0] = 93;
435 targetEnergy = WebRtcCng_kDbov[SID[0]];
445 refCs[i] = SID[
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h31 SmallVector<SID, 2> UnregisteredEHFrameSections;
32 SmallVector<SID, 2> RegisteredEHFrameSections;
/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
183 initial_sid_def : SID identifier
656 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/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m107 cng_ix=find(s.pt~=13); % find those packets that are not CNG/SID
139 use_ix = intersect(cng_ix,... % use those that are not CNG/SID frames...
/external/clang/lib/AST/
H A DDeclPrinter.cpp1096 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
1099 if (SID)
1100 Out << "@implementation " << I << " : " << *SID; local
1115 else if (SID || (OID->decls_begin() != OID->decls_end())) {
1127 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
1146 if (SID)
1170 else if (SID || (OID->decls_begin() != OID->decls_end())) {
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp323 MachineOperand &SID = MI.getOperand(5); local
372 .addOperand(SID)
392 .addOperand(SID)
412 .addOperand(SID)
426 MachineOperand &SID = MI.getOperand(5); local
476 .addOperand(SID)
496 .addOperand(SID)
516 .addOperand(SID)
/external/clang/lib/Serialization/
H A DASTWriter.cpp4861 SelectorID SID = SelectorIDs[Sel];
4862 if (SID == 0 && Chain) {
4866 SID = SelectorIDs[Sel];
4868 if (SID == 0) {
4869 SID = NextSelectorID++;
4870 SelectorIDs[Sel] = SID;
4872 return SID;
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3645 ObjCInterfaceDecl *SID) {
3650 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II);
3644 DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID) argument
/external/clang/include/clang/Sema/
H A DSema.h3172 void DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID);
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1183 milliseconds