/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.h | 28 BreakpointName::Permissions ::PermissionKinds purpose) { in VerifyBreakpointOrLocationIDs() 29 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs() 35 BreakpointName::Permissions::PermissionKinds purpose) { in VerifyBreakpointIDs() argument 36 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs() 43 BreakpointName::Permissions::PermissionKinds purpose);
|
/external/adhd/cras/src/server/ |
D | cras_dsp.c | 33 const char *purpose; member 71 const char *purpose = ctx->purpose; in prepare_pipeline() local 73 pipeline = cras_dsp_pipeline_create(target_ini, &ctx->env, purpose); in prepare_pipeline() 167 const char *purpose) in cras_dsp_context_new() argument 174 ctx->purpose = strdup(purpose); in cras_dsp_context_new() 190 free((char *)ctx->purpose); in cras_dsp_context_free() 215 mock_ini = create_mock_ini(ctx->purpose, num_channels); in cras_dsp_load_mock_pipeline()
|
D | cras_dsp_ini.c | 150 p->purpose = getstring(ini, sec_name, "purpose"); in parse_plugin_section() 217 plugin->purpose = "playback"; in fill_swap_lr_plugin() 252 if (!plugin->purpose || in find_first_playback_sink_plugin() 253 strcmp(plugin->purpose, "playback") != 0) in find_first_playback_sink_plugin() 308 struct ini *create_mock_ini(const char *purpose, unsigned int num_channels) in create_mock_ini() argument 340 source->purpose = purpose; in create_mock_ini() 349 sink->purpose = purpose; in create_mock_ini() 473 dumpf(d, "purpose=%s\n", plugin->purpose); in cras_dsp_ini_dump()
|
D | cras_dsp_pipeline.c | 102 const char *purpose; member 376 const char *purpose, in find_enabled_builtin_plugin() argument 387 if (!plugin->purpose || strcmp(plugin->purpose, purpose) != 0) in find_enabled_builtin_plugin() 404 const char *purpose) in cras_dsp_pipeline_create() argument 411 find_enabled_builtin_plugin(ini, "source", purpose, env); in cras_dsp_pipeline_create() 413 find_enabled_builtin_plugin(ini, "sink", purpose, env); in cras_dsp_pipeline_create() 418 sink, purpose); in cras_dsp_pipeline_create() 429 pipeline->purpose = purpose; in cras_dsp_pipeline_create() 967 dumpf(d, "pipeline (%s):\n", pipeline->purpose); in cras_dsp_pipeline_dump()
|
D | cras_dsp_ini.h | 49 const char *purpose; /* like "playback" or "capture" */ member 89 struct ini *create_mock_ini(const char *purpose, unsigned int num_channels);
|
/external/autotest/client/site_tests/dummy_Pass/ |
D | def.star | 15 purpose = "Demonstrate success methods of autotests.", 26 purpose = "Demonstrate success methods of autotests", 37 purpose = "Demonstrate DEPENDENCIES in autotests.", 47 purpose = "Demonstrate success methods of autotests.",
|
/external/curl/docs/examples/ |
D | externalsocket.c | 69 curlsocktype purpose, in opensocket() argument 73 (void)purpose; in opensocket() 82 curlsocktype purpose) in sockopt_callback() argument 86 (void)purpose; in sockopt_callback()
|
/external/curl/tests/libtest/ |
D | lib1522.c | 33 curlsocktype purpose) in sockopt_callback() argument 38 (void) purpose; in sockopt_callback() 44 (void)purpose; in sockopt_callback()
|
D | lib1530.c | 28 curlsocktype purpose, in opensocket() argument 31 (void)purpose; in opensocket()
|
/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/python/cpython2/Lib/ |
D | ssl.py | 393 def _load_windows_store_certs(self, storename, purpose): argument 399 if trust is True or purpose.oid in trust: 407 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): argument 408 if not isinstance(purpose, _ASN1Object): 409 raise TypeError(purpose) 412 self._load_windows_store_certs(storename, purpose) 416 def create_default_context(purpose=Purpose.SERVER_AUTH, cafile=None, argument 424 if not isinstance(purpose, _ASN1Object): 425 raise TypeError(purpose) 439 if purpose == Purpose.SERVER_AUTH: [all …]
|
/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/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 134 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() 267 ptmp->purpose = id; in X509_PURPOSE_add() 312 return xp->purpose; in X509_PURPOSE_get_id()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 134 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() 267 ptmp->purpose = id; in X509_PURPOSE_add() 312 return xp->purpose; in X509_PURPOSE_get_id()
|
/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
|
D | COPYRIGHT | 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/python/cpython3/Lib/ |
D | ssl.py | 555 def _load_windows_store_certs(self, storename, purpose): argument 561 if trust is True or purpose.oid in trust: 569 def load_default_certs(self, purpose=Purpose.SERVER_AUTH): argument 570 if not isinstance(purpose, _ASN1Object): 571 raise TypeError(purpose) 574 self._load_windows_store_certs(storename, purpose) 723 def create_default_context(purpose=Purpose.SERVER_AUTH, *, cafile=None, argument 731 if not isinstance(purpose, _ASN1Object): 732 raise TypeError(purpose) 739 if purpose == Purpose.SERVER_AUTH: [all …]
|
/external/ukey2/src/main/cpp/src/securegcm/ |
D | d2d_crypto_ops.cc | 122 const string& purpose) { in DeriveNewKeyForPurpose() argument 128 if (purpose.empty()) { in DeriveNewKeyForPurpose() 136 purpose); in DeriveNewKeyForPurpose()
|
/external/rust/crates/either/ |
D | README-crates.io.md | 1 The enum `Either` with variants `Left` and `Right` is a general purpose 9 Note that `Either` is general purpose. For describing success or error, use the
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | image-terminology.rst | 4 This page contains the current name, abbreviated name and purpose of the various 47 Its primary purpose is to perform the minimum initialization necessary to load 55 Boot Firmware". Its primary purpose is to perform any additional initialization 62 Also known as "SoC AP firmware" or "EL3 monitor firmware". Its primary purpose 79 For example, UEFI or uboot. Its primary purpose is to boot a normal world OS. 99 Its primary purpose is to perform the minimum initialization necessary to load 131 firmware update operation, and cannot be modified. Its primary purpose is to 157 This is the 2nd stage AP normal world firmware updater. Its primary purpose is
|
/external/brotli/ |
D | README | 3 Brotli is a generic-purpose lossless compression algorithm that compresses data 6 currently available general-purpose compression methods. It is similar in speed
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | LICENSE.md | 9 documentation for any purpose and without fee is hereby granted, provided that 15 purpose. It is provided "as is" without express or implied warranty.
|
/external/kotlinc/license/third_party/ |
D | trove_readme_license.txt | 11 its documentation for any purpose is hereby granted without fee, 15 suitability of this software for any purpose. It is provided "as is"
|
/external/skqp/site/dev/testing/ |
D | fonts.md | 7 Each test in the gm directory draws a reference image. Their primary purpose is 11 The gm tests have a secondary purpose: they detect when rendering is different
|
/external/flac/m4/ |
D | clang.m4 | 8 dnl purpose is hereby granted without fee, provided that the above copyright 10 dnl made about the suitability of this software for any purpose. It is
|