Home
last modified time | relevance | path

Searched refs:elementType (Results 1 – 25 of 84) sorted by relevance

1234

/external/tagsoup/src/org/ccil/cowan/tagsoup/
DHTMLSchema.java35 elementType("<pcdata>", M_EMPTY, M_PCDATA, 0); in HTMLSchema()
36 elementType("<root>", M_ROOT, M_EMPTY, 0); in HTMLSchema()
37 elementType("a", M_PCDATA|M_NOLINK, M_INLINE, 0); in HTMLSchema()
38 elementType("abbr", M_PCDATA|M_INLINE, M_INLINE|M_NOLINK, F_RESTART); in HTMLSchema()
39 elementType("acronym", M_PCDATA|M_INLINE, M_INLINE|M_NOLINK, F_RESTART); in HTMLSchema()
40 elementType("address", M_PCDATA|M_INLINE|M_P, M_BLOCK, 0); in HTMLSchema()
41 elementType("applet", M_PCDATA|M_PARAM|M_INLINE|M_BLOCK, M_INLINE|M_NOLINK, 0); in HTMLSchema()
42 elementType("area", M_EMPTY, M_AREA, 0); in HTMLSchema()
43 elementType("b", M_PCDATA|M_INLINE, M_INLINE|M_NOLINK, F_RESTART); in HTMLSchema()
44 elementType("base", M_EMPTY, M_HEAD, 0); in HTMLSchema()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java47 protected final String elementType; field in ArrayProto
64 elementType = type.substring(i); in ArrayProto()
69 @Nonnull @Override public String getType() { return makeArrayType(elementType, dimensions); } in getType()
76 @Nonnull public String getElementType() { return elementType; } in getElementType()
84 return makeArrayType(elementType, dimensions-1); in getImmediateElementType()
86 return elementType; in getImmediateElementType()
111 TypeProto thisClass = classPath.getClass(elementType); in getCommonSuperclass()
112 TypeProto otherClass = classPath.getClass(((ArrayProto)other).elementType); in getCommonSuperclass()
147 private static String makeArrayType(@Nonnull String elementType, int dimensions) { in makeArrayType() argument
148 return BRACKETS.substring(0, dimensions) + elementType; in makeArrayType()
/external/chromium_org/mojo/public/js/bindings/
Dvalidator.js165 offset, elementSize, expectedElementCount, elementType, nullable) { argument
175 arrayOffset, elementSize, expectedElementCount, elementType);
200 function (offset, elementSize, expectedElementCount, elementType) { argument
212 var elementsTotalSize = (elementType === codec.PackedBool) ?
227 var nullable = isNullable(elementType);
229 if (isHandleClass(elementType))
231 if (isStringClass(elementType))
234 if (elementType instanceof codec.PointerTo)
236 elementsOffset, numElements, elementType.cls, nullable);
237 if (elementType instanceof codec.ArrayOf)
[all …]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSppPropertyInfo.java82 public PropertyInfo elementType; field in SppPropertyInfo
101 return elementType; in getElementType()
108 public void setElementType(PropertyInfo elementType) in setElementType() argument
110 this.elementType = elementType; in setElementType()
DPropertyInfo.java82 public PropertyInfo elementType; field in PropertyInfo
101 return elementType; in getElementType()
108 public void setElementType(PropertyInfo elementType) in setElementType() argument
110 this.elementType = elementType; in setElementType()
DSoapSerializationEnvelope.java300 protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType) in readVector() argument
320 if (elementType == null) { in readVector()
321 elementType = PropertyInfo.OBJECT_TYPE; in readVector()
333 v.setElementAt(read(parser, v, position, namespace, name, elementType), position); in readVector()
457 readVector(parser, (Vector) obj, expected.elementType); in readInstance()
705 writeVectorBody(writer, (Vector) element, type.elementType); in writeElement()
711 protected void writeVectorBody(XmlSerializer writer, Vector vector, PropertyInfo elementType) in writeVectorBody() argument
716 if (elementType == null) { in writeVectorBody()
717 elementType = PropertyInfo.OBJECT_TYPE; in writeVectorBody()
718 } else if (elementType instanceof PropertyInfo) { in writeVectorBody()
[all …]
DAttributeContainer.java21 attributeInfo.elementType = p.elementType; in getAttributeInfo()
/external/deqp/framework/opengl/
DgluVarType.cpp48 VarType::VarType (const VarType& elementType, int arraySize) in VarType() argument
53 m_data.array.elementType = new VarType(elementType); in VarType()
65 delete m_data.array.elementType; in ~VarType()
74 delete m_data.array.elementType; in operator =()
81 m_data.array.elementType = new VarType(*other.m_data.array.elementType); in operator =()
95 case TYPE_ARRAY: return m_data.array.elementType->getScalarSize()*m_data.array.size; in getScalarSize()
123 return *m_data.array.elementType == *other.m_data.array.elementType && in operator ==()
DgluVarType.hpp54 VarType (const VarType& elementType, int arraySize); //!< Array type constructor.
65 …rType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType; } in getElementType()
105 VarType* elementType; member
114 array.elementType = DE_NULL; in Data()
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp224 Type& elementType, Type& containerType) in Attacher() argument
226 , m_elementType (elementType) in Attacher()
285 Type& elementType, Type& containerType) in FboAttacher() argument
286 : Attacher (ctx, elementType, containerType) {} in FboAttacher()
310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in TextureFboAttacher() argument
311 : FboAttacher (ctx, elementType, containerType) {} in TextureFboAttacher()
322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in RboFboAttacher() argument
323 : FboAttacher (ctx, elementType, containerType) {} in RboFboAttacher()
335 Type& elementType, Type& containerType) in ShaderProgramAttacher() argument
336 : Attacher (ctx, elementType, containerType) {} in ShaderProgramAttacher()
DglsUniformBlockCase.hpp77 VarType (const VarType& elementType, int arraySize);
88 const VarType& getElementType (void) const { return *m_data.array.elementType; } in getElementType()
112 VarType* elementType; member
119 array.elementType = DE_NULL; in Data()
DglsLifetimeTests.cpp986 Type& elementType = attacher.getElementType(); in iterate() local
1004 const Name element (elementType); in iterate()
1016 const GLuint newId = replaceName(elementType, elementId, log()); in iterate()
1017 const Name newElement (elementType, newId); in iterate()
1067 Type& elementType = attacher.getElementType(); in iterate() local
1085 const Name element (elementType); in iterate()
1098 const GLuint newId = replaceName(elementType, elementId, log()); in iterate()
1099 const Name newElement (elementType, newId); in iterate()
/external/clang/utils/ABITest/
DTypeGen.py113 def __init__(self, index, isVector, elementType, size): argument
121 self.elementType = elementType
124 eltSize = self.elementType.sizeof()
132 return 'vector (%s)[%d]'%(self.elementType,self.size)
134 return '(%s)[%d]'%(self.elementType,self.size)
136 return '(%s)[]'%(self.elementType,)
139 elementName = printer.getTypeName(self.elementType)
152 def __init__(self, index, elementType): argument
154 self.elementType = elementType
157 return '_Complex (%s)'%(self.elementType)
[all …]
DABITestGen.py241 for t in self.getTestValues(t.elementType):
244 values = list(self.getTestValues(t.elementType))
302 … self.printValueOfType(prefix, '(__real %s)'%name, t.elementType, output=output,indent=indent)
303 … self.printValueOfType(prefix, '(__imag %s)'%name, t.elementType, output=output,indent=indent)
309 …self.printValueOfType(prefix, '((%s*) &%s)[%d]'%(t.elementType,name,i), t.elementType, output=outp…
311 …self.printValueOfType(prefix, '%s[%d]'%(name,i), t.elementType, output=output,indent=indent) …
332 …self.checkTypeValues('(__real %s)'%nameLHS, '(__real %s)'%nameRHS, t.elementType, output=output,in…
333 …self.checkTypeValues('(__imag %s)'%nameLHS, '(__imag %s)'%nameRHS, t.elementType, output=output,in…
339 self.checkTypeValues('((%s*) &%s)[%d]'%(t.elementType,nameLHS,i),
340 '((%s*) &%s)[%d]'%(t.elementType,nameRHS,i),
[all …]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
DBrowserAccessibilityManager.java201 String elementType = arguments.getString( in performAction()
203 if (elementType == null) in performAction()
205 elementType = elementType.toUpperCase(Locale.US); in performAction()
206 return jumpToElementType(elementType, true); in performAction()
211 String elementType = arguments.getString( in performAction()
213 if (elementType == null) in performAction()
215 elementType = elementType.toUpperCase(Locale.US); in performAction()
216 return jumpToElementType(elementType, false); in performAction()
280 private boolean jumpToElementType(String elementType, boolean forwards) { in jumpToElementType() argument
281 int id = nativeFindElementType(mNativeObj, mAccessibilityFocusId, elementType, forwards); in jumpToElementType()
[all …]
/external/javassist/sample/vector/
DVectorAssistant.java61 CtClass elementType = pool.get(args[0]); in assist() local
62 if (elementType.isPrimitive()) in assist()
63 subclass = makeSubclass2(pool, elementType); in assist()
65 subclass = makeSubclass(pool, elementType); in assist()
/external/skia/src/animator/
DSkDisplayable.cpp100 SkDisplayTypes elementType; in deepCopy() local
103 elementType = dispArray->values.getType(); in deepCopy()
105 elementType = info->arrayType(); in deepCopy()
106 size_t elementSize = SkMemberInfo::GetSize(elementType); in deepCopy()
190 SkDisplayTypes elementType; in dumpAttrs() local
193 elementType = dispArray->values.getType(); in dumpAttrs()
195 elementType = info->arrayType(); in dumpAttrs()
200 switch (elementType) { in dumpAttrs()
/external/chromium_org/third_party/skia/src/animator/
DSkDisplayable.cpp100 SkDisplayTypes elementType; in deepCopy() local
103 elementType = dispArray->values.getType(); in deepCopy()
105 elementType = info->arrayType(); in deepCopy()
106 size_t elementSize = SkMemberInfo::GetSize(elementType); in deepCopy()
190 SkDisplayTypes elementType; in dumpAttrs() local
193 elementType = dispArray->values.getType(); in dumpAttrs()
195 elementType = info->arrayType(); in dumpAttrs()
200 switch (elementType) { in dumpAttrs()
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp133 VariableType (Type baseType, const VariableType& elementType, int numElements);
196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType() argument
201 , m_elementType (new VariableType(elementType)) in VariableType()
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
DSDL_sysjoystick.c287 long elementType, usagePage, usage; in HIDAddElement() local
293 if ((refElementType) && (CFNumberGetValue (refElementType, kCFNumberLongType, &elementType))) in HIDAddElement()
296 …if ((elementType == kIOHIDElementTypeInput_Misc) || (elementType == kIOHIDElementTypeInput_Button)… in HIDAddElement()
297 (elementType == kIOHIDElementTypeInput_Axis)) in HIDAddElement()
348 else if (kIOHIDElementTypeCollection == elementType) in HIDAddElement()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java421 public static String getArrayType(String elementType) { in getArrayType() argument
422 if (elementType.charAt(0) == '[') in getArrayType()
423 return "[" + elementType; in getArrayType()
425 return "[L" + elementType.replace('.', '/') + ";"; in getArrayType()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/chromium_org/chrome/browser/resources/instant/
Dinstant.js32 function createElementWithClass(elementType, className) { argument
33 var element = document.createElement(elementType);
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp438 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement() argument
466 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, Offset, in getLValueElement()
485 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, Offset, in getLValueElement()
499 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, NewIdx, ArrayR, in getLValueElement()
/external/clang/lib/CodeGen/
DCGCXXABI.cpp185 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl() argument
201 QualType elementType) { in requiresArrayCookie() argument
207 return elementType.isDestructedType(); in requiresArrayCookie()

1234