/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 29 import org.eclipse.test.internal.performance.results.db.ConfigResults; 30 import org.eclipse.test.internal.performance.results.db.DB_Results; 31 import org.eclipse.test.internal.performance.results.db.PerformanceResults; 32 import org.eclipse.test.internal.performance.results.db.ScenarioResults; 54 * @param performanceResults The performance results used to print the fingerprints 75 this.stream.print("The following fingerprints show results for the most representative tests of the "); 122 double[] results = configResults.getCurrentBuildDeltaInfo(); local 123 double percent = -results[0] * 100.0; 124 if (results != null && Math.abs(percent) < 200) { 136 results, [all...] |
/external/icu4c/test/perf/unisetperf/ |
unisetperf.pl | 24 "outputDir"=>"../results" 28 # tests will be done for all the programs. Results will be stored and connected 73 "outputDir"=>"../results"
|
/external/skia/include/images/ |
SkImageEncoder.h | 33 * Encode bitmap 'bm' in the desired format, writing results to 43 * Encode bitmap 'bm' in the desired format, writing results to 59 * Encode bitmap 'bm' in the desired format, writing results to
|
/external/skia/legacy/src/ports/ |
FontHostConfiguration_android.h | 51 * Parses all system font configuration files and returns the results in an 57 * Parse only the core system font configuration file and return the results in 64 * results in an array of FontFamily structures.
|
/external/v8/test/mjsunit/ |
stress-array-push.js | 30 var results = []; variable 32 if ((k%10000) == 0) results.length = 0; 33 results.push({});
|
/external/webkit/Source/WebCore/page/ |
SpeechInputEvent.h | 42 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results); 47 SpeechInputResultList* results() const { return m_results.get(); } function in class:WebCore::SpeechInputEvent 50 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
layouttestresults.py | 29 # A module for parsing results.html files generated by old-run-webkit-tests 38 # FIXME: This should be unified with all the layout test results code in the layout_tests package 44 # FIXME: This should be unified with all the layout test results code in the layout_tests package 47 """This class knows how to parse old-run-webkit-tests results.html files.""" 50 fail_key = u'Tests where results did not match expected results:' 53 missing_key = u'Tests that had no expected results (probably new):' 81 log("Unhandled link text in results.html parsing: %s. Please file a bug against webkitpy." % anchor_text) 105 # old-run-webkit-tests does not save quite enough information in results.html for us to parse. 113 # This Exception should only ever be hit if run-webkit-tests changes its results.html format [all...] |
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
Suggestions.java | 33 * Collects all corpus results for a single query. 118 * Gets the set of corpora that have reported results to this suggestions set. 173 // TODO: Handle early completion because we have all the results we want. 188 * Adds a list of corpus results. Must be called on the UI thread, or before this 202 corpusResult.getCorpus().getName() + " results:" + corpusResult.getCount()); 224 * Registers an observer that will be notified when the reported results or 251 * Closes all the source results and unregisters all observers. 322 * Gets the list of corpus results reported so far. Do not modify or hang on to 326 ArrayList<CorpusResult> results = new ArrayList<CorpusResult>(mCorpusResults.length); local 329 results.add(mCorpusResults[i]) [all...] |
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
SingleCorpusPromoterTest.java | 59 ArrayList<CorpusResult> results = new ArrayList<CorpusResult>(); local 61 results.add(corpus.getSuggestions(query, 10, false)); 63 suggestions.addCorpusResults(results);
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_utils.c | 37 ** Also, the inquiry results event has its own callback; Not handled here! 53 /* pass the number of results to caller */ 120 GAP_TRACE_EVENT6 ("GAP Inquiry Results Callback (bdaddr [%02x%02x%02x%02x%02x%02x])", 128 /* Find the control block which has an Inquiry Active and call its results callback */ 162 tGAP_FINDADDR_RESULTS *p_result = &p_cb->results; 175 memcpy (p_result->bd_addr, p_cb->p_cur_inq->results.remote_bd_addr, BD_ADDR_LEN); 183 if ((BTM_ReadRemoteDeviceName (p_cb->p_cur_inq->results.remote_bd_addr, 185 return; /* This routine will get called again with the next results */ 190 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */ 199 /* If this code is reached, the process has completed so call the appl's callback with results */ [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformationStore.java | 84 List results = new ArrayList(); local 90 results.addAll(match1); 97 results.addAll(match2); 100 return results;
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.cc | 15 ProxyInfo* results, 19 results_(results), 60 ProxyInfo* results, 64 scoped_refptr<Request> request = new Request(this, url, results, callback);
|
/external/clang/test/SemaObjC/ |
class-getter-using-dotsyntax.m | 34 // FIXIT. (*version).isa does not work. Results in compiler error.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
preferences.html | 14 and/or generated results could be puzzled. 21 By default the tool does not connect to any performance results database as common 41 <i>Note that the default dimension must belong to the <b>Results dimensions</b> 46 <h2>Results dimensions</h2>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 11 package org.eclipse.test.internal.performance.results.ui; 41 import org.eclipse.test.internal.performance.results.db.DB_Results; 42 import org.eclipse.test.internal.performance.results.model.BuildResultsElement; 43 import org.eclipse.test.internal.performance.results.model.ResultsElement; 44 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants; 45 import org.eclipse.test.internal.performance.results.utils.Util; 54 * View to see all the builds which have performance results stored in the database. 56 * Typical actions from this view are update local data files with builds results 63 * Action to generate results. 81 String[] baselines = BuildsView.this.results.getBaselines() [all...] |
/external/icu4c/i18n/ |
csrutf8.h | 35 UBool match(InputText *input, CharsetMatch *results) const;
|
/external/iptables/extensions/ |
libxt_RATEEST.man | 2 and saves the results for later evaluation using the \fBrateest\fP match.
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
TestMousePick.java | 83 CollisionResults results = new CollisionResults(); local 84 shootables.collideWith(ray, results); 85 // System.out.println("----- Collisions? " + results.size() + "-----"); 86 // for (int i = 0; i < results.size(); i++) { 88 // float dist = results.getCollision(i).getDistance(); 89 // Vector3f pt = results.getCollision(i).getWorldContactPoint(); 90 // String hit = results.getCollision(i).getGeometry().getName(); 94 if (results.size() > 0) { 95 CollisionResult closest = results.getClosestCollision();
|
/external/junit/src/org/junit/experimental/results/ |
FailureList.java | 4 package org.junit.experimental.results;
|
/external/skia/tools/tests/skdiff/identical-bits/output-expected/ |
stdout | 12 (results marked with [*] will cause nonzero return value)
|
/external/skia/tools/tests/skdiff/identical-bits-or-pixels/output-expected/ |
stdout | 12 (results marked with [*] will cause nonzero return value)
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
resetCookies.js | 13 alert("Attempt to clear " + url + " cookies might have failed. Test results might be off from here on out. (" + e + ")");
|
/external/webkit/Source/WebCore/manual-tests/compositing/ |
font-smoothing.html | 31 This text should be antialiased and smoothed in the browser, and antialiased in pixel results.
|
/external/webkit/Source/WebCore/manual-tests/ |
inspector-document-methods-override.html | 7 search results list appears, then you have passed the test. If one or more
|
/external/webkit/Tools/QueueStatusServer/templates/ |
updatestatus.html | 19 <div>Results file: <input type="file" name="results_file"></div>
|