/external/curl/docs/examples/ |
D | externalsocket.c | 62 curlsocktype purpose, in opensocket() argument 66 (void)purpose; in opensocket() 75 curlsocktype purpose) in sockopt_callback() argument 79 (void)purpose; in sockopt_callback()
|
/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 85 software for any particular purpose. It is provided "as is"
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 137 return (*a)->purpose - (*b)->purpose; in xp_cmp() 159 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 161 if (X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 165 *p = purpose; in X509_PURPOSE_set() 197 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 202 if ((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id() 203 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 204 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 266 ptmp->purpose = id; in X509_PURPOSE_add() 311 return xp->purpose; in X509_PURPOSE_get_id()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | CallInfo.java | 100 public void setPurpose(String purpose) { in setPurpose() argument 101 if (purpose == null) in setPurpose() 104 this.setParameter("purpose", purpose); in setPurpose()
|
/external/libgsm/ |
D | NOTICE | 7 software for any purpose nor are held responsible for any defects of 25 for any purpose with or without fee is hereby granted, 29 of this software for any purpose nor are held responsible
|
/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 31 documentation for any purpose and without fee is hereby granted, 52 documentation for any purpose is hereby granted without fee, provided that 58 representations about the suitability of this software for any purpose. It 75 and its documentation for any purpose is hereby granted without fee, 82 any purpose. It is provided "as is" without express or implied
|
/external/curl/tests/libtest/ |
D | lib1530.c | 28 curlsocktype purpose, in opensocket() argument 31 (void)purpose; in opensocket()
|
D | lib500.c | 32 curlsocktype purpose, in tst_opensocket() argument 36 (void)purpose; in tst_opensocket()
|
/external/c-ares/ |
D | NOTICE | 4 documentation for any purpose and without fee is hereby granted, provided that 10 purpose. It is provided "as is" without express or implied warranty.
|
D | cares.rc | 5 * software and its documentation for any purpose and without 13 * this software for any purpose. It is provided "as is"
|
/external/pdfium/third_party/libpng16/ |
D | 0003-check-errors-in-set-pcal.patch | 42 - png_warning(png_ptr, "Insufficient memory for pCAL purpose"); 44 + png_chunk_report(png_ptr, "Insufficient memory for pCAL purpose",
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.td | 20 // Special purpose registers have 15-bit values 26 // MBlaze general purpose registers 31 // MBlaze special purpose registers 142 // None of the special purpose registers are allocatable.
|
/external/boringssl/src/crypto/x509/ |
D | x509_vpm.c | 135 param->purpose = 0; in x509_verify_param_zero() 273 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 388 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 390 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
|
D | x509_vfy.c | 593 int purpose; in check_chain_extensions() local 610 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions() 614 purpose = ctx->param->purpose; in check_chain_extensions() 672 if (ctx->param->purpose > 0) { in check_chain_extensions() 673 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions() 2191 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument 2193 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 2213 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument 2217 if (!purpose) in X509_STORE_CTX_purpose_inherit() 2218 purpose = def_purpose; in X509_STORE_CTX_purpose_inherit() [all …]
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | LICENSE.TXT | 14 documentation for any purpose is hereby granted without fee, provided that 20 suitability of this software for any purpose. It is provided "as is"
|
/external/swiftshader/third_party/LLVM/projects/sample/autoconf/ |
D | LICENSE.TXT | 14 documentation for any purpose is hereby granted without fee, provided that 20 suitability of this software for any purpose. It is provided "as is"
|
/external/llvm/test/Instrumentation/MemorySanitizer/AArch64/ |
D | vararg.ll | 19 ; size (192 is total of general purpose registers size, 64, plus total of 27 ; We expect three memcpy operations: one for the general purpose registers, 62 ; array. General purpose registers are saved at positions from 0 to 64, Floating
|
/external/e2fsprogs/debian/ |
D | libss2.copyright | 16 and its documentation for any purpose and without fee is 24 the suitability of this software for any purpose. It is
|
D | libcomerr2.copyright | 15 and its documentation for any purpose and without fee is 23 the suitability of this software for any purpose. It is
|
/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 169 int purpose; /* purpose to check untrusted certificates */ member 448 OPENSSL_EXPORT int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 531 OPENSSL_EXPORT int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 534 int purpose, int trust); 561 OPENSSL_EXPORT int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);
|
/external/webrtc/ |
D | NOTICE | 38 * You may use, copy, modify and distribute this code for any purpose (include 61 * You may use, copy, modify and distribute this code for any purpose (include 149 // warranty, and with no claim as to its suitability for any purpose. 187 // comp.sys.arm a long time ago), so you can use them freely for any purpose. 200 // approximation routines, or if I can freely use it for any purpose.
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | test.txt | 1 This is a resource file for testing purpose.
|
/external/llvm/test/MC/Mips/ |
D | mips-pdr-bad.s | 13 .frame $f1, 8, # ASM: :[[@LINE]]:16: error: expected general purpose register 19 .frame $sp, 8, $f1 # ASM: :[[@LINE]]:24: error: expected general purpose register
|
/external/zlib/src/contrib/blast/ |
D | README | 1 Read blast.h for purpose and usage.
|
/external/nist-sip/java/javax/sip/header/ |
D | CallInfoHeader.java | 12 void setPurpose(String purpose); in setPurpose() argument
|