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

1 2 34 5 6 7 8 91011>>

  /development/python-packages/adb/
device.py 474 def forward(self, local, remote): member in class:AndroidDevice
475 return self._simple_call(['forward', local, remote])
478 return self._simple_call(['forward', '--list'])
481 return self._simple_call(['forward', '--no-rebind', local, remote])
484 return self._simple_call(['forward', '--remove', local])
487 return self._simple_call(['forward', '--remove-all'])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fractions.py 281 """Generates forward and reverse operators given a purely-rational
360 def forward(a, b): function in function:Fraction._operator_fallbacks
369 forward.__name__ = '__' + fallback_operator.__name__ + '__'
370 forward.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java 102 private boolean forward; field in class:ContinuousOutputModel
135 forward = model.forward;
144 if (forward ^ model.forward) {
187 forward = true;
205 forward = interpolator.isForward();
361 if (forward) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
EventState.java 76 private boolean forward; field in class:EventState
167 // direction (forward or backward). This explains what is done below.
203 forward = interpolator.isForward();
209 final double start = forward ? (t0 + convergence) : t0 - convergence;
252 final double epsilon = (forward ? 0.25 : -0.25) * convergence;
340 nextAction = handler.eventOccurred(t, y, !(increasing ^ forward));
  /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/guava/guava/src/com/google/common/collect/
ForwardingNavigableMap.java 35 * <p><i>Warning:</i> The methods of {@code ForwardingNavigableMap} forward <i>indiscriminately</i>
69 * {@code lowerEntry} to forward to this implementation.
82 * {@link #lowerEntry}, you may wish to override {@code lowerKey} to forward to this
97 * {@code floorEntry} to forward to this implementation.
110 * {@code floorEntry}, you may wish to override {@code floorKey} to forward to this
125 * {@code ceilingEntry} to forward to this implementation.
138 * {@code ceilingEntry}, you may wish to override {@code ceilingKey} to forward to this
153 * {@code higherEntry} to forward to this implementation.
166 * {@code higherEntry}, you may wish to override {@code higherKey} to forward to this
181 * {@code firstEntry} to forward to this implementation
279 NavigableMap<K, V> forward() { method in class:ForwardingNavigableMap.StandardDescendingMap
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ConverterTest.java 155 Function<String, Integer> forward = new Function<String, Integer>() { local
162 Converter<String, Number> converter = Converter.<String, Number>from(forward, backward);
173 assertEquals("forward", nullsArePassed.convert("foo"));
174 assertEquals("forward", nullsArePassed.convert(null));
181 assertEquals("forward", nullsAreHandled.convert("foo"));
190 return "forward";
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMultisetTest.java 139 protected Multiset<String> forward; field in class:ForwardingMultisetTest
276 forward = new ForwardingMultiset<String>() {
284 forward().add("asdf");
289 forward().addAll(EMPTY_COLLECTION);
294 forward().clear();
299 forward().contains(null);
304 forward().containsAll(EMPTY_COLLECTION);
309 forward().isEmpty();
314 forward().iterator();
319 forward().remove(null)
398 protected Multiset<String> forward() { method in class:ForwardingMultisetTest
    [all...]
ForwardingNavigableSetTest.java 196 forward = new ForwardingNavigableSet<String>() {
204 forward().lower("a");
209 forward().floor("a");
214 forward().ceiling("a");
219 forward().higher("a");
224 forward().pollFirst();
229 forward().pollLast();
234 forward().descendingIterator();
239 forward().headSet("key", false);
244 forward().subSet("a", true, "b", false)
253 @Override NavigableSet<String> forward() { method in class:ForwardingNavigableSetTest
    [all...]
ForwardingSetTest.java 105 Set<String> forward; field in class:ForwardingSetTest
145 forward = new ForwardingSet<String>() {
153 forward().add("asdf");
158 forward().addAll(EMPTY_LIST);
163 forward().clear();
168 forward().contains(null);
173 forward().containsAll(EMPTY_LIST);
178 forward().isEmpty();
183 forward().iterator();
188 forward().remove(null)
222 Set<String> forward() { method in class:ForwardingSetTest
    [all...]
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletDispatchIntegrationTest.java 212 .forward(servletRequest, servletResponse); method
ServletPipelineRequestDispatcherTest.java 190 dispatcher.forward(requestMock, mockResponse);
264 dispatcher.forward(mockRequest, mockResponse);
  /external/harfbuzz_ng/util/
options.hh 318 bool forward = HB_DIRECTION_IS_FORWARD (hb_buffer_get_direction (buffer)); local
320 unsigned int text_start = forward ? 0 : num_chars;
326 info[end-(forward?0:1)].mask & HB_GLYPH_FLAG_UNSAFE_TO_BREAK))
332 if (forward)
339 if (forward)
380 if (forward)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestInverse.java 194 forward = "\u200f\u0627\u064e\u0650\u0020\u0028\u0031\u0029", local
204 reverse = Bidi.writeReverse(forward, Bidi.KEEP_BASE_COMBINING);
211 reverse, forward, null, "KEEP_BASE_COMBINING", null);
214 reverse = Bidi.writeReverse(forward, Bidi.REMOVE_BIDI_CONTROLS |
222 reverse, forward, null,
  /external/icu/icu4c/source/common/
uniset.cpp 644 // might separate forward and backward loops later
647 // TODO Improve efficiency of this, at least in the forward
648 // direction, if not in both. In the forward direction we
652 UBool forward = offset < limit; local
655 // forward direction or the rightmost char to match in
671 UChar c = trial.charAt(forward ? 0 : trial.length() - 1);
674 // forward direction.
675 if (forward && c > firstChar) break;
681 int32_t maxLen = forward ? limit-offset : offset-limit;
693 // In the forward direction we know string
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestInverse.java 191 forward = "\u200f\u0627\u064e\u0650\u0020\u0028\u0031\u0029", local
201 reverse = Bidi.writeReverse(forward, Bidi.KEEP_BASE_COMBINING);
208 reverse, forward, null, "KEEP_BASE_COMBINING", null);
211 reverse = Bidi.writeReverse(forward, Bidi.REMOVE_BIDI_CONTROLS |
219 reverse, forward, null,
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 163 void RegScavenger::forward() { function in class:RegScavenger
164 // Move ptr forward.
  /external/minijail/
minijail0_cli.c 435 " -z: Don't forward signals to jailed process.\n"
463 int forward = 1; local
689 forward = 0;
751 if (forward)
  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.cpp 74 /** Forward a status operation.
75 * @param[in] success the operaton status to forward
76 * or forward a previous failure if omitted
78 bool forward(bool success = false) function in class:Status
242 return status.forward(handle->pfw->start(status.msg()));
336 return status.forward(handle->parameter.getAsSignedInteger(*value, status.msg()));
341 return status.forward(handle->parameter.setAsSignedInteger(value, status.msg()));
351 return status.forward();
361 return status.forward(handle->parameter.setAsString(value, status.msg()));
  /external/python/cpython2/Lib/
fractions.py 281 """Generates forward and reverse operators given a purely-rational
360 def forward(a, b): function in function:Fraction._operator_fallbacks
369 forward.__name__ = '__' + fallback_operator.__name__ + '__'
370 forward.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
  /external/python/cpython3/Lib/
fractions.py 295 """Generates forward and reverse operators given a purely-rational
374 def forward(a, b): function in function:Fraction._operator_fallbacks
383 forward.__name__ = '__' + fallback_operator.__name__ + '__'
384 forward.__doc__ = monomorphic_operator.__doc__
399 return forward, reverse
537 # See _operator_fallbacks.forward to check that the results of
  /external/selinux/gui/
polgengui.py 227 self.forward_button.connect("clicked", self.forward)
353 def forward(self, arg): member in class:childWindow
    [all...]
  /external/skia/src/core/
SkBitmapProcState.cpp 126 SkMatrix forward; local
127 if (fInvMatrix.invert(&forward) && just_trans_general(forward)) {
128 fInvMatrix.setTranslate(-forward.getTranslateX(), -forward.getTranslateY());
  /external/skia/src/pathops/
SkPathWriter.cpp 283 bool forward = true; local
304 if (forward) {
317 sIndex == ((rIndex != eIndex) ^ forward ? eIndex : ~eIndex));
319 if (sIndex == ((rIndex != eIndex) ^ forward ? eIndex : ~eIndex)) {
323 if (forward) {
348 forward ^= 1;
  /external/skqp/src/core/
SkBitmapProcState.cpp 126 SkMatrix forward; local
127 if (fInvMatrix.invert(&forward) && just_trans_general(forward)) {
128 fInvMatrix.setTranslate(-forward.getTranslateX(), -forward.getTranslateY());

Completed in 731 milliseconds

1 2 34 5 6 7 8 91011>>