HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 701 - 725 of 10423) sorted by null

<<21222324252627282930>>

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
PassCommandHandler.java 30 * <li>If the specified password is not correct, then reply with 530</li>
  /external/nanopb-c/examples/using_union_messages/
encode.c 13 * the top-level pb_field_t array manually, in order to encode a correct
  /external/opencv3/doc/py_tutorials/py_ml/py_knn/py_knn_opencv/
py_knn_opencv.markdown 52 correct = np.count_nonzero(matches)
53 accuracy = correct*100.0/result.size
110 correct = np.count_nonzero(result == labels)
111 accuracy = correct*100.0/10000
  /external/opencv3/modules/java/src/
video+KalmanFilter.java 78 // C++: Mat correct(Mat measurement)
81 //javadoc: KalmanFilter::correct(measurement)
82 public Mat correct(Mat measurement) method in class:KalmanFilter
389 // C++: Mat correct(Mat measurement)
  /external/owasp/sanitizer/src/main/org/owasp/html/
TCB.java 37 * correct.
  /external/ppp/pppd/
ccp.h 38 bool deflate_correct; /* use correct code for deflate? */
  /external/ppp/pppd/plugins/radius/
util.c 23 * Purpose: Turns printable string into correct tm struct entries.
  /external/regex-re2/util/
atomicops.h 48 // this is a correct fallback.
  /external/selinux/policycoreutils/restorecond/
restorecond.init 8 # correct security context.
  /external/skia/gm/
recordopts.cpp 35 // This detector detects that color filter phase of the pixel pipeline receives the correct value.
40 // This detector detects that image filter phase of the pixel pipeline receives the correct value.
128 // Draws two columns of rectangles. The test is correct when:
146 // to keep the color value correct over time.
transparency.cpp 63 * checkerboard pattern looks correct.
  /external/skia/tools/skiaserve/urlhandlers/
InfoHandler.cpp 57 // We don't want the null terminator so strlen is correct
  /external/tlsdate/
TLSDATEPOOL 28 should only host records of machines that have correct timing information in
  /external/tpm2/
PCR_Extend.c 29 // hash algorithms are correct, the unmarshaling code will unmarshal a digest
  /external/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.
regress-7.js 28 // Test correct truncation of tagged values.
regress-96989.js 31 // Test correct handling of uninitialized const.
truncating-store.js 85 // This is not valid asm.js, but we should still generate correct code.
  /external/v8/test/mjsunit/regress/
regress-100702.js 28 // Regression test for correct handling of non-object receiver values
regress-1129.js 32 // Create RegExp that is syntactically correct, but throws a stack overflow
regress-1647.js 30 // Test for correct deoptimization in named function expressions.
regress-45469.js 28 // Test that global regexps capture and fail in the correct cyclic way.
regress-builtin-array-op.js 28 // Test that we invoke the correct sort function in
regress-crbug-425585.js 29 var correct_result = "This is the correct result.";
  /external/v8/test/webkit/
Array-isArray.js 24 description("Test to ensure correct behaviour of Array.array");

Completed in 474 milliseconds

<<21222324252627282930>>