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

/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/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp649 RenderSelectionInfo* newInfo = newSelectedObjects.get(obj); local
651 if (!newInfo || oldInfo->rect() != newInfo->rect() || oldInfo->state() != newInfo->state() ||
655 if (newInfo) {
656 newInfo->invalidatePaint();
671 RenderBlockSelectionInfo* newInfo = newSelectedBlocks.get(block); local
673 if (!newInfo || oldInfo->rects() != newInfo->rects() || oldInfo->state() != newInfo
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Duser_images_grid.js593 var newInfo = this.addItem(
601 if (!(k in newInfo))
602 newInfo[k] = imageInfo[k];
605 this.selectedItem = newInfo;
606 return newInfo;
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp794 InstructionSpecifier &newInfo =
805 if (previousInfo.name + "_16" == newInfo.name)
808 if(previousInfo.name == "NOOP" && (newInfo.name == "XCHG16ar" ||
809 newInfo.name == "XCHG32ar" ||
810 newInfo.name == "XCHG32ar64" ||
811 newInfo.name == "XCHG64ar"))
814 if (outranks(previousInfo.insnContext, newInfo.insnContext))
817 if (previousInfo.insnContext == newInfo.insnContext) {
819 errs() << newInfo.name << " would overwrite " << previousInfo.name;
823 errs() << "Context " << stringForContext(newInfo
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp220 PWL_CARET_INFO newInfo = *pInfo; local
221 newInfo.bVisible = TRUE;
222 newInfo.ptHead = this->ChildToParent(pInfo->ptHead);
223 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot);
227 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo, 0);
582 PWL_CARET_INFO newInfo = *pInfo; local
583 newInfo.bVisible = TRUE;
584 newInfo.ptHead = this->ChildToParent(pInfo->ptHead);
585 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot);
589 pParent->OnNotify(this, PNM_SETCARETINFO, (FX_INTPTR)&newInfo,
1114 PWL_CARET_INFO newInfo = *pInfo; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp106 OwnPtr<Digest> newInfo = createDigest(newDocument->documentElement(), &m_unusedNodesMap); local
108 if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION)) {
/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 ...
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 ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/AST/
H A DASTContext.cpp2810 FunctionProtoType::ExtInfo newInfo = Info.withCallingConv(CallConv); local
2812 FunctionNoProtoType(ResultTy, Canonical, newInfo);
/external/robolectric/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 481 milliseconds