HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 201 - 225 of 9472) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ceres-solver/internal/ceres/
residual_block.cc 173 // Correct for the effects of the loss function. The jacobians need to be
175 Corrector correct(squared_norm, rho);
181 // Correct the jacobians for the loss function.
182 correct.CorrectJacobian(num_residuals,
190 // Correct the residuals with the loss function.
192 correct.CorrectResiduals(num_residuals, residuals);
  /external/chromium_org/chrome/browser/ui/webui/options/
preferences_browsertest.h 124 // Preferences class fires the correct notification in JavaScript and commits
131 // Preferences class fires the correct notification in JavaScript and does
137 // value through the JavaScript Preferences class fires the correct
143 // the JavaScript Preferences class fires the correct notification in
148 // through the JavaScript Preferences class fires the correct notification in
153 // value through the JavaScript Preferences class fires the correct
  /external/android-mock/livetests/com/google/android/testing/mocking/test/
MockingTest.java 28 * Tests that Android Mock provides correct mocks when running on a Dalvik VM.
35 * comes from the pre-generated set, and it corresponds to the correct
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 49 assertTrue("Did not construct correct TreeSet", new TreeSet().isEmpty());
61 assertTrue("TreeSet does not contain correct elements", myTreeSet
71 assertTrue("Did not construct correct TreeSet", myTreeSet.isEmpty());
92 assertTrue("TreeSet is not correct size",
95 assertTrue("TreeSet does not contain correct elements",
97 assertTrue("TreeSet does not answer correct comparator", anotherTreeSet
175 // Correct
248 // Correct
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 88 // Test that the initial state is correct.
97 // final state is correct.
  /external/chromium/chrome/browser/ui/webui/
fileicon_source.cc 39 // The correct encoding on Linux may not actually be UTF8.
64 // Rely on image decoder inferring the correct type.
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 89 // Test that the initial state is correct.
98 // final state is correct.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
form_data_parser.h 53 // Creates a correct parser instance based on the |request|. Returns NULL
57 // Creates a correct parser instance based on |content_type_header|, the
  /external/chromium_org/chrome/browser/net/
dns_probe_runner_unittest.cc 71 RunTest(MockDnsClientRule::OK, DnsProbeRunner::CORRECT);
87 RunTest(MockDnsClientRule::OK, DnsProbeRunner::CORRECT);
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 56 // Verify TabModel has the correct profile and profile type.
77 // Verify TabModel has the correct profile and profile type.
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.h 65 // consisting only of correct words as a correct word.
  /external/chromium_org/content/browser/speech/proto/
google_streaming_api.proto 52 // is correct. This field is only provided for interim (final=false) results.
62 // system is more confident that the recognition is correct.
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
comparator.h 45 // i.e., an implementation of this method that does nothing is correct.
52 // i.e., an implementation of this method that does nothing is correct.
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 52 echo "$pass/$total tests returned correct results"
71 echo "$pass/$total tests returned correct results"
  /external/chromium_org/v8/test/mjsunit/regress/
regress-131994.js 41 // Assert correct break point.
43 // Assert correct value.
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 2 // Require the template function declaration refer to the correct filename.
5 // Second: Require that filehandle refer to the correct filename:
  /external/genext2fs/
test.sh 31 # Usage: dtest file-size number-of-blocks correct-checksum
43 # Usage: ftest spec-file number-of-blocks correct-checksum
  /external/llvm/test/MC/Mips/
elf-bigendian.ll 12 ; Make sure that a section table (text) entry is correct.
30 ; See that at least first 3 instructions are correct: GP prologue
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 52 echo "$pass/$total tests returned correct results"
71 echo "$pass/$total tests returned correct results"
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 253 * @return true for correct operation; false if error happens
260 * @return true for correct operation; false if error happens
274 * @return true for correct operation; false if error happens.
283 * @return true for correct operation; false if error happens.
292 * @return true for correct operation; false if error happens.
300 * @return true for correct operation; false if error happens
308 * @return true for correct operation; false if error happens
316 * @return true for correct operation; false if error happens
335 * @return true newfor correct operation; false if error happens
363 * @return true newfor correct operation; false if error happen
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LocalReceiver.java 42 //resultString = "This is the correct behavior but not yet implemented";
58 //resultString = "This is the correct behavior but not yet implemented";
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
EventLogTags.logtags 45 # uses a new tag, "gsm_rat_switched_new", to log the correct service states.
80 # to log the correct "network_from" and "network_to" service states.
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastCursorAdapter.java 41 * moved to the correct position.
62 * moved to the correct position.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
SpannedTestUtils.java 52 * Assert span exists in the correct location.
75 * Asserts that the given character sequence is not a Spanned object and text is correct.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTests.java 134 assertEquals("simple auto-correct", EXPECTED_RESULT, mEditText.getText().toString());
141 assertEquals("auto-correct with quote", EXPECTED_RESULT, mEditText.getText().toString());
148 assertEquals("auto-correct with period", EXPECTED_RESULT, mEditText.getText().toString());
157 assertEquals("auto-correct with period then revert", EXPECTED_RESULT,
167 assertEquals("auto-correct with space then revert", EXPECTED_RESULT,
177 assertEquals("auto-correct with space does not revert", EXPECTED_RESULT,
214 assertEquals("auto correct then move cursor to start of line then backspace",
229 assertEquals("auto correct then move cursor then backspace",

Completed in 1064 milliseconds

1 2 3 4 5 6 7 891011>>