Searched refs:ARRAY (Results 1 – 6 of 6) sorted by relevance
/system/bpfprogs/ |
D | time_in_state.c | 27 DEFINE_BPF_MAP_GWO(cpu_policy_map, ARRAY, uint32_t, uint32_t, 1024, AID_SYSTEM) 28 DEFINE_BPF_MAP_GWO(policy_freq_idx_map, ARRAY, uint32_t, uint8_t, 1024, AID_SYSTEM) 32 DEFINE_BPF_MAP_GWO(nr_active_map, ARRAY, uint32_t, uint32_t, 1, AID_SYSTEM) 33 DEFINE_BPF_MAP_GWO(policy_nr_active_map, ARRAY, uint32_t, uint32_t, 1024, 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 | 336 return new AidlConstantValue(location, Type::ARRAY, std::move(values)); in Array() 429 case Type::ARRAY: { in ValueString() 500 case Type::ARRAY: // fall-through in CheckValid() 526 case Type::ARRAY: { in evaluate() 604 case Type::ARRAY: in ToString() 850 case Type::ARRAY: in AidlConstantValue() 866 CHECK(type_ == Type::ARRAY); in AidlConstantValue()
|
D | aidl_language.h | 422 ARRAY, enumerator
|
/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 | 458 DEBUG() << "ARRAY field\n";
|