Searched refs:newInfo (Results 1 - 25 of 41) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DLocalVariableAttribute.java82 byte[] newInfo = new byte[size + 10];
83 ByteArray.write16bit(tableLength() + 1, newInfo, 0);
85 newInfo[i] = info[i];
87 ByteArray.write16bit(startPc, newInfo, size);
88 ByteArray.write16bit(length, newInfo, size + 2);
89 ByteArray.write16bit(nameIndex, newInfo, size + 4);
90 ByteArray.write16bit(descriptorIndex, newInfo, size + 6);
91 ByteArray.write16bit(index, newInfo, size + 8);
92 info = newInfo;
H A DAttributeInfo.java174 byte[] newInfo = new byte[s];
176 newInfo[i] = srcInfo[i];
178 return new AttributeInfo(newCp, getName(), newInfo);
H A DStackMap.java53 StackMap(ConstPool cp, byte[] newInfo) { argument
54 super(cp, tag, newInfo);
H A DStackMapTable.java45 StackMapTable(ConstPool cp, byte[] newInfo) { argument
46 super(cp, tag, newInfo);
/external/jmdns/src/javax/jmdns/impl/
H A DServiceEventImpl.java120 ServiceInfoImpl newInfo = new ServiceInfoImpl(this.getInfo());
121 return new ServiceEventImpl((JmDNSImpl) this.getDNS(), this.getType(), this.getName(), newInfo);
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DPutFilter.java308 String newInfo = newPath;
310 newInfo = newInfo.substring(contextPath.length());
312 String new_resource = URIUtil.addPaths(_baseURI,newInfo);
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp871 InstructionSpecifier &newInfo =
876 if(previousInfo.name == "NOOP" && (newInfo.name == "XCHG16ar" ||
877 newInfo.name == "XCHG32ar" ||
878 newInfo.name == "XCHG32ar64" ||
879 newInfo.name == "XCHG64ar"))
882 if (outranks(previousInfo.insnContext, newInfo.insnContext))
885 if (previousInfo.insnContext == newInfo.insnContext) {
887 errs() << newInfo.name << " would overwrite " << previousInfo.name;
891 errs() << "Context " << stringForContext(newInfo.insnContext) << "\n";
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp183 PWL_CARET_INFO newInfo = *pInfo; local
184 newInfo.bVisible = TRUE;
185 newInfo.ptHead = ChildToParent(pInfo->ptHead);
186 newInfo.ptFoot = ChildToParent(pInfo->ptFoot);
189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0);
497 PWL_CARET_INFO newInfo = *pInfo; local
498 newInfo.bVisible = TRUE;
499 newInfo.ptHead = ChildToParent(pInfo->ptHead);
500 newInfo.ptFoot = ChildToParent(pInfo->ptFoot);
503 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo,
947 PWL_CARET_INFO newInfo = *pInfo; local
[all...]
/external/robolectric/v3/
H A Dshadows-support-v4-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java3871 * @param newInfo desired CurrencyPluralInfo
3874 public void setCurrencyPluralInfo(CurrencyPluralInfo newInfo) { argument
3875 currencyPluralInfo = (CurrencyPluralInfo) newInfo.clone();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java3930 * @param newInfo desired CurrencyPluralInfo
3934 public void setCurrencyPluralInfo(CurrencyPluralInfo newInfo) { argument
3935 currencyPluralInfo = (CurrencyPluralInfo) newInfo.clone();
/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 ...
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/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/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/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/clang/lib/AST/
H A DASTContext.cpp3004 FunctionProtoType::ExtInfo newInfo = Info.withCallingConv(CallConv); local
3006 FunctionNoProtoType(ResultTy, Canonical, newInfo);
/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/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 578 milliseconds

12