Searched refs:made (Results 1 – 25 of 1010) sorted by relevance
12345678910>>...41
/external/chromium_org/base/third_party/dmg_fp/ |
D | README.chromium | 8 List of changes made to original code: 14 - made some minor changes to allow clean compilation under g++ -Wall, see 16 - made some minor changes to build on 64-bit, see gcc_64_bit.patch. 17 - made minor changes for -Wextra for Mac build, see mac_wextra.patch
|
/external/wpa_supplicant_8/src/pae/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/common/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/p2p/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/eap_common/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/wps/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/ap/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/eap_server/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | Makefile | 2 @echo Nothing to be made. 8 @echo Nothing to be made.
|
/external/wpa_supplicant_8/src/drivers/ |
D | Makefile | 2 @echo Nothing to be made. 9 @echo Nothing to be made.
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 1 The following fix was made in 4.0 since 4.0 Release Candidate : 3 * _threads.h/_config.h : for all platforms, static mutexes made non-indirect 5 * _iterator_base.h : made possible to choose between iterator_traits approach 10 iterator_traits<> made always defined. 26 The following fix was made in 4.0 Release Candidate : 29 The following changes were made in 4.0 Release Candidate since 4.0 beta 8: 91 The following changes were made in 4.0 beta 8 since 4.0 beta 7: 132 …* stl_bc.h : fixed enforcement of static library until dynamic made to work (thanks to J. Lambert… 143 …* _tree.h : made _Rb_tree_base_iterator::_M_node initialized in default constructor (thanks to Dea… 158 * _numeric_facets.h - num_put<> , num_get<> virtual members made outline to work [all …]
|
/external/ltrace/sysdeps/linux-gnu/ |
D | README | 1 * "arch/syscallent.h" is made from <asm/unistd.h>. 5 * "arch/signalent.h" is made from <asm/signal.h>.
|
/external/llvm/test/DebugInfo/X86/ |
D | dwarf-aranges.ll | 12 ; <common symbols> - it should have made one span for each symbol. 16 ; <data section> - it should have made one span covering all vars in this CU. 21 ; <text section> - it should have made one span covering all functions in this CU. 26 ; <other sections> - it should have made one span covering all vars in this CU.
|
/external/chromium_org/extensions/common/api/ |
D | power.idl | 20 // If a request previously made by the same app is still active, it 24 // Releases a request previously made via requestKeepAwake().
|
/external/e2fsprogs/debian/ |
D | copyright | 17 This package, the EXT2 filesystem utilities, are made available under 19 and lib/e2p libraries, which are made available under the GNU Library 20 General Public License Version 2, the lib/uuid library which is made 22 libraries which are made available under an MIT-style license.
|
/external/markdown/docs/extensions/ |
D | index.txt | 9 maintained here and all bug reports should be made to the project. If you 35 here. All bug reports should be made to the project. It is anticipated that
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | derive.c | 182 unsigned int made = 0; in ssl3_KeyAndMacDeriveBypass() local 183 for (i = 0; made < block_needed && i < NUM_MIXERS; ++i) { in ssl3_KeyAndMacDeriveBypass() 197 MD5_End(md5Ctx, key_block + made, &outLen, MD5_LENGTH); in ssl3_KeyAndMacDeriveBypass() 199 made += MD5_LENGTH; in ssl3_KeyAndMacDeriveBypass() 201 block_bytes = made; in ssl3_KeyAndMacDeriveBypass() 492 unsigned int made = 0; in ssl3_MasterKeyDeriveBypass() local 507 MD5_End(md5Ctx, key_block + made, &outLen, MD5_LENGTH); in ssl3_MasterKeyDeriveBypass() 509 made += outLen; in ssl3_MasterKeyDeriveBypass()
|
/external/chromium_org/third_party/sqlite/ |
D | README.chromium | 17 # changes have been made in each release. 100 Descriptions of the changes we've made can be found at the bottom of this file. 153 - I marked all changes I made with "evanm", so you can find them with 172 chromium_sqlite3_initialize_unix_sqlite3_file() and made 184 fillInUnixFile(), which will be made static again as soon as a 190 exclude the journal. These changes were made in pager.c with includes of 191 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol
|
/external/libgsm/ |
D | NOTICE | 6 are deemed to have made any representations as to the suitability of this 28 deemed to have made any representations as to the suitability
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | StringImplMac.mm | 30 // Use HardAutorelease to return an object made by a CoreFoundation 32 // object. CF objects need to be "made collectable" for autorelease to work
|
/external/markdown/docs/ |
D | AUTHORS | 13 patterns, replaced the NanoDOM with ElementTree support and made various other 19 David Wolever, who refactored the extension API and made other improvements
|
/external/strace/debian/ |
D | control | 14 a trace of all the system calls made by a another process/program. 28 a trace of all the system calls made by a another process/program. 47 a trace of all the system calls made by a another process/program.
|
12345678910>>...41