/external/curl/docs/examples/ |
D | externalsocket.c | 61 curlsocktype purpose, in opensocket() argument 65 (void)purpose; in opensocket() 74 curlsocktype purpose) in sockopt_callback() argument 78 (void)purpose; in sockopt_callback()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 116 return (*a)->purpose - (*b)->purpose; in xp_cmp() 136 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument 138 if(X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set() 142 *p = purpose; in X509_PURPOSE_set() 170 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument 175 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id() 176 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id() 177 tmp.purpose = purpose; in X509_PURPOSE_get_by_id() 235 ptmp->purpose = id; in X509_PURPOSE_add() 279 return xp->purpose; in X509_PURPOSE_get_id()
|
/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/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/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/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/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/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/boringssl/src/crypto/x509/ |
D | x509_vpm.c | 129 param->purpose = 0; in x509_verify_param_zero() 271 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit() 398 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument 400 return X509_PURPOSE_set(¶m->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
|
D | x509_vfy.c | 518 int purpose; in check_chain_extensions() local 536 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions() 546 purpose = ctx->param->purpose; in check_chain_extensions() 612 if (ctx->param->purpose > 0) in check_chain_extensions() 614 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions() 2185 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument 2187 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose() 2206 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument 2210 if (!purpose) purpose = def_purpose; in X509_STORE_CTX_purpose_inherit() 2212 if (purpose) in X509_STORE_CTX_purpose_inherit() [all …]
|
/external/llvm/test/Instrumentation/MemorySanitizer/AArch64/ |
D | vararg.ll | 19 ; size (192 is total of general purpose registers size, 56, rounded to 16 27 ; We expect three memcpy operations: one for the general purpose registers, 62 ; array. General purpose registers are saved at positions from 0 to 56, 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/guava/guava-tests/test/com/google/common/reflect/ |
D | test.txt | 1 This is a resource file for testing purpose.
|
/external/zlib/src/contrib/blast/ |
D | README | 1 Read blast.h for purpose and usage.
|
/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/boringssl/src/include/openssl/ |
D | x509_vfy.h | 169 int purpose; /* purpose to check untrusted certificates */ member 439 OPENSSL_EXPORT int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 517 OPENSSL_EXPORT int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 520 int purpose, int trust); 547 OPENSSL_EXPORT int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int 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/nist-sip/java/javax/sip/header/ |
D | CallInfoHeader.java | 12 void setPurpose(String purpose); in setPurpose() argument
|
/external/valgrind/none/tests/ |
D | resolv.vgtest | 2 # There is none/tests/solaris/resolv for that purpose.
|
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | models.py | 265 unused_kind, purpose) = barrier_index_path[-4:] 269 _BarrierRecord.kind(), purpose)
|
/external/jemalloc/ |
D | jemalloc.pc.in | 8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
|