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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-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/linux-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...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomain.h 36 #include "Results.h"
79 core::Results &errors) const;
113 const CParameterBlackboard *pMainBlackboard, core::Results &infos);
130 bool split(CConfigurableElement *pConfigurableElement, core::Results &infos);
207 core::Results &infos);
220 void doAddConfigurableElement(CConfigurableElement *pConfigurableElement, core::Results &infos,
AreaConfiguration.h 34 #include "Results.h"
58 bool restore(CParameterBlackboard *pMainBlackboard, bool bSync, core::Results *errors) const;
ConfigurableDomains.h 33 #include "Results.h"
91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos);
116 core::Results &errors) const;
148 core::Results &infos);
177 core::Results &infos) const;
SyncerSet.cpp 56 core::Results *errors) const
SystemClass.cpp 111 core::Results errors;
121 bool CSystemClass::loadSubsystemsFromSharedLibraries(core::Results &errors,
179 bool CSystemClass::loadPlugins(list<string> &lstrPluginFiles, core::Results &errors)
228 void CSystemClass::checkForSubsystemsToResync(CSyncerSet &syncerSet, core::Results &infos)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
ConfigAccess.h 69 @param Results A null-terminated Unicode string in <ConfigAltResp> format which has all
83 OUT EFI_STRING *Results
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigKeyword.h 118 EFI_NOT_FOUND is generated while processing the keyword elements, the Results string
133 returned in the Results field.
145 @param Results A null-terminated string in <MultiKeywordResp> format is returned
182 OUT EFI_STRING *Results
HiiConfigRouting.h 6 results to the appropriate drivers.
33 configuration string format. If Successful, Results contains an
70 @param Results A null-terminated string in <MultiConfigAltResp> format
74 @retval EFI_SUCCESS The Results string is filled with the
79 parts of the results that must be
117 OUT EFI_STRING *Results
126 configuration for all of the current HII database. The results
132 @param Results Null-terminated Unicode string in
138 @retval EFI_SUCCESS The Results string is filled with the
143 parts of the results that must be
    [all...]
HiiConfigAccess.h 3 The EFI HII results processing protocol invokes this type of protocol
4 when it needs to forward results to a driver's configuration handler.
69 will be returned in the Results field. In addition,
72 ConfigHdr reference will be returned in the Results Field.
83 @param Results A null-terminated Unicode string in
88 @retval EFI_SUCCESS The Results string is filled with the
93 parts of the results that must be
118 OUT EFI_STRING *Results
146 @retval EFI_SUCCESS The results have been distributed or are
150 parts of the results that must be
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 434 CodeCompletionResult *Results,
436 std::stable_sort(Results, Results + NumResults);
438 // Print the results.
441 switch (Results[I].Kind) {
443 OS << *Results[I].Declaration;
444 if (Results[I].Hidden)
447 = Results[I].CreateCodeCompletionString(SemaRef, Context,
460 OS << Results[I].Keyword << '\n';
464 OS << Results[I].Macro->getName()
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
HiiConfigRouting.h 43 OUT EFI_STRING *Results
58 Results - Null-terminated Unicode string in <MultiConfigAltResp> format which has all
63 EFI_SUCCESS - The Results string is filled with the values
65 EFI_OUT_OF_RESOURCES - Not enough memory to store the parts of the results
90 OUT EFI_STRING *Results
100 Results - Null-terminated Unicode string in <MultiConfigAltResp> format which has all
105 EFI_SUCCESS - The Results string is filled with the values
107 EFI_OUT_OF_RESOURCES - Not enough memory to store the parts of the results
110 EFI_INVALID_PARAMETER - For example, passing in a NULL for the Results
126 This function processes the results of processing forms and routes it to the
    [all...]
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 26 private final List<ExpectedInvocationAndResults> results = new ArrayList<ExpectedInvocationAndResults>(); field in class:UnorderedBehavior
36 for (ExpectedInvocationAndResults entry : results) {
42 Results list = new Results();
44 results.add(new ExpectedInvocationAndResults(expected, list));
48 for (ExpectedInvocationAndResults entry : results) {
70 for (ExpectedInvocationAndResults entry : results) {
79 List<ErrorMessage> messages = new ArrayList<ErrorMessage>(results
81 for (ExpectedInvocationAndResults entry : results) {
104 } else if (results.isEmpty() || !this.checkOrder) {
    [all...]
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/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeParser.h 562 bool Results;
566 Results = ParseThisBlockInternal();
569 Results = ParseThisBlockInternal();
571 return Results;
638 bool Results;
640 Results = ParseBlockInfoInternal();
642 Results = ParseBlockInternal();
645 return Results;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 128 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
129 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
136 SmallVectorImpl<SDValue> &Results);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Sequences.c 62 TPML_DIGEST_VALUES Results;
279 @param[out] Results List of digests computed for the PCR
290 OUT TPML_DIGEST_VALUES *Results
374 BufferPtr = (UINT8 *)&Res.Results;
377 Results->count = SwapBytes32(ReadUnaligned32 ((UINT32 *)BufferPtr));
380 for (Index = 0; Index < Results->count; Index++) {
381 Results->digests[Index].hashAlg = SwapBytes16(ReadUnaligned16 ((UINT16 *)BufferPtr));
384 DigestSize = GetHashSizeFromAlgo (Results->digests[Index].hashAlg);
386 DEBUG ((EFI_D_ERROR, "EventSequenceComplete: Unknown hash algorithm %d\r\n", Results->digests[Index].hashAlg));
390 &Results->digests[Index].digest,
    [all...]
  /external/google-benchmark/test/
output_test.h 64 // ------------------------- Results checking ------------------------------ //
67 // Call this macro to register a benchmark for checking its results. This
69 // results of a benchmark. This is done only after verifying that the output
78 struct Results;
79 typedef std::function< void(Results const&) > ResultsCheckFn;
83 // Class holding the results of a benchmark.
85 struct Results {
92 Results(const std::string& n) : name(n) {}
136 T Results::GetAs(const char* entry_name) const {
user_counters_tabular_test.cc 86 void CheckTabular(Results const& e) {
130 void CheckTabularRate(Results const& e) {
171 void CheckSet0(Results const& e) {
203 void CheckSet1(Results const& e) {
239 void CheckSet2(Results const& e) {
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 137 void getAll(std::vector<StringRef> &Results,
142 Results.push_back(StringRef(Path));
150 It->getValue().getAll(Results, Children.end());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 131 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
137 SmallVectorImpl<SDValue> &Results);
155 void ExpandNode(SDNode *Node, SmallVectorImpl<SDValue> &Results);
156 void PromoteNode(SDNode *Node, SmallVectorImpl<SDValue> &Results);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
HiiConfigAccess.h 49 OUT EFI_STRING *Results
65 Results - A null-terminated Unicode string in <ConfigAltResp> format which
70 EFI_SUCCESS - The Results is filled with the requested values.
71 EFI_OUT_OF_RESOURCES - Not enough memory to store the results.
88 This function processes the results of changes in configuration.
99 EFI_SUCCESS - The Results is processed successfully.
119 This function processes the results of changes in configuration.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.h 91 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
95 @retval EFI_SUCCESS The Results is filled with the requested values.
96 @retval EFI_OUT_OF_RESOURCES Not enough memory to store the results.
107 OUT EFI_STRING *Results
111 This function processes the results of changes in configuration.
121 @retval EFI_SUCCESS The Results is processed successfully.
  /external/skia/tests/
BlendTest.cpp 28 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; };
30 static bool acceptable(const Results& r) {
41 static Results test(Fn&& multiply) {
42 Results r = { 0,0,0,0 };

Completed in 1099 milliseconds

12 3 4 5 6 7 8 91011>>