Searched
full:actual (Results
1476 -
1500 of
10182) sorted by null
<<51525354555657585960>>
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 231 actual = minidom.parse(xml_path) 232 self.NormalizeXml(actual.documentElement) 234 actual.documentElement) 236 actual .unlink()
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
indentation.py | 77 actual line number or the one before it in the case of a mis-wrapped 208 actual = self._GetActualIndentation(token) 220 if actual >= 0 and actual not in expected: 226 ['%d' % x for x in expected]), actual), 228 Position(actual, expected[0])]) 229 self._start_index_offset[token.line_number] = expected[0] - actual 392 """Gets the actual indentation of the line containing the given token. 398 The actual indentation of the line containing the given token. Returns
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_dispatch.py | 111 for expected, actual in zip(expected_paths, paths): 112 self.assertEqual(expected, actual) 144 for expected, actual in zip(expected_warnings, warnings): 145 self.assertEquals(expected, actual)
|
/external/chromium_org/android_webview/browser/renderer_host/ |
print_manager.h | 53 // asynchronous, the actual printing will not be completed on the return of
|
/external/chromium_org/android_webview/common/ |
aw_hit_test_data.h | 49 // Java API, but the actual tag can be something other than <a>, such as
|
/external/chromium_org/ash/launcher/ |
launcher_model.h | 33 // modified to meet type-based ordering. Returns the actual insertion index.
|
/external/chromium_org/ash/wm/ |
partial_screenshot_view.h | 71 // ScreenshotDelegate to take the actual screenshot. No ownership.
|
/external/chromium_org/base/allocator/ |
README | 28 (currently, the actual locations are defined in the allocator.gyp file).
|
/external/chromium_org/cc/layers/ |
image_layer.cc | 27 // affect the actual contents of the image (e.g. a CSS animation).
|
/external/chromium_org/chrome/app/ |
metro_driver_win.cc | 46 // It is not next to the build output, so this must be an actual deployment
|
/external/chromium_org/chrome/browser/autocomplete/ |
bookmark_provider.h | 45 // Performs the actual matching of |input| over the bookmarks and fills in
|
history_quick_provider_unittest.cc | 259 // If the number of expected and actual matches aren't equal then we need 279 for (ACMatches::const_iterator actual = ac_matches_.begin(); 280 actual != ac_matches_.end() && expected != expected_urls.end(); 281 ++actual, ++expected, ++i) { 282 EXPECT_EQ(*expected, actual->destination_url.spec()) 283 << "For result #" << i << " we got '" << actual->destination_url.spec() 285 EXPECT_LT(actual->relevance, best_score) 286 << "At result #" << i << " (url=" << actual->destination_url.spec() 288 best_score = actual->relevance;
|
/external/chromium_org/chrome/browser/download/ |
download_request_infobar_delegate_unittest.cc | 32 // The actual infobar delegate we're listening to.
|
/external/chromium_org/chrome/browser/extensions/api/feedback_private/ |
feedback_service.cc | 90 // filled - the object will manage sending of the actual report.
|
/external/chromium_org/chrome/browser/feedback/proto/ |
web.proto | 40 // - Actual suggestion identifier as returned from the server.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
mtp_device_async_delegate.h | 21 // delegate does the actual communication with the MTP device.
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_http_header_provider.h | 87 // This consists of a list of valid IDs, and the actual transmitted header.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_tab_helper.h | 100 // System time at which the actual pageload started (pre-swapin), if
|
/external/chromium_org/chrome/browser/safe_browsing/ |
sandboxed_zip_analyzer.h | 6 // protection. The actual zip decoding is performed in a sandboxed utility
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler_mac.mm | 35 // The actual implementation of the add-client-cert handler is an Obj-C class.
|
/external/chromium_org/chrome/browser/ui/ |
auto_login_infobar_delegate.h | 21 // This is the actual infobar displayed to prompt the user to auto-login.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
about_ipc_controller.h | 46 // The actual string to match is defined in the xib.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_base_controller_unittest.mm | 246 BookmarkExpandedStateTracker::Nodes actual = [controller_ getExpandedNodes]; 247 EXPECT_NE(actual, nodes); 251 actual = [controller_ getExpandedNodes]; 253 EXPECT_EQ(nodes, actual);
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_titlebar_gtk.h | 79 // HBoxes that contains the actual min/max/close buttons.
|
/external/chromium_org/chrome/browser/ui/views/ |
color_chooser_aura.cc | 37 // The actual view of the color chooser. No ownership because its parent
|
Completed in 2038 milliseconds
<<51525354555657585960>>