Searched defs:newIndex (Results 1 - 25 of 39) sorted by relevance

12

/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h63 * @param newIndex the new text offset.
66 ParsePosition(int32_t newIndex) argument
68 index(newIndex),
/external/javassist/src/main/javassist/convert/
H A DTransformFieldAccess.java30 private int newIndex; field in class:TransformFieldAccess
47 newIndex = 0;
67 if (newIndex == 0) {
70 newIndex = cp.addFieldrefInfo(
75 iterator.write16bit(newIndex, pos + 1);
H A DTransformCall.java31 protected int newIndex; field in class:TransformCall
55 newIndex = 0;
110 if (newIndex == 0) {
115 newIndex = cp.addInterfaceMethodrefInfo(ci, nt);
120 newIndex = cp.addMethodrefInfo(ci, nt);
126 iterator.write16bit(newIndex, pos + 1);
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java167 int newIndex = iterator.u16bitAt(pos + 1);
192 jc.recordProceed(new ProceedForNew(newType, newIndex,
221 int newIndex, methodIndex; field in class:NewExpr.ProceedForNew
225 newIndex = ni;
233 bytecode.addIndex(newIndex);
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp337 int32_t newIndex=oldIndex+1; local
338 if(utm_hasCapacity(mem, newIndex)) {
340 mem->idx=newIndex;
350 int32_t newIndex=oldIndex+n; local
351 if(utm_hasCapacity(mem, newIndex)) {
353 mem->idx=newIndex;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp184 int64_t newIndex = 0; local
196 newIndex = off / pointeeTySize;
208 return MakeElementRegion(newSuperR, PointeeTy, newIndex);
/external/icu/icu4c/source/i18n/
H A Dchoicfmt.cpp521 int32_t newIndex = start + len; local
522 if (newIndex > furthest) {
523 furthest = newIndex;
H A Dcollationbuilder.cpp971 int32_t newIndex = nodes.size(); local
975 // nodes[index].nextIndex = newIndex
977 nodes.setElementAt(changeNodeNextIndex(node, newIndex), index);
978 // nodes[nextIndex].previousIndex = newIndex
981 nodes.setElementAt(changeNodePreviousIndex(node, newIndex), nextIndex);
983 return newIndex;
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c515 EAS_I32 newIndex; local
526 newIndex = position - file->filePos + file->readIndex;
527 if ((newIndex >= 0) && (newIndex < file->bytesInBuffer))
529 file->readIndex = newIndex;
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c1093 EAS_I32 newIndex; local
1108 newIndex = position - file->filePos + file->readIndex;
1109 if ((newIndex >= 0) && (newIndex < file->bytesInBuffer))
1111 file->readIndex = newIndex;
H A DEASLibVst.c788 EAS_I32 newIndex; local
803 newIndex = position - file->filePos + file->readIndex;
804 if ((newIndex >= 0) && (newIndex < file->bytesInBuffer))
806 file->readIndex = newIndex;
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/annotation-tools/asmx/test/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
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 ...

Completed in 8849 milliseconds

12