HomeSort by relevance Sort by last modified time
    Searched refs:reverse (Results 351 - 375 of 2235) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoExpand.py 63 wbefore.reverse()
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
frames.py 147 reverse = True)
  /prebuilts/go/darwin-x86/src/net/http/httputil/
example_test.go 98 fmt.Fprintln(w, "this call was relayed by the reverse proxy")
122 // this call was relayed by the reverse proxy
  /prebuilts/go/linux-x86/src/net/http/httputil/
example_test.go 98 fmt.Fprintln(w, "this call was relayed by the reverse proxy")
122 // this call was relayed by the reverse proxy
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 25 PERLBN(reverse);
66 PERLBN(reverse);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 281 """Generates forward and reverse operators given a purely-rational
372 def reverse(b, a): function in function:Fraction._operator_fallbacks
382 reverse.__name__ = '__r' + fallback_operator.__name__ + '__'
383 reverse.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 63 wbefore.reverse()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 281 """Generates forward and reverse operators given a purely-rational
372 def reverse(b, a): function in function:Fraction._operator_fallbacks
382 reverse.__name__ = '__r' + fallback_operator.__name__ + '__'
383 reverse.__doc__ = monomorphic_operator.__doc__
385 return forward, reverse
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 63 wbefore.reverse()
  /prebuilts/tools/common/m2/repository/com/github/shyiko/klob/klob/0.2.0/
klob-0.2.0.jar 
  /external/tensorflow/tensorflow/python/debug/cli/
analyzer_cli_test.py 96 reverse,
100 tst.assertFalse(reverse and "-r" in command)
116 reverse=False):
130 reverse: (bool) whether the sorting is in reverse (i.e., descending) order.
173 tst, command, reverse, node_name_regex, op_type_regex,
183 assert_column_header_command_shortcut(tst, command, reverse, node_name_regex,
194 tst, command, reverse, node_name_regex, op_type_regex,
205 tst, command, reverse, node_name_regex, op_type_regex,
230 if reverse
    [all...]
  /art/test/988-method-trace/src/art/
Test988Intrinsics.java 58 java.lang.Integer.reverse(0);
69 java.lang.Long.reverse(0L);
  /cts/apps/CameraITS/pymodules/its/
objects.py 190 out_sizes.sort(reverse=True, key=lambda s: s[0]) # 1st pass, sort by width
191 out_sizes.sort(reverse=True, key=lambda s: s[0]*s[1]) # sort by area
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserList.py 82 def reverse(self): self.data.reverse() member in class:UserList
heapq.py 194 Equivalent to: sorted(iterable, reverse=True)[:n]
204 result.sort(reverse=True)
396 Equivalent to: sorted(iterable, key=key, reverse=True)[:n]
416 return sorted(iterable, key=key, reverse=True)[:n]
  /external/autotest/client/cros/
webstore_test.py 40 reverse = dict((value, key) for key, value in enums.iteritems())
42 enums['to_string'] = reverse
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 164 // Sorts the CFGs blocks using a reverse post-order depth-first traversal.
181 // Performs a reverse topological traversal, starting from the exit block and
184 // before their post-dominator (because it's a reverse topological traversal).
235 // achieved visiting the nodes in reverse topological order.
322 for (auto *Block : Blocks.reverse()) {
333 for (auto *Block : Blocks.reverse()) {
  /external/eigen/blas/
common.h 145 if(incx<0) make_vector(ret,n) = make_vector(x,n,-incx).reverse();
156 if(incx<0) make_vector(x,n,-incx).reverse() = make_vector(x_cpy,n);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 20 import static java.util.Collections.reverse;
134 reverse(insertionOrder);
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
TypeLocator.java 86 // reverse order.
105 this.classNameElements = Lists.reverse(typeNames);
121 Iterable<String> reverseClassNames = Lists.reverse(classNameElements);
  /external/libvterm/src/
screen.c 22 unsigned int reverse : 1; member in struct:__anon26330
411 screen->pen.reverse = val->boolean;
752 cell->attrs.reverse = intcell->pen.reverse ^ screen->global_reverse;
789 intcell->pen.reverse = cell->attrs.reverse ^ screen->global_reverse;
875 if((attrs & VTERM_ATTR_REVERSE_MASK) && (a->pen.reverse != b->pen.reverse))
  /external/lisa/tools/analysis/
runnable.py 183 result = sorted(latpids.items(), key=lambda x: x[1].lat_total, reverse=True)
185 result = sorted(latpids.items(), key=lambda x: x[1].latency, reverse=True)
  /external/python/cpython2/Lib/
UserList.py 82 def reverse(self): self.data.reverse() member in class:UserList
  /external/python/cpython2/Lib/plat-irix5/
panel.py 26 # Reverse a list.
28 def reverse(list): function
233 # in reverse order, so we reverse it here.
235 al = reverse(al)
  /external/python/cpython2/Lib/plat-irix6/
panel.py 26 # Reverse a list.
28 def reverse(list): function
233 # in reverse order, so we reverse it here.
235 al = reverse(al)

Completed in 1142 milliseconds

<<11121314151617181920>>