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

1 2 3 4 5 6 7 8 91011>>

  /external/parameter-framework/upstream/parameter/
Results.h 39 typedef std::list<std::string> Results;
SyncerSet.h 32 #include "Results.h"
57 bool sync(CParameterBlackboard &parameterBlackboard, bool bBack, core::Results *errors) const;
SystemClass.h 34 #include "Results.h"
76 void checkForSubsystemsToResync(CSyncerSet &syncerSet, core::Results &infos);
102 bool loadSubsystemsFromSharedLibraries(core::Results &errors,
115 bool loadPlugins(std::list<std::string> &lstrPluginFiles, core::Results &errors);
  /external/easymock/src/org/easymock/internal/
ExpectedInvocationAndResults.java 26 Results results; field in class:ExpectedInvocationAndResults
29 Results results) {
31 this.results = results;
38 public Results getResults() {
39 return results;
44 return expectedInvocation.toString() + ": " + results.toString();
  /hardware/interfaces/audio/common/test/utility/include/utility/
ReturnIn.h 36 ReturnIn(ResultStore&... ts) : results(ts...) {}
38 template <class... Results>
39 void operator()(Results&&... results) {
40 set(std::forward<Results>(results)...);
47 std::get<sizeof...(ResultStore) - sizeof...(Tail) - 1>(results) = std::forward<Head>(head);
54 std::tuple<ResultStore&...> results; member in class:android::hardware::audio::common::test::utility::detail::ReturnIn
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 41 /// \brief A container of code-completion results.
53 /// \brief The actual results we have found.
54 std::vector<Result> Results;
90 // 1 -> 2 elements: create the vector of results and push in the
118 /// results.
121 /// \brief The semantic analysis object for which results are being
131 /// results that are not desirable.
159 /// \brief The completion context in which we are gathering results.
204 /// results.
210 /// \brief Set the filter used for code-completion results
    [all...]
  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 4 Continuing using 'round to nearest'. Results may differ!
fpext_warn.stderr.exp 6 the rounding mode from FPC. Results may differ!
12 the rounding mode from FPC. Results may differ!
18 the rounding mode from FPC. Results may differ!
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
GenDepex.c 331 UINTN Results;
359 Results = (UINTN) fseek (InFile, 0, SEEK_END);
361 if (Results != 0) {
379 Results = (UINTN) fclose (InFile);
380 if (Results != 0) {
384 Results = (UINTN) fclose (OutFile);
385 if (Results != 0) {
392 Results = (UINTN) fseek (InFile, 0, SEEK_SET);
394 if (Results != 0) {
418 Results = (UINTN) fclose (InFile);
    [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...]
  /system/libhwbinder/vts/performance/
PerfTest.h 71 // Results r;
81 class Results {
92 static Results combine(const Results& a, const Results& b);
128 Results other; ///< statistics of CFS-other transactions
129 Results fifo; ///< statistics of RT-fifo transactions
PerfTest.cpp 82 Results Results::combine(const Results& a, const Results& b) {
83 Results ret;
102 void Results::addTime(uint64_t nano) {
127 void Results::setupRawData() {
136 void Results::flushRawData() {
150 void Results::dump() const {
161 void Results::dumpDistribution() const
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
parseNLT.pl 9 if (/LLVM Test Results for (\w+) (\d+), (\d+)</)
  /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/google-benchmark/test/
user_counters_test.cc 40 void CheckSimple(Results const& e) {
79 void CheckBytesAndItemsPSec(Results const& e) {
114 void CheckRate(Results const& e) {
145 void CheckThreads(Results const& e) {
175 void CheckAvgThreads(Results const& e) {
206 void CheckAvgThreadsRate(Results const& e) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 112 private volatile MtpDeviceIndexRunnable.Results mResults;
232 MtpDeviceIndexRunnable.Results results = mResults; local
233 return results != null ? results.unifiedLookupIndex.length : 0;
244 MtpDeviceIndexRunnable.Results results = mResults; local
245 if (results == null) {
249 DateBucket bucket = results.buckets[results.unifiedLookupIndex[position]]
274 MtpDeviceIndexRunnable.Results results = mResults; local
297 MtpDeviceIndexRunnable.Results results = mResults; local
335 MtpDeviceIndexRunnable.Results results = mResults; local
360 MtpDeviceIndexRunnable.Results results = mResults; local
370 MtpDeviceIndexRunnable.Results results = mResults; local
387 MtpDeviceIndexRunnable.Results results = mResults; local
404 MtpDeviceIndexRunnable.Results results = mResults; local
420 MtpDeviceIndexRunnable.Results results = mResults; local
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efilibplat.h 67 OUT rArg *Results OPTIONAL
76 OUT rArg *Results OPTIONAL
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c 278 OUT rArg *Results OPTIONAL
288 if (Results) {
289 CopyMem (Results, &ReturnValue, sizeof(rArg));
299 OUT rArg *Results OPTIONAL
312 if (Results)
313 CopyMem (Results, &ReturnValue, sizeof(rArg));
330 if (Results)
331 CopyMem (Results, &ReturnValue, sizeof(rArg));
  /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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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.
296 /// Determines if the results are overloaded
    [all...]

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 91011>>