/external/chromium/chrome/browser/prefs/ |
pref_member.h | 103 // This method is used to do the actual sync with the preference. 138 // Do the actual initialization of the class. |observer| may be null if you 234 // This method is used to do the actual sync with pref of the specified type.
|
/external/chromium/net/base/ |
net_log_unittest.h | 39 << "Actual event: " << NetLog::EventTypeToString(entry.type) 45 << "Actual phase: " << entry.phase 51 << "Actual time: " << entry.time.ToInternalValue()
|
/external/chromium/net/disk_cache/ |
in_flight_io.h | 22 // Other than the actual parameters for the IO operation (including the 38 // Note that this method is not intended to cancel the actual IO operation or 102 // |cancel_task| is true if the actual task posted to the thread is still
|
sparse_control.h | 55 // Performs an actual sparse read or write operation for this entry. |op| is 57 // |buf_len| specify the actual data to use and |callback| is the callback 158 Bitmap children_map_; // The actual bitmap of children.
|
/external/chromium/testing/gtest/samples/ |
sample1_unittest.cc | 88 // EXPECT_EQ(expected, actual) is the same as 90 // EXPECT_TRUE((expected) == (actual)) 92 // except that it will print both the expected value and the actual
|
/external/chromium-libpac/test/ |
proxy_test_script.h | 30 "function expectEquals(expectation, actual) {\n" \ 31 " if (!(expectation === actual)) {\n" \ 32 " throw \"FAIL: expected: \" + expectation + \", actual: \" + actual;\n" \ 110 "function expectEq(expected, actual) {\n" \ 111 " if (expected != actual)\n" \ 112 " throw \"Expected \" + expected + \" but was \" + actual;\n" \ 139 " // We disregard the actual return value -- all we care about is that on\n" \ 451 "TestContext.prototype.expectEquals = function(expectation, actual) {\n" \ 452 " if (!(expectation === actual)) {\n" [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_handshake.py | 152 for expected, actual in zip(expected_list, actual_list): 154 self.assertEqual(name, actual._name) 155 self.assertEqual(parameters, actual._parameters)
|
/external/chromium_org/chrome/browser/google/ |
google_search_counter_unittest.cc | 48 // Weak ptr. Actual instance owned by GoogleSearchCounter. 139 // considered an actual search event. Note that this URL is not considered an 140 // actual search because it has no query string parameter ("q").
|
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index_types_unittest.cc | 19 const T& actual) { 20 if (expected_size != actual.size()) 23 if (expected[i] != actual[i])
|
/external/chromium_org/chrome/browser/password_manager/ |
password_form_data.cc | 88 const PasswordForm* actual = second[i]; local 93 if (*expected == *actual) { 100 LOG(ERROR) << "No match for:" << std::endl << *actual; local
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_test_utils.cc | 150 bool actual = !expected; // Purposely start with a mis-match. local 153 return GetBoolFromJS(contents, "!document.webkitHidden", &actual) && 154 actual == expected;
|
/external/chromium_org/chrome/utility/extensions/ |
unpacker_unittest.cc | 142 << "\", actual error: \"" << unpacker_->error_message() 160 << "\", actual error: \"" << unpacker_->error_message() 172 << "\", actual error: \"" << unpacker_->error_message()
|
/external/chromium_org/content/browser/resources/media/new/ |
webui_resource_test.js | 8 * @param {Object} observed The actual value. 77 * @param {!Array} observed The actual result. 101 * @param {*} observed The actual result.
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
CommandLineTest.java | 106 String[] actual = CommandLine.tokenizeQuotedAruments(toParse.toCharArray()); local 107 assertEquals(expected.length, actual.length); 109 assertEquals("comparing element " + i, expected[i], actual[i]);
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_test_utils.cc | 141 uint8 actual = pixels[offset + jj]; local 143 int diff = actual - expected; 146 EXPECT_EQ(expected, actual) << " at " << (xx + x) << ", " << (yy + y)
|
/external/chromium_org/net/base/ |
load_timing_info.h | 111 // actual socket. HTTP requests handled by the SPDY proxy itself all use the 112 // actual socket's ID. 118 // Start time as a base::Time, so times can be coverted into actual times.
|
net_log_unittest.h | 38 << "Actual event: " << NetLog::EventTypeToString(entry.type) 44 << "Actual phase: " << entry.phase 50 << "Actual time: " << entry.time.ToInternalValue()
|
/external/chromium_org/net/disk_cache/ |
disk_format.h | 65 int32 operation; // Actual in-flight operation. 81 int32 table_len; // Actual size of the table (0 == kIndexTablesize). 92 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled
|
in_flight_io.h | 22 // Other than the actual parameters for the IO operation (including the 38 // Note that this method is not intended to cancel the actual IO operation or 106 // |cancel_task| is true if the actual task posted to the thread is still
|
sparse_control.h | 56 // Performs an actual sparse read or write operation for this entry. |op| is 58 // |buf_len| specify the actual data to use and |callback| is the callback 159 Bitmap children_map_; // The actual bitmap of children.
|
/external/chromium_org/net/disk_cache/v3/ |
sparse_control_v3.h | 51 // Performs an actual sparse read or write operation for this entry. |op| is 53 // |buf_len| specify the actual data to use and |callback| is the callback 157 Bitmap children_map_; // The actual bitmap of children.
|
/external/chromium_org/net/dns/ |
dns_config_service_unittest.cc | 192 service_->OnHostsRead(config2.hosts); // Not an actual change. 222 // Actual change in config, so expect an update, but it should be empty. 228 // Actual change in config, so expect an update, but it should be empty.
|
dns_session_unittest.cc | 172 const PoolEvent actual = events_.front(); 173 if ((expected.action != actual.action) 174 || (expected.server_index != actual.server_index)) {
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_params.h | 41 // and the actual code will use this for defining the parameters: 180 // This template defines the actual list of policy parameters for a given 182 // Warning: This template stores the address to the actual variables, in
|
sharedmem_ipc_client.h | 96 // the actual shared memory IPC implementation class. This object is designed 113 // Performs the actual IPC call. 119 // to check on the answer structure to see the actual IPC result.
|