HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 476 - 500 of 10182) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/value_store/
value_store_unittest.cc 31 const Value* expected, const Value* actual, std::string* error) {
32 if (expected == actual) {
35 if (expected && !actual) {
36 *error = "Expected: " + GetJSON(*expected) + ", actual: NULL";
39 if (actual && !expected) {
40 *error = "Expected: NULL, actual: " + GetJSON(*actual);
43 if (!expected->Equals(actual)) {
45 "Expected: " + GetJSON(*expected) + ", actual: " + GetJSON(*actual);
81 const ValueStoreChangeList& actual = actual_result->changes(); local
    [all...]
  /system/media/audio_utils/
tinysndfile.c 78 size_t actual; local
79 actual = fread(wav, sizeof(char), sizeof(wav), stream);
80 if (actual < 12) {
81 fprintf(stderr, "actual %u < 44\n", actual);
102 actual = fread(chunk, sizeof(char), sizeof(chunk), stream);
103 if (actual != sizeof(chunk)) {
104 fprintf(stderr, "actual %u != %u\n", actual, sizeof(chunk));
123 actual = fread(fmt, sizeof(char), 2, stream)
    [all...]
  /build/core/
copy_headers.mk 13 # actual rule.
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 129 SpannableString actual = (SpannableString) mCommaTokenizer.terminateToken(spannableString); local
130 assertEquals(expected.toString(), actual.toString());
131 assertEquals(0, actual.getSpanStart(what));
132 assertEquals(spannableString.length(), actual.getSpanEnd(what));
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
junit.stg 51 Object actual = examineExecResult(<tokenType>, retval);
54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual);
71 Object actual = examineExecResult(<tokenType>, retval);
74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.h 22 // Actual methods to control stats/crash reporting. Currently these
proxy_config_service.h 14 // that forwards net::ProxyConfigService interface to the actual implementation,
  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 21 // The second pass is the actual deletion of each object.
  /external/chromium/chrome/browser/sync/engine/
http_post_provider_factory.h 26 // This allows actual HttpPostProvider subclass implementations to be
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.h 6 // directed here. This class only responds to menu events, but the actual
  /external/chromium/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.h 33 // Utility class that does the actual import.
  /external/chromium/net/disk_cache/
file_block.h 20 // Returns a pointer to the actual data.
  /external/chromium/sdch/open-vcdiff/
THANKS 7 problems, suggesting various improvements or submitting actual
  /external/chromium/testing/gtest/test/
gtest_env_var_test.py 48 def AssertEq(expected, actual):
49 if expected != actual:
51 print ' Actual: %s' % (actual,)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_memorizingfile.py 52 for expected, actual in zip(expected_list, actual_list):
53 self.assertEqual(expected, actual)
73 for expected, actual, read in zip(expected_list, actual_list,
75 self.assertEqual(expected, actual)
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_builder.h 37 // Specifies to use an actual command-line backed command-line pref store.
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_cocoa_controller.h 6 // directed here. This class only responds to menu events, but the actual
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_tests.h 10 // TEST_EVENT in order to instantiate all the necessary actual tests. See
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
options.html 28 <span style="font-size:10px">* Canadian sound made by actual Canadian.</span>
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service.h 28 // The second pass is the actual deletion of each object.
  /external/chromium_org/content/common/gpu/client/
gpu_in_process_context_tests.cc 36 // Include the actual tests.
  /external/chromium_org/content/public/browser/
file_descriptor_info.h 14 // It also provides a way to know if the actual file descriptor should be
  /external/chromium_org/media/base/
scoped_histogram_timer.h 13 // macro is necessary to expand __COUNTER__ to an actual value.
  /external/chromium_org/net/disk_cache/
file_block.h 19 // Returns a pointer to the actual data.
  /external/chromium_org/net/tools/dump_cache/
dump_files.h 9 // to the actual files (they still may change if an error is detected on the

Completed in 1392 milliseconds

<<11121314151617181920>>