Home
last modified time | relevance | path

Searched defs:Id (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/
Dsubscriber.rs258 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id; in new_span()
298 fn record(&self, span: &span::Id, values: &span::Record<'_>); in record()
318 fn record_follows_from(&self, span: &span::Id, follows: &span::Id); in record_follows_from()
359 fn enter(&self, span: &span::Id); in enter()
371 fn exit(&self, span: &span::Id); in exit()
393 fn clone_span(&self, id: &span::Id) -> span::Id { in clone_span()
407 fn drop_span(&self, _id: span::Id) {} in drop_span()
683 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
689 fn record(&self, _span: &span::Id, _values: &span::Record<'_>) {} in record()
691 fn record_follows_from(&self, _span: &span::Id, _follows: &span::Id) {} in record_follows_from()
[all …]
Ddispatcher.rs560 pub fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span()
572 pub fn record(&self, span: &span::Id, values: &span::Record<'_>) { in record()
585 pub fn record_follows_from(&self, span: &span::Id, follows: &span::Id) { in record_follows_from()
626 pub fn enter(&self, span: &span::Id) { in enter()
637 pub fn exit(&self, span: &span::Id) { in exit()
656 pub fn clone_span(&self, id: &span::Id) -> span::Id { in clone_span()
684 pub fn drop_span(&self, id: span::Id) { in drop_span()
960 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in events_dont_infinite_loop()
964 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in events_dont_infinite_loop() argument
966 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in events_dont_infinite_loop()
[all …]
/aosp_15_r20/external/clang/lib/Driver/
H A DTypes.cpp39 const char *types::getTypeName(ID Id) { in getTypeName()
43 types::ID types::getPreprocessedType(ID Id) { in getPreprocessedType()
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) { in getTypeTempSuffix()
57 bool types::onlyAssembleType(ID Id) { in onlyAssembleType()
61 bool types::onlyPrecompileType(ID Id) { in onlyPrecompileType()
65 bool types::canTypeBeUserSpecified(ID Id) { in canTypeBeUserSpecified()
69 bool types::appendSuffixForType(ID Id) { in appendSuffixForType()
73 bool types::canLipoType(ID Id) { in canLipoType()
80 bool types::isAcceptedByClang(ID Id) { in isAcceptedByClang()
104 bool types::isObjC(ID Id) { in isObjC()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/
Did.rs9 pub struct Id(Str); struct
11 impl Id { implementation
30 impl From<&'_ Id> for Id { implementation
36 impl From<Str> for Id { implementation
42 impl From<&'_ Str> for Id { implementation
49 impl From<std::string::String> for Id { implementation
56 impl From<&'_ std::string::String> for Id { implementation
62 impl From<&'static str> for Id { implementation
68 impl From<&'_ &'static str> for Id { implementation
86 impl std::fmt::Display for Id { implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/
H A Did.rs9 pub struct Id(Str); struct
11 impl Id { implementation
30 impl From<&'_ Id> for Id { implementation
36 impl From<Str> for Id { implementation
42 impl From<&'_ Str> for Id { implementation
49 impl From<std::string::String> for Id { implementation
56 impl From<&'_ std::string::String> for Id { implementation
62 impl From<&'static str> for Id { implementation
68 impl From<&'_ &'static str> for Id { implementation
86 impl std::fmt::Display for Id { implementation
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h38 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
42 #define LOC_SVAL(Id, Parent) \ in Visit() argument
49 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
58 #define BASIC_SVAL(Id, Parent) \ argument
60 #define ABSTRACT_SVAL(Id, Parent) \ argument
62 #define LOC_SVAL(Id, Parent) \ argument
64 #define NONLOC_SVAL(Id, Parent) \ argument
85 #define SYMBOL(Id, Parent) \ in Visit() argument
94 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
95 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/organizations/src/main/resources/codegen-resources/
H A Dexamples-1.json14 "Id": "h-examplehandshakeid111", string
17 "Id": "o-exampleorgid", string
21 "Id": "[email protected]", string
106 "Id": "h-examplehandshakeid111", string
109 "Id": "o-exampleorgid", string
113 "Id": "[email protected]", string
168 "Id": "car-examplecreateaccountrequestid111", string
197 "Id": "o-exampleorgid", string
224 "Id": "o-exampleorgid", string
250 "Id": "ou-examplerootid111-exampleouid111", string
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dstring_pool.h44 struct Id { struct
72 static constexpr Id LargeString(size_t index) { in LargeString() argument
78 static constexpr Id BlockString(size_t index, uint32_t offset) { in BlockString() argument
86 static constexpr Id Raw(uint32_t raw) { return Id(raw); } in Raw() argument
88 static constexpr Id Null() { return Id(0u); } in Null() argument
91 constexpr explicit Id(uint32_t i) : id(i) {} in Id() function
105 Id StringId(); argument
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/tests/common/
Dmod.rs8 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
11 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in record() argument
12 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in record_follows_from()
14 fn enter(&self, _: &span::Id) {} in enter()
15 fn exit(&self, _: &span::Id) {} in exit()
22 fn new_span(&self, _: &span::Attributes<'_>) -> span::Id { in new_span()
25 fn record(&self, _: &span::Id, _: &span::Record<'_>) {} in record() argument
26 fn record_follows_from(&self, _: &span::Id, _: &span::Id) {} in record_follows_from()
28 fn enter(&self, _: &span::Id) {} in enter()
29 fn exit(&self, _: &span::Id) {} in exit()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/util/
Did.rs11 pub(crate) struct Id { struct
19 impl Id { impl
40 impl Id { impl
50 impl Debug for Id { implementation
61 impl Deref for Id { implementation
69 impl<T: Key> From<T> for Id { implementation
79 impl Hash for Id { implementation
88 impl PartialEq for Id { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Darg_matcher.rs54 pub(crate) fn propagate_globals(&mut self, global_arg_vec: &[Id]) { in propagate_globals()
65 global_arg_vec: &[Id], in fill_in_global_values()
66 vals_map: &mut HashMap<Id, MatchedArg>, in fill_in_global_values()
111 pub(crate) fn remove(&mut self, arg: &Id) { in remove()
119 pub(crate) fn arg_ids(&self) -> indexmap::map::Keys<Id, MatchedArg> { in arg_ids()
123 pub(crate) fn entry(&mut self, arg: &Id) -> indexmap::map::Entry<Id, MatchedArg> { in entry()
135 pub(crate) fn iter(&self) -> indexmap::map::Iter<Id, MatchedArg> { in iter()
139 pub(crate) fn check_explicit<'a>(&self, arg: &Id, predicate: ArgPredicate<'a>) -> bool { in check_explicit()
155 pub(crate) fn start_custom_group(&mut self, id: &Id, source: ValueSource) { in start_custom_group()
177 pub(crate) fn start_occurrence_of_group(&mut self, id: &Id) { in start_occurrence_of_group()
[all …]
/aosp_15_r20/external/stg/
H A Dfidelity.cc89 void Fidelity::operator()(const Special&, Id) {} in operator ()() argument
91 void Fidelity::operator()(const PointerReference& x, Id) { in operator ()() argument
95 void Fidelity::operator()(const PointerToMember& x, Id) { in operator ()() argument
100 void Fidelity::operator()(const Typedef& x, Id) { in operator ()() argument
104 void Fidelity::operator()(const Qualified& x, Id) { in operator ()() argument
108 void Fidelity::operator()(const Primitive&, Id) {} in operator ()() argument
110 void Fidelity::operator()(const Array& x, Id) { in operator ()() argument
114 void Fidelity::operator()(const BaseClass& x, Id) { in operator ()() argument
118 void Fidelity::operator()(const Method& x, Id) { in operator ()() argument
122 void Fidelity::operator()(const Member& x, Id) { in operator ()() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/layer/
Dmod.rs875 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
892 fn on_record(&self, _span: &span::Id, _values: &span::Record<'_>, _ctx: Context<'_, S>) {} in on_record()
899 fn on_follows_from(&self, _span: &span::Id, _follows: &span::Id, _ctx: Context<'_, S>) {} in on_follows_from()
930 fn on_enter(&self, _id: &span::Id, _ctx: Context<'_, S>) {} in on_enter()
933 fn on_exit(&self, _id: &span::Id, _ctx: Context<'_, S>) {} in on_exit()
936 fn on_close(&self, _id: span::Id, _ctx: Context<'_, S>) {} in on_close()
940 fn on_id_change(&self, _old: &span::Id, _new: &span::Id, _ctx: Context<'_, S>) {} in on_id_change()
1571 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
1606 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record()
1613 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: Context<'_, S>) { in on_follows_from()
[all …]
Dlayered.rs125 fn new_span(&self, span: &span::Attributes<'_>) -> span::Id { in new_span()
131 fn record(&self, span: &span::Id, values: &span::Record<'_>) { in record()
136 fn record_follows_from(&self, span: &span::Id, follows: &span::Id) { in record_follows_from()
156 fn enter(&self, span: &span::Id) { in enter()
161 fn exit(&self, span: &span::Id) { in exit()
166 fn clone_span(&self, old: &span::Id) -> span::Id { in clone_span()
175 fn drop_span(&self, id: span::Id) { in drop_span()
282 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
288 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record()
294 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: Context<'_, S>) { in on_follows_from()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Darg_matcher.rs47 pub(crate) fn propagate_globals(&mut self, global_arg_vec: &[Id]) { in propagate_globals()
55 global_arg_vec: &[Id], in fill_in_global_values()
56 vals_map: &mut FlatMap<Id, MatchedArg>, in fill_in_global_values()
109 pub(crate) fn arg_ids(&self) -> std::slice::Iter<'_, Id> { in arg_ids() argument
113 pub(crate) fn args(&self) -> crate::util::flat_map::Iter<'_, Id, MatchedArg> { in args() argument
117 pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<Id, MatchedArg> { in entry()
129 pub(crate) fn check_explicit(&self, arg: &Id, predicate: &ArgPredicate) -> bool { in check_explicit()
144 pub(crate) fn start_custom_group(&mut self, id: Id, source: ValueSource) { in start_custom_group()
168 pub(crate) fn add_val_to(&mut self, arg: &Id, val: AnyValue, raw_val: OsString) { in add_val_to()
173 pub(crate) fn add_index_to(&mut self, arg: &Id, idx: usize) { in add_index_to()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Darg_matcher.rs47 pub(crate) fn propagate_globals(&mut self, global_arg_vec: &[Id]) { in propagate_globals()
55 global_arg_vec: &[Id], in fill_in_global_values()
56 vals_map: &mut FlatMap<Id, MatchedArg>, in fill_in_global_values()
109 pub(crate) fn arg_ids(&self) -> std::slice::Iter<'_, Id> { in arg_ids() argument
113 pub(crate) fn args(&self) -> crate::util::flat_map::Iter<'_, Id, MatchedArg> { in args() argument
117 pub(crate) fn entry(&mut self, arg: Id) -> crate::util::Entry<Id, MatchedArg> { in entry()
129 pub(crate) fn check_explicit(&self, arg: &Id, predicate: &ArgPredicate) -> bool { in check_explicit()
144 pub(crate) fn start_custom_group(&mut self, id: Id, source: ValueSource) { in start_custom_group()
168 pub(crate) fn add_val_to(&mut self, arg: &Id, val: AnyValue, raw_val: OsString) { in add_val_to()
173 pub(crate) fn add_index_to(&mut self, arg: &Id, idx: usize) { in add_index_to()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/benches/
Dshared.rs93 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span()
99 fn record(&self, _span: &Id, values: &span::Record<'_>) { in record()
109 fn record_follows_from(&self, span: &Id, follows: &Id) { in record_follows_from()
118 fn enter(&self, span: &Id) { in enter()
122 fn exit(&self, span: &Id) { in exit()
131 fn new_span(&self, span: &span::Attributes<'_>) -> Id { in new_span()
140 fn record(&self, span: &Id, values: &span::Record<'_>) { in record()
144 fn record_follows_from(&self, span: &Id, follows: &Id) { in record_follows_from()
153 fn enter(&self, span: &Id) { in enter()
157 fn exit(&self, span: &Id) { in exit()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/layer_filters/
Dcombinator.rs146 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span()
152 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record()
158 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter()
164 fn on_exit(&self, id: &Id, ctx: Context<'_, S>) { in on_exit()
170 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close()
338 fn on_new_span(&self, attrs: &Attributes<'_>, id: &Id, ctx: Context<'_, S>) { in on_new_span()
344 fn on_record(&self, id: &Id, values: &Record<'_>, ctx: Context<'_, S>) { in on_record()
350 fn on_enter(&self, id: &Id, ctx: Context<'_, S>) { in on_enter()
356 fn on_exit(&self, id: &Id, ctx: Context<'_, S>) { in on_exit()
362 fn on_close(&self, id: Id, ctx: Context<'_, S>) { in on_close()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dreload.rs138 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span()
143 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record()
148 fn on_follows_from(&self, span: &span::Id, follows: &span::Id, ctx: layer::Context<'_, S>) { in on_follows_from()
163 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter()
168 fn on_exit(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_exit()
173 fn on_close(&self, id: span::Id, ctx: layer::Context<'_, S>) { in on_close()
178 fn on_id_change(&self, old: &span::Id, new: &span::Id, ctx: layer::Context<'_, S>) { in on_id_change()
227 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: layer::Context<'_, S>) { in on_new_span()
232 fn on_record(&self, span: &span::Id, values: &span::Record<'_>, ctx: layer::Context<'_, S>) { in on_record()
237 fn on_enter(&self, id: &span::Id, ctx: layer::Context<'_, S>) { in on_enter()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dmod.rs548 pub fn on_new_span<S>(&self, attrs: &span::Attributes<'_>, id: &span::Id, _: Context<'_, S>) { in on_new_span()
561 pub fn on_enter<S>(&self, id: &span::Id, _: Context<'_, S>) { in on_enter()
575 pub fn on_exit<S>(&self, id: &span::Id, _: Context<'_, S>) { in on_exit()
586 pub fn on_close<S>(&self, id: span::Id, _: Context<'_, S>) { in on_close()
602 pub fn on_record<S>(&self, id: &span::Id, values: &span::Record<'_>, _: Context<'_, S>) { in on_record()
659 fn on_new_span(&self, attrs: &span::Attributes<'_>, id: &span::Id, ctx: Context<'_, S>) { in on_new_span()
664 fn on_record(&self, id: &span::Id, values: &span::Record<'_>, ctx: Context<'_, S>) { in on_record()
669 fn on_enter(&self, id: &span::Id, ctx: Context<'_, S>) { in on_enter()
674 fn on_exit(&self, id: &span::Id, ctx: Context<'_, S>) { in on_exit()
679 fn on_close(&self, id: span::Id, ctx: Context<'_, S>) { in on_close()
[all …]
/aosp_15_r20/external/stg/doc/
H A Dcomparison.md202 #### Revisited Nodes and Recursive Comparison
227 #### Typedefs
240 If `operator()(Id, Id)` sees a comparison involving a typedef, it resolves argument
251 #### Qualified Types
263 `operator()(Id, Id)` should collect and compare all qualifiers on both sides and argument
270 #### Qualified typedefs

12345678910>>...44