Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java124 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/
DXMLUtils.java35 @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()
DXMLStringBuffer.java102 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/deqp/modules/glshared/
DglsAttributeLocationTests.cpp73 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/proguard/src/proguard/classfile/editor/
DAttributesEditor.java199 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/src/
Daccessors.cc24 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes) { in MakeAccessor()
139 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo()
202 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo()
249 Isolate* isolate, Handle<String> name, PropertyAttributes attributes) { in ModuleNamespaceEntryInfo()
285 Isolate* isolate, PropertyAttributes attributes) { in StringLengthInfo()
310 Isolate* isolate, PropertyAttributes attributes) { in ScriptColumnOffsetInfo()
336 Isolate* isolate, PropertyAttributes attributes) { in ScriptIdInfo()
361 Isolate* isolate, PropertyAttributes attributes) { in ScriptNameInfo()
385 Isolate* isolate, PropertyAttributes attributes) { in ScriptSourceInfo()
410 Isolate* isolate, PropertyAttributes attributes) { in ScriptLineOffsetInfo()
[all …]
Dproperty.h76 PropertyAttributes attributes, Representation representation) in DataDescriptor()
87 PropertyAttributes attributes) in DataConstantDescriptor()
96 PropertyAttributes attributes) in AccessorConstantDescriptor()
Dproperty.cc15 const PropertyAttributes& attributes) { in operator <<()
25 PropertyAttributes attributes, in DataDescriptor()
Dapi-natives.cc60 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes, in DefineAccessorProperty()
93 PropertyAttributes attributes) { in DefineDataProperty()
228 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() local
248 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() local
533 PropertyAttributes attributes) { in AddDataProperty()
543 PropertyAttributes attributes) { in AddDataProperty()
558 PropertyAttributes attributes) { in AddAccessorProperty()
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py270 attributes=None): argument
304 def __init__(self, name=None, module=None, attributes=None): argument
326 def AddField(self, name, kind, ordinal=None, default=None, attributes=None): argument
351 def __init__(self, name=None, module=None, attributes=None): argument
371 def AddField(self, name, kind, ordinal=None, attributes=None): argument
486 attributes=None): argument
504 def __init__(self, interface, name, ordinal=None, attributes=None): argument
520 attributes=None): argument
526 attributes=None): argument
551 def __init__(self, name=None, module=None, attributes=None): argument
[all …]
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp113 …& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) in ChooseConfigCase()
126 …nst char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) in ChooseConfigCase()
161 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) in executeTest()
214 void fillDontCare (std::vector<std::pair<EGLenum, EGLint> >& attributes) in fillDontCare()
250 } attributes[] = in getValue() local
321 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
360 …std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs,… in iterate() local
417 static const struct AttribSpec attributes[] = in genRandomAttributes() local
496 std::vector<std::pair<EGLenum, EGLint> > attributes; in iterate() local
541 } attributes[] = in init() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DCertificationRequestInfo.java40 ASN1Set attributes = null; field in CertificationRequestInfo
73 ASN1Set attributes) in CertificationRequestInfo()
91 ASN1Set attributes) in CertificationRequestInfo()
DPrivateKeyInfo.java27 private ASN1Set attributes; field in PrivateKeyInfo
62 ASN1Set attributes) in PrivateKeyInfo()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DMenuLoader.java55 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
DPreferenceLoader.java49 NamedNodeMap attributes = node.getAttributes(); in processNode() local
85 private final Map<String, String> attributes; field in PreferenceLoader.PreferenceNode
89 public PreferenceNode(String name, Map<String, String> attributes) { in PreferenceNode() argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in SimpleAttributeTableGenerator
16 AttributeTable attributes) in SimpleAttributeTableGenerator()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java56 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()
DProcessorKey.java65 … StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) in startElement()
87 StylesheetHandler handler, String rawName, Attributes attributes, in setPropertiesFromAttributes()
/external/libpng/scripts/
Dintprefix.c15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
Dsymbols.c19 #define PNG_EXPORTA(ordinal, type, name, args, attributes)\ argument
21 #define PNG_REMOVED(ordinal, type, name, args, attributes)\ argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java76 Hashtable attributes) in X509Principal()
89 Hashtable attributes) in X509Principal()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DHtmlPolicyBuilderFuzzerTest.java95 List<String> attributes = Lists.newArrayList(); in testFuzzedOutput() local
107 policy.openTag(pick(rnd, ELEMENT_NAMES), attributes); in testFuzzedOutput() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/autotest/frontend/client/src/autotest/tko/
DTestDetailView.java141 public AttributeTable(JSONObject attributes) { in AttributeTable()
148 private void processAttributes(JSONObject attributes) { in processAttributes()
296 JSONObject attributes = test.get("attributes").isObject(); in showTest() local
/external/deqp/framework/delibs/dethread/win32/
DdeMutexWin32.c47 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create()
90 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create()

12345678910>>...19