HomeSort by relevance Sort by last modified time
    Searched full:means (Results 1 - 25 of 9678) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
libvexmultiarch_test.vgtest 3 # below args means:
fork.c 14 printing means we can detect if we correctly get a zero result and a
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
  /external/mockito/src/org/mockito/mock/
MockName.java 18 * default name means generated by Mockito. non-default means the user has named the mock at creation.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
VectorialMean.java 34 /** Means for each component. */
35 private final Mean[] means; field in class:VectorialMean
41 means = new Mean[dimension];
43 means[i] = new Mean();
53 if (v.length != means.length) {
54 throw new DimensionMismatchException(v.length, means.length);
57 means[i].increment(v[i]);
66 double[] result = new double[means.length];
68 result[i] = means[i].getResult();
78 return (means.length == 0) ? 0 : means[0].getN()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 27 /* UNKNOWN means the ICC state is unknown */
29 /* NOT_READY means the ICC interface is not ready (eg, radio is off or powering on) */
31 /* ABSENT means ICC is missing */
33 /* CARD_IO_ERROR means for three consecutive times there was SIM IO error */
35 /* LOCKED means ICC is locked by pin or by network */
39 /* INTERNAL LOCKED means ICC is locked by pin or by network */
41 /* READY means ICC is ready to access */
43 /* IMSI means ICC IMSI is ready in property */
45 /* LOADED means all ICC records, including IMSI, are loaded */
49 /* PIN means ICC is locked on PIN1 *
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_locked_burst.py 62 means = its.image.compute_image_means(tile)
63 r_means.append(means[0])
64 g_means.append(means[1])
65 b_means.append(means[2])
68 for means in [r_means, g_means, b_means]:
69 spread = max(means) - min(means)
71 " (min/max: ", min(means), "/", max(means), ")"
test_tonemap_sequence.py 40 means = []
49 means.append(tile.mean(0).mean(0))
58 means.append(tile.mean(0).mean(0))
61 deltas = [numpy.max(numpy.fabs(means[i+1]-means[i])) \
62 for i in range(len(means)-1)]
test_burst_sameness_manual.py 63 means = its.image.compute_image_means(tile)
64 r_means.append(means[0])
65 g_means.append(means[1])
66 b_means.append(means[2])
78 for means in [r_means, g_means, b_means]:
79 spread = max(means) - min(means)
test_param_exposure_time.py 62 for means in [r_means, g_means, b_means]:
63 for i in range(len(means)-1):
64 assert(means[i+1] > means[i])
test_param_sensitivity.py 67 for means in [r_means, g_means, b_means]:
68 for i in range(len(means)-1):
69 assert(means[i+1] > means[i])
  /external/eigen/doc/snippets/
ComplexSchur_matrixT.cpp 3 ComplexSchur<MatrixXcf> schurOfA(A, false); // false means do not compute U
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
AbstractMeanVerification.java 53 * Return the means of the event values.
60 float[] means = new float[mSums.length]; local
62 means[i] = mSums[i] / mCount;
64 return means;
MeanVerification.java 30 * A {@link ISensorVerification} which verifies that the means matches the expected measurement.
92 float[] means = getMeans(); local
98 if (means.length > 1) {
102 for (int i = 0; i < means.length; i++) {
103 if (Math.abs(means[i] - mExpected[i]) > mThreshold[i]) {
106 meanSb.append(String.format("%.2f", means[i]));
107 if (i != means.length - 1) meanSb.append(", ");
109 if (i != means.length - 1) expectedSb.append(", ");
111 if (means.length > 1) {
117 stats.addValue(SensorStats.MEAN_KEY, means);
    [all...]
  /external/llvm/tools/llvm-symbolizer/
CMakeLists.txt 3 # This means that we need LLVM libraries to be compiled for these
  /ndk/
ndk-gdb-py 16 # -u means unbuffered standard io.
  /packages/providers/TvProvider/res/values/
config.xml 17 <!-- Maximum age of program in days. 0 means forever. -->
20 <!-- Maximum age of watch history in days. 0 means forever. -->
23 <!-- Maximum number of entries for watch history. 0 means infinite. -->
  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_auto.py 70 means = its.image.compute_image_means(tile)
71 r_means.append(means[0])
72 g_means.append(means[1])
73 b_means.append(means[2])
85 for means in [r_means, g_means, b_means]:
86 spread = max(means) - min(means)
  /external/proguard/src/proguard/
Configuration.java 67 * means no directories. An empty list means all directories. The directory
101 * An empty file name means the standard output.
116 * members. An empty file name means the standard output.
137 * performed. A <code>null</code> list means all optimizations. The
175 * An empty file name means the standard output.
216 * A <code>null</code> list means no names. An empty list means all
236 * A <code>null</code> list means no attributes. An empty list means al
    [all...]
  /external/jemalloc/android/test/
run_jemalloc_tests.sh 80 # 0 means all tests passed.
81 # 1 means all tests passed but some tests were skipped.
82 # 2 means at least one failure.
  /external/valgrind/massif/tests/
deep.c 5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon
8 // - In deep-C.vgtest, we have --alloc-fn=a3..a12, which means that get_XCon
11 // - In deep-D.vgtest, we have --alloc-fn=main..a12, which means we have a
  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 34 /** Desired address family for results. (Such as AF_INET6 for IPv6. AF_UNSPEC means "any".) */
37 /** Socket type. (Such as SOCK_DGRAM. 0 means "any".) */
40 /** Protocol. (Such as IPPROTO_IPV6 IPv6. 0 means "any".) */
  /external/mesa3d/src/glsl/builtins/tools/
generate_outerProductGLSL.py 16 gen(2,3) # mat2x3 means 2 columns, 3 rows
  /external/selinux/policycoreutils/mcstrans/
TODO 11 Reevaluate the means of determining whether inverse bits are used in a domain.
  /system/bt/doc/
properties.md 11 ### TODO: write descriptions of what each property means and how

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>