/external/proguard/build/ |
D | makefile | 9 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 …]
|
D | build.sh | 21 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/ |
D | rnn_common.py | 163 prediction_dict[prediction_key.PredictionKey.CLASSES], labels, 170 predictions=prediction_dict[prediction_key.PredictionKey.CLASSES], 301 predictions_name = (prediction_key.PredictionKey.CLASSES
|
D | dynamic_rnn_estimator_test.py | 193 {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]
|
D | head.py | 911 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 …]
|
D | prediction_key.py | 31 CLASSES = "classes" variable in PredictionKey
|
D | debug.py | 220 key = prediction_key.PredictionKey.CLASSES
|
D | svm.py | 167 key = prediction_key.PredictionKey.CLASSES
|
D | model_fn.py | 239 classes = output_tensors.get(prediction_key.PredictionKey.CLASSES)
|
D | state_saving_rnn_estimator_test.py | 586 prediction_key.PredictionKey.CLASSES, 589 predictions = prediction_dict[prediction_key.PredictionKey.CLASSES]
|
D | dynamic_rnn_estimator.py | 291 predictions_name = (prediction_key.PredictionKey.CLASSES
|
D | head_test.py | 1810 ("head1", prediction_key.PredictionKey.CLASSES), 1813 ("head2", prediction_key.PredictionKey.CLASSES), 1825 prediction_key.PredictionKey.CLASSES, 1829 prediction_key.PredictionKey.CLASSES,
|
D | dnn.py | 457 key = prediction_key.PredictionKey.CLASSES
|
/external/caliper/caliper/src/main/java/com/google/caliper/json/ |
D | NaturallySortedMapTypeAdapterFactory.java | 41 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/ |
D | InstrProcessor.java | 244 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/ |
D | genIndexFilters.bat | 43 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/ |
D | estimator_utils.py | 53 prediction_key.PredictionKey.CLASSES: value.classes
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | ExamplesTest.java | 50 for (Class<?> exampleClass : AllExamples.CLASSES) { in testExamplesRun()
|
/external/testng/src/test/java/test/thread/ |
D | ParallelTestTest.java | 37 verifyExpected(XmlSuite.ParallelMode.CLASSES, 2); in verifyParallelClasses()
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 2419 …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/ |
D | eval_metrics.py | 32 INFERENCE_PRED_NAME = prediction_key.PredictionKey.CLASSES
|
/external/tensorflow/tensorflow/contrib/kernel_methods/python/ |
D | kernel_estimators.py | 321 key = prediction_key.PredictionKey.CLASSES
|
/external/testng/src/main/java/org/testng/reporters/ |
D | SuiteHTMLReporter.java | 39 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/ |
D | sdca_estimator.py | 401 key = prediction_key.PredictionKey.CLASSES
|
/external/testng/src/main/java/org/testng/ |
D | TestRunner.java | 734 XmlSuite.ParallelMode.CLASSES, XmlSuite.ParallelMode.INSTANCES); 853 XmlSuite.ParallelMode.CLASSES.equals(m_xmlTest.getParallel())) { in createClassBasedParallelWorkers() 998 XmlSuite.ParallelMode.CLASSES);
|