HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 351 - 375 of 928) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
Octree.java 150 public void intersect(Ray r, float farPlane, Geometry[] geoms, CollisionResults results){
160 root.intersectWhere(r, geoms, tMin, tMax, results);
  /external/skia/tools/
compare_baselines.py 2 Compares the gm results within the local checkout against those already
46 Compares the gm results within the local checkout against those already
133 """Compare the gm results within gm_basedir against those already
139 expected GM results
172 print '\nskdiff results are ready in file://%s/index.html' % diff_dir
174 # not before the user gets a chance to examine the results), and/or
  /external/smack/src/com/kenai/jbosh/
BodyParserSAX.java 78 private Handler(SAXParser theParser, BodyParserResults results) {
80 result = results;
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 45 --parse-only Compare the parse-only benchmark results
60 my $resultDirectory = "${suite}-results";
153 $file2 = newestFile("$resultDirectory", qr/sunspider-results-.+\.js$/);
161 system($jsShellPath, "-f", "$resultDirectory/sunspider-test-prefix.js", "-f", "$resultDirectory/sunspider-comparison-data.js", "-f", "resources/sunspider-compare-results.js", "-f", "resources/sunspider-standalone-compare.js");
  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 122 void HTMLTableCellElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
129 static_cast<HTMLTableElement*>(p)->addSharedCellDecls(results);
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.cpp 150 COMPtr<IPropertyBag2> results(AdoptCOM, COMPropertyBag<int>::createInstance(typeCountMap));
151 results.copyRefTo(typeNamesAndCounts);
  /libcore/support/src/test/java/tests/support/
Support_Format.java 62 Vector<FieldContainer> results = findFields(format.formatToCharacterIterator(object)); local
65 + format.format(object), compare(results, expectedResults));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 31 * until there are some results to show.
80 Iterable<CorpusResult> results = suggestions.getCorpusResults(); local
81 for (CorpusResult result : results) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 247 protected void onPostExecute(Set<File> results) {
248 super.onPostExecute(results);
251 // Task could be cancelled and results could be null but don't bother doing anything.
252 if (results != null) {
254 for (File result : results) {
  /external/chromium/chrome/browser/password_manager/
login_database_unittest.cc 192 static void ClearResults(std::vector<PasswordForm*>* results) {
193 for (size_t i = 0; i < results->size(); ++i) {
194 delete (*results)[i];
196 results->clear();
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 172 // Callback method for when HistoryService query results are ready with the
175 std::vector<PageUsageData*>* results);
217 // when either waiting for the history service to return query results, or
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 43 // Maximum number of search results to return in a given search. We should
164 // Need to remember the query string for our results.
187 // When searching, limit the number of results returned.
190 // Need to remember the query string for our results.
246 history::QueryResults* results) {
251 for (size_t i = 0; i < results->size(); ++i) {
252 history::URLResult const &page = (*results)[i];
264 // Only pass in the strings we need (search results need a shortdate
265 // and snippet, browse results need day and time information).
293 info_value.SetBoolean("finished", results->reached_beginning())
    [all...]
history_ui.cc 43 // Maximum number of search results to return in a given search. We should
164 // Need to remember the query string for our results.
187 // When searching, limit the number of results returned.
190 // Need to remember the query string for our results.
246 history::QueryResults* results) {
251 for (size_t i = 0; i < results->size(); ++i) {
252 history::URLResult const &page = (*results)[i];
264 // Only pass in the strings we need (search results need a shortdate
265 // and snippet, browse results need day and time information).
293 info_value.SetBoolean("finished", results->reached_beginning())
    [all...]
  /external/chromium/chrome/browser/
utility_process_host.h 35 // get results back. All functions are called on the thread passed along
66 const UpdateManifest::Results& results) {}
140 // Results are reported to either OnDecodeImageSuceeded() or
  /external/chromium/chrome/browser/webdata/
logins_table_unittest.cc 192 static void ClearResults(std::vector<PasswordForm*>* results) {
193 for (size_t i = 0; i < results->size(); ++i) {
194 delete (*results)[i];
196 results->clear();
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 148 // results.
177 SingleFailureChecker(const TestPartResultArray* results,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
IPerformancesConstants.java 11 package org.eclipse.test.internal.performance.results.utils;
24 public static final String PRE_WRITE_RESULTS_DIR = PREFIX + "write.results.dir"; //$NON-NLS-1$
32 public static final String PRE_RESULTS_GENERATION_DIR = PREFIX + "results.generation.dir"; //$NON-NLS-1$
37 public static final String PRE_RESULTS_DIMENSION = PREFIX + "results.dimension"; //$NON-NLS-1$
  /external/openssh/regress/
sftp-glob.sh 21 grep -v "^sftp>" > ${RESULTS}
26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then
29 fail "$expected missing from $errtag results"
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
34 fail "$unexpected present in $errtag results"
36 rm -f ${RESULTS}
40 RESULTS=${OBJ}/results
  /external/skia/include/core/
SkPathEffect.h 103 * optionally return the points in 'results'.
105 virtual bool asPoints(PointData* results, const SkPath& src,
  /external/v8/test/mjsunit/regress/
regress-2056.js 52 // Make sure that non-crankshaft results match expectations.
59 // Make sure that crankshaft results match expectations.
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 62 if (!("view results" in step.urls))
64 var url = step.urls["view results"];
65 buildInfo.url = self._buildbotBaseURL + url.replace(/\/results\.html$/, "") + "/";
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
util.js 31 var results; variable
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 56 * recognition results, where the first element is the most likely candidate.
403 * Internal wrapper of IRecognitionListener which will propagate the results to
477 public void onResults(final Bundle results) {
478 Message.obtain(mInternalHandler, MSG_RESULTS, results).sendToTarget();
481 public void onPartialResults(final Bundle results) {
482 Message.obtain(mInternalHandler, MSG_PARTIAL_RESULTS, results).sendToTarget();
  /dalvik/vm/test/
AtomicTest.cpp 56 /* results */
247 int64_t results[kIterations]; local
251 results[i] = testAtomicSpeedSub(kRepeatCount);
256 dvmFprintf(stdout, "%s speed test results (%d per iteration):\n",
260 " %2d: %.3fns\n", i, (double) results[i] / kRepeatCount);
265 * Start tests, show results.
315 * Show results; expecting:
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
SplitTest.java 33 String[] results = p.split("have/you/done/it/right"); local
35 assertEquals(expected.length, results.length);
37 assertEquals(results[i], expected[i]);

Completed in 617 milliseconds

<<11121314151617181920>>