/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/track_event/ |
H A D | track_event_merged_debug_annotations.textproto | 47 array_values { 51 array_values { 75 array_values { 78 array_values { 108 array_values { 112 array_values {
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.proto | 51 // array_values { 54 // array_values { 80 // Deprecated. Use dict_entries / array_values instead. 106 repeated DebugAnnotation array_values = 12; field 110 // code filling protos should use |dict_entries| and |array_values| instead. 122 repeated NestedValue array_values = 4; field
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | cap_flag.c | 43 int no_values, const cap_value_t *array_values, in cap_set_flag() argument 57 if (array_values[i] < 0 || array_values[i] >= __CAP_MAXBITS) { in cap_set_flag() 58 _cap_debug("weird capability (%d) - skipped", array_values[i]); in cap_set_flag() 60 int value = array_values[i]; in cap_set_flag()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
H A D | convert_binary_to_cc_source.py | 63 array_values = "".join(array_lines) 121 array_values=array_values,
|
/aosp_15_r20/external/pandora/avatar/avatar/metrics/ |
D | trace_pb2.pyi | 124 "array_values", 141 array_values: _containers.RepeatedCompositeFieldContainer[DebugAnnotation] 151 array_values: _Optional[_Iterable[DebugAnnotation]] = ...,
|
D | trace.proto | 82 repeated DebugAnnotation array_values = 12; field
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/protos/trace/track_event/ |
H A D | debug_annotation.pzc.h | 140 array_values, 162 array_values,
|
/aosp_15_r20/external/perfetto/include/perfetto/public/protos/trace/track_event/ |
H A D | debug_annotation.pzc.h | 140 array_values, 162 array_values,
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/ |
D | array.rs | 20 cut_err(array_values(check)), in array() 41 pub(crate) fn array_values<'i>( in array_values() function
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | debug_annotation_parser.cc | 119 for (auto it = annotation.array_values(); it; ++it) { in ParseDebugAnnotationValue() 236 for (auto value_it = value.array_values(); value_it; ++value_it) { in ParseNestedValueArgs()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.pb.h | 299 const ::perfetto::protos::DebugAnnotation_NestedValue& array_values(int index) const; in Swap() 302 array_values() const; in Swap() 587 const ::perfetto::protos::DebugAnnotation& array_values(int index) const; in Swap() 590 array_values() const; in Swap() 1385 …to::protos::DebugAnnotation_NestedValue& DebugAnnotation_NestedValue::array_values(int index) cons… in array_values() function 1398 DebugAnnotation_NestedValue::array_values() const { in array_values() function 2375 inline const ::perfetto::protos::DebugAnnotation& DebugAnnotation::array_values(int index) const { in array_values() function 2388 DebugAnnotation::array_values() const { in array_values() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.pb.h | 299 const ::perfetto::protos::DebugAnnotation_NestedValue& array_values(int index) const; in Swap() 302 array_values() const; in Swap() 587 const ::perfetto::protos::DebugAnnotation& array_values(int index) const; in Swap() 590 array_values() const; in Swap() 1385 …to::protos::DebugAnnotation_NestedValue& DebugAnnotation_NestedValue::array_values(int index) cons… in array_values() function 1398 DebugAnnotation_NestedValue::array_values() const { in array_values() function 2375 inline const ::perfetto::protos::DebugAnnotation& DebugAnnotation::array_values(int index) const { in array_values() function 2388 DebugAnnotation::array_values() const { in array_values() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SumKernel.cpp | 306 alignas(64) std::array<scalar_t, vec_t::size()> array_values{}; in store() 307 values.store(array_values.data()); in store() 308 store<StorePolicy>(data, stride, index, array_values); in store()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.gen.h | 221 const std::vector<DebugAnnotation>& array_values() const { return array_values_; } in array_values() function 303 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; } in array_values() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.gen.h | 221 const std::vector<DebugAnnotation>& array_values() const { return array_values_; } in array_values() function 303 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; } in array_values() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | util.py | 463 array_values = "".join(array_lines) 521 array_values=array_values,
|
/aosp_15_r20/external/perfetto/src/tracing/test/ |
H A D | traced_value_test_support.cc | 63 auto item = value.array_values(i); in WriteAsJSON()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 270 const struct dxil_value **array_values; member
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/chrome/ |
H A D | chrome_trace_event.proto | 29 repeated ChromeTracedValue array_values = 4; field
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.pbzero.h | 225 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea… in array_values() function 572 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea… in array_values() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.pbzero.h | 225 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea… in array_values() function 572 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea… in array_values() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_descriptor/gen/ |
D | perfetto_protos_perfetto_trace_track_event_descriptor.bin | 616 array_values (2 .perfetto.protos.DebugAnnotationRarrayValues� 623 array_values (2,.perfetto.protos.DebugAnnotation.NestedValueRarrayValues
|
/aosp_15_r20/external/perfetto/src/tracing/ |
H A D | console_interceptor.cc | 456 for (auto it = annotation.array_values(); it; ++it) { in PrintDebugAnnotationValue()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_chrome_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/chrome/ |
D | chrome_trace_event.pb.h | 327 const ::perfetto::protos::ChromeTracedValue& array_values(int index) const; in Swap() 330 array_values() const; in Swap() 2164 inline const ::perfetto::protos::ChromeTracedValue& ChromeTracedValue::array_values(int index) cons… in array_values() function 2177 ChromeTracedValue::array_values() const { in array_values() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_chrome_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/chrome/ |
H A D | chrome_trace_event.pb.h | 327 const ::perfetto::protos::ChromeTracedValue& array_values(int index) const; in Swap() 330 array_values() const; in Swap() 2164 inline const ::perfetto::protos::ChromeTracedValue& ChromeTracedValue::array_values(int index) cons… in array_values() function 2177 ChromeTracedValue::array_values() const { in array_values() function
|