HomeSort by relevance Sort by last modified time
    Searched defs:Results (Results 1 - 25 of 37) sorted by null

1 2

  /external/parameter-framework/upstream/parameter/
Results.h 39 typedef std::list<std::string> Results;
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h 56 typedef std::list<std::string> Results;
146 Results &errors);
  /external/skia/tests/
BlendTest.cpp 15 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; };
17 static bool acceptable(const Results& r) {
28 static Results test(Fn&& multiply) {
29 Results r = { 0,0,0,0 };
  /external/easymock/src/org/easymock/internal/
Results.java 23 public class Results implements Serializable {
31 private final List<Result> results = new ArrayList<Result>(); field in class:Results
42 results.add(result);
51 return results.get(i);
56 return results.get(i);
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
SetOfProducedProducerTest.java 68 Results<Integer> results = Results.create(producer.get().get()); local
69 assertThat(results.successes).isEmpty();
70 assertThat(results.failures).hasSize(1);
71 assertThat(Iterables.getOnlyElement(results.failures).getCause())
81 Results<Integer> results = Results.create(producer.get().get()); local
82 assertThat(results.successes).containsExactly(3, 7)
93 Results<Integer> results = Results.create(producer.get().get()); local
105 Results<Integer> results = Results.create(producer.get().get()); local
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 262 SmallVector<SDValue, 4> Results;
263 Results.push_back(RepMovs);
270 Results.push_back(DAG.getMemcpy(Chain, dl,
283 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Results);
  /cts/tools/cts-media/
get_achievable_rates.py 56 """Helper methods for results. Not for use by applications.
133 Dict objects corresponding to parsed results, mapping string keys to
196 # If a VideoEncoderDecoderTest succeeds, it provides the results in the
197 # message of a ValueArray. If fails, it provides the results in the failure
227 # If a VideoDecoderPerfTest succeeds, it provides the results in the message
228 # of a ValueArray. If fails, it provides the results in the failure only
258 class Results(object):
259 """Container that keeps all test results."""
326 def dumpXml(self, results):
346 by_comp = createLookup(results,
    [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 172 Expr *Results[3];
208 Calls.Results[I] = Result.get();
254 Expr *Res = new (Context) CoawaitExpr(Loc, E, RSS.Results[0], RSS.Results[1],
255 RSS.Results[2]);
321 Expr *Res = new (Context) CoyieldExpr(Loc, E, RSS.Results[0], RSS.Results[1],
322 RSS.Results[2]);
SemaCodeComplete.cpp 42 /// \brief A container of code-completion results.
54 /// \brief The actual results we have found.
55 std::vector<Result> Results;
91 // 1 -> 2 elements: create the vector of results and push in the
119 /// results.
122 /// \brief The semantic analysis object for which results are being
132 /// results that are not desirable.
160 /// \brief The completion context in which we are gathering results.
205 /// results.
211 /// \brief Set the filter used for code-completion results
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 189 SmallVector<SDValue, 8> Results;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 51 static class Results {
57 public Results(
135 new Results(unifiedLookupIndex, mtpObjects, buckets))) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 227 // The following calls must take care of *all* of the node's results,
228 // not just the illegal result they were passed (this includes results
229 // with a legal type). Results can be remapped using ReplaceValueWith,
286 // The following calls must either replace all of the node's results
341 "Node morphing changed the number of results!");
730 "Node morphing changed the number of results!");
    [all...]
  /external/v8/tools/
run_perf.py 24 "results_processor": <optional python results processor script>,
30 "results_processor": <optional python results processor script>,
152 class Results(object):
175 """Represents a series of results of one trace.
177 The results are from repetitive runs of the same executable. They are
186 self.results = []
193 self.results.append(str(float(result)))
212 return Results([{
215 "results": self.results,
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 23 /// @brief Represents the results of name lookup.
25 /// An instance of the LookupResult class captures the results of a
29 /// results occurred for a given lookup.
54 /// @brief Name lookup results in an ambiguity; use
61 /// Name lookup results in an ambiguity because multiple
75 /// Name lookup results in an ambiguity because multiple
89 /// Name lookup results in an ambiguity because multiple definitions
104 /// Name lookup results in an ambiguity because an entity with a
122 /// A little identifier for flagging temporary lookup results.
253 /// Determines if the results are overloaded
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 276 /// with the code-completion results.
280 /// the code-completion results.
283 /// \brief Allocator used to store globally cached code-completion results.
287 /// \brief Allocator used to store code completion results.
332 fprintf(stderr, "+++ %u completion results\n",
338 delete [] Results;
346 fprintf(stderr, "--- %u completion results\n",
508 //Only Clang results should be accepted, so we'll set all of the other
531 AllocatedCXCodeCompleteResults &Results,
534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 556 // and reachablity queries return non-sensical results. Thus, we preprocess
692 std::vector<Value *> Results;
693 Results.reserve(ParsePointNeeded.size());
708 Results.push_back(GCResult);
710 assert(Results.size() == ParsePointNeeded.size());
715 Value *GCResult = Results[i];
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyUnprocessedActivity.java 316 private class Results {
322 public Results(String label) {
326 //append results
379 * compute test1 results
382 Results resultsBuiltIn = new Results("BuiltIn");
408 private boolean computeResultsForVector(VectorAverage freqAverage, Results results,
416 results.mValuesLog = new double[points];
418 results.mValuesLog[i] = 20 * Math.log10(values[i])
    [all...]
AudioFrequencyLineActivity.java 316 private class Results {
322 public Results(String label) {
326 //append results
377 * compute test results
380 Results resultsLeft = new Results("Left");
382 Results resultsRight = new Results("Right");
396 private void computeResultsForVector(VectorAverage freqAverage,Results results) {
    [all...]
AudioFrequencyMicActivity.java 454 private class Results {
461 public Results(String label) {
465 //append results
521 * compute test1 results
525 Results resultsBase = new Results("Base");
531 Results resultsBuiltIn = new Results("BuiltIn");
544 * compute test results
547 Results resultsReference = new Results("Reference")
    [all...]
AudioFrequencySpeakerActivity.java 332 private class Results {
339 public Results(String label) {
343 //append results
397 * compute test results
401 Results resultsBase = new Results("Base");
403 Results resultsLeft = new Results("Left");
405 Results resultsRight = new Results("Right")
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 344 // Clear out the previous results.
349 SmallVector<Result, 8> Results;
353 CCTUInfo, Results);
359 for (Result &R : Results) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 86 // Use i32 for setcc operations results (slt, sgt, ...).
235 /// ReplaceNodeResults - Replace the results of node with an illegal result
238 SmallVectorImpl<SDValue>&Results,
245 Results.push_back(ExpandADDSUB(N, DAG));
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 85 MarkGlueResults, // Indicate which interior nodes have glue results.
86 CompleteMatch, // Finish a match and update the results.
87 MorphNodeTo // Build a node, finish a match and update results.
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.java 694 private static class Results {
699 private Results getSignedJarCerts(String jarName) throws Exception {
703 Results results = new Results(); local
718 results.certificates = certs;
719 results.signers = signers;
727 return results;
731 Results result = getSignedJarCerts(VALID_CHAIN_JAR);
742 Results result = getSignedJarCerts(INVALID_CHAIN_JAR)
    [all...]

Completed in 947 milliseconds

1 2