Searched refs:use (Results 1 – 25 of 243) sorted by relevance
12345678910
/ndk/sources/cxx-stl/stlport/ |
D | README.original | 14 it may contain more subdirs, if you use 16 build/lib - build directory for STLport library (if you use 24 use STLport iostreams and/or locale only); 25 it may contain more subdirs, if you use 55 * or implied. Any use is at your own risk. 57 * Permission to use or copy this software for any purpose is hereby granted
|
D | LICENSE | 1 Boris Fomitchev grants Licensee a non-exclusive, non-transferable, royalty-free license to use STLp… 9 This material is provided "as is", with absolutely no warranty expressed or implied. Any use is at … 10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the… 23 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 25 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu… 27 Permission to use, copy, modify, distribute and sell this software and its documentation for any pu…
|
D | README | 17 You can either use it as a static or shared library. 30 To use the *static* library, define APP_STL in your Application.mk as follows: 34 To use the *shared* library, use "stlport_shared" instead:
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | hash_set | 9 * or implied. Any use is at your own risk. 11 * Permission to use or copy this software for any purpose is hereby granted 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | hash_map | 9 * or implied. Any use is at your own risk. 11 * Permission to use or copy this software for any purpose is hereby granted 32 /* Comment following if you want to use hash constainers even if you ask for
|
D | strstream | 9 * or implied. Any use is at your own risk. 11 * Permission to use or copy this software for any purpose is hereby granted 20 // MAY BE REMOVED in a future standard revision. You should use the
|
D | unordered_map | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | unordered_set | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cwchar | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | new | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cctype | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | ciso646 | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | csetjmp | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cwctype | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cstdarg | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | csignal | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cstddef | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cassert | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | pthread_alloc | 16 * or implied. Any use is at your own risk. 18 * Permission to use or copy this software for any purpose is hereby granted
|
D | clocale | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
D | cstring | 6 * or implied. Any use is at your own risk. 8 * Permission to use or copy this software for any purpose is hereby granted
|
/ndk/sources/host-tools/make-3.81/ |
D | README.OS2 | 10 Due to the fact that some people might want to use sh syntax in 11 Makefiles while others might want to use OS/2's native shell cmd.exe, 36 will not use cmd unless you cause it to do so by setting MAKESHELL to 50 If you use pdksh it is recommended to update to 5.2.14 release 2. Older 64 - GNU texinfo (you can use 3.1 (gnuinfo.zip), but I recommend 4.0) 73 To recreate the configuration files use: 86 you must ALWAYS use LDFLAGS="-Zstack 0x8000" because the default 100 Note: If you use gcc 2.9.x or higher I recommend to set also LIBS="-lgcc" 125 If you don't want NLS support (English only) use the option 137 testsuite itself. -DNO_CMD_DEFAULT causes make to use /bin/sh as default [all …]
|
D | INSTALL | 24 It can also use an optional file (typically called `config.cache' 27 disabled by default to prevent problems with accidental use of stale 66 for the package's developers. If you use it, you may have to get 90 own directory. To do this, you must use a version of `make' that 96 If you have to use a `make' that does not support the `VPATH' 99 package for one architecture, use `make distclean' before reconfiguring 113 use PREFIX as the prefix for installing programs and libraries. 114 Documentation and other data files will still use the regular prefix. 116 In addition, if you use an unusual directory layout you can give 135 For packages that use the X Window System, `configure' can usually [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \ 79 use its iostreams implementation or no iostreams at all.
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 25 and use with your projects, but there are some. Currently, we support 36 These are the base requirements to build and use Google Test from a source 109 To build Google Test and your tests that use it, you need to tell your 111 way to do it depends on which build system you use, and is usually 140 use to build Google Test on systems where GNU make is available 143 a sample test. You can use it as a starting point for your own build 180 If you use Windows and have Vistual Studio installed, a gtest.sln file 195 If you still need to use the legacy build scripts, here's how: 200 Studio project. Files that have names ending with -md use DLL 202 option). Files without that suffix use static versions of the runtime [all …]
|
12345678910