Searched defs:targetName (Results 1 - 25 of 54) sorted by relevance

123

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DModuleTest.java50 protected Target getTargets(String targetName) { argument
H A DTestFmwk.java191 protected Target getTargets(String targetName) { argument
193 if (targetName != null) {
198 TestFmwk test = getSubtest(targetName);
202 target = this.new Target(targetName);
205 target = this.new Target(targetName);
428 String targetName; field in class:TestFmwk.ClassTarget
434 public ClassTarget(String targetName) { argument
436 this.targetName = targetName;
449 Target target = randomize(getTargets(targetName));
733 getTargets(String targetName) argument
737 getClassTargets(Class cls, String targetName) argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DCoverageTest.java198 protected Target getTargets(String targetName) argument
H A DCompatibilityTest.java317 protected Target getTargets(String targetName) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCoverageTest.java194 protected Target getTargets(String targetName) argument
H A DCompatibilityTest.java313 protected Target getTargets(String targetName) argument
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DModuleTest.java49 protected Target getTargets(String targetName) { argument
H A DTestFmwk.java190 protected Target getTargets(String targetName) { argument
192 if (targetName != null) {
197 TestFmwk test = getSubtest(targetName);
201 target = this.new Target(targetName);
204 target = this.new Target(targetName);
427 String targetName; field in class:TestFmwk.ClassTarget
433 public ClassTarget(String targetName) { argument
435 this.targetName = targetName;
448 Target target = randomize(getTargets(targetName));
732 getTargets(String targetName) argument
736 getClassTargets(Class cls, String targetName) argument
[all...]
/external/deqp/executor/
H A DxeBatchResult.hpp44 std::string targetName; member in class:xe::SessionInfo
/external/deqp/modules/gles31/functional/
H A Des31fBooleanStateQueryTests.cpp61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVersion) argument
64 , m_targetName (targetName)
138 glw::GLenum targetName; member in struct:deqp::gles31::Functional::StateBoolean
154 FOR_EACH_VERIFIER(isEnabledVerifiers, new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + "_" + verifierSuffix).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value, isEnableds[testNdx].minimumContext));
H A Des31fShaderImageLoadStoreTests.cpp3352 const string targetName = targetType == EarlyFragmentTestsCase::RENDERTARGET_FBO ? (std::string("_fbo")) local
3356 const string caseName = string(useEarlyTests ? "" : "no_") + "early_fragment_tests_" + testTypeName + targetName;
/external/jetty/src/java/org/eclipse/jetty/util/
H A DIntrospectionUtil.java86 public static Field findField (Class<?> clazz, String targetName, Class<?> targetType, boolean checkInheritance, boolean strictType) argument
91 if (targetName==null)
96 Field field = clazz.getDeclaredField(targetName);
109 return findInheritedField(clazz.getPackage(), clazz.getSuperclass(), targetName, targetType, strictType);
112 throw new NoSuchFieldException("No field with name "+targetName+" in class "+clazz.getName()+" of type "+targetType);
116 return findInheritedField(clazz.getPackage(),clazz.getSuperclass(), targetName,targetType,strictType);
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp39 JS_STATIC_PROP_ENTRY(targetName)
283 FX_BOOL event::targetName(IJS_Context* cc, function in class:event
/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.cpp375 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial) argument
377 , m_targetName (targetName)
570 GLenum targetName; member in struct:deqp::gles2::Functional::StateBoolean
586 FOR_EACH_VERIFIER(isEnabledVerifiers, addChild(new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value)));
H A Des2fIntegerStateQueryTests.cpp661 ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue) argument
663 , m_targetName (targetName)
741 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName) argument
743 , m_targetName (targetName)
2049 GLenum targetName; member in struct:deqp::gles2::Functional::LimitedStateInteger
2071 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMinimumValueTestCase(m_context, verifier, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].description, implementationMinLimits[testNdx].targetName, implementationMinLimits[testNdx].value)));
/external/deqp/modules/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) argument
201 , m_targetName (targetName)
222 MaxCombinedStageUniformComponentsCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLenum targetMaxUniformBlocksName, GLenum targetMaxUniformComponentsName) argument
224 , m_targetName (targetName)
293 GLenum targetName; member in struct:deqp::gles3::Functional::LimitedStateInteger64
306 FOR_EACH_VERIFIER(verifiers, addChild(new ConstantMinimumValue64TestCase(m_context, verifier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue)));
H A Des3fBooleanStateQueryTests.cpp415 IsEnabledStateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial) argument
417 , m_targetName (targetName)
763 GLenum targetName; member in struct:deqp::gles3::Functional::StateBoolean
782 FOR_EACH_VERIFIER(isEnabledVerifiers, addChild(new IsEnabledStateTestCase(m_context, verifier, (std::string(isEnableds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, isEnableds[testNdx].targetName, isEnableds[testNdx].value)));
H A Des3fIntegerStateQueryTests.cpp917 ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue) argument
919 , m_targetName (targetName)
940 ConstantMaximumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue) argument
942 , m_targetName (targetName)
1020 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName) argument
1022 , m_targetName (targetName)
2761 GLenum targetName; member in struct:deqp::gles3::Functional::LimitedStateInteger
2816 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMinimumValueTestCase(m_context, verifier, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].description, implementationMinLimits[testNdx].targetName, implementationMinLimits[testNdx].value)));
2818 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMaximumValueTestCase(m_context, verifier, (std::string(implementationMaxLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMaxLimits[testNdx].description, implementationMaxLimits[testNdx].targetName, implementationMaxLimits[testNdx].value)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-log4j.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-commons-logging.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java24 private String targetName; field in class:AnyTransliterator
29 public AnyTransliterator(String targetName, UnicodeFilter filter, RunIterator it){ argument
30 super("Any-" + targetName, filter);
31 this.targetName = targetName;
36 public AnyTransliterator(String targetName, UnicodeFilter filter){ argument
37 this(targetName, filter, new ScriptRunIterator());
51 if (targetName.equalsIgnoreCase(it.getName())) {
52 if (DEBUG) System.out.println("Skipping identical: " + targetName);
58 String id = it.getName() + '-' + targetName;
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp1221 Package::checkDependency(void *context, const char *itemName, const char *targetName) { argument
1224 if(me->findItem(targetName)<0) {
1226 fprintf(stderr, "Item %s depends on missing item %s\n", itemName, targetName);
/external/testng/src/main/java/org/testng/
H A DTestNGAntTask.java191 public void setOnHaltTarget(String targetName) { argument
192 m_onHaltTarget= targetName;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/ant/ org/eclipse/ant/internal/ ...

Completed in 797 milliseconds

123