Searched refs:difference (Results 1 - 7 of 7) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmt-tools/
H A DDMTDiff6 # General Description: This script helps to find difference between two DM Trees. The script receives
76 #Call the com.mot.dm.tool.DMTSTool to to find difference
80 $JAVA_HOME/bin/java -classpath lib/GenTool.jar com.mot.dm.tool.DMTSTool $VERBOSE -difference $DMT1 $DMT2
/packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/tool/
H A DDMTSTool.java9 private static boolean difference = false; field in class:DMTSTool
20 " -difference find difference between given files ");
61 else if (arg.equals("-difference")) {
62 difference = true;
84 if (difference) {
117 if (!conversion && !difference ) {
119 "\nRequired parameter (-conversion or -difference) is missing...");
122 else if (conversion && difference) {
124 "\nParameters -conversion and -difference canno
[all...]
/packages/apps/Camera2/src/com/android/camera/util/
H A DGusterpolator.java75 float difference = input - quantized;
76 float weight = difference / STEP_SIZE;
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java311 int difference = WifiManager.compareSignalLevel(other.mRssi, mRssi);
312 if (difference != 0) {
313 return difference;
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A DGenTool.jarMETA-INF/ META-INF/MANIFEST.MF com/mot/dm/core/Archives.class Gen.java ...
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 103 milliseconds