HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 1401 - 1425 of 2244) sorted by null

<<51525354555657585960>>

  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 572 #leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
592 .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 484 # Postprocess - Postprocess the results of an analysis scan.
646 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
1085 outputs the results as a set of .plist files.
1090 outputs the results as a set of HTML and .plist files.
1124 View analysis results in a web browser when the build completes.
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 484 # Postprocess - Postprocess the results of an analysis scan.
646 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n"
1085 outputs the results as a set of .plist files.
1090 outputs the results as a set of HTML and .plist files.
1124 View analysis results in a web browser when the build completes.
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 134 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ;
135 p_info->results.device_type = p_dev_rec->device_type;
137 p_info->results.device_type, p_info->results.ble_addr_type);
605 *p_dev_type = p_inq_info->results.device_type ;
606 *p_addr_type = p_inq_info->results.ble_addr_type;
617 p_dev_rec->device_type = p_inq_info->results.device_type;
618 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
    [all...]
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 153 * Update the summary block above the results
944 * Our history system calls this function with results from searches or when
946 * @param {Array.<Object>} results List of updates.
948 function downloadsList(results) {
949 if (downloads && downloads.isUpdateNeeded(results)) {
954 downloadUpdated(results);
961 * @param {Array.<Object>} results List of updates for the download process.
963 function downloadUpdated(results)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 24 // Parses the xml syntax supported by omnibox suggestion results. Returns an
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 391 void RenderWidgetHostViewGuest::GetScreenInfo(blink::WebScreenInfo* results) {
396 embedder_view->GetScreenInfo(results);
  /external/chromium_org/extensions/browser/
extension_function.cc 211 void ExtensionFunction::SetResultList(scoped_ptr<base::ListValue> results) {
212 results_ = results.Pass();
327 // If results were never set, we send an empty argument list.
  /external/chromium_org/net/base/
mime_util_unittest.cc 258 // results' length to 2.
263 const char* results[2]; member in struct:net::__anon13647
282 EXPECT_EQ(tests[i].results[j], codecs_out[j]);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 67 args.append('--no-new-test-results')
121 results = get_test_results(args, host=host, port_obj=port_obj)
122 return [result.test_name for result in results]
126 results = get_test_results(args, host)
130 for result in results:
215 # Ensure the results were summarized properly.
218 # Ensure the results were written out and displayed.
219 failing_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/failing_results.json')
223 full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
226 self.assertEqual(host.user.opened_urls, [path.abspath_to_uri(MockHost().platform, '/tmp/layout-test-results/results.html')]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 109 results in %BUILDDIR%/doctest/output.txt.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_contents.js 94 * Scanner of the entries for the search results on Drive File System.
119 * Maximum number of results which is shown on the search.
297 function(results) {
303 if (!results) {
310 var entries = results.map(function(result) { return result.entry; });
520 * This class is responsible for scanning directory (or search results),
522 * directory contents shown: basic directory, drive search results, local search
523 * results.
626 * @return {boolean} True if search results (drive or local).
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 48 * Once the UI is attached the results of image manipulations are displayed.
50 * @param {ImageView} imageView The ImageView object to display the results.
282 * Execute the command and visualize its results.
285 * to be able to show partial results for slower operations.
  /external/chromium_org/ui/file_manager/video_player/js/cast/
cast_video_element.js 303 then(function(results) {
304 var url = results[1];
305 var mime = results[2]; // maybe empty
306 var thumbnailUrl = results[3]; // maybe empty
  /external/chromium_org/v8/test/mjsunit/compiler/
division-by-constant.js 114 // Check results.
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 71 // Check that we got the expected results.
regexp-standalones.js 29 * results. Since we don't currently support toSource, those tests
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 11 package org.eclipse.test.internal.performance.results.db;
22 import org.eclipse.test.internal.performance.results.utils.Util;
95 * Compare build results using the date of the build.
108 * Returns the most recent baseline build results.
110 * @return The {@link BuildResults baseline build results}.
380 * Read the build results data from the given stream.
521 * @see org.eclipse.test.internal.performance.results.AbstractResults#toString()
542 * Write the build results data in the given stream.
ConfigResults.java 11 package org.eclipse.test.internal.performance.results.db;
19 import org.eclipse.test.internal.performance.results.utils.Util;
22 * Class to handle results for an Eclipse performance test box
25 * It gives access to results for each build on which this configuration has been run.
41 * Complete results with additional database information.
50 * Returns the baseline build name used to compare results with.
63 * Returns the most recent baseline build results.
65 * @return The {@link BuildResults baseline build results}.
76 * Return the baseline build results run just before the given build name.
79 * @return The {@link BuildResults baseline results} preceding the given build nam
    [all...]
  /external/mesa3d/src/gallium/docs/
make.bat 109 results in %BUILDDIR%/doctest/output.txt.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
RttService.java 180 void reportResult(RttRequest request, RttManager.RttResult[] results) {
182 new RttManager.ParcelableRttResults(results);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
jquery.js 669 // results is for internal usage only
670 makeArray: function( array, results ) {
671 var ret = results || [];
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
jquery-1.6.4.js 685 // results is for internal usage only
686 makeArray: function( array, results ) {
687 var ret = results || [];
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 472 void LaunchCallback(const base::DictionaryValue& results);

Completed in 1827 milliseconds

<<51525354555657585960>>