/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 7 purpose and without fee is hereby granted, provided that this 16 suitability of this software for any purpose. It is provided "as is" 23 purpose and without fee is hereby granted, provided that this copyright and 31 software for any purpose. It is provided "as is" without express or implied 39 purpose and without fee is hereby granted, provided that this copyright 47 of this software for any purpose. It is provided "as is" without express 54 documentation for any purpose and without fee is hereby granted, provided 73 License to copy and use this software is granted provided that it 78 License is also granted to make and use derivative works provided 85 software for any particular purpose. It is provided "as is"
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_buffer.h | 252 pb_check_alignment(pb_size requested, pb_size provided) in pb_check_alignment() argument 256 if(requested > provided) in pb_check_alignment() 258 if(provided % requested != 0) in pb_check_alignment() 269 pb_check_usage(unsigned requested, unsigned provided) in pb_check_usage() argument 271 return (requested & provided) == requested ? TRUE : FALSE; in pb_check_usage()
|
/external/opencv/ |
D | NOTICE | 15 are permitted provided that the following conditions are met: 22 and/or other materials provided with the distribution. 27 This software is provided by the copyright holders and contributors "as is" and 43 This software is provided 'as-is', without any express or implied warranty. 59 * modification, are permitted provided that the following conditions 65 * documentation and/or other materials provided with the distribution. 91 * without modification, are permitted provided that the following 99 * provided with the distribution. 134 // modification, are permitted provided that the following conditions are met: 141 // and/or other materials provided with the distribution. [all …]
|
D | LICENSE_OpenCV | 15 are permitted provided that the following conditions are met: 22 and/or other materials provided with the distribution. 27 This software is provided by the copyright holders and contributors "as is" and
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 11 documentation and/or other materials provided with the distribution. 34 modification, are permitted provided that the following conditions 40 documentation and/or other materials provided with the distribution. 63 modification, are permitted provided that the following conditions 69 documentation and/or other materials provided with the distribution. 92 modification, are permitted provided that the following conditions 98 documentation and/or other materials provided with the distribution. 120 modification, are permitted provided that the following conditions 126 documentation and/or other materials provided with the distribution. [all …]
|
/external/jmonkeyengine/ |
D | NOTICE | 7 * modification, are permitted provided that the following conditions are 15 * documentation and/or other materials provided with the distribution. 39 * modification, are permitted provided that the following conditions are 47 * documentation and/or other materials provided with the distribution. 71 * modification, are permitted provided that the following conditions are 79 * documentation and/or other materials provided with the distribution. 103 * modification, are permitted provided that the following conditions are 111 * documentation and/or other materials provided with the distribution. 136 * modification, are permitted provided that the following conditions are 144 * documentation and/or other materials provided with the distribution. [all …]
|
/external/ipsec-tools/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 11 documentation and/or other materials provided with the distribution. 34 modification, are permitted provided that the following conditions 40 documentation and/or other materials provided with the distribution. 63 modification, are permitted provided that the following conditions 69 documentation and/or other materials provided with the distribution. 92 modification, are permitted provided that the following conditions 98 documentation and/or other materials provided with the distribution. 120 modification, are permitted provided that the following conditions 126 documentation and/or other materials provided with the distribution. [all …]
|
/external/ppp/pppd/ |
D | NOTICE | 9 modification, are permitted provided that the following conditions 17 the documentation and/or other materials provided with the 47 modification, are permitted provided that the following conditions 55 the documentation and/or other materials provided with the 84 modification, are permitted provided that the following conditions 111 modification, are permitted provided that the following conditions 119 the documentation and/or other materials provided with the 137 License to copy and use this software is granted provided that 143 provided that such works are identified as "derived from the RSA 149 of this software for any particular purpose. It is provided "as [all …]
|
/external/netcat/ |
D | NOTICE | 9 * modification, are permitted provided that the following conditions 15 * documentation and/or other materials provided with the distribution. 37 * modification, are permitted provided that the following conditions 43 * documentation and/or other materials provided with the distribution. 62 * modification, are permitted provided that the following conditions 69 * documentation and/or other materials provided with the distribution.
|
/external/google-breakpad/ |
D | LICENSE | 5 modification, are permitted provided that the following conditions are 12 in the documentation and/or other materials provided with the 36 This source code is provided as is by Unicode, Inc. No claims are 39 applicability of information provided. If this file has been
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | pixman-licenses.txt | 6 documentation for any purpose is hereby granted without fee, provided that 32 provided that the above copyright notice appear in all copies and that 52 documentation for any purpose is hereby granted without fee, provided that 59 is provided "as is" without express or implied warranty. 76 provided that the above copyright notice appear in all copies and that 82 any purpose. It is provided "as is" without express or implied
|
/external/fsck_msdos/ |
D | NOTICE | 6 * modification, are permitted provided that the following conditions 12 * documentation and/or other materials provided with the distribution. 40 * modification, are permitted provided that the following conditions 46 * documentation and/or other materials provided with the distribution. 74 * modification, are permitted provided that the following conditions 80 * documentation and/or other materials provided with the distribution.
|
/external/ceres-solver/docs/source/ |
D | license.rst | 10 modification, are permitted provided that the following conditions are met: 16 and/or other materials provided with the distribution. 21 This software is provided by the copyright holders and contributors "AS IS" and
|
/external/ipsec-tools/src/libipsec/ |
D | NOTICE | 5 modification, are permitted provided that the following conditions 11 documentation and/or other materials provided with the distribution. 34 modification, are permitted provided that the following conditions 40 documentation and/or other materials provided with the distribution.
|
/external/eigen/unsupported/doc/ |
D | Overview.dox | 7 These modules are contributions from various users. They are provided "as is", without any support. 20 provided "as is", without any support. Nevertheless, some of them are
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
D | DSASigner.java | 162 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided) in initSecureRandom() argument 164 return !needed ? null : (provided != null) ? provided : new SecureRandom(); in initSecureRandom()
|
D | ECDSASigner.java | 193 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided) in initSecureRandom() argument 195 return !needed ? null : (provided != null) ? provided : new SecureRandom(); in initSecureRandom()
|
/external/clang/test/SemaObjC/ |
D | protocol-implementation-inherited.m | 33 // Interface conforms to a protocol whose methods are provided by an 46 // Interface conforms to a protocol whose methods are provided by a base class.
|
/external/tcpdump/ |
D | LICENSE | 4 modification, are permitted provided that the following conditions 11 the documentation and/or other materials provided with the
|
/external/libpcap/ |
D | LICENSE | 4 modification, are permitted provided that the following conditions 11 the documentation and/or other materials provided with the
|
D | NOTICE | 4 modification, are permitted provided that the following conditions 11 the documentation and/or other materials provided with the
|
/external/jpeg/ |
D | NOTICE | 7 fitness for a particular purpose. This software is provided "AS IS", and you, 37 commercial products, provided that all warranty or liability claims are 50 This software is provided 'as-is', without any express or implied 73 modification, are permitted provided that the following conditions 80 documentation and/or other materials provided with the distribution.
|
/external/dhcpcd/ |
D | NOTICE | 6 modification, are permitted provided that the following conditions 12 documentation and/or other materials provided with the distribution. 34 purpose with or without fee is hereby granted, provided that the above
|
/external/icu/icu4c/source/data/brkitr/ |
D | cjdict.txt | 12 … under the BSD license. Other software included in this distribution is provided under other licen… 20 …in source and binary forms, with or without modification, are permitted provided that the followin… 23 …nd the following disclaimer in the documentation and/or other materials provided with the distribu… 50 # * modification, are permitted provided that the following conditions 57 # * the documentation and/or other materials provided with the 83 # * modification, are permitted provided that the following conditions 90 # * the documentation and/or other materials provided with the 152 # research and development conducted during the project and is provided 154 # program is provided without any warranty whatsoever, whether express,
|
/external/e2fsprogs/debian/ |
D | copyright | 39 its documentation for any purpose is hereby granted, provided that 44 this software for any purpose. It is provided "as is" without 50 modification, are permitted provided that the following conditions 57 documentation and/or other materials provided with the distribution.
|