HomeSort by relevance Sort by last modified time
    Searched refs:Reverse (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
list.pxd 84 # Reverse the items of list in place. Return 0 on success, -1 on
85 # failure. This is the equivalent of "list.reverse()".
  /external/eigen/Eigen/src/Core/
DenseBase.h 468 typedef Reverse<Derived, BothDirections> ReverseReturnType;
469 typedef const Reverse<const Derived, BothDirections> ConstReverseReturnType;
470 ReverseReturnType reverse();
471 ConstReverseReturnType reverse() const;
VectorwiseOp.h 408 * \sa DenseBase::reverse() */
409 const Reverse<ExpressionType, Direction> reverse() const function in class:Eigen::VectorwiseOp
410 { return Reverse<ExpressionType, Direction>( _expression() ); }
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 439 PdtBalanceData<A> *Reverse(StateId num_states,
460 PdtBalanceData<A> *PdtBalanceData<A>::Reverse(
pdtscript.h 38 #include <fst/extensions/pdt/reverse.h>
160 // PDT REVERSE
177 Reverse(fst, parens, ofst);
expand.h 30 #include <fst/extensions/pdt/reverse.h>
327 // shortest-distance information computed using a reverse
360 Reverse(*ifst_, parens, &rfst_);
366 balance_data_ = reverse_shortest_path_->GetBalanceData()->Reverse(
389 // 2. among stacks of the same length, reverse lexicographic order is used,
414 // If lenghts are equal, use reverse lexico.
    [all...]
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 159 ReverseWeight Reverse() const {
162 w.Push(it.Value().first, it.Value().second.Reverse());
string-weight.h 122 ReverseWeight Reverse() const;
267 StringWeight<L, S>::Reverse() const {
minimize.h 43 #include <fst/reverse.h>
216 Reverse(fst, &Tr_);
293 // reverse transition function
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 114 ReverseWeight Reverse() const;
259 StringWeight<L, S>::Reverse() const {
minimize.h 36 #include "fst/lib/reverse.h"
203 Reverse(fst, &Tr_);
280 // reverse transition function
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphBufferTest.cpp 176 TEST(GlyphBufferTest, Reverse)
190 glyphBuffer.reverse();
  /external/chromium_org/third_party/WebKit/Source/wtf/
DequeTest.cpp 90 TEST(DequeTest, Reverse)
VectorTest.cpp 45 TEST(VectorTest, Reverse)
52 intVector.reverse();
60 intVector.reverse();
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 274 CallingContext *Ctx, bool Reverse = false);
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 214 template<typename MatrixType, int Direction = BothDirections> class Reverse;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 361 /// Generate a shuffle sequence that will reverse the vector Vec.
566 IK_ReverseIntInduction, ///< Reverse int induction variable. Step = -1.
568 IK_ReversePtrInduction ///< Reverse ptr indvar. Step = - sizeof(elem).
    [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 269 CallingContext *Ctx, bool Reverse) {
272 if (Reverse)
  /external/chromium_org/third_party/jinja2/
filters.py 227 def do_sort(environment, value, reverse=False, case_sensitive=False,
230 true as first argument it will reverse the sorting.
265 return sorted(value, key=sort_func, reverse=reverse)
751 """Mark a value as unsafe. This is the reverse operation for :func:`safe`."""
756 """Reverse the object or return an iterator the iterates over it the other
766 rv.reverse()
952 'reverse': do_reverse,
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 158 "reverse", // kNameCacheReverse
300 INTRINSIC(JavaLangInteger, Reverse, I_I, kIntrinsicReverseBits, k32),
301 INTRINSIC(JavaLangLong, Reverse, J_J, kIntrinsicReverseBits, k64),
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 189 reverse.cc
190 This file implements the function ``Reverse()``, which returns reversed
373 * ``reverse.cc``: this is the shared library that implements the function
374 ``Reverse()`` (this file is compiled into libreverse.so)
376 and makes calls to ``Magic8Ball()`` and ``Reverse()`` in response to requests
381 the library, it fetches the addresses of the ``Magic8Ball()`` and ``Reverse()``
384 the result to the user. Likewise when the user clicks the 'Reverse' button
385 it calls the ``Reverse()`` function to reverse the string.
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 512 case Animation::Reverse:
    [all...]
layer_animation_controller_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayerTest.cpp 419 TEST_F(AnimationAnimationPlayerTest, Reverse)
423 player->reverse();
434 player->reverse();
444 player->reverse();
452 player->reverse();
459 player->reverse();
467 player->reverse();
472 player->reverse();
857 player->reverse();
  /external/pcre/dist/
pcre_internal.h     [all...]

Completed in 649 milliseconds

1 2 34 5