Home
last modified time | relevance | path

Searched full:related (Results 1 – 25 of 11521) sorted by relevance

12345678910>>...461

/external/llvm/test/Transforms/ObjCARC/
Dprovenance.ll39 ; CHECK: y1 and y2 are related.
40 ; CHECK: y1 and y3 are related.
41 ; CHECK: y2 and y3 are related.
42 ; CHECK: x0 and y1 are not related.
43 ; CHECK: x0 and y2 are not related.
44 ; CHECK: x0 and y3 are not related.
45 ; CHECK: l_objc_msgSend_fixup_ and y1 are not related.
46 ; CHECK: l_objc_msgSend_fixup_ and y2 are not related.
47 ; CHECK: l_objc_msgSend_fixup_ and y3 are not related.
48 ; CHECK: x1 and y1 are not related.
[all …]
/external/rust/android-crates-io/crates/miette-derive/src/
Drelated.rs11 pub struct Related(syn::Member); struct
13 impl Related { implementation
27 if attr.path().is_ident("related") { in from_fields_vec()
28 let related = if let Some(ident) = field.ident.clone() { in from_fields_vec() localVariable
36 return Ok(Some(Related(related))); in from_fields_vec()
46 WhichFn::Related, in gen_enum()
47 |ident, fields, DiagnosticConcreteArgs { related, .. }| { in gen_enum()
49 related.as_ref().map(|related| { in gen_enum()
50 let rel = match &related.0 { in gen_enum()
71 …fn related<'a>(&'a self) -> std::option::Option<std::boxed::Box<dyn std::iter::Iterator<Item = &'a… in gen_struct()
/external/coreboot/src/vendorcode/amd/opensil/
DKconfig.debug25 Enable printing APOB related messages.
31 Enable printing NBIO related messages.
37 Enable printing CCX related messages.
43 Enable printing SMU related messages.
49 Enable printing DF related messages.
55 Enable printing MEM related messages.
61 Enable printing FCH related messages.
67 Enable printing RAS related messages.
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dconntrack_icmp_related.sh3 # check that ICMP df-needed/pkttoobig icmp are set are set as related
10 # ping nsclient2 from nsclient1, checking that conntrack did set RELATED
133 counter related { }
136 meta l4proto icmpv6 icmpv6 type "packet-too-big" ct state "related" counter name "related" accept
137 …meta l4proto icmp icmp type "destination-unreachable" ct state "related" counter name "related" ac…
148 counter related { }
153 meta l4proto { icmp, icmpv6 } ct state "related" counter name "related" accept
227 check_counter "$netns" "related" "$expect"
246 # related counter should be 0 (its in forward).
248 check_counter "nsrouter2" "related" "$expect"
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DExprResolutionTest.java55 // Related to issue 1589
72 // Related to issue 1589
89 // Related to issue 1589
106 // Related to issue 1589
123 // Related to issue 1589
140 // Related to issue 1589
157 // Related to issue 1589
174 // Related to issue 1589
191 // Related to issue 1589
208 // Related to issue 1589
[all …]
/external/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c22 /* Fill SCP_BL2 related information if it exists */
39 /* Fill EL3 payload related information (BL31 is EL3 payload)*/
59 /* Fill BL31 related information */
86 /* Fill HW_CONFIG related information */
95 /* Fill SOC_FW_CONFIG related information */
106 /* Fill RMM related information */
121 /* Fill BL32 related information */
142 * Fill BL32 external 1 related information.
160 * Fill BL32 external 2 related information.
178 /* Fill TOS_FW_CONFIG related information */
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
DLICENSE3 …ctions throughout the world automatically confer exclusive Copyright and Related Rights (defined b…
7Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute th…
9Related Rights. A Work made available under CC0 may be protected by copyright and related or neigh…
19 …ionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associ…
21Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provide…
27 …any use thereof, including without limitation any person's Copyright and Related Rights in the Wor…
/external/coreboot/src/soc/mediatek/mt8173/
DKconfig38 bool "Output verbose I2C related debug messages"
41 This option enables I2C related debug messages.
44 bool "Output verbose PMIC related debug messages"
47 This option enables PMIC related debug messages.
50 bool "Output verbose PMIC WRAP related debug messages"
53 This option enables PMIC WRAP related debug messages.
/external/trusty/arm-trusted-firmware/plat/arm/common/aarch64/
Darm_bl2_mem_params_desc.c22 /* Fill SCP_BL2 related information if it exists */
39 /* Fill EL3 payload related information (BL31 is EL3 payload)*/
59 /* Fill BL31 related information */
86 /* Fill HW_CONFIG related information */
96 /* Fill SOC_FW_CONFIG related information */
107 /* Fill RMM related information */
122 /* Fill BL32 related information */
143 * Fill BL32 external 1 related information.
162 * Fill BL32 external 2 related information.
181 /* Fill TOS_FW_CONFIG related information */
[all …]
/external/google-cloud-java/java-essential-contacts/proto-google-cloud-essential-contacts-v1/src/main/java/com/google/cloud/essentialcontacts/v1/
DNotificationCategory.java48 * All notifications related to the resource, including notifications
59 * Notifications related to imminent account suspension.
69 * Notifications related to security/privacy incidents, notifications, and
80 * Notifications related to technical events and issues such as outages,
91 * Notifications related to billing and payments notifications, price updates,
102 * Notifications related to enforcement actions, regulatory compliance, or
113 * Notifications related to new versions, product terms updates, or
148 * All notifications related to the resource, including notifications
159 * Notifications related to imminent account suspension.
169 * Notifications related to security/privacy incidents, notifications, and
[all …]
/external/strace/
Dsysent.h14 #define TRACE_FILE 00000001 /* Trace file-related syscalls. */
15 #define TRACE_IPC 00000002 /* Trace IPC-related syscalls. */
16 #define TRACE_NETWORK 00000004 /* Trace network-related syscalls. */
17 #define TRACE_PROCESS 00000010 /* Trace process-related syscalls. */
18 #define TRACE_SIGNAL 00000020 /* Trace signal-related syscalls. */
19 #define TRACE_DESC 00000040 /* Trace file descriptor-related syscalls. */
20 #define TRACE_MEMORY 00000100 /* Trace memory mapping-related syscalls. */
/external/licenseclassifier/v2/assets/License/CC0-1.0/
Dlicense.txt14 exclusive Copyright and Related Rights (defined below) upon the creator and
32 and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
34 Copyright and Related Rights in the Work and the meaning and intended legal
37Related Rights. A Work made available under CC0 may be protected by copyright and related or neigh…
61 …ly waives, abandons, and surrenders all of Affirmer&apos;s Copyright and Related Rights and associ…
63Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provide…
79 person&apos;s Copyright and Related Rights in the Work. Further, Affirmer
/external/licenseclassifier/licenses/
DCC0-1.0.txt14 exclusive Copyright and Related Rights (defined below) upon the creator and
32 and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
34 Copyright and Related Rights in the Work and the meaning and intended legal
37Related Rights. A Work made available under CC0 may be protected by copyright and related or neigh…
61 …ly waives, abandons, and surrenders all of Affirmer&apos;s Copyright and Related Rights and associ…
63Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provide…
79 person&apos;s Copyright and Related Rights in the Work. Further, Affirmer
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DCC0-1.017 exclusive Copyright and Related Rights (defined below) upon the creator
35 is an owner of Copyright and Related Rights in the Work, voluntarily
37 terms, with knowledge of his or her Copyright and Related Rights in the
40 1. Copyright and Related Rights. A Work made available under CC0 may be
41 protected by copyright and related or neighboring rights ("Copyright and
42 Related Rights"). Copyright and Related Rights include, but are not
66 Affirmer's Copyright and Related Rights and associated claims and causes
87 Related Rights in the Work (i) in all territories worldwide, (ii) for the
97 will not (i) exercise any of his or her remaining Copyright and Related
115 limitation any person's Copyright and Related Rights in the Work.
/external/fhir/spec/r4/
DLICENSE17 exclusive Copyright and Related Rights (defined below) upon the creator
35 is an owner of Copyright and Related Rights in the Work, voluntarily
37 terms, with knowledge of his or her Copyright and Related Rights in the
40 1. Copyright and Related Rights. A Work made available under CC0 may be
41 protected by copyright and related or neighboring rights ("Copyright and
42 Related Rights"). Copyright and Related Rights include, but are not
66 Affirmer's Copyright and Related Rights and associated claims and causes
87 Related Rights in the Work (i) in all territories worldwide, (ii) for the
97 will not (i) exercise any of his or her remaining Copyright and Related
115 limitation any person's Copyright and Related Rights in the Work.
/external/rust/android-crates-io/crates/merge/LICENSES/
DCC0-1.0.txt14 Copyright and Related Rights (defined below) upon the creator and subsequent
31 and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
33 her Copyright and Related Rights in the Work and the meaning and intended
36 1. Copyright and Related Rights. A Work made available under CC0 may be protected
37 by copyright and related or neighboring rights ("Copyright and Related Rights").
38 Copyright and Related Rights include, but are not limited to, the following:
65 and Related Rights and associated claims and causes of action, whether now
84 license to exercise Affirmer's Copyright and Related Rights in the Work (i)
94 not (i) exercise any of his or her remaining Copyright and Related Rights
113 any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims
/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/
DActionOrBuilder.java310 * Details for issues related to invalid or unsupported data formats.
322 * Details for issues related to invalid or unsupported data formats.
334 * Details for issues related to invalid or unsupported data formats.
345 * Details for issues related to incompatible schemas detected within data.
358 * Details for issues related to incompatible schemas detected within data.
371 * Details for issues related to incompatible schemas detected within data.
384 * Details for issues related to invalid or unsupported data partition
397 * Details for issues related to invalid or unsupported data partition
410 * Details for issues related to invalid or unsupported data partition
423 * Details for issues related to absence of data within managed resources.
[all …]
/external/trusty/arm-trusted-firmware/plat/mediatek/mt8173/include/
Dmcucfg.h112 /* scu related */
154 /* cci clock control related */
159 /* l2c sram control related */
164 /* bus fabric dcm control related */
196 /* adb400 related */
202 /* cci400 related */
206 /* adb clock related */
210 /* emi clock related */
215 /* bus clock related */
/external/arm-trusted-firmware/plat/mediatek/mt8173/include/
Dmcucfg.h112 /* scu related */
154 /* cci clock control related */
159 /* l2c sram control related */
164 /* bus fabric dcm control related */
196 /* adb400 related */
202 /* cci400 related */
206 /* adb clock related */
210 /* emi clock related */
215 /* bus clock related */
/external/pytorch/scripts/release_notes/
DREADME.md70 * jit: Everything related to the jit (including tensorexpr)
71 * quantization: Everything related to the quantization mode/passes/operators
72 * mobile: Everything related to the mobile build/ops/features
73 * onnx: Everything related to onnx
75 * distributed: Everything related to distributed training and rpc
76 * visualization: Everything related to tensorboard and visualization in general
77 * releng: Everything related to release engineering (circle CI, docker images, etc)
78 * amd: Everything related to rocm and amd CPUs
79 * cuda: Everything related to cuda backend
80 * benchmark: Everything related to the opbench folder and utils.benchmark submodule
[all …]
/external/trusty/arm-trusted-firmware/plat/st/stm32mp2/
Dplat_bl2_mem_params_desc.c29 /* Fill FW_DDR related information if it exists */
46 /* Fill FW_CONFIG related information if it exists */
62 /* Fill BL31 related information */
79 /* Fill SoC FW config related information */
94 /* Fill BL32 related information */
109 /* Fill BL32 external 1 image related information */
124 /* Fill HW_CONFIG related information if it exists */
139 /* Fill BL33 related information */
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_schema.h54 // Name of XPlane that contains kpi related metrics.
88 // Performance counter related.
101 // tf.data related.
119 // Batching related.
128 // TFRT related.
130 // JAX related.
132 // GPU related.
135 // TPU related
204 // XPlane semantics related.
247 // Performance counter related.
[all …]
/external/cronet/stable/net/docs/
Dbug-triage-labels.md30 Issues related to switching between networks, `ERR_NETWORK_CHANGED`, Chrome
46 Despite the name, this covers all issues related to downloading a file
66 Cross origin issues are sometimes loader related. Blink also has an
92 Anything WebRTC-related does not use the net stack and should go here.
106 Issues with network related extension APIs should have this component.
122 Issues related to media. These often run into the 6 requests per hostname
128 Issues loading PDF files. These are often related to range requests, which
133 Despite the name, this covers all issues related to page navigation, not
152 Privacy related bug (History, cookies discoverable by an entity that
161 Security related bug (Allows for code execution from remote site, allows
/external/cronet/tot/net/docs/
Dbug-triage-labels.md30 Issues related to switching between networks, `ERR_NETWORK_CHANGED`, Chrome
46 Despite the name, this covers all issues related to downloading a file
66 Cross origin issues are sometimes loader related. Blink also has an
92 Anything WebRTC-related does not use the net stack and should go here.
106 Issues with network related extension APIs should have this component.
122 Issues related to media. These often run into the 6 requests per hostname
128 Issues loading PDF files. These are often related to range requests, which
133 Despite the name, this covers all issues related to page navigation, not
152 Privacy related bug (History, cookies discoverable by an entity that
161 Security related bug (Allows for code execution from remote site, allows
/external/googleapis/google/cloud/essentialcontacts/v1/
Denums.proto35 // All notifications related to the resource, including notifications
39 // Notifications related to imminent account suspension.
42 // Notifications related to security/privacy incidents, notifications, and
46 // Notifications related to technical events and issues such as outages,
50 // Notifications related to billing and payments notifications, price updates,
54 // Notifications related to enforcement actions, regulatory compliance, or
58 // Notifications related to new versions, product terms updates, or

12345678910>>...461