Searched refs:newInfo (Results 1 - 18 of 18) 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/webkit/Source/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm232 FormStreamFields* newInfo = new FormStreamFields;
233 newInfo->currentStream = NULL;
235 newInfo->currentStreamRangeLength = BlobDataItem::toEndOfFile;
237 newInfo->currentData = 0;
238 newInfo->formStream = stream; // Don't retain. That would create a reference cycle.
239 newInfo->streamLength = formContext->streamLength;
240 newInfo->bytesSent = 0;
246 newInfo->remainingElements.reserveInitialCapacity(size);
248 newInfo->remainingElements.append(formData->elements()[size - i - 1]);
252 return newInfo;
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp524 RenderSelectionInfo* newInfo = newSelectedObjects.get(obj); local
526 if (!newInfo || oldInfo->rect() != newInfo->rect() || oldInfo->state() != newInfo->state() ||
530 if (newInfo) {
531 newInfo->repaint();
533 delete newInfo;
542 RenderSelectionInfo* newInfo = i->second; local
543 newInfo->repaint();
544 delete newInfo;
551 RenderBlockSelectionInfo* newInfo = newSelectedBlocks.get(block); local
567 RenderBlockSelectionInfo* newInfo = i->second; local
[all...]
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp647 InstructionSpecifier &newInfo =
652 if(newInfo.filtered)
655 if(previousInfo.name == "NOOP" && (newInfo.name == "XCHG16ar" ||
656 newInfo.name == "XCHG32ar" ||
657 newInfo.name == "XCHG32ar64" ||
658 newInfo.name == "XCHG64ar"))
661 if (outranks(previousInfo.insnContext, newInfo.insnContext))
664 if (previousInfo.insnContext == newInfo.insnContext &&
667 errs() << newInfo.name << " would overwrite " << previousInfo.name;
671 errs() << "Context " << stringForContext(newInfo
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.cpp57 struct WebKit::WebFileInfo newInfo; local
58 newInfo.modificationTime = info.modificationTime;
59 newInfo.length = info.length;
60 newInfo.type = info.type;
61 newInfo.platformPath.assign(info.platformPath.data(), info.platformPath.length());
62 return newInfo;
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp1343 OwnPtr<SourceProviderCacheItem> newInfo; local
1346 newInfo = adoptPtr(new SourceProviderCacheItem(m_token.m_info.line, closeBracePos));
1347 functionScope->saveFunctionInfo(newInfo.get());
1353 if (newInfo) {
1354 unsigned approximateByteSize = newInfo->approximateByteSize();
1355 m_functionCache->add(openBracePos, newInfo.release(), approximateByteSize);
/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.cpp2479 FunctionProtoType::ExtInfo newInfo = Info.withCallingConv(CallConv); local
2481 FunctionNoProtoType(ResultTy, Canonical, newInfo);

Completed in 398 milliseconds