Home
last modified time | relevance | path

Searched refs:CLASSES (Results 1 – 25 of 43) sorted by relevance

12

/external/proguard/build/
Dmakefile9 CLASSES = $(PROGUARD_HOME)/classes macro
33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
39 -C $(CLASSES) $(dir $<)
44 -C $(CLASSES) $(dir $<)
79 -rm -fr $(CLASSES) $(LIB)
83 ….properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
87 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
92 $(CLASSES) $(LIB):
95 $(CLASSES)/%.class: $(SRC)/%.java
98 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
[all …]
Dbuild.sh21 CLASSES=classes
51 javac -nowarn -Xlint:none -sourcepath "$SRC" -d "$CLASSES" \
58 -exec cp --parents {} "../$CLASSES" \; )
63 jar -cfm "$2" "$SRC/$(dirname $1)/MANIFEST.MF" -C "$CLASSES" $(dirname $1)
68 jar -uf "$PROGUARD_JAR" -C "$CLASSES" $(dirname $1)
75 mkdir -p "$CLASSES"
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Drnn_common.py163 prediction_dict[prediction_key.PredictionKey.CLASSES], labels,
170 predictions=prediction_dict[prediction_key.PredictionKey.CLASSES],
301 predictions_name = (prediction_key.PredictionKey.CLASSES
Ddynamic_rnn_estimator_test.py193 {prediction_key.PredictionKey.CLASSES: True,
198 {prediction_key.PredictionKey.CLASSES: True,
212 {prediction_key.PredictionKey.CLASSES: True,
493 pred_all_at_once[prediction_key.PredictionKey.CLASSES]
495 pred_step_by_step[prediction_key.PredictionKey.CLASSES],
634 prediction_key.PredictionKey.CLASSES,
638 predictions = prediction_dict[prediction_key.PredictionKey.CLASSES]
772 prediction_key.PredictionKey.CLASSES,
777 predictions = prediction_dict[prediction_key.PredictionKey.CLASSES]
Dhead.py911 prediction_key.PredictionKey.CLASSES:
915 name=prediction_key.PredictionKey.CLASSES)
922 classes = predictions[prediction_key.PredictionKey.CLASSES]
1127 logits, 1, name=prediction_key.PredictionKey.CLASSES)
1139 prediction_key.PredictionKey.CLASSES: classes
1150 classes = predictions[prediction_key.PredictionKey.CLASSES]
1298 prediction_key.PredictionKey.CLASSES:
1302 name=prediction_key.PredictionKey.CLASSES)
1314 classes = predictions[prediction_key.PredictionKey.CLASSES]
1402 prediction_key.PredictionKey.CLASSES:
[all …]
Dprediction_key.py31 CLASSES = "classes" variable in PredictionKey
Ddebug.py220 key = prediction_key.PredictionKey.CLASSES
Dsvm.py167 key = prediction_key.PredictionKey.CLASSES
Dmodel_fn.py239 classes = output_tensors.get(prediction_key.PredictionKey.CLASSES)
Dstate_saving_rnn_estimator_test.py586 prediction_key.PredictionKey.CLASSES,
589 predictions = prediction_dict[prediction_key.PredictionKey.CLASSES]
Ddynamic_rnn_estimator.py291 predictions_name = (prediction_key.PredictionKey.CLASSES
Dhead_test.py1810 ("head1", prediction_key.PredictionKey.CLASSES),
1813 ("head2", prediction_key.PredictionKey.CLASSES),
1825 prediction_key.PredictionKey.CLASSES,
1829 prediction_key.PredictionKey.CLASSES,
Ddnn.py457 key = prediction_key.PredictionKey.CLASSES
/external/caliper/caliper/src/main/java/com/google/caliper/json/
DNaturallySortedMapTypeAdapterFactory.java41 private static final ImmutableSet<Class<? extends SortedMap>> CLASSES = field in NaturallySortedMapTypeAdapterFactory
47 if (!CLASSES.contains(typeToken.getRawType()) in create()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessor.java244 return isClass ? Files.newFile (m_outDir, CLASSES) : Files.newFile (m_outDir, LIB); in getFullOutDir()
270 protected static final String CLASSES = "classes"; field in InstrProcessor
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DgenIndexFilters.bat43 my $CLASSES = "../../../../../classes";
119 my $set = `java -classpath $CLASSES com.ibm.tools.translit.genIndexFilters $ID $NFXD $lower`;
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Destimator_utils.py53 prediction_key.PredictionKey.CLASSES: value.classes
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java50 for (Class<?> exampleClass : AllExamples.CLASSES) { in testExamplesRun()
/external/testng/src/test/java/test/thread/
DParallelTestTest.java37 verifyExpected(XmlSuite.ParallelMode.CLASSES, 2); in verifyParallelClasses()
/external/python/cpython2/PC/VS7.1/
Dpython20.wse2419 …Text=On Win2K, a user without Admin privs has to register extensions under HKCU\Software\CLASSES i…
2547 Key=Software\CLASSES\Python.File
2553 Key=Software\CLASSES\Python.File\shell\open\command
2559 Key=Software\CLASSES\Python.File\DefaultIcon
2567 Key=Software\CLASSES\Python.NoConFile
2573 Key=Software\CLASSES\Python.NoConFile\shell\open\command
2579 Key=Software\CLASSES\Python.NoConFile\DefaultIcon
2587 Key=Software\CLASSES\Python.CompiledFile
2593 Key=Software\CLASSES\Python.CompiledFile\shell\open\command
2599 Key=Software\CLASSES\Python.CompiledFile\DefaultIcon
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py32 INFERENCE_PRED_NAME = prediction_key.PredictionKey.CLASSES
/external/tensorflow/tensorflow/contrib/kernel_methods/python/
Dkernel_estimators.py321 key = prediction_key.PredictionKey.CLASSES
/external/testng/src/main/java/org/testng/reporters/
DSuiteHTMLReporter.java39 public static final String CLASSES = "classes.html"; field in SuiteHTMLReporter
227 Utils.writeFile(getOutputDirectory(xmlSuite), CLASSES, sb.toString()); in generateClasses() local
604 .append("<a target='mainFrame' href='").append(CLASSES).append("'>") in generateTableOfContents()
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_estimator.py401 key = prediction_key.PredictionKey.CLASSES
/external/testng/src/main/java/org/testng/
DTestRunner.java734 XmlSuite.ParallelMode.CLASSES, XmlSuite.ParallelMode.INSTANCES);
853 XmlSuite.ParallelMode.CLASSES.equals(m_xmlTest.getParallel())) { in createClassBasedParallelWorkers()
998 XmlSuite.ParallelMode.CLASSES);

12