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

<<51525354555657585960>>

  /external/chromium_org/v8/test/mjsunit/
string-index.js 180 var results = [1, 2, 3, NaN]; variable
184 var expected = results[index];
  /external/clang/tools/c-index-test/
c-index-test.c 1997 CXCodeCompleteResults *results = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.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/
SQL_Results.java 11 package org.eclipse.test.internal.performance.results.db;
  /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/
PerformanceResultsPreferencePage.java 11 package org.eclipse.test.internal.performance.results.ui;
20 import org.eclipse.test.internal.performance.results.db.DB_Results;
21 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
22 import org.eclipse.test.internal.performance.results.utils.Util;
165 this.buildsView = (BuildsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
213 statusStatisticsGroup.setToolTipText("Exclude from the written status failures depending on build results statistics...");
215 this.statusStatisticNoneRadioButton.setToolTipText("Do not exclude failures which have bad baseline results statistics (i.e. variation is over 10%)");
217 this.statusStatisticUnstableRadioButton.setToolTipText("Exclude all failures which have unstable baseline results statistics (i.e. variation is between 10% and 20%)");
219 this.statusStatisticErraticRadioButton.setToolTipText("Exclude all failures which have erratic baseline results statistics (i.e. variation is over 20%)");
231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\n")
    [all...]
  /external/icu/icu4c/source/test/cintltst/
encoll.c 141 const static UCollationResult results[] = { variable
278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/jpeg/
mips_idct_le.S 60 # $s4:7 - temp results
61 # $v0:1 - temp results
301 # $s4:7 - temp results
303 # $v0:1 - temp results
  /external/libvpx/libvpx/vp8/common/x86/
sad_ssse3.asm 154 ; int *results)
233 mov rdi, arg(4) ;Results
267 ; int *results)
343 mov rdi, arg(4) ;Results
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 154 ; int *results)
233 mov rdi, arg(4) ;Results
267 ; int *results)
343 mov rdi, arg(4) ;Results
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 58 struct svga_shader_result *results; member in struct:svga_shader
  /external/skia/tools/
compare_codereview.py 10 This script takes two Codereview URLs, looks at the trybot results for
11 the two codereviews and compares the results.
167 An array of BuilderHTMLParser.Results, each a description
168 of failure results, along with an optional url
357 results = BuilderHTMLParser.parse(url)
358 for result in results:
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 11 # offsets into the results returned by the uname syscall
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 192 final ContentProviderResult[] results = applyBatch(callingPkg, operations); local
194 reply.writeTypedArray(results, 0);
521 final ContentProviderResult[] results = local
523 return results;
  /frameworks/base/tools/aidl/
generate_java_rpc.cpp 710 // If there is a results interface for this class
717 // Add the results dispatcher callback
774 // Unmarshall the results
802 // == the callback interface for results ================================
971 ResultDispatcherClass* results = new ResultDispatcherClass(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
sad_ssse3.asm 154 ; int *results)
233 mov rdi, arg(4) ;Results
267 ; int *results)
343 mov rdi, arg(4) ;Results
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 154 ; int *results)
233 mov rdi, arg(4) ;Results
267 ; int *results)
343 mov rdi, arg(4) ;Results
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 715 private static class Results {
720 private Results getSignedJarCerts(String jarName) throws Exception {
724 Results results = new Results(); local
739 results.certificates = certs;
740 results.signers = signers;
748 return results;
752 Results result = getSignedJarCerts(VALID_CHAIN_JAR);
763 Results result = getSignedJarCerts(INVALID_CHAIN_JAR)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 327 * @param cursor The cursor holding the results from the query.
388 * @param results the result returned from executing the
391 protected void onBatchComplete(int token, Object cookie, ContentProviderResult[] results) {
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 467 * TestAsyncQueryService takes the expected results in the constructor. They
553 protected void onBatchComplete(int token, Object cookie, ContentProviderResult[] results) {
561 assertEquals(expected.length, results.length);
563 assertEquals(expected[i].count, results[i].count);
564 assertEquals(expected[i].uri, results[i].uri);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 710 ContentProviderResult[] results = local
714 long newId = getId(results[recvIndex].uri);
719 long newId = getId(results[sendIndex].uri);
723 Uri u = results[index].uri;
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_metaclass.py 152 def transform(self, node, results):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 530 results = []
540 results.append(escape(text[here:start]))
545 results.append('<a href="%s">%s</a>' % (url, url))
548 results.append('<a href="%s">%s</a>' % (url, escape(all)))
551 results.append('<a href="%s">%s</a>' % (url, escape(all)))
553 results.append(self.namelink(name, methods, funcs, classes))
555 results.append('self.<strong>%s</strong>' % name)
557 results.append(self.namelink(name, classes))
559 results.append(escape(text[here:]))
560 return join(results, '')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 1061 results.
    [all...]

Completed in 2305 milliseconds

<<51525354555657585960>>