HomeSort by relevance Sort by last modified time
    Searched refs:correct (Results 26 - 50 of 379) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/pairing/
controller_pairing_controller.h 88 virtual void SetConfirmationCodeIsCorrect(bool correct) = 0;
fake_controller_pairing_controller.h 75 virtual void SetConfirmationCodeIsCorrect(bool correct) OVERRIDE;
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py 80 * "rpc_controller" is of the correct type for the RPC implementation being
81 used by this Service. For stubs, the "correct type" depends on the
  /external/protobuf/python/google/protobuf/
service.py 80 * "rpc_controller" is of the correct type for the RPC implementation being
81 used by this Service. For stubs, the "correct type" depends on the
  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 220 bool correct = true; local
221 if ((value.size() + 1) % 5 != 0) correct = false;
222 for (size_t i = 0; i + 4 <= value.size() && correct; i += 5) {
224 if (i > 4 && value[i - 1] != ',') correct = false;
226 if (!correct) {
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_accessibility_helper.js 36 keysText = keysText.toLowerCase(); // For correct pronunciation.
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_browsertest.js 26 // Test opening font settings has correct location.
language_options_browsertest.js 19 // Test opening language options has correct location.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 10 ;; [7] correct generation of BSS addresses
  /external/iputils/
Makefile 203 @echo "Please, set correct KERNEL_INCLUDE"; false
207 echo "Please, set correct KERNEL_INCLUDE"; false; fi
  /external/pcre/dist/
pcre_ucd.c     [all...]
  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 64 # remainder of arguments are correct for clone system call
  /external/chromium_org/third_party/markupsafe/
__init__.py 160 correct subclass.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-131994.js 42 // Assert correct break point.
44 // Assert correct value.
regress-1229.js 68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
126 // Check that %_IsConstructCall returns correct value when inlined
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 93 int correct = 0; local
114 correct++;
121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
122 ASSERT_LE(min_expected, correct);
123 ASSERT_GE(max_expected, correct);
  /external/chromium_org/extensions/test/data/
serial_unittest.js 162 // Test that the correct error message is returned when an error occurs in
169 // Test that the correct error message is returned when an error occurs in
177 // Test that the correct error message is returned when an invalid bit-rate
192 // Test that a connection created with no options has the correct default
437 // Check that the correct data is echoed twice.
621 // Test that disconnect returns the correct error for a connection ID that
627 // Test that getInfo returns the correct error for a connection ID that does
633 // Test that update returns the correct error for a connection ID that does
639 // Test that setControlSignals returns the correct error for a connection ID
646 // Test that getControlSignals returns the correct error for a connection I
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 461 SkRect correct = *rect; local
469 correct.fLeft += metrics.fXMin;
470 correct.fTop += metrics.fTop;
471 correct.fRight += metrics.fXMax;
472 correct.fBottom += metrics.fBottom;
474 SkASSERTF(paint.getTextSize() < 0.001f || rect->contains(correct),
  /external/libunwind/doc/
libunwind-setjmp.tex 46 \item The correct operation of this library depends on the presence of
47 correct unwind information. On newer platforms, this is rarely an
50 unwound during a \Func{longjmp}() have correct unwind information
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 135 boolean correct = (i == correctAnswerIndex);
142 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
189 quizReportText.append(" " + getString(R.string.correct) + "\n");
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 135 boolean correct = (i == correctAnswerIndex);
142 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
189 quizReportText.append(" " + getString(R.string.correct) + "\n");
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java 135 boolean correct = (i == correctAnswerIndex);
142 updateOperation.putExtra(UpdateQuestionService.EXTRA_QUESTION_CORRECT, correct);
189 quizReportText.append(" " + getString(R.string.correct) + "\n");
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 56 // next one is for sure correct.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonErrorNode.js 42 // next one is for sure correct.
  /external/chromium-libpac/test/js-unittest/
bindings.js 3 // verifying the correct C++ bindings were reached with expected values.

Completed in 842 milliseconds

12 3 4 5 6 7 8 91011>>