HomeSort by relevance Sort by last modified time
    Searched refs:targetName (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/vulkancts/
build_spirv_binaries.py 44 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}")
48 def getBuildConfig (buildPathPtrn, targetName, buildType):
50 targetName = targetName,
53 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
89 dest="targetName",
103 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 107 final String targetName = TestTarget.class.getName();
117 getTargetClass(targetName), targetName);
127 memoryClassLoader.addDefinition(targetName, instrumented);
128 final Class<?> targetClass = memoryClassLoader.loadClass(targetName);
145 analyzer.analyzeClass(getTargetClass(targetName), targetName);
  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.cpp 61 IsEnabledStateTestCase (Context& context, QueryType verifier, const char* name, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVersion)
64 , m_targetName (targetName)
138 glw::GLenum targetName;
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));
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 24 private String targetName;
29 public AnyTransliterator(String targetName, UnicodeFilter filter, RunIterator it){
30 super("Any-" + targetName, filter);
31 this.targetName = targetName;
36 public AnyTransliterator(String targetName, UnicodeFilter filter){
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
ant-commons-logging.jar 
  /external/deqp/scripts/
build_caselists.py 49 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}")
59 def getBuildConfig (buildPathPtrn, targetName, buildType):
61 targetName = targetName,
64 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
127 dest="targetName",
146 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
  /frameworks/base/libs/androidfw/tests/
Idmap_test.cpp 52 char targetName[256] = "com.android.test.basic";
54 targetName, targetName, &mData, &mDataSize));
  /external/deqp/executor/tools/
xeMergeTestLogs.cpp 76 if (!info.targetName.empty()) combinedInfo.targetName = info.targetName;
86 if (combinedInfo.targetName.empty()) combinedInfo.targetName = info.targetName;
  /external/jetty/src/java/org/eclipse/jetty/util/
IntrospectionUtil.java 86 public static Field findField (Class<?> clazz, String targetName, Class<?> targetType, boolean checkInheritance, boolean strictType)
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/deqp/modules/gles3/functional/
es3fInteger64StateQueryTests.cpp 199 ConstantMinimumValue64TestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue)
201 , m_targetName (targetName)
222 MaxCombinedStageUniformComponentsCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLenum targetMaxUniformBlocksName, GLenum targetMaxUniformComponentsName)
224 , m_targetName (targetName)
293 GLenum targetName;
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)));
  /external/icu/icu4c/source/tools/toolutil/
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
146 static void checkDependency(void *context, const char *itemName, const char *targetName);
  /external/javassist/src/test/test/javassist/proxy/
ProxyCacheGCTest.java 67 String targetName = "test.javassist.MyTarget_" + counter;
69 CtClass ctTargetClass = classPool.makeClass(targetName);
  /frameworks/base/core/java/android/transition/
TransitionSet.java 224 public TransitionSet addTarget(String targetName) {
226 mTransitions.get(i).addTarget(targetName);
228 return (TransitionSet) super.addTarget(targetName);
285 public Transition excludeTarget(String targetName, boolean exclude) {
287 mTransitions.get(i).excludeTarget(targetName, exclude);
289 return super.excludeTarget(targetName, exclude);
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 379 private void copyFile(String sourcePath, IParcelFileDescriptorFactory target, String targetName)
381 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName);
387 target.open(targetName, ParcelFileDescriptor.MODE_READ_WRITE));
395 private void copyFile(String sourcePath, File targetDir, String targetName,
398 final File targetFile = new File(targetDir, targetName);
406 final String publicTargetName = PackageHelper.replaceEnd(targetName,
  /external/pdfium/fpdfsdk/src/javascript/
event.h 38 FX_BOOL targetName(IJS_Context* cc,
70 JS_STATIC_PROP(targetName, event);
  /external/deqp/executor/
xeBatchResult.hpp 44 std::string targetName;
xeTestLogParser.cpp 96 else if (deStringEqual(attribute, "targetName"))
97 m_sessionInfo.targetName = value;
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
AntScriptGenerator.java 189 String targetName = target.osFileName;
190 if (targetName == null) targetName = target.os.toString().toLowerCase() + (target.is64Bit ? "64" : "32");
191 return config.libsDir.child(targetName).path().replace('\\', '/');
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 203 String targetName = m.group(1);
206 targetLevel = Integer.parseInt(targetName);
213 if (version.isPreview() && targetName.equals(version.getCodename())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 517 String targetName = mPalette.getCurrentTarget().hashString();
520 if (targetName.startsWith(androidTargetNamePrefix)) {
521 targetName = targetName.substring(androidTargetNamePrefix.length());
530 targetName = cleanup(targetName);
533 String dirName = String.format("palette-preview-r16b-%s-%s-%s", targetName,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 191 protected Target getTargets(String targetName) {
193 if (targetName != null) {
198 TestFmwk test = getSubtest(targetName);
202 target = this.new Target(targetName);
205 target = this.new Target(targetName);
428 String targetName;
434 public ClassTarget(String targetName) {
436 this.targetName = targetName;
449 Target target = randomize(getTargets(targetName));
    [all...]
ModuleTest.java 50 protected Target getTargets(String targetName) {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 190 protected Target getTargets(String targetName) {
192 if (targetName != null) {
197 TestFmwk test = getSubtest(targetName);
201 target = this.new Target(targetName);
204 target = this.new Target(targetName);
427 String targetName;
433 public ClassTarget(String targetName) {
435 this.targetName = targetName;
448 Target target = randomize(getTargets(targetName));
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 107 String targetName,
110 Filter target = getFilter(targetName);
116 "Attempting to connect unknown target filter '" + targetName + "'!");

Completed in 1197 milliseconds

1 2 3 4 5 6 7 8 91011>>