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

<<51525354555657585960>>

  /external/chromium_org/v8/test/mjsunit/
field-type-tracking.js 99 x.a = 1 + "Long string that results in a cons string";
  /external/chromium_org/v8/test/mjsunit/regress/
regress-transcendental.js 31 // sine and tangens return the same results.
  /external/clang/test/CodeGen/
ms-inline-asm.c 316 int results[2] = {13, 37};
320 __asm lea edi, 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/db/
ComponentResults.java 11 package org.eclipse.test.internal.performance.results.db;
30 import org.eclipse.test.internal.performance.results.utils.Util;
33 * Class to handle performance results of an eclipse component
36 * It gives access to results for each scenario run for this component.
86 * Get all results numbers for a given machine of the current component.
219 * Returns a list of scenario results which have a summary
223 * @return A list of {@link ScenarioResults scenario results} which have a summary
265 * Read local file contents and populate the results model with the collected
356 // read results
395 * Write the component results data to the file '<component name>.dat' in the given directory
    [all...]
ScenarioResults.java 11 package org.eclipse.test.internal.performance.results.db;
23 import org.eclipse.test.internal.performance.results.utils.Util;
27 * Class to handle performance results of a component's scenario
30 * It gives access to results for each configuration run on this scenario.
46 * Complete results with additional database information.
115 * Return the results of the given configuration.
118 * @return The {@link ConfigResults results} for the given configuration
220 * @see org.eclipse.test.internal.performance.results.AbstractResults#hashCode()
245 * Returns whether the current build of the given config has valid results or not.
248 * @return <code>true</code> if the build has valid results
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 61 dnl checks the results of esd-config to some extent
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 759 const uint8_t results[][pixelCount] = {
828 SkAssertResult(testCount == sizeof(results) / sizeof(results[0]));
837 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0);
850 const uint8_t results[][pixelCount] = {
856 SkAssertResult(testCount == sizeof(results) / sizeof(results[0]));
866 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0);
    [all...]
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 15 # The debug build results in changes to the Skia headers. This means that those
  /frameworks/av/include/media/stagefright/
OMXCodec.h 395 Vector<CodecCapabilities> *results);
400 Vector<CodecCapabilities> *results);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 352 echo w results
389 echo s wfile results
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 235 ContentProviderResult[] results = resolver.applyBatch( local
237 values.put(GroupMembership.GROUP_ROW_ID, ContentUris.parseId(results[1].uri));
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 71 //if we have results, make the table visible and initialize result info
89 //if there are more results we're not showing, so say so.
98 //if we have no results, hide the table
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 554 const UpdateManifest::Results* results) {
559 if (!results) {
569 DetermineUpdates(fetch_data, *results, &updates);
571 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
602 results->daystart_elapsed_seconds >= 0) {
604 Time::Now() - TimeDelta::FromSeconds(results->daystart_elapsed_seconds);
624 const UpdateManifest::Results& possible_updates,
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 554 void OnZipAnalysisFinished(const zip_analyzer::Results& results) {
558 if (results.success) {
559 zipped_executable_ = results.has_executable;
561 << ", has_executable=" << results.has_executable
562 << " has_archive=" << results.has_archive;
569 results.has_archive && !zipped_executable_);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 75 if (fullTryJob.results == buildbot.FAILURE && fullTryJob.text) {
82 if (step.results[0] == buildbot.FAILURE)
83 text.push(step.results[1][0]);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 566 Vector<TextCheckingResult> results; local
567 checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textCheckingOptions), results); local
568 markAndReplaceFor(request, results);
572 void SpellChecker::markAndReplaceFor(PassRefPtrWillBeRawPtr<SpellCheckRequest> request, const Vector<TextCheckingResult>& results)
602 for (unsigned i = 0; i < results.size(); i++) {
604 const TextCheckingResult* result = &results[i];
    [all...]
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 71 //if we have results, make the table visible and initialize result info
89 //if there are more results we're not showing, so say so.
98 //if we have no results, hide the table
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 457 results = fixer.match(node)
459 if results:
460 new = fixer.transform(node, results)
500 results = fixer.match(node)
501 if results:
502 new = fixer.transform(node, results)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 47 r = tracer.results()
97 once and write the results to sys.stdout after the
100 results to sys.stdout after the program exits.
102 any code. `--file' must specify the results file to
358 """Return a coverage results file in path."""
467 added into the results
468 @param outfile file in which to write the results
649 def results(self): member in class:Trace
786 results = CoverageResults(infile=counts_file, outfile=counts_file)
787 results.write_results(missing, summary=summary, coverdir=coverdir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 457 results = fixer.match(node)
459 if results:
460 new = fixer.transform(node, results)
500 results = fixer.match(node)
501 if results:
502 new = fixer.transform(node, results)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 47 r = tracer.results()
97 once and write the results to sys.stdout after the
100 results to sys.stdout after the program exits.
102 any code. `--file' must specify the results file to
358 """Return a coverage results file in path."""
467 added into the results
468 @param outfile file in which to write the results
649 def results(self): member in class:Trace
786 results = CoverageResults(infile=counts_file, outfile=counts_file)
787 results.write_results(missing, summary=summary, coverdir=coverdir
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 102 ; Combine-add results with current destination content
103 ; q6-q9 contain the results (out[j * 32 + 0-31])
136 ; Combine-add results with current destination content
137 ; q6-q9 contain the results (out[j * 32 + 0-31])
170 ; Combine-add results with current destination content
171 ; q4-q7 contain the results (out[j * 32 + 0-31])
204 ; Combine-add results with current destination content
205 ; q4-q7 contain the results (out[j * 32 + 0-31])
280 ; (used) two for results, well four d registers
323 ; results of the first pass (transpose and transform rows
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 102 ; Combine-add results with current destination content
103 ; q6-q9 contain the results (out[j * 32 + 0-31])
136 ; Combine-add results with current destination content
137 ; q6-q9 contain the results (out[j * 32 + 0-31])
170 ; Combine-add results with current destination content
171 ; q4-q7 contain the results (out[j * 32 + 0-31])
204 ; Combine-add results with current destination content
205 ; q4-q7 contain the results (out[j * 32 + 0-31])
280 ; (used) two for results, well four d registers
323 ; results of the first pass (transpose and transform rows
    [all...]

Completed in 2905 milliseconds

<<51525354555657585960>>