Searched refs:ARRAY (Results 1 – 4 of 4) sorted by relevance
/system/bpfprogs/test/ |
D | bpf_load_tp_prog.c | 23 DEFINE_BPF_MAP(cpu_pid_map, ARRAY, int, uint32_t, 1024)
|
/system/bpfprogs/ |
D | time_in_state.c | 28 DEFINE_BPF_MAP(cpu_freq_map, ARRAY, uint32_t, uint32_t, 1024)
|
/system/tools/aidl/ |
D | aidl_language.cpp | 334 CHECK(type_ != Type::ARRAY); in AidlConstantValue() 375 return new AidlConstantValue(location, Type::ARRAY, values); in Array() 413 if ((type_ == Type::ARRAY) != type.IsArray()) { in As() 418 case AidlConstantValue::Type::ARRAY: { in As() 508 case Type::ARRAY: in ToString()
|
D | aidl_language.h | 334 enum class Type { ERROR, ARRAY, BOOLEAN, CHARACTER, FLOATING, HEXIDECIMAL, INTEGRAL, STRING }; enumerator
|