Searched defs:insertPos (Results 1 - 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.cpp117 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &insertPos) argument
131 insertPos = left;
135 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, int &insertPos) argument
149 insertPos = left;
178 int insertPos = 0; local
179 int index = FindInSorted_Attrib(_attribMap, attrib, insertPos);
202 _attribMap.Insert(insertPos, pair);
208 int insertPos = 0; local
209 int index = FindInSorted_Ext(_extMap, ext, insertPos);
243 _extMap.Insert(insertPos, pai
[all...]
/external/clang/lib/CodeGen/
H A DCGBlocks.cpp1924 void *insertPos; local
1926 = CGM.ByrefHelpersCache.FindNodeOrInsertPos(id, insertPos);
1933 CGM.ByrefHelpersCache.InsertNode(copy, insertPos);
H A DCGCall.cpp531 void *insertPos = nullptr; local
532 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos);
539 FunctionInfos.InsertNode(FI, insertPos);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1375 typename BlockT::iterator insertPos = local
1382 CFGTraits::insertAssignInstrBefore(insertPos, passRep, immReg, 2);
1386 CFGTraits::insertCompareInstrBefore(landBlk, insertPos, passRep, cmpResReg,
1388 CFGTraits::insertCondBranchBefore(landBlk, insertPos,
1393 CFGTraits::insertCondBranchBefore(landBlk, insertPos, AMDGPU::IF_LOGICALNZ_i32,
1397 migrateInstruction(trueBlk, landBlk, insertPos);
1403 CFGTraits::insertInstrBefore(insertPos, AMDGPU::ELSE, passRep);
1406 migrateInstruction(falseBlk, landBlk, insertPos);
1412 //CFGTraits::insertInstrBefore(insertPos, AMDGPU::ENDIF, passRep);
1416 CFGTraits::insertInstrBefore(insertPos, AMDGP
2132 migrateInstruction(BlockT *srcBlk, BlockT *dstBlk, InstrIterator insertPos) argument
2191 typename BlockT::iterator insertPos = local
3082 insertCondBranchBefore(MachineBasicBlock *blk, MachineBasicBlock::iterator insertPos, int newOpcode, AMDGPUCFGStructurizer *passRep, RegiT regNum, DebugLoc DL) argument
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp2146 void *insertPos = nullptr; local
2147 if (ExtQuals *eq = ExtQualNodes.FindNodeOrInsertPos(ID, insertPos)) {
2160 (void) ExtQualNodes.FindNodeOrInsertPos(ID, insertPos);
2164 ExtQualNodes.InsertNode(eq, insertPos);
2797 void *insertPos = nullptr; local
2805 DependentSizedArrayTypes.FindNodeOrInsertPos(ID, insertPos);
2813 DependentSizedArrayTypes.InsertNode(canonTy, insertPos);
2843 void *insertPos = nullptr; local
2845 IncompleteArrayTypes.FindNodeOrInsertPos(ID, insertPos))
2861 IncompleteArrayTypes.FindNodeOrInsertPos(ID, insertPos);
3222 void *insertPos = nullptr; local
6559 void *insertPos = nullptr; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
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/ ...
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/ ...

Completed in 112 milliseconds