/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
ScenarioStatusTable.java | 17 import org.eclipse.test.internal.performance.results.db.BuildResults; 18 import org.eclipse.test.internal.performance.results.db.ConfigResults; 19 import org.eclipse.test.internal.performance.results.db.PerformanceResults; 20 import org.eclipse.test.internal.performance.results.db.ScenarioResults; 58 // Print one line per scenario results 194 this.stream.print("The following table gives a complete but compact view of performance results for the component.<br>\n"); 195 this.stream.print("Each line of the table shows the results for one scenario on all machines.<br><br>\n"); 196 this.stream.print("The name of the scenario is in <b>bold</b> when its results are also displayed in the fingerprints<br>\n"); 197 this.stream.print("and starts with an '*' when the scenario has no results in the last baseline run.<br><br>\n"); 222 this.stream.print("<li>\"n/a\": mark a test for with <b>no</b> performance results</li>\n") [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
BresenhamTerrainPicker.java | 76 public Vector3f getTerrainIntersection(Ray worldPick, CollisionResults results) { 109 results.addCollision(cr); 126 results.addCollision(cr); 153 results.addCollision(cr);
|
/external/junit/src/org/junit/experimental/results/ |
PrintableResult.java | 1 package org.junit.experimental.results;
|
ResultMatchers.java | 1 package org.junit.experimental.results;
|
/external/mesa3d/scons/ |
custom.py | 105 results = [] 110 results.append(env.File(file)) 114 results.append(env.File(file)) 116 return results
|
/external/skia/src/core/ |
SkPathEffect.cpp | 21 bool SkPathEffect::asPoints(PointData* results, const SkPath& src,
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerResultImpl.h | 66 * The second ArrayList denotes the collection of semantic results per nbest list entry. 68 ArrayList* results; member in struct:SR_RecognizerResultImpl_t
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 9 # affect BBV results on such a system.
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 9 # affect BBV results on such a system.
|
/frameworks/ex/common/java/com/android/common/content/ |
SQLiteContentProvider.java | 212 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 231 results[i] = operation.apply(this, results, i); 234 return results;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
results_collector.hpp | 13 // gathering test results and presenting this information to end-user 94 // results access 95 test_results const& results( test_unit_id ) const;
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 205 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 223 results[i] = operation.apply(this, results, i); 226 return results;
|
/packages/apps/Browser/src/com/android/browser/search/ |
OpenSearchSearchEngine.java | 149 JSONArray results = new JSONArray(content); 150 JSONArray suggestions = results.getJSONArray(1); 152 if (results.length() > 2) { 153 descriptions = results.getJSONArray(2);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SQLiteContentProvider.java | 215 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 233 results[i] = operation.apply(this, results, i); 236 return results;
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
TestProviderTests.java | 104 ContentProviderResult[] results = setupPonies(); local 107 // Check the results 108 assertNotNull(results); 109 assertEquals(2, results.length); 113 TestProvider.sURIMatcher.match(TestProvider.uri(results[0].uri)));
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
SQLiteContentProvider.java | 228 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 234 results[i] = operation.apply(this, results, i); 237 return results;
|
/packages/providers/ContactsProvider/ |
Android.mk | 18 # would dilute the coverage results. These options do not affect regular 25 # would dilute the coverage results. These options do not affect regular
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
AbstractContactsProvider.java | 213 final ContentProviderResult[] results = new ContentProviderResult[numOperations]; local 237 results[i] = operation.apply(this, results, i); 240 return results;
|
/external/bluetooth/bluedroid/stack/gap/ |
gap_api.c | 180 BCM_STRNCPY_S ((char *)gap_cb.findaddr_cb.results.devname, sizeof(gap_cb.findaddr_cb.results.devname), (char *)devname, BTM_MAX_REM_BD_NAME_LEN); 183 gap_cb.findaddr_cb.results.devname[BTM_MAX_REM_BD_NAME_LEN] = 0; 189 /* convert the error code into a GAP code and check the results for any errors */ 414 /* convert the error code into a GAP code and check the results for any errors */ 494 /* convert the error code into a GAP code and check the results for any errors */ 589 ** Parameters: p_results - pointer to the inquiry results 603 memcpy(p_results, &gap_cb.cur_inqptr->results, sizeof(tBTM_INQ_RESULTS)); 605 ptr = (UINT8 *)gap_cb.cur_inqptr->results.remote_bd_addr; 625 ** Parameters: p_results - pointer to the inquiry results [all...] |
/external/chromium_org/chrome/browser/download/ |
download_query.cc | 433 void DownloadQuery::FinishSearch(DownloadQuery::DownloadVector* results) const { 435 std::partial_sort(results->begin(), 436 results->begin() + std::min(limit_, results->size()), 437 results->end(), 439 if (results->size() > limit_) 440 results->resize(limit_);
|
/external/chromium_org/chrome/browser/resources/web_dev_style/ |
css_checker.py | 200 'search-results-button', 201 'search-results-decoration', 326 results = [] 362 results.append(self.output_api.PresubmitPromptWarning( 365 if results: 368 results.append(self.output_api.PresubmitNotifyResult( 372 return results
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftest.py | 129 results = {} 132 results[metric.name()] = metric.grouped_iteration_values() 138 return results 287 results = {} 292 results[resultLine.group('name').replace(' ', '')] = float(resultLine.group('value')) 297 return results if results and not test_failed else None
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ConfigResultsElement.java | 11 package org.eclipse.test.internal.performance.results.model; 17 import org.eclipse.test.internal.performance.results.db.*; 18 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants; 19 import org.eclipse.test.internal.performance.results.utils.Util; 66 // Results category 68 CONFIG_NAME_DESCRIPTOR.setCategory("Results"); 70 CONFIG_DESCRIPTION_DESCRIPTOR.setCategory("Results"); 72 CONFIG_CURRENT_BUILD_DESCRIPTOR.setCategory("Results"); 74 CONFIG_BASELINE_BUILD_DESCRIPTOR.setCategory("Results"); 76 CONFIG_BASELINED_DESCRIPTOR.setCategory("Results"); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTree.java | 399 CollisionResults results) { 424 // return root.intersectBrute(r, worldMatrix, this, tMin, tMax, results); 425 return root.intersectWhere(r, worldMatrix, this, tMin, tMax, results); 432 CollisionResults results) { 446 return root.intersectWhere(bv, bbox, worldMatrix, this, results); 452 CollisionResults results) { 456 return collideWithRay(ray, worldMatrix, worldBound, results); 459 return collideWithBoundingVolume(bv, worldMatrix, results);
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 64 * Internal class for containing info for an item in the auto-complete results. 295 // Add the matched recent locations to returned results. If a match exists in 305 Log.e(TAG, "Failed waiting for locations query results.", e); 307 Log.e(TAG, "Failed waiting for locations query results.", e); 310 // Add all the contacts matches to returned results. 321 msg.append("(").append(resultList.size()).append(" results)"); 332 protected void publishResults(CharSequence constraint, FilterResults results) { 334 if (results != null && results.count > 0) { 335 mResultList.addAll((ArrayList<Result>) results.values) 466 List<Result> results = new ArrayList<Result>(); local [all...] |