Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 2065) sorted by relevance

12345678910>>...83

/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.h28 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/
Dcras_dsp.c33 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()
Dcras_dsp_ini.c150 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()
Dcras_dsp_pipeline.c102 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()
Dcras_dsp_ini.h49 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/
Ddef.star15 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/
Dexternalsocket.c69 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/
Dlib1522.c33 curlsocktype purpose) in sockopt_callback() argument
38 (void) purpose; in sockopt_callback()
44 (void)purpose; in sockopt_callback()
Dlib1530.c28 curlsocktype purpose, in opensocket() argument
31 (void)purpose; in opensocket()
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT7 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/
Dssl.py393 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/
DCallInfo.java100 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/
Dv3_purp.c134 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/
Dv3_purp.c134 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/
DNOTICE7 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
DCOPYRIGHT7 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/
Dssl.py555 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/
Dd2d_crypto_ops.cc122 const string& purpose) { in DeriveNewKeyForPurpose() argument
128 if (purpose.empty()) { in DeriveNewKeyForPurpose()
136 purpose); in DeriveNewKeyForPurpose()
/external/rust/crates/either/
DREADME-crates.io.md1 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/
Dimage-terminology.rst4 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/
DREADME3 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/
DLICENSE.md9 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/
Dtrove_readme_license.txt11 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/
Dfonts.md7 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/
Dclang.m48 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

12345678910>>...83