| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
| D | ModelBuilder.java | 51 private MeshBuilder getBuilder (final VertexAttributes attributes) { in getBuilder() 166 …public MeshPartBuilder part (final String id, int primitiveType, final VertexAttributes attributes… in part() 179 …public MeshPartBuilder part (final String id, int primitiveType, final long attributes, final Mate… in part() 187 …reateBox (float width, float height, float depth, final Material material, final long attributes) { in createBox() 196 final long attributes) { in createBox() 207 …z01, float normalX, float normalY, float normalZ, final Material material, final long attributes) { in createRect() 218 final long attributes) { in createRect() 230 final long attributes) { in createCylinder() 239 final Material material, final long attributes) { in createCylinder() 248 final long attributes, float angleFrom, float angleTo) { in createCylinder() [all …]
|
| /external/testng/src/main/java/org/testng/xml/ |
| D | TestNGContentHandler.java | 124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile() 139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite() 231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine() 247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript() 268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest() 343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses() 357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners() 372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener() 382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages() 408 public void xmlMethodSelectors(boolean start, Attributes attributes) { in xmlMethodSelectors() [all …]
|
| /external/testng/src/main/java/org/testng/reporters/ |
| D | XMLUtils.java | 35 @Nullable Properties attributes) { in xml() 61 String elementName, Boolean value, Properties attributes) { in xmlOptional() 68 String elementName, @Nullable String value, Properties attributes) { in xmlOptional() 75 String elementName, @Nullable String value, @Nullable Properties attributes) { in xmlRequired() 80 Properties attributes) { in xmlOpen() 93 public static void appendAttributes(IBuffer result, Properties attributes) { in appendAttributes() 105 Properties attributes, boolean noNewLine) { in xmlOpen()
|
| D | XMLStringBuffer.java | 102 public void push(String tagName, @Nullable String schema, @Nullable Properties attributes) { in push() 126 public void push(String tagName, @Nullable Properties attributes) { in push() 130 public void push(String tagName, String... attributes) { in push() 134 private Properties createProperties(String[] attributes) { in createProperties() 203 public void addRequired(String tagName, @Nullable String value, @Nullable Properties attributes) { in addRequired() 206 public void addRequired(String tagName, @Nullable String value, String... attributes) { in addRequired() 217 public void addOptional(String tagName, @Nullable String value, @Nullable Properties attributes) { in addOptional() 223 public void addOptional(String tagName, @Nullable String value, String... attributes) { in addOptional() 246 …public void addOptional(String tagName, @Nullable Boolean value, @Nullable Properties attributes) { in addOptional() 277 public void addEmptyElement(String tagName, @Nullable Properties attributes) { in addEmptyElement() [all …]
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/ |
| D | Material.java | 37 public Material (final Attribute... attributes) { in Material() 43 public Material (final String id, final Attribute... attributes) { in Material() 49 public Material (final Array<Attribute> attributes) { in Material() 55 public Material (final String id, final Array<Attribute> attributes) { in Material()
|
| /external/deqp/modules/glshared/ |
| D | glsAttributeLocationTests.cpp | 73 bool hasAttributeAliasing (const vector<Attribute>& attributes, const map<string, deUint32>& bindin… in hasAttributeAliasing() 111 string generateAttributeDefinitions (const vector<Attribute>& attributes) in generateAttributeDefinitions() 129 string generateConditionUniformDefinitions (const vector<Attribute>& attributes) in generateConditionUniformDefinitions() 173 string generateOutputCode (const vector<Attribute>& attributes) in generateOutputCode() 227 string generateVertexShaderTemplate (const vector<Attribute>& attributes) in generateVertexShaderTemplate() 254 string createVertexShaderSource (glu::RenderContext& renderCtx, const vector<Attribute>& attributes… in createVertexShaderSource() 412 …Log& log, glu::RenderContext& renderCtx, deUint32 program, const vector<Attribute>& attributes, bo… in createAndAttachShaders() 483 void logAttributes (TestLog& log, const vector<Attribute>& attributes) in logAttributes() 497 …ery (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes) in checkActiveAttribQuery() 602 …(TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Attribute>& attributes, co… in checkAttribLocationQuery() [all …]
|
| /external/dbus-binding-generator/chromeos-dbus-bindings/ |
| D | xml_interface_parser.cc | 99 const string& element_name, const XmlAttributeMap& attributes) { in OnOpenElement() 219 void XmlInterfaceParser::AddMethodArgument(const XmlAttributeMap& attributes) { in AddMethodArgument() 237 void XmlInterfaceParser::AddSignalArgument(const XmlAttributeMap& attributes) { in AddSignalArgument() 255 const XmlAttributeMap& attributes, in GetElementAttribute() 270 const XmlAttributeMap& attributes, in GetValidatedElementAttribute() 287 const XmlAttributeMap& attributes, in GetValidatedElementName() 294 const XmlAttributeMap& attributes, const vector<string>& element_path) { in ParseArgument() 308 const XmlAttributeMap& attributes, in ParseProperty() 324 XmlAttributeMap attributes; in HandleElementStart() local
|
| /external/proguard/src/proguard/classfile/editor/ |
| D | AttributesEditor.java | 199 Attribute[] attributes, in replaceAttribute() 222 Attribute[] attributes, in addAttribute() 248 Attribute[] attributes, in deleteAttribute() 277 Attribute[] attributes, in findAttributeIndex() 299 Attribute[] attributes, in findAttribute()
|
| /external/v8/test/cctest/ |
| D | test-transitions.cc | 51 PropertyAttributes attributes = NONE; in TEST() local 102 PropertyAttributes attributes = NONE; in TEST() local 154 PropertyAttributes attributes = NONE; in TEST() local 210 PropertyAttributes attributes = static_cast<PropertyAttributes>(i); in TEST() local 223 PropertyAttributes attributes = static_cast<PropertyAttributes>(i); in TEST() local 272 PropertyAttributes attributes = static_cast<PropertyAttributes>(i); in TEST() local 298 PropertyAttributes attributes = in TEST() local
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
| D | SimpleAttributeTableGenerator.java | 13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator 16 AttributeTable attributes) in SimpleAttributeTableGenerator()
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
| D | CertificationRequestInfo.java | 39 ASN1Set attributes = null; field in CertificationRequestInfo 72 ASN1Set attributes) in CertificationRequestInfo() 90 ASN1Set attributes) in CertificationRequestInfo()
|
| D | PrivateKeyInfo.java | 27 private ASN1Set attributes; field in PrivateKeyInfo 62 ASN1Set attributes) in PrivateKeyInfo()
|
| /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/ |
| D | VertexArray.java | 46 public VertexArray (int numVertices, VertexAttribute... attributes) { in VertexArray() 54 public VertexArray (int numVertices, VertexAttributes attributes) { in VertexArray()
|
| D | VertexBufferObject.java | 52 final VertexAttributes attributes; field in VertexBufferObject 65 public VertexBufferObject (boolean isStatic, int numVertices, VertexAttribute... attributes) { in VertexBufferObject() 74 public VertexBufferObject (boolean isStatic, int numVertices, VertexAttributes attributes) { in VertexBufferObject()
|
| /external/v8/src/ |
| D | accessors.cc | 28 PropertyAttributes attributes) { in MakeAccessor() 141 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo() 200 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo() 237 Isolate* isolate, PropertyAttributes attributes) { in StringLengthInfo() 262 Isolate* isolate, PropertyAttributes attributes) { in ScriptColumnOffsetInfo() 288 Isolate* isolate, PropertyAttributes attributes) { in ScriptIdInfo() 313 Isolate* isolate, PropertyAttributes attributes) { in ScriptNameInfo() 337 Isolate* isolate, PropertyAttributes attributes) { in ScriptSourceInfo() 362 Isolate* isolate, PropertyAttributes attributes) { in ScriptLineOffsetInfo() 389 Isolate* isolate, PropertyAttributes attributes) { in ScriptTypeInfo() [all …]
|
| D | property.h | 73 PropertyAttributes attributes, Representation representation) in DataDescriptor() 84 PropertyAttributes attributes) in DataConstantDescriptor() 93 PropertyAttributes attributes) in AccessorConstantDescriptor()
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
| D | MenuLoader.java | 55 NamedNodeMap attributes = node.getAttributes(); in processNode() local 107 Map<String, String> attributes, Menu root) { in inflateMenu() argument 131 private final TestAttributeSet attributes; field in MenuLoader.MenuNode 135 public MenuNode(String name, Map<String, String> attributes) { in MenuNode() argument 157 TestAttributeSet attributes = child.attributes; in addChildrenInGroup() local
|
| /external/libpng/scripts/ |
| D | intprefix.c | 15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument 18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
|
| D | symbols.c | 19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument 21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
|
| /external/deqp/modules/egl/ |
| D | teglChooseConfigTests.cpp | 111 …& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) in ChooseConfigCase() 124 …nst char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in ChooseConfigCase() 159 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest() 212 void fillDontCare (std::vector<std::pair<EGLenum, EGLint> >& attributes) in fillDontCare() 248 } attributes[] = in getValue() local 319 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local 358 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local 415 static const struct AttribSpec attributes[] = in genRandomAttributes() local 503 } attributes[] = in init() local
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
| D | VertexArray.java | 38 final VertexAttributes attributes; field in VertexArray 47 public VertexArray (int numVertices, VertexAttribute... attributes) { in VertexArray() 55 public VertexArray (int numVertices, VertexAttributes attributes) { in VertexArray()
|
| D | VertexBufferObject.java | 54 private VertexAttributes attributes; field in VertexBufferObject 68 public VertexBufferObject (boolean isStatic, int numVertices, VertexAttribute... attributes) { in VertexBufferObject() 77 public VertexBufferObject (boolean isStatic, int numVertices, VertexAttributes attributes) { in VertexBufferObject() 86 … VertexBufferObject (int usage, ByteBuffer data, boolean ownsBuffer, VertexAttributes attributes) { in VertexBufferObject()
|
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| D | XSLTElementDef.java | 56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 143 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 172 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 200 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 225 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in XSLTElementDef() 264 XSLTElementDef[] elements, XSLTAttributeDef[] attributes, in build()
|
| D | ProcessorKey.java | 65 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement() 87 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | HtmlPolicyBuilderFuzzerTest.java | 95 List<String> attributes = Lists.newArrayList(); in testFuzzedOutput() local 107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes); in testFuzzedOutput() local
|