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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMWrapper.cpp96 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); local
97 // FIXME: We should add a more strict way to check if the typeInfo is a typeInfo of some DOM wrapper.
98 // Even if it's a typeInfo of Blink, it's not guaranteed that it's a typeInfo of a DOM wrapper.
99 return typeInfo->ginEmbedder == gin::kEmbedderBlink;
H A DNPV8Object.cpp65 static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, createPersistentHandle, 0, 0, 0, 0, 0, 0, WrapperTypeInfo::WrapperTypeObjectPrototype, WrapperTypeInfo::ObjectClassId, WrapperTypeInfo::Dependent, WrapperTypeInfo::RefCountedObject }; local
66 return &typeInfo;
131 const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFromInternalField(v8DOMWrapperTypeIndex)); local
132 return typeInfo == npObjectTypeInfo();
H A DWrapperTypeInfo.h237 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper); local
238 if (typeInfo->gcType == WrapperTypeInfo::GarbageCollectedObject) {
243 } else if (typeInfo->gcType == WrapperTypeInfo::WillBeGarbageCollectedObject) {
250 typeInfo->derefObject(toScriptWrappableBase(wrapper));
253 typeInfo->derefObject(toScriptWrappableBase(wrapper));
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DIndexDataManager.cpp75 const gl::Type &typeInfo = gl::GetTypeInfo(type); local
98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize());
124 streamOffset = (offset / typeInfo.bytes) * gl::GetTypeInfo(destinationIndexType).bytes;
155 convertCount = storage->getSize() / typeInfo.bytes;
196 streamOffset = (offset / typeInfo.bytes) * destTypeInfo.bytes;
210 storage->promoteStaticUsage(count * typeInfo.bytes);
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java196 typeInfo(pos, tag);
208 public void typeInfo(int pos, byte tag) {} method in class:StackMap.Walker
252 public void typeInfo(int pos, byte tag) { method in class:StackMap.Copier
323 public void typeInfo(int pos, byte tag) { method in class:StackMap.SimpleCopy
460 typeInfo(pos, tag);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp598 const Type &typeInfo = GetTypeInfo(type); local
599 if (typeInfo.specialInterpretation)
601 return typeInfo.bytes * width * height;
605 return componentCount * typeInfo.bytes * width * height;
H A DvalidationES3.cpp797 const FormatType &typeInfo = GetFormatTypeInfo(framebufferInternalFormatInfo.format, framebufferInternalFormatInfo.type); local
798 sourceEffectiveFormat = &GetInternalFormatInfo(typeInfo.internalFormat);
H A DvalidationES.cpp1644 const gl::Type &typeInfo = gl::GetTypeInfo(type); local
1647 GLint64 byteCount = static_cast<GLint64>(typeInfo.bytes) * static_cast<GLint64>(count)+offset;
1650 if (static_cast<GLuint>(count) > (std::numeric_limits<GLuint>::max() / typeInfo.bytes) ||
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp255 std::pair<CharUnits, CharUnits> typeInfo = local
257 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
/external/doclava/src/com/google/doclava/
H A DClassInfo.java57 public TypeInfo typeInfo() { method in class:ClassInfo.ClassTypePair
62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo());
140 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, argument
147 mTypeInfo = typeInfo;
399 if (!visited.contains(ctp.typeInfo().fullName())) {
401 visited.add(ctp.typeInfo().fullName());
1265 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class");
1266 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class");
1269 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j);
2248 public void setTypeInfo(TypeInfo typeInfo) { argument
[all...]
/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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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/ ...

Completed in 4305 milliseconds