HomeSort by relevance Sort by last modified time
    Searched refs:reverse (Results 101 - 125 of 546) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 185 // Reverse the order of the octets in TEMP2 and call the result TEMP3.
186 byte[] TEMP3 = reverse(TEMP2);
260 // Reverse the order of the octets in TEMP3 and call the result TEMP2.
261 byte[] TEMP2 = reverse(TEMP3);
343 private static byte[] reverse(byte[] bs) method in class:DESedeWrapEngine
  /external/chromium/chrome/browser/
external_tab_container_win.h 96 void FocusThroughTabTraversal(bool reverse, bool restore_focus_to_view);
143 virtual bool TakeFocus(bool reverse);
392 virtual bool TakeFocus(bool reverse) {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 247 void TabContentsViewTouch::TakeFocus(bool reverse) {
249 !tab_contents()->delegate()->TakeFocus(reverse)) {
257 focus_manager->AdvanceFocus(reverse);
tab_contents_view_views.cc 238 void TabContentsViewViews::TakeFocus(bool reverse) {
239 if (!tab_contents()->delegate()->TakeFocus(reverse)) {
246 focus_manager->AdvanceFocus(reverse);
tab_contents_view_gtk.cc 56 bool reverse = focus == GTK_DIR_TAB_BACKWARD; local
57 tab_contents->FocusThroughTabTraversal(reverse);
354 void TabContentsViewGtk::TakeFocus(bool reverse) {
356 !tab_contents()->delegate()->TakeFocus(reverse)) {
364 focus_manager->AdvanceFocus(reverse);
tab_contents_view_gtk.h 82 virtual void TakeFocus(bool reverse);
tab_contents_view_touch.h 82 virtual void TakeFocus(bool reverse) OVERRIDE;
  /external/eigen/Eigen/src/Core/
Reverse.h 17 /** \class Reverse
20 * \brief Expression of the reverse of a vector or matrix
22 * \param MatrixType the type of the object of which we are taking the reverse
24 * This class represents an expression of the reverse of a vector.
25 * It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse()
28 * \sa MatrixBase::reverse(), VectorwiseOp::reverse()
34 struct traits<Reverse<MatrixType, Direction> >
70 template<typename MatrixType, int Direction> class Reverse
191 DenseBase<Derived>::reverse() function in class:Eigen::DenseBase
199 DenseBase<Derived>::reverse() const function in class:Eigen::DenseBase
    [all...]
  /external/openfst/src/include/fst/script/
rmepsilon.h 139 bool reverse = args->arg3; local
141 if (reverse) {
143 Reverse(ifst, &rfst);
145 Reverse(rfst, ofst);
191 bool reverse = false,
  /external/tcpdump/
smbutil.c 435 int reverse = 0; local
486 reverse = !reverse;
503 x = reverse ? EXTRACT_16BITS(buf) :
514 x = reverse ? EXTRACT_32BITS(buf) :
525 x = reverse ? EXTRACT_64BITS(buf) :
538 x1 = reverse ? EXTRACT_32BITS(buf) :
540 x2 = reverse ? EXTRACT_32BITS(buf + 4) :
562 x = reverse ? EXTRACT_16BITS(buf) :
573 x = reverse ? EXTRACT_32BITS(buf)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 229 protected int positionChild(View child, int x, int y, int contentHeight, boolean reverse) {
234 if (reverse) {
240 return (reverse ? -childWidth : childWidth);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
RFC4519Style.java 222 boolean reverse = false;
226 reverse = !rdns1[0].getFirst().getType().equals(rdns2[0].getFirst().getType()); // guess forward
231 if (!foundMatch(reverse, rdns1[i], rdns2))
240 private boolean foundMatch(boolean reverse, RDN rdn, RDN[] possRDNs)
242 if (reverse)
324 // convert in reverse
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 279 void TabContentsViewGtk::TakeFocus(bool reverse) {
280 if (!tab_contents()->delegate()->TakeFocus(reverse)) {
282 reverse ? GTK_DIR_TAB_BACKWARD : GTK_DIR_TAB_FORWARD);
399 bool reverse = focus == GTK_DIR_TAB_BACKWARD; local
400 tab_contents()->FocusThroughTabTraversal(reverse);
background_contents.h 111 virtual void TakeFocus(bool reverse) {}
  /external/icu4c/layout/
LayoutEngine.cpp 353 void LayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
368 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
417 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success)
432 if (reverse) {
464 void LayoutEngine::mapCharsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool mirror,
471 glyphStorage.allocateGlyphArray(count, reverse, success);
475 fFontInstance->mapCharsToGlyphs(chars, offset, count, reverse, &charMapper, fFilterZeroWidth, glyphStorage);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 611 * some such, converting it into an ordered set of name attributes. If reverse
616 boolean reverse,
619 this(reverse, DefaultLookUp, dirName);
626 * in converter. If reverse is true the ASN.1 sequence representing the DN will
630 boolean reverse,
634 this(reverse, DefaultLookUp, dirName, converter);
644 * If reverse is true, create the encoded version of the sequence
646 * @param reverse true if we should start scanning from the end (RFC 2553).
651 boolean reverse,
655 this(reverse, lookUp, dirName, new X509DefaultEntryConverter())
    [all...]
  /external/icu4c/common/
rbbi.cpp     [all...]
  /external/opencv/cvaux/src/
cvclique.cpp 105 void _FillAdjMatrix( CvGraph* graph, int** connected, int reverse )
112 connected[i][j] = 0|reverse;
122 connected[i][NUMBER(v)] = 1^reverse;
129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int weighted_edges )
211 _FillAdjMatrix( graph, finder->adj_matr, reverse );
  /external/icu4c/test/intltest/
transrt.cpp 563 UnicodeString srcStr, targ, reverse; local
765 reverse = targ;
766 sourceToTarget->transliterate(reverse);
787 if (isSame(srcStr, reverse) == FALSE &&
790 logRoundTripFailure(srcStr,targetToSource->getID(), targ,sourceToTarget->getID(), reverse);
803 if (reverse != reverse2) {
804 logNotCanonical("Target-Source", targ, reverse, targ2, reverse2);
840 reverse = targ;
841 sourceToTarget->transliterate(reverse);
860 if (isSame(srcStr, reverse) == FALSE &&
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 67 String[] getAllSortedBuildNames(final boolean reverse) {
73 String s1 = (String) (reverse ? o2 : o1);
74 String s2 = (String) (reverse ? o1 : o2);
  /external/openfst/src/include/fst/
shortest-distance.h 32 #include <fst/reverse.h>
261 // If 'reverse' is false, this computes the shortest distance from the
263 // 'distance' vector. If 'reverse' is true, this computes the shortest
271 // The weights must must be right (left) distributive if reverse is
283 bool reverse = false,
288 if (!reverse) {
300 Reverse(fst, &rfst);
314 distance->push_back(rdistance[distance->size() + 1].Reverse());
  /bionic/linker/
linker.h 164 void CallArray(const char* array_name, linker_function_t* functions, size_t count, bool reverse);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StringBuffer2Test.java 502 sb.reverse();
508 sb.reverse();
517 sb.reverse();
524 sb.reverse();
532 * @tests java.lang.StringBuffer#reverse()
536 // java.lang.StringBuffer.reverse()
  /external/ceres-solver/internal/ceres/
polynomial_solver.cc 108 companion_matrix.col(degree - 1) = -polynomial.reverse().head(degree);
  /external/chromium/chrome/browser/notifications/
balloon_host.h 102 virtual void TakeFocus(bool reverse) {}

Completed in 1175 milliseconds

1 2 3 45 6 7 8 91011>>