Searched refs:ARRAY (Results 1 – 6 of 6) sorted by relevance
/system/bpfprogs/ |
D | time_in_state.c | 30 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/ |
D | bpf_load_tp_prog.c | 23 DEFINE_BPF_MAP(cpu_pid_map, ARRAY, int, uint32_t, 1024)
|
/system/tools/aidl/ |
D | aidl_const_expressions.cpp | 452 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()
|
D | aidl_language.h | 577 ARRAY, 594 AIDL_FATAL_IF(final_type_ != Type::ARRAY, this); 654 if (type_ == Type::ARRAY) {
|
/system/teeui/libteeui/include/teeui/ |
D | cbor.h | 40 ARRAY = 4, enumerator 276 wState = writeHeader(wState, Type::ARRAY, arr.size());
|
/system/bt/gd/packet/parser/ |
D | language_y.yy | 508 DEBUG() << "ARRAY field\n";
|