HomeSort by relevance Sort by last modified time
    Searched refs:Result (Results 151 - 175 of 2352) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-publish.hpp 100 class Result = connectable_observable<SourceValue, Multicast>
102 static Result member(Observable&& o) {
103 return Result(Multicast(std::forward<Observable>(o), Subject(composite_subscription())));
112 class Result = connectable_observable<SourceValue, Multicast>
114 static Result member(Observable&& o, composite_subscription cs) {
115 return Result(Multicast(std::forward<Observable>(o), Subject(cs)));
124 class Result = connectable_observable<SourceValue, Multicast>
126 static Result member(Observable&& o, T first, composite_subscription cs = composite_subscription()) {
127 return Result(Multicast(std::forward<Observable>(o), Subject(first, cs)));
148 class Result = connectable_observable<SourceValue, Multicast
    [all...]
  /external/clang/include/clang/Lex/
PTHLexer.h 53 bool LexEndOfFile(Token &Result);
92 void IndirectLex(Token &Result) override { Lex(Result); }
  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
  /external/clang/unittests/Analysis/
CFGTest.cpp 35 void run(const ast_matchers::MatchFinder::MatchResult &Result) override {
36 const auto *Func = Result.Nodes.getNodeAs<FunctionDecl>("func");
42 CFG::buildCFG(nullptr, Body, Result.Context, CFG::BuildOptions());
  /external/google-fruit/include/fruit/impl/meta/
metaprogramming.h 129 template <typename Result, typename Functor, typename... Args>
130 struct apply<Type<Result (Functor::*)(Args...)>> {
131 using type = Type<Result>;
149 template <typename Result, typename LambdaObject, typename... Args>
150 struct apply<Type<Result (LambdaObject::*)(Args...) const>> {
151 using type = Type<Result(Args...)>;
168 template <typename Result, typename... Args>
169 struct apply<Type<Result(Args...)>> {
170 using type = Type<Result(Args...)>;
173 template <typename Result, typename... Args
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
AlaLib.h 88 int Result = 0;
94 Result = fscanf(stream, format, &dwVal);
98 return Result;
  /external/llvm/include/llvm/IR/
Verifier.h 64 struct Result {
68 Result run(Module &M, ModuleAnalysisManager &);
69 Result run(Function &F, FunctionAnalysisManager &);
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCompiland.cpp 30 std::string Result = RawSymbol->getSourceFileName();
31 if (!Result.empty())
32 return Result;
  /external/llvm/tools/bugpoint/
BugDriver.cpp 61 std::string Result;
63 if (i) Result += " ";
64 Result += "-";
65 Result += Passes[i];
67 return Result;
89 std::unique_ptr<Module> Result = parseIRFile(Filename, Err, Ctxt);
90 if (!Result) {
92 return Result;
95 if (verifyModule(*Result, &errs())) {
103 Triple TheTriple(Result->getTargetTriple())
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAsyncTask.java 16 public class ShadowAsyncTask<Params, Progress, Result> {
18 @RealObject private AsyncTask<Params, Progress, Result> realAsyncTask;
20 private final FutureTask<Result> future;
26 future = new FutureTask<Result>(worker) {
31 final Result result = get();
37 getBridge().onPostExecute(result);
73 protected Result get() throws InterruptedException, ExecutionException {
78 protected Result get(long timeout, TimeUnit unit)
84 protected AsyncTask<Params, Progress, Result> execute(final Params... params)
    [all...]
  /external/skia/src/codec/
SkWbmpCodec.h 24 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*);
28 Result onGetPixels(const SkImageInfo&, void*, size_t,
56 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
SkJpegCodec.h 32 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*);
44 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
49 Result onGetYUV8Planes(const SkYUVASizeInfo& sizeInfo,
66 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*,
91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
116 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
  /external/skqp/src/codec/
SkWbmpCodec.h 24 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*);
28 Result onGetPixels(const SkImageInfo&, void*, size_t,
56 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
SkJpegCodec.h 32 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*);
44 Result onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options&,
49 Result onGetYUV8Planes(const SkYUVASizeInfo& sizeInfo,
66 static std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, Result*,
91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
116 Result onStartScanlineDecode(const SkImageInfo& dstInfo,
  /external/vogar/src/vogar/target/
MainTargetRunner.java 20 import vogar.Result;
49 monitor.outcomeFinished(Result.SUCCESS);
52 monitor.outcomeFinished(Result.EXEC_FAILED);
  /external/vogar/src/vogar/tasks/
ExtractJarResourceTask.java 25 import vogar.Result;
38 @Override protected Result execute() throws Exception {
50 return Result.SUCCESS;
RetrieveFilesTask.java 22 import vogar.Result;
35 @Override protected Result execute() throws Exception {
37 return Result.SUCCESS;
  /external/clang/lib/Tooling/
Refactoring.cpp 37 if (int Result = run(ActionFactory)) {
38 return Result;
72 bool Result = true;
88 Result = applyAllReplacements(*NewReplacements, Rewrite) && Result;
90 return Result;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
make_shared.pass.cpp 58 struct Result {};
59 static Result theFunction() { return Result(); }
61 static void resultDeletor(Result (*pf)()) {
68 std::shared_ptr<Result()> x(&theFunction, &resultDeletor);
69 std::shared_ptr<Result()> y(theFunction, resultDeletor);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAliasAnalysis.h 31 /// A simple AA result that uses TBAA metadata to answer queries.
47 /// By definition, this result is stateless and so remains valid.
70 /// Analysis pass providing a never-invalidated alias analysis result.
77 using Result = AMDGPUAAResult;
87 std::unique_ptr<AMDGPUAAResult> Result;
96 AMDGPUAAResult &getResult() { return *Result; }
97 const AMDGPUAAResult &getResult() const { return *Result; }
100 Result.reset(new AMDGPUAAResult(M.getDataLayout(),
106 Result.reset();
  /external/clang/unittests/Format/
CleanupTest.cpp 28 auto Result = applyAllReplacements(Code, Replaces);
29 EXPECT_TRUE(static_cast<bool>(Result));
30 return *Result;
50 std::string Result = cleanup(Code, Ranges);
51 EXPECT_EQ(Expected, Result);
67 std::string Result = cleanup(Code, Ranges);
68 EXPECT_EQ(Expected, Result);
80 std::string Result = cleanup(Code, Ranges);
81 EXPECT_EQ(Expected, Result);
94 std::string Result = cleanup(Code, Ranges)
    [all...]
  /device/generic/goldfish/network/netmgr/
monitor.h 21 #include "result.h"
36 Result init();
48 Result openSocket();
  /device/generic/goldfish/wifi/ipv6proxy/
address.cpp 62 Result Address::resolveInet(const std::string& address) {
70 return Result::error(gai_strerror(res));
76 return Result::success();
79 Result Address::resolveEth(const std::string& interfaceName) {
88 return Result::error(strerror(errno));
98 Result res = socket.open(AF_INET, SOCK_DGRAM, IPPROTO_IP);
104 return Result::error(strerror(errno));
108 return Result::success();
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.h 46 Return<Result> registerCallback(uint32_t hubId,
49 Return<Result> sendMessageToHub(uint32_t hubId,
52 Return<Result> loadNanoApp(uint32_t hubId,
56 Return<Result> unloadNanoApp(uint32_t hubId,
60 Return<Result> enableNanoApp(uint32_t hubId,
64 Return<Result> disableNanoApp(uint32_t hubId,
68 Return<Result> queryApps(uint32_t hubId) override;
70 Return<Result> reboot(uint32_t hubId);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ParsePcdLib/
ParsePcdLib.c 96 UINTN Result = 0;
120 Result <<= 4;
121 Result += HexCharToUintn (*String);
125 return (UINTN) Result;
134 UINTN Result = 0;
137 Result = 10 * Result + (*String - L'0');
141 return Result;

Completed in 1300 milliseconds

1 2 3 4 5 67 8 91011>>