/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
DHParametersHelper.java | 6 // BEGIN android-added 8 // END android-added 13 // BEGIN android-added 15 // END android-added 27 // BEGIN android-added 31 // END android-added 37 // BEGIN android-added 39 // END android-added 50 // BEGIN android-added 54 // END android-added [all...] |
/external/markdown/docs/ |
CHANGE_LOG | 12 Feb 2009: Added support for multi-level lists to new Blockprocessors. 14 Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen) 16 Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors. 20 Refactored tree tarversing. Added treap implementation, then replaced with 28 August 18 2008: Reorganized directory structure. Added a 'docs' dir 30 Added additional documentation and a few bug fixes. (v2.0-beta) 32 August 4 2008: Updated included extensions to ElementTree. Added a 41 May 2008: Added a number of additional extensions to the 46 (Thanks David Wolever). Fixed various bugs and added doc strings. 62 Nov 29, 2007: Added support for images inside links. Also fixe [all...] |
/external/chromium_org/third_party/bintrees/ |
NEWS.txt | 10 * added floor_item/key, ceiling_item/key methods, thanks to Dai Mikurube 35 * added itemslice(startkey, endkey), keyslice(startkey, endkey), 53 * added delslice del T[0:3] -> remove treenodes 0, 1, 2 54 * added discard -> remove key without KeyError if not found 55 * added heap methods: min, max, nlarges, nsmallest ... 56 * added Set methods -> intersection, differnce, union, ... 57 * added slicing: T[5:10] get items with position (not key!) 5, 6, 7, 8, 9 59 * added index: T.index(key) -> get position of item <key> 60 * added item_at: T.item_at(0) -> get item at position (not key!) 0
|
/external/chromium/base/third_party/dmg_fp/ |
README.chromium | 10 - added dmg_fp.h header 11 - added #define IEEE_8087 to dtoa.cc 12 - added #define NO_HEX_FP to dtoa.cc
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 2 * Added LICENSE.txt file with MIT license, copyright owner is perhaps 13 * Added missing base_string debug info when using RSA-SHA1 14 * Increased size of example endpoint input field and added note about
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
CHANGELOG.txt | 2 * Added LICENSE.txt file with MIT license, copyright owner is perhaps 13 * Added missing base_string debug info when using RSA-SHA1 14 * Increased size of example endpoint input field and added note about
|
/external/chromium_org/third_party/closure_linter/ |
README.chromium | 16 Added Apache License notice to closure_linter/common/tokens_test.py 17 Added OWNERS file
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnormtst.h | 13 * synwee added test for quick check 14 * synwee added test for checkFCD
|
/external/chromium_org/third_party/lcov/ |
README.chromium | 12 - Added bin/mcov, an assembly script derived from lcov which is 14 - Added LICENSE file which symlinks to COPYING
|
/external/chromium_org/third_party/molokocacao/ |
README.chromium | 14 - Added LICENSE file based on email correspondence with Sean. 15 - Added header guards.
|
/external/icu4c/test/cintltst/ |
cnormtst.h | 13 * synwee added test for quick check 14 * synwee added test for checkFCD
|
/external/libpng/scripts/ |
pngos2.def | 186 ; Added at version 1.2.0: 198 ; Added at version 1.2.2: 201 ; Added at version 1.2.2 and deleted from 1.2.3: 205 ; Added at version 1.2.4 208 ; Added at version 1.2.6 212 ; Added at version 1.2.7 215 ; Added at version 1.2.9 225 ; Added at version 1.2.41
|
/external/webp/ |
README.android | 17 - Added WebP Encoder (ver 0.1.2) as well 19 - Added Android.mk to encoder & decoder code levels. 21 - Added three color-spaces viz ARGB_8888, RGBA_4444, RGB_565 25 color configs. Added the code under "ANDROID_WEBP_RGB" flag. 29 - 16bit swapping of RGB565 / RGB4444 colorspace. Added compile-time flag 32 - Added ARM/NEON code for decoder/encoder modules. 34 - Added multi-threaded alpha encoding for lossy compression. 43 can be added to any application by Adding to LOCAL_STATIC_LIBRARIES
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
patched_file_system.py | 30 added, deleted, modified = ( 33 if len(added) == 0: 35 return added 36 return list((set(original_listing) | set(added)) - set(deleted)) 47 added, deleted, modified = self._patcher.GetPatchedFiles() 52 patched_files |= (set(added) | set(modified)) 94 added, deleted, modified = (tuple( 104 return (added, deleted_files, modified) 106 def _PatchStat(self, stat_info, version, added, deleted, modified): 107 assert len(added) + len(deleted) + len(modified) > [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 4 * added support for simulataneous authentication of equals (SAE) for 25 - added optional delay=<search delay in milliseconds> parameter for 31 * added number of small changes to make it easier for static analyzers 40 - added support for fragmentation 44 * added "GET country" ctrl_iface command 49 * added preliminary support for using TLS v1.2 (CONFIG_TLSV12=y) 50 * added "SET pno <1/0>" ctrl_iface command to start/stop preferred 56 * added "wpa_cli status wps" command to fetch WPA2-Personal passhrase 64 * added optional "join" argument for p2p_prov_disc ctrl_iface command 65 * added group ifname to P2P-PROV-DISC-* event [all...] |
/external/eigen/Eigen/src/Core/ |
Flagged.h | 21 * \param Added the flags added to the expression 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 [all...] |
/build/core/ |
host_native_test.mk | 3 ## Common flags for host native tests are added.
|
native_test.mk | 3 ## Common flags for native tests are added.
|
/cts/tests/tests/drm/ |
README | 4 - If new plug-in is added, user should add corresponding configuration
|
/external/chromium-trace/ |
AUTHORS | 1 # Names should be added to this file with this pattern:
|
/external/chromium-trace/trace-viewer/ |
AUTHORS | 1 # Names should be added to this file with this pattern:
|
/external/chromium_org/base/third_party/xdg_user_dirs/ |
README.chromium | 6 from xdg-user-dirs 0.10. We made xdg_user_dir_lookup() non-static and added a
|
/external/chromium_org/components/webdata/ |
README | 2 If dependences on content/ need to be added to WebData, it will have to be made
|
/external/chromium_org/content/test/data/accessibility/ |
a-onclick-expected-android.txt | 3 android.view.View clickable name='link with no href and click handler added via script Link'
|
/external/chromium_org/native_client_sdk/src/ |
AUTHORS | 2 # code to the Native Client SDK project. Names should be added to the list
|