/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | IndexDataManager.cpp | 75 const gl::Type &typeInfo = gl::GetTypeInfo(type); in prepareIndexData() local 98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize()); in prepareIndexData() 124 streamOffset = (offset / typeInfo.bytes) * gl::GetTypeInfo(destinationIndexType).bytes; in prepareIndexData() 155 convertCount = storage->getSize() / typeInfo.bytes; in prepareIndexData() 196 streamOffset = (offset / typeInfo.bytes) * destTypeInfo.bytes; in prepareIndexData() 210 storage->promoteStaticUsage(count * typeInfo.bytes); in prepareIndexData()
|
/external/chromium_org/chrome/browser/resources/sync_internals/ |
D | about.css | 39 #typeInfo .error { 43 #typeInfo .warning { 47 #typeInfo .disabled { 51 #typeInfo .ok {
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | WrapperTypeInfo.h | 237 const WrapperTypeInfo* typeInfo = toWrapperTypeInfo(wrapper); in releaseObject() local 238 if (typeInfo->gcType == WrapperTypeInfo::GarbageCollectedObject) { in releaseObject() 243 } else if (typeInfo->gcType == WrapperTypeInfo::WillBeGarbageCollectedObject) { in releaseObject() 250 typeInfo->derefObject(toScriptWrappableBase(wrapper)); in releaseObject() 253 typeInfo->derefObject(toScriptWrappableBase(wrapper)); in releaseObject()
|
D | V8DOMWrapper.cpp | 96 …const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(wrapper->GetAlignedPointerFr… in isDOMWrapper() local 99 return typeInfo->ginEmbedder == gin::kEmbedderBlink; in isDOMWrapper()
|
D | NPV8Object.cpp | 65 …static const WrapperTypeInfo typeInfo = { gin::kEmbedderBlink, 0, 0, 0, createPersistentHandle, 0,… in npObjectTypeInfo() local 66 return &typeInfo; in npObjectTypeInfo() 131 …const WrapperTypeInfo* typeInfo = static_cast<const WrapperTypeInfo*>(object->GetAlignedPointerFro… in isWrappedNPObject() local 132 return typeInfo == npObjectTypeInfo(); in isWrappedNPObject()
|
/external/javassist/src/main/javassist/bytecode/ |
D | StackMap.java | 196 typeInfo(pos, tag); in typeInfoArray2() 208 public void typeInfo(int pos, byte tag) {} in typeInfo() method in StackMap.Walker 252 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.Copier 323 public void typeInfo(int pos, byte tag) { in typeInfo() method in StackMap.SimpleCopy 460 typeInfo(pos, tag); in stackTypeInfoArray()
|
/external/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 57 public TypeInfo typeInfo() { in typeInfo() method in ClassInfo.ClassTypePair 62 return TypeInfo.getTypeArgumentMapping(classInfo(), typeInfo()); in getTypeArgumentMapping() 140 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init() argument 147 mTypeInfo = typeInfo; in init() 399 if (!visited.contains(ctp.typeInfo().fullName())) { in allInterfacesWithTypes() 401 visited.add(ctp.typeInfo().fullName()); in allInterfacesWithTypes() 1265 ctp.typeInfo().makeQualifiedHDF(data, "class.inheritance." + i + ".class"); in makeHDF() 1266 ctp.typeInfo().makeHDF(data, "class.inheritance." + i + ".short_class"); in makeHDF() 1269 t.typeInfo().makeHDF(data, "class.inheritance." + i + ".interfaces." + j); in makeHDF() 2248 public void setTypeInfo(TypeInfo typeInfo) { in setTypeInfo() argument [all …]
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | XmlApiFile.java | 119 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ; in startElement() local 120 mCurrentClass.setTypeInfo(typeInfo); in startElement()
|
D | ApiFile.java | 179 final TypeInfo typeInfo = Converter.obtainTypeFromString(qname) ; in parseClass() local 180 cl.setTypeInfo(typeInfo); in parseClass()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 598 const Type &typeInfo = GetTypeInfo(type); in computeBlockSize() local 599 if (typeInfo.specialInterpretation) in computeBlockSize() 601 return typeInfo.bytes * width * height; in computeBlockSize() 605 return componentCount * typeInfo.bytes * width * height; in computeBlockSize()
|
D | validationES.cpp | 1644 const gl::Type &typeInfo = gl::GetTypeInfo(type); in ValidateDrawElements() local 1647 … GLint64 byteCount = static_cast<GLint64>(typeInfo.bytes) * static_cast<GLint64>(count)+offset; in ValidateDrawElements() 1650 if (static_cast<GLuint>(count) > (std::numeric_limits<GLuint>::max() / typeInfo.bytes) || in ValidateDrawElements()
|
D | validationES3.cpp | 797 …const FormatType &typeInfo = GetFormatTypeInfo(framebufferInternalFormatInfo.format, framebufferIn… in IsValidES3CopyTexImageCombination() local 798 sourceEffectiveFormat = &GetInternalFormatInfo(typeInfo.internalFormat); in IsValidES3CopyTexImageCombination()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 792 int typeInfo = iter.byteAt(pos + 1); in evalNewArray() local 793 switch (typeInfo) { in evalNewArray() 819 throw new BadBytecode("Invalid array type [pos = " + pos + "]: " + typeInfo); in evalNewArray()
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 255 std::pair<CharUnits, CharUnits> typeInfo = in EmitMoveFromReturnSlot() local 257 EmitFinalDestCopy(E->getType(), src, typeInfo.second); in EmitMoveFromReturnSlot()
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 281 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 339 type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
|