/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
revision-range.html | 30 * Point IDs for Chrome OS data are of the following form: 32 * aaaaa is the Chrome build number 33 * bbb is the Chrome patch number. 34 * ccccc is the Chrome OS tip build number. 35 * ddd is the Chrome OS branch build number. 36 * ee is the Chrome OS branch branch build number.
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
raster_task_view_test.html | 17 <link rel="import" href="/tracing/ui/extras/chrome/cc/layer_tree_host_impl_view.html"> 18 <link rel="import" href="/tracing/ui/extras/chrome/cc/raster_task_selection.html"> 19 <link rel="import" href="/tracing/ui/extras/chrome/cc/raster_task_view.html"> 21 <script src="/tracing/extras/chrome/cc/layer_tree_host_impl_test_data.js"> 45 var view = document.createElement('tr-ui-e-chrome-cc-raster-task-view'); 62 'tr-ui-e-chrome-cc-raster-task-view'));
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
two_way_video_streaming.js | 110 testTwoWayVideoStreaming, ['android-chrome', 'android-chrome']); 111 registerBotTest('testTwoWayVideo/chrome-chrome', 112 testTwoWayVideoStreaming, ['chrome', 'chrome'])
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_finder.py | 19 from telemetry.internal.backends.chrome import android_browser_backend 40 ['org.chromium.chrome', 43 'android-chrome': 44 ['com.google.android.apps.chrome', 46 'Chrome.apk'], 47 'android-chrome-work': 48 ['com.chrome.work', 51 'android-chrome-beta': 52 ['com.chrome.beta', 55 'android-chrome-dev' [all...] |
/external/autotest/client/cros/ |
cros_ui.py | 19 """Return an identifier that changes whenever Chrome restarts. 22 recently started Chrome process; the returned value changes 23 each time Chrome restarts and displays the login screen. The 24 change in the value can be used to detect a successful Chrome 30 host: If not None, a host object on which to test Chrome 41 """Wait until a new Chrome login prompt is on screen and ready. 52 restarting Chrome. 53 host: If not None, a host object on which to test Chrome 68 """Stops the UI and waits for chrome to exit. 70 Stops the UI and waits for all chrome processes to exit or unti [all...] |
/external/autotest/client/cros/multimedia/ |
audio_extension_handler.py | 20 @param extension: Extension got from telemetry chrome wrapper. 28 """Checks chrome.audio is available. 35 "chrome.audio") != None), 38 raise AudioExtensionHandlerError('chrome.audio is not available.') 43 """Gets the audio info from Chrome audio API. 83 "chrome.audio.getInfo(function(outputInfo, inputInfo) {" 132 """Sets the active audio output volume using chrome.audio API. 146 chrome.audio.setProperties( 161 """Mutes the active audio output using chrome.audio API. 175 chrome.audio.setProperties [all...] |
local_facade_factory.py | 14 def __init__(self, chrome): 17 'display': display_facade_adapter.DisplayFacadeLocalAdapter(chrome)
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
picture.html | 8 <link rel="import" href="/tracing/extras/chrome/cc/picture_as_image_data.html"> 9 <link rel="import" href="/tracing/extras/chrome/cc/util.html"> 55 var ops = window.chrome.skiaBenchmarking.getOps({ 74 var opTimings = window.chrome.skiaBenchmarking.getOpTimings({ 134 var raster = window.chrome.skiaBenchmarking.rasterize( 157 'Your recording may be from an old Chrome version. ' + 287 return tr.isExported('chrome.skiaBenchmarking'); 293 if (!window.chrome.skiaBenchmarking.rasterize) 301 if (!window.chrome.skiaBenchmarking.getOps) 309 if (!window.chrome.skiaBenchmarking.getOpTimings [all...] |
/external/chromium-trace/catapult/catapult_build/ |
run_dev_server_tests.py | 40 'chrome-%s.zip?alt=media') 42 # URL in cloud storage to download Chrome zip from. 43 CLOUDSTORAGE_URL = ('https://commondatastorage.googleapis.com/chrome-unsigned' 44 '/desktop-W15K3Y/%s/%s/chrome-%s.zip') 55 'chromepath': 'chrome-linux/chrome' 61 'chromepath': 'chrome-win32\\chrome.exe', 67 'chromepath': ('chrome-mac/Chromium.app/Contents/MacOS/Chromium'), 68 'version_path': 'chrome-mac/Chromium.app/Contents/Versions/' [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
perf_report_output.txt | 21 3.22^96878864^HTMLParserThrea^chrome ^[.] void v8::internal::RelocInfo::Visit<v8::internal::MarkCompactMarkingVisitor>(v8::internal::Heap*) 25 2.11^63615201^HTMLParserThrea^chrome ^[.] v8::internal::StaticMarkingVisitor<v8::internal::MarkCompactMarkingVisitor>::MarkMapContents(v8::internal::Heap*, v8::internal::Map*) 29 1.60^48240439^HTMLParserThrea^chrome ^[.] WebCore::HTMLTokenizer::nextToken(WebCore::SegmentedString&, WebCore::HTMLToken&) 35 1.53^46054550^HTMLParserThrea^chrome ^[.] v8::internal::Scanner::ScanIdentifierOrKeyword() 45 1.50^45121317^HTMLParserThrea^chrome ^[.] sk_memset32_SSE2(unsigned int*, unsigned int, int) 49 1.43^42913933^HTMLParserThrea^chrome ^[.] v8::internal::LiveRange::CreateAssignedOperand(v8::internal::Zone*) 53 1.43^42913933^HTMLParserThrea^chrome ^[.] v8::internal::LAllocator::MeetConstraintsBetween(v8::internal::LInstruction*, v8::internal::LInstruction*, int) 57 1.32^39786862^HTMLParserThrea^chrome ^[.] v8::internal::HeapObject::Size() 63 1.27^38271931^HTMLParserThrea^chrome ^[.] v8::internal::RelocIterator::next() 71 1.06^31909537^HTMLParserThrea^chrome ^[.] v8::internal::FlexibleBodyVisitor<v8::internal::MarkCompactMarkingVisitor, v8:: (…) [all...] |
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/ |
control | 5 AUTHOR = 'Chrome OS Project, rohitbm@chromium.org' 7 PURPOSE = 'Basic sanity check of Flash suppport in Chrome.'
|
/external/autotest/client/site_tests/graphics_GLES2ConformChrome/ |
control | 7 PURPOSE = 'Run the GLES2 Conformance test suite on the Chrome command buffer' 23 This test runs the Khronos GLES2 Conformance test suite against the Chrome GPU
|
/external/autotest/client/site_tests/graphics_KhronosGLCTSChrome/ |
control | 7 PURPOSE = 'Run the Khronos GL-CTS test suite on the Chrome GPU command buffer' 23 This test runs the Khronos GL-CTS test suite against the Chrome GPU
|
/external/autotest/client/site_tests/logging_CrashSender/ |
control | 5 AUTHOR = "Chrome OS Team" 26 'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-OS-Systems'],
|
/external/autotest/client/site_tests/logging_CrashServices/ |
control | 17 Crash all valid Chrome OS processes from a whitelist, and confirm 22 'labels': ['OS-Chrome', 'Cr-Internals-Logging', 'Cr-OS-Systems'],
|
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
control | 15 Tests that Chrome can do the following using chrome.networkingPrivate:
|
/external/autotest/client/site_tests/network_FirewallHolePunch/ |
control | 7 PURPOSE = "Verifies the Chrome applications can punch a hole in the firewall" 9 This test will fail if a Chrome application is unable to punch a hole in the
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
index.html | 5 <title>Chrome Remote Comando</title> 10 <h1>Chrome Remote Commando</h1>
|
/external/autotest/client/site_tests/network_RoamWifiEndToEnd/ |
control | 14 Tests that Chrome can do the following using chrome.networkingPrivate:
|
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/ |
control.mjpeg | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 17 'labels': ['OS-Chrome', 'VideoTestFailure'],
|
control.y4m | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 17 'labels': ['OS-Chrome', 'VideoTestFailure'],
|
/external/autotest/client/site_tests/video_ChromeRTCHWEncodeUsed/ |
control | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 17 'labels': ['OS-Chrome', 'VideoTestFailure'],
|
video_ChromeRTCHWEncodeUsed.py | 14 from autotest_lib.client.common_lib.cros import chrome namespace 17 # Chrome flags to use fake camera and skip camera permission. 28 HISTOGRAMS_URL = 'chrome://histograms/' 39 @param cr: Autotest Chrome instance. 51 @param cr: Autotest Chrome instance. 98 # Start chrome with test flags. 100 with chrome.Chrome(extra_browser_args=EXTRA_BROWSER_ARGS) as cr:
|
/external/autotest/client/site_tests/video_MultiplePlayback/ |
control | 5 AUTHOR = "Chrome OS Project" 18 'labels': ['OS-Chrome', 'VideoTestFailure'],
|
/external/autotest/client/site_tests/video_YouTubeFlash/ |
control | 5 AUTHOR = "Chrome OS Project" 20 'labels': ['VideoTestFailure', 'OS-Chrome'],
|