HomeSort by relevance Sort by last modified time
    Searched refs:forward (Results 176 - 200 of 1441) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 142 FormPageResultListener formPageResultListener, boolean forward, boolean emptyAllowed) {
150 userActivityListener, forward);
154 currentFormPage, formPageResultListener, previousFormPage, forward,
159 currentFormPage, formPageResultListener, previousFormPage, forward);
162 return displayLoading(formPageInfo, titleArgument, showProgress, forward);
173 public void displayFragment(Fragment fragment, boolean forward) {
175 if (forward) {
187 final UserActivityListener userActivityListener, boolean forward) {
193 displayFragment(fragment, forward);
215 final FormPageResultListener listener, FormPage lastPage, boolean forward,
    [all...]
  /external/libchrome/base/
bind_internal.h 151 return functor(std::forward<RunArgs>(args)...);
164 return function(std::forward<RunArgs>(args)...);
179 return function(std::forward<RunArgs>(args)...);
192 return function(std::forward<RunArgs>(args)...);
214 return (receiver.*method)(std::forward<RunArgs>(args)...);
234 return (receiver.*method)(std::forward<RunArgs>(args)...);
248 std::forward<RunArgs>(args)...);
262 return std::forward<CallbackType>(callback).Run(
263 std::forward<RunArgs>(args)...);
283 return Traits::Invoke(std::forward<Functor>(functor)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
AbstractStepInterpolator.java 77 private boolean forward; field in class:AbstractStepInterpolator
105 this.forward = true;
112 * @param forward integration direction indicator
114 protected AbstractStepInterpolator(final double[] y, final boolean forward) {
128 this.forward = forward;
170 forward = interpolator.forward;
194 this.forward = isForward;
219 /** Shift one step forward
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 197 final boolean forward = t > t0;
207 interpolator.reinitialize(y, forward);
249 hNew = filterStep(stepSize * factor, forward, false);
296 final boolean nextIsLast = forward ? (nextT >= t) : (nextT <= t);
297 hNew = filterStep(scaledH, forward, nextIsLast);
300 final boolean filteredNextIsLast = forward ? (filteredNextT >= t) : (filteredNextT <= t);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypoFix.java 78 IRegion forward = finder.find(start, typo, true /*forward*/, true, true, false); local
79 IRegion backward = finder.find(start, typo, false /*forward*/, true, true, false);
80 if (forward != null && backward != null) {
82 int forwardDelta = forward.getOffset() - start;
85 start = forward.getOffset();
89 } else if (forward != null) {
90 start = forward.getOffset();
  /external/llvm/include/llvm/Support/
ThreadPool.h 80 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
98 return asyncImpl(std::forward<Function>(F));
thread.h 55 f(std::forward<Args>(args)...);
  /external/mesa3d/src/gallium/state_trackers/clover/util/
lazy.hpp 50 deferred_lazy(G &&f) : f(new F(std::forward<G>(f))) {
76 strict_lazy(S &&x) : x(std::forward<S>(x)) {
120 >(std::forward<F>(f))) {
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_return_util.h 38 hidl_cb((obj->*work)(std::forward<Args>(args)...));
55 (obj->*work)(std::forward<Args>(args)...);
80 (obj->*work)(std::forward<Args>(args)...);
  /external/clang/test/Sema/
incomplete-decl.c 3 struct foo; // expected-note 5 {{forward declaration of 'struct foo'}}
28 expected-note {{forward declaration of 'struct bar'}}
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 29 FORWARD {
38 return FORWARD;
162 LogicalDirection forward = LogicalDirection.FORWARD; local
163 if (toPhysicalDirection(physicalDirection.axis(), forward) == physicalDirection) {
164 return forward;
166 return forward.reverse();
176 case FORWARD:
184 case FORWARD:
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingSortedMapTest.java 180 forward = new ForwardingSortedMap<String, Boolean>() {
188 forward().comparator();
193 forward().firstKey();
198 forward().headMap("asdf");
203 forward().lastKey();
208 forward().subMap("first", "last");
213 forward().tailMap("last");
217 @Override SortedMap<String, Boolean> forward() {
218 return (SortedMap<String, Boolean>) super.forward();
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
SourceSet.java 96 static void showSourceSetAux(Transliterator t, Normalizer.Mode m, boolean lowerFirst, boolean forward) {
103 out.println("# MINIMAL FILTER GENERATED FOR: " + t.getID() + (forward ? "" : " REVERSE"));
105 + (forward ? "" : "( ")
107 + (forward ? "" : " )")
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 66 // These BitVectors are only used internally to forward(). They are members
79 void forward();
83 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
84 if (!Tracking && MBB->begin() != I) forward();
85 while (MBBI != I) forward();
88 /// Invert the behavior of forward() on the current instruction (undo the
89 /// changes to the available registers made by forward()).
  /external/mesa3d/src/gallium/state_trackers/nine/
iunknown.h 50 boolean forward; /* whether to forward references to the container */ member in struct:NineUnknown
54 * forward is set to false for the swapchain case.
55 * If forward is set, refs are passed to the container if forward is set
142 if (b == 1 && This->forward)
153 if (b == 0 && This->forward)
172 assert(This->container && !This->forward);
  /external/python/cpython2/Demo/turtle/
tdemo_yinyang.py 29 forward(radius*0.375)
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
thread.h 55 f(std::forward<Args>(args)...);
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 10 cld # we want these to happen forward
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 10 cld # we want these to happen forward
  /frameworks/native/cmds/lshal/
Timeout.h 33 : mFunc(std::forward<decltype(func)>(func)) {}
66 BackgroundTaskState state{std::forward<decltype(func)>(func)};
86 auto boundFunc = std::bind(std::forward<Function>(func),
87 interfaceObject.get(), std::forward<Args>(args)...);
  /hardware/interfaces/wifi/1.1/default/
hidl_return_util.h 51 hidl_cb((obj->*work)(std::forward<Args>(args)...));
70 hidl_cb((obj->*work)(&lock, std::forward<Args>(args)...));
88 const auto& ret_pair = (obj->*work)(std::forward<Args>(args)...);
114 const auto& ret_tuple = (obj->*work)(std::forward<Args>(args)...);
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 62 * {@code PKIXCertPathChecker} may be either in the forward direction
67 * support forward checking (the ability to perform its checks when it is
68 * presented with certificates in the forward direction). The
70 * indicates whether forward checking is supported.
101 * The {@code forward} flag specifies the order that
103 * (forward or reverse). A {@code PKIXCertPathChecker} <b>must</b>
104 * support reverse checking and <b>may</b> support forward checking.
106 * @param forward the order that certificates are presented to
108 * are presented from target to most-trusted CA (forward); if
112 * the specified order; it should never be thrown if the forward fla
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterScavenging.h 66 // These BitVectors are only used internally to forward(). They are members
79 /// preferred to enterBasicBlock() and forward() because it does not depend
84 void forward();
88 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
89 if (!Tracking && MBB->begin() != I) forward();
90 while (MBBI != I) forward();
93 /// Invert the behavior of forward() on the current instruction (undo the
94 /// changes to the available registers made by forward()).
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterScavenging.h 66 // These BitVectors are only used internally to forward(). They are members
79 /// preferred to enterBasicBlock() and forward() because it does not depend
84 void forward();
88 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
89 if (!Tracking && MBB->begin() != I) forward();
90 while (MBBI != I) forward();
93 /// Invert the behavior of forward() on the current instruction (undo the
94 /// changes to the available registers made by forward()).
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
RegisterScavenging.h 66 // These BitVectors are only used internally to forward(). They are members
79 /// preferred to enterBasicBlock() and forward() because it does not depend
84 void forward();
88 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
89 if (!Tracking && MBB->begin() != I) forward();
90 while (MBBI != I) forward();
93 /// Invert the behavior of forward() on the current instruction (undo the
94 /// changes to the available registers made by forward()).

Completed in 1473 milliseconds

1 2 3 4 5 6 78 91011>>