HomeSort by relevance Sort by last modified time
    Searched defs:Result (Results 76 - 100 of 2692) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DiagnosticError.h 41 Optional<PartialDiagnosticAt> Result;
43 Result = std::move(E.getDiagnostic());
45 return Result;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SetOperations.h 52 S1Ty Result;
56 Result.insert(*SI);
57 return Result;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 25 FunctionHandle(Function *Fn, AAResult *Result)
26 : CallbackVH(Fn), Result(Result) {
28 assert(Result != nullptr);
35 AAResult *Result;
38 assert(Result != nullptr);
40 Result->evict(cast<Function>(Val));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DiagnosticError.h 41 Optional<PartialDiagnosticAt> Result;
43 Result = std::move(E.getDiagnostic());
45 return Result;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SetOperations.h 52 S1Ty Result;
56 Result.insert(*SI);
57 return Result;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 25 FunctionHandle(Function *Fn, AAResult *Result)
26 : CallbackVH(Fn), Result(Result) {
28 assert(Result != nullptr);
35 AAResult *Result;
38 assert(Result != nullptr);
40 Result->evict(cast<Function>(Val));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DiagnosticError.h 41 Optional<PartialDiagnosticAt> Result;
43 Result = std::move(E.getDiagnostic());
45 return Result;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SetOperations.h 52 S1Ty Result;
56 Result.insert(*SI);
57 return Result;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 25 FunctionHandle(Function *Fn, AAResult *Result)
26 : CallbackVH(Fn), Result(Result) {
28 assert(Result != nullptr);
35 AAResult *Result;
38 assert(Result != nullptr);
40 Result->evict(cast<Function>(Val));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DiagnosticError.h 41 Optional<PartialDiagnosticAt> Result;
43 Result = std::move(E.getDiagnostic());
45 return Result;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SetOperations.h 52 S1Ty Result;
56 Result.insert(*SI);
57 return Result;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CFLAliasAnalysisUtils.h 25 FunctionHandle(Function *Fn, AAResult *Result)
26 : CallbackVH(Fn), Result(Result) {
28 assert(Result != nullptr);
35 AAResult *Result;
38 assert(Result != nullptr);
40 Result->evict(cast<Function>(Val));
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 24 chans []chan<- Result
34 // Result holds the results of Do, so they can be passed
36 type Result struct {
68 // results when they are ready. The second result is true if the function
71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) {
72 ch := make(chan Result, 1)
83 c := &call{chans: []chan<- Result{ch}}
101 ch <- Result{c.val, c.err, c.dups > 0}
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 24 chans []chan<- Result
34 // Result holds the results of Do, so they can be passed
36 type Result struct {
68 // results when they are ready. The second result is true if the function
71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) {
72 ch := make(chan Result, 1)
83 c := &call{chans: []chan<- Result{ch}}
101 ch <- Result{c.val, c.err, c.dups > 0}
  /tools/test/connectivity/acts/framework/acts/libs/proc/
job.py 33 def __init__(self, result):
34 super(Error, self).__init__(result)
35 self.result = result
42 class Result(object):
43 """Command execution result.
103 return ('job.Result(command=%r, stdout=%r, stderr=%r, exit_status=%r, '
131 A job.Result containing the results of the ssh command.
156 result = Result(
    [all...]
  /tools/test/connectivity/tools/lab/utils/
job.py 33 def __init__(self, result):
34 super(Error, self).__init__(result)
35 self.result = result
42 class Result(object):
43 """Command execution result.
103 return ('job.Result(command=%r, stdout=%r, stderr=%r, exit_status=%r, '
131 A job.Result containing the results of the ssh command.
156 result = Result(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopAnalysisManager.h 80 /// A specialized result for the \c LoopAnalysisManagerFunctionProxy which
85 template <> class LoopAnalysisManagerFunctionProxy::Result {
87 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI)
89 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)), LI(Arg.LI) {
95 Result &operator=(Result &&RHS) {
104 ~Result() {
135 /// so it can pass the \c LoopInfo to the result.
137 LoopAnalysisManagerFunctionProxy::Result
    [all...]

Completed in 641 milliseconds

1 2 34 5 6 7 8 91011>>