HomeSort by relevance Sort by last modified time
    Searched full:flagged (Results 1 - 25 of 280) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/Core/
Flagged.h 15 /** \class Flagged
25 * It is the return type of MatrixBase::flagged()
28 * \sa MatrixBase::flagged()
33 struct traits<Flagged<ExpressionType, Added, Removed> > : traits<ExpressionType>
39 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged
40 : public MatrixBase<Flagged<ExpressionType, Added, Removed> >
44 typedef MatrixBase<Flagged> Base;
46 EIGEN_DENSE_PUBLIC_INTERFACE(Flagged)
51 inline Flagged(const ExpressionType& matrix) : m_matrix(matrix) {}
128 * \sa class Flagged
133 DenseBase<Derived>::flagged() const function in class:Eigen::DenseBase
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/
Lazy.h 22 * \sa class Flagged, extract(), part()
26 inline const Flagged<Derived, Added, 0>
39 * \sa class Flagged, marked()
42 inline const Flagged<Derived, 0, EvalBeforeAssigningBit>
53 Derived& MatrixBase<Derived>::operator+=(const Flagged<ProductBase<ProductDerived, Lhs,Rhs>, 0,
63 Derived& MatrixBase<Derived>::operator-=(const Flagged<ProductBase<ProductDerived, Lhs,Rhs>, 0,
TriangularSolver.h 28 Flagged<ExpressionType,Added,Removed>::solveTriangular(const MatrixBase<OtherDerived>& other) const
35 void Flagged<ExpressionType,Added,Removed>::solveTriangularInPlace(const MatrixBase<OtherDerived>& other) const
  /external/clang/tools/diagtool/
ListWarnings.cpp 53 std::vector<Entry> Flagged, Unflagged;
75 Flagged.push_back(entry);
80 out << "Warnings with flags (" << Flagged.size() << "):\n";
81 printEntries(Flagged, out);
88 double percentFlagged = ((double) Flagged.size())
89 / (Flagged.size() + Unflagged.size()) * 100.0;
97 double avgDiagsPerFlag = (double) Flagged.size() / flagHistogram.size();
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
e08_decode.t 31 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
xe08_decode.t 34 utf8::decode($str); # usually UTF-8 flagged on, but no-op for 5.005.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac_unittest.cc 22 // Remote-only result - must be flagged as GRAMMAR after combine
30 // local & remote result - must be flagged SPELLING, uses remote suggestion.
spellcheck_message_filter_mac.h 28 // local and remote stays type SPELLING, all others are flagged GRAMMAR.
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 97 * Verify that adding a gesture is flagged as change.
107 * Verify that removing a gesture is flagged as a change.
120 * Verify that removing an entry is flagged as a change.
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 22 // isn't flagged.
  /external/dropbear/libtommath/
bn_mp_init_multi.c 52 return res; /* Assumed ok, if error flagged above. */
  /external/pixman/pixman/
solaris-hwcap.mapfile 27 # library isn't flagged as only usable on CPU's with those ISA's, since it
  /external/dnsmasq/contrib/webmin/
README 15 flagged as "bad" even if it is a big no-no for dnsmasq itself.
37 if you use an include file, it'll be flagged as an error.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_AccessUnit.h 49 flagged 'lost'*/
56 #define AU_Corrupted 0x01 /**< At least one fragment of the access unit is flagged corrupted.*/
  /external/chromium/net/base/
mock_filter_context.h 46 // Was this data flagged as a response to a request with an SDCH dictionary?
  /external/chromium_org/chrome/browser/sync/
sync_policy_handler_unittest.cc 52 // Sync should be flagged as managed.
  /external/chromium_org/net/base/
mock_filter_context.h 45 // Was this data flagged as a response to a request with an SDCH dictionary?
  /external/chromium_org/net/cert/
mock_cert_verifier.h 18 // result in the cert status being flagged as CERT_STATUS_INVALID and return
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 29 FLAGGED,
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 43 'Should be flagged as style error: ' + line)
49 'Should not be flagged as style error: ' + line)
102 'Should be flagged as style error: ' + line)
110 'Should not be flagged as style error: ' + line)
136 'Should be flagged as style error: ' + line)
144 'Should not be flagged as style error: ' + line)
176 msg='Should be flagged as style error: ' + line)
184 msg='Should not be flagged as style error: ' + line)
210 msg='Should be flagged as style error: ' + line)
219 msg='Should not be flagged as style error: ' + line
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.c 82 /* flagged(bcp) tests whether a basic code point is flagged */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) macro
240 if (case_flags) case_flags[out] = flagged(input[j]);
289 case_flags[i] = flagged(input[in - 1]);
  /external/icu4c/test/intltest/
punyref.c 82 /* flagged(bcp) tests whether a basic code point is flagged */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) macro
240 if (case_flags) case_flags[out] = flagged(input[j]);
289 case_flags[i] = flagged(input[in - 1]);
  /external/chromium_org/chrome/browser/history/
redirect_browsertest.cc 156 // flagged as a redirect.
178 // change that occurs should not be flagged as a redirect and the meta-refresh
244 // flagged as client redirects. See bug 1139823.
299 // Check to make sure our request for files/title2.html doesn't get flagged
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service.h 43 // download has been flagged as malicious in order for the download to be
  /external/openfst/src/lib/
util.cc 29 "FST errors are fatal; o.w. return objects flagged as bad: "

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>