Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSScriptGroupFusion.cpp92 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 …]
DRSCompilerDriver.cpp353 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/
DStatusBarIconList.java28 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/
DRSScriptGroupFusion.h43 const std::vector<int>& slots,
/frameworks/base/core/tests/coretests/src/android/util/
DListItemFactory.java91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument
104 for (Slot slot : slots) { in horizontalButtonSlots()
/frameworks/base/libs/androidfw/
DCursorWindow.cpp231 return &chunk->slots[chunkPos]; in getRowSlot()
254 return &chunk->slots[chunkPos]; in allocRowSlot()
/frameworks/base/include/androidfw/
DCursorWindow.h158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member
/frameworks/base/docs/html/about/versions/
Dandroid-5.1.jd83 slots.
/frameworks/minikin/doc/
Dhyb_file_format.md111 it with edge slots), which would require very minimal changes to the implementation (TODO
/frameworks/base/docs/html/about/
Dandroid.jd107 the best apps promotional slots in curated collections.
Dindex.jd116 the best apps promotional slots in curated collections.
/frameworks/base/docs/html/wear/preview/features/
Dcomplications.jd119 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/
Duser-data-ids.jd686 cellular carriers/SIM slots or delivering SMS messages over IP (for Line1) -
Dperf-jni.jd191 implementation is only required to reserve slots for
/frameworks/native/vulkan/api/
Dvulkan.api2310 … maxVertexInputAttributes /// max num of vertex input attribute slots
2311 … maxVertexInputBindings /// max num of vertex input binding slots