Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 6 of 6) sorted by relevance

/system/bpfprogs/
Dtime_in_state.c30 DEFINE_BPF_MAP_GWO(cpu_policy_map, ARRAY, uint32_t, uint32_t, 1024, AID_SYSTEM)
31 DEFINE_BPF_MAP_GWO(policy_freq_idx_map, ARRAY, uint32_t, uint8_t, 1024, AID_SYSTEM)
35 DEFINE_BPF_MAP_GWO(nr_active_map, ARRAY, uint32_t, uint32_t, 1, AID_SYSTEM)
36 DEFINE_BPF_MAP_GWO(policy_nr_active_map, ARRAY, uint32_t, uint32_t, 1024, AID_SYSTEM)
39 DEFINE_BPF_MAP_GWO(pid_tracked_map, ARRAY, uint32_t, tracked_pid_t, MAX_TRACKED_PIDS, AID_SYSTEM)
/system/bpfprogs/test/
Dbpf_load_tp_prog.c23 DEFINE_BPF_MAP(cpu_pid_map, ARRAY, int, uint32_t, 1024)
/system/tools/aidl/
Daidl_const_expressions.cpp452 return new AidlConstantValue(location, Type::ARRAY, std::move(values), Join(str_values, ", ")); in Array()
542 case Type::ARRAY: { in ValueString()
617 case Type::ARRAY: in CheckValid()
639 case Type::ARRAY: { in evaluate()
712 case Type::ARRAY: in ToString()
1032 case Type::ARRAY: in AidlConstantValue()
1050 AIDL_FATAL_IF(type_ != Type::ARRAY, location); in AidlConstantValue()
Daidl_language.h577 ARRAY,
594 AIDL_FATAL_IF(final_type_ != Type::ARRAY, this);
654 if (type_ == Type::ARRAY) {
/system/teeui/libteeui/include/teeui/
Dcbor.h40 ARRAY = 4, enumerator
276 wState = writeHeader(wState, Type::ARRAY, arr.size());
/system/bt/gd/packet/parser/
Dlanguage_y.yy508 DEBUG() << "ARRAY field\n";