/external/eigen/Eigen/src/Core/ |
Flagged.h | 22 * \param Removed the flags removed from the expression (has priority over Added). 32 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 33 struct traits<Flagged<ExpressionType, Added, Removed> > : traits<ExpressionType> 35 enum { Flags = (ExpressionType::Flags | Added) & ~Removed }; 39 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged 40 : public MatrixBase<Flagged<ExpressionType, Added, Removed> > 124 /** \returns an expression of *this with added and removed flags 131 template<unsigned int Added,unsigned int Removed> 132 inline const Flagged<Derived, Added, Removed> [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyAgreementSpi.java | 26 // BEGIN android-removed 31 // END android-removed 36 // BEGIN android-removed 39 // END android-removed 43 // BEGIN android-removed 46 // END android-removed 80 // BEGIN android-removed 82 // END android-removed 97 // BEGIN android-removed 99 // END android-removed [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedHelper.java | 22 // BEGIN android-removed 25 // END android-removed 40 // BEGIN android-removed 43 // END android-removed 67 // BEGIN android-removed 69 // END android-removed 74 // BEGIN android-removed 77 // END android-removed 80 // BEGIN android-removed 83 // END android-removed [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DES.java | 22 // BEGIN android-removed 24 // END android-removed 27 // BEGIN android-removed 31 // END android-removed 73 // BEGIN android-removed 85 // END android-removed 120 // BEGIN android-removed 162 // END android-removed 362 // BEGIN android-removed 374 // END android-removed [all...] |
DESede.java | 3 // BEGIN android-removed 6 // END android-removed 8 // BEGIN android-removed 10 // END android-removed 16 // BEGIN android-removed 18 // END android-removed 25 // BEGIN android-removed 27 // END android-removed 30 // BEGIN android-removed 33 // END android-removed [all...] |
SymmetricAlgorithmProvider.java | 9 // BEGIN android-removed 22 // END android-removed
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509Util.java | 28 // BEGIN android-removed 30 // END android-removed 35 // BEGIN android-removed 37 // END android-removed 51 // BEGIN android-removed 54 // END android-removed 59 // BEGIN android-removed 62 // END android-removed 70 // BEGIN android-removed 72 // END android-removed [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
cpdtrans.h | 37 * @internal Use transliterator factory methods instead since this class will be removed in that release. 62 * @internal Use transliterator factory methods instead since this class will be removed in that release. 74 * @internal Use transliterator factory methods instead since this class will be removed in that release. 85 * @internal Use transliterator factory methods instead since this class will be removed in that release. 92 * @internal Use transliterator factory methods instead since this class will be removed in that release. 98 * @internal Use transliterator factory methods instead since this class will be removed in that release. 104 * @internal Use transliterator factory methods instead since this class will be removed in that release. 111 * @internal Use transliterator factory methods instead since this class will be removed in that release. 119 * @internal Use transliterator factory methods instead since this class will be removed in that release. 125 * @internal Use transliterator factory methods instead since this class will be removed in that release [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_tag_model_observer.h | 24 // Invoked before a node is removed. 25 // |node| is the node to be removed. 29 // Invoked when a node has been removed, |node| is the node that was removed. 66 // Invoked before all non-permanent bookmark nodes are removed. 69 // Invoked when all non-permanent bookmark nodes have been removed.
|
/cts/tools/signature-tools/src/signature/compare/model/ |
DeltaType.java | 28 * States that an element was removed from the toApi. 30 REMOVED,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ |
X509.java | 21 // BEGIN android-removed 24 // END android-removed
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/ |
BC.java | 20 // BEGIN android-removed 22 // END android-removed
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
X509SignatureUtil.java | 17 // BEGIN android-removed 19 // END android-removed 71 // BEGIN android-removed 78 // END android-removed 105 // BEGIN android-removed 110 // END android-removed 123 // BEGIN android-removed 140 // END android-removed
|
/external/chromium_org/third_party/mt19937ar/ |
README.chromium | 12 Note: Once Chromium moves to C++11, this can be removed in favor 19 Additionally, unnecessary functions (in particular, main) were removed.
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_exceptions_table_model.h | 25 // Return whether the given set of rows can be removed. A parent with setting 26 // of CONTENT_SETTING_DEFAULT can't be removed unless all its children are 27 // also being removed. 33 // CONTENT_SETTING_DEFAULT parent, the parent will be removed from the model
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/ |
README.chromium | 15 Removed OWNERS file.
|
/external/chromium_org/content/test/data/ |
remove_frame_on_unload.html | 18 <p>Navigate to another page to cause frame to be removed.</p>
|
/external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
remove_continue_at_end_of_loop.opt_test | 6 # loop is removed.
|
/external/chromium_org/ui/views/focus/ |
view_storage.h | 19 // It automatically removes a view from the storage if the view is removed from 46 // Notifies the ViewStorage that a view was removed from its parent somewhere. 47 void ViewRemoved(View* removed); 58 // all other mapping pointing to the same view are removed as well.
|
/external/clang/test/Analysis/ |
null-deref-ps-region.c | 5 // The store for 'a[1]' should not be removed mistakenly. SymbolicRegions may
|
/external/mesa3d/src/glsl/tests/lower_jumps/ |
remove_continue_at_end_of_loop.opt_test | 6 # loop is removed.
|
/external/qemu/distrib/sdl-1.2.15/ |
README.AmigaOS | 1 The AmigaOS code has been removed from SDL, since it had been broken for a
|
/external/valgrind/main/exp-sgcheck/tests/ |
preen_invars_so.c | 8 removed by preen_Invars (or, at least, that the system doesn't
|
/ndk/sources/cpufeatures/ |
README.TXT | 6 but it is DEPRECATED and will be removed in a future NDK release.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_15.txt | 23 Some removed test. 31 <TITLE>Some removed HTML</TITLE> 34 Some removed text. 49 Some removed base64 encoded chars.
|