Searched refs:slots (Results 1 – 15 of 15) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScriptGroupFusion.cpp | 92 const std::vector<int>& slots, in getFusedFuncSig() argument 97 auto slotIter = slots.begin(); in getFusedFuncSig() 135 const std::vector<int>& slots, in getFusedFuncType() argument 138 int error = getFusedFuncSig(sources, slots, signature); in getFusedFuncType() 144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr); in getFusedFuncType() 165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr); in getFusedFuncType() 178 const std::vector<int>& slots, in fuseKernels() argument 181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size"); in fuseKernels() 186 getFusedFuncType(Context, sources, slots, mergedModule, &fusedFunctionSignature); in fuseKernels() 226 auto slotIter = slots.begin(); in fuseKernels() [all …]
|
D | RSCompilerDriver.cpp | 353 std::vector<int> slots; in buildScriptGroup() local 357 slots.push_back(p.second); in buildScriptGroup() 360 if (!fuseKernels(Context, sourcesToFuse, slots, nameOfFused, &module)) { in buildScriptGroup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarIconList.java | 28 public void defineSlots(String[] slots) { in defineSlots() argument 30 final int N = slots.length; in defineSlots() 32 mSlots.add(slots[i]); in defineSlots()
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSScriptGroupFusion.h | 43 const std::vector<int>& slots,
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument 104 for (Slot slot : slots) { in horizontalButtonSlots()
|
/frameworks/base/libs/androidfw/ |
D | CursorWindow.cpp | 231 return &chunk->slots[chunkPos]; in getRowSlot() 254 return &chunk->slots[chunkPos]; in allocRowSlot()
|
/frameworks/base/include/androidfw/ |
D | CursorWindow.h | 158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.1.jd | 83 slots.
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 111 it with edge slots), which would require very minimal changes to the implementation (TODO
|
/frameworks/base/docs/html/about/ |
D | android.jd | 107 the best apps promotional slots in curated collections.
|
D | index.jd | 116 the best apps promotional slots in curated collections.
|
/frameworks/base/docs/html/wear/preview/features/ |
D | complications.jd | 119 slots on the watch face where complications can appear, and passes them 799 <code>ComplicationManager</code> object what complication slots are
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-ids.jd | 686 cellular carriers/SIM slots or delivering SMS messages over IP (for Line1) -
|
D | perf-jni.jd | 191 implementation is only required to reserve slots for
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2310 … maxVertexInputAttributes /// max num of vertex input attribute slots 2311 … maxVertexInputBindings /// max num of vertex input binding slots
|