Home
last modified time | relevance | path

Searched refs:action_ (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc365 action_.spatial = kNoChangeSpatial; in SetDefaultAction()
366 action_.temporal = kNoChangeTemporal; in SetDefaultAction()
446 action_.spatial = down_action_history_[0].spatial; in GoingUpResolution()
447 action_.temporal = down_action_history_[0].temporal; in GoingUpResolution()
464 action_.spatial = down_action_history_[0].spatial; in GoingUpResolution()
465 action_.temporal = kNoChangeTemporal; in GoingUpResolution()
469 action_.spatial = kNoChangeSpatial; in GoingUpResolution()
470 action_.temporal = down_action_history_[0].temporal; in GoingUpResolution()
519 action_.spatial = kOneQuarterSpatialUniform; in GoingDownResolution()
523 action_.spatial = kOneHalfSpatialUniform; in GoingDownResolution()
[all …]
Dqm_select.h316 ResolutionAction action_; variable
/external/libcxx/test/support/
Dtest_iterators.h345 : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {} in ThrowingIterator()
347 : begin_(first), end_(last), current_(first), action_(action), index_(index) {} in begin_()
349 …: begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.ind… in ThrowingIterator()
352 if (action_ == TAAssignment)
367 action_ = rhs.action_;
375 if (action_ == TADereference)
391 if (action_ == TAIncrement)
415 if (action_ == TADecrement)
438 if (action_ == TAComparison)
460 ThrowingAction action_; member
/external/libchrome/base/message_loop/
Dmessage_loop_perftest.cc72 : outer_(outer), action_(std::move(action)) { in Delegate()
74 DCHECK(action_); in Delegate()
83 action_->Run(); in ThreadMain()
87 const std::unique_ptr<Action> action_; member in base::__anond81e2d550111::PostingThread::Delegate
/external/tensorflow/tensorflow/core/platform/default/
Dsubprocess.cc74 action_[i] = ACTION_CLOSE; in SubProcess()
154 action_[chan] = action; in SetChannelAction()
173 if (action_[i] == ACTION_PIPE) { in Start()
234 switch (action_[i]) { in Start()
376 if (action_[i] == ACTION_PIPE) { in Communicate()
Dsubprocess.h122 ChannelAction action_[kNFds] GUARDED_BY(data_mu_);
/external/tensorflow/tensorflow/core/platform/windows/
Dsubprocess.cc104 action_[i] = ACTION_CLOSE; in SubProcess()
183 action_[chan] = action; in SetChannelAction()
212 if (action_[i] == ACTION_PIPE) { in Start()
227 } else if (action_[i] == ACTION_DUPPARENT) { in Start()
Dsubprocess.h117 ChannelAction action_[kNFds] GUARDED_BY(data_mu_);
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h774 explicit IgnoreResultAction(const A& action) : action_(action) {} in IgnoreResultAction()
791 return Action<F>(new Impl<F>(action_));
801 explicit Impl(const A& action) : action_(action) {} in Impl()
805 action_.Perform(args); in Perform()
814 const Action<OriginalFunction> action_; variable
819 const A action_; variable
Dgmock-generated-actions.h.pump204 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
207 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
216 explicit Impl(const InnerAction& action) : action_(action) {}
219 return action_.Perform(SelectArgs<Result, ArgumentTuple, $ks>::Select(args));
226 Action<InnerFunctionType> action_;
229 const InnerAction action_;
Dgmock-spec-builders.h320 action_ = action; in WillByDefault()
334 return action_; in GetAction()
353 Action<F> action_; variable
Dgmock-generated-actions.h590 explicit WithArgsAction(const InnerAction& action) : action_(action) {} in WithArgsAction()
593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
602 explicit Impl(const InnerAction& action) : action_(action) {} in Impl()
605 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, in Perform()
613 Action<InnerFunctionType> action_; variable
616 const InnerAction action_; variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-actions.h892 explicit IgnoreResultAction(const A& action) : action_(action) {}
909 return Action<F>(new Impl<F>(action_));
919 explicit Impl(const A& action) : action_(action) {}
923 action_.Perform(args);
932 const Action<OriginalFunction> action_;
937 const A action_;
Dgmock-spec-builders.h324 action_ = action; in WillByDefault()
338 return action_; in GetAction()
357 Action<F> action_; variable
Dgmock-generated-actions.h463 explicit WithArgsAction(const InnerAction& action) : action_(action) {} in WithArgsAction()
466 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
475 explicit Impl(const InnerAction& action) : action_(action) {} in Impl()
478 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4, in Perform()
486 Action<InnerFunctionType> action_; variable
489 const InnerAction action_; variable
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h861 explicit IgnoreResultAction(const A& action) : action_(action) {}
878 return Action<F>(new Impl<F>(action_));
888 explicit Impl(const A& action) : action_(action) {}
892 action_.Perform(args);
901 const Action<OriginalFunction> action_;
906 const A action_;
Dgmock-spec-builders.h331 action_ = action; in WillByDefault()
345 return action_; in GetAction()
364 Action<F> action_; variable
/external/libtextclassifier/native/utils/intents/
Dintent-generator.cc786 action_(action), in ActionsJniLuaEnvironment()
796 PushAction(action_, actions_entity_data_schema_, in SetupExternalHook()
802 const ActionSuggestion& action_; member in libtextclassifier3::__anon5ce84cb00111::ActionsJniLuaEnvironment
/external/v8/src/torque/
Dearley-parser.h220 : right_hand_side_(std::move(right_hand_side)), action_(action) {} in right_hand_side_()
239 Action action_; variable
Dearley-parser.cc56 return action_(&iterator); in RunAction()
/external/v8/src/regexp/
Dregexp-nodes.h520 EndNode(Action action, Zone* zone) : RegExpNode(zone), action_(action) {} in EndNode()
536 Action action_;
/external/deqp/modules/egl/
DteglImageFormatTests.cpp141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} in Operation()
/external/python/cpython3/Doc/library/
Dargparse.rst663 * action_ - The basic type of action to be taken when this argument is
668 * const_ - A constant value required by some action_ and nargs_ selections.
940 is determined by the action_. Generally this means a single command-line argument
954 :meth:`~ArgumentParser.parse_args`. See the action_ description for examples.
1595 * action_ - the basic type of action to be taken when this argument is
/external/python/cpython2/Doc/library/
Dargparse.rst613 * action_ - The basic type of action to be taken when this argument is
618 * const_ - A constant value required by some action_ and nargs_ selections.
871 is determined by the action_. Generally this means a single command-line argument
885 :meth:`~ArgumentParser.parse_args`. See the action_ description for examples.
1521 * action_ - the basic type of action to be taken when this argument is
/external/fmtlib/test/gmock/
Dgmock.h1684 explicit IgnoreResultAction(const A& action) : action_(action) {}
1701 return Action<F>(new Impl<F>(action_));
1711 explicit Impl(const A& action) : action_(action) {}
1715 action_.Perform(args);
1724 const Action<OriginalFunction> action_;
1729 const A action_;
2721 explicit WithArgsAction(const InnerAction& action) : action_(action) {}
2724 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
2733 explicit Impl(const InnerAction& action) : action_(action) {}
2736 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
[all …]

12