Searched defs:slots (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java85 * separating the thirds), filled with buttons into some slots.
88 * @param slots Which slots to fill with buttons.
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { argument
104 for (Slot slot : slots) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconList.java28 public void defineSlots(String[] slots) { argument
30 final int N = slots.length;
32 mSlots.add(slots[i]);
/frameworks/base/include/androidfw/
H A DCursorWindow.h158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member in struct:android::CursorWindow::RowSlotChunk
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp353 std::vector<int> slots; local
357 slots.push_back(p.second);
360 if (!fuseKernels(Context, sourcesToFuse, slots, nameOfFused, &module)) {
H A DRSScriptGroupFusion.cpp92 const std::vector<int>& slots,
97 auto slotIter = slots.begin();
135 const std::vector<int>& slots,
138 int error = getFusedFuncSig(sources, slots, signature);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
178 const std::vector<int>& slots,
181 bccAssert(sources.size() == slots.size() && "sources and slots differ in size");
186 getFusedFuncType(Context, sources, slots, mergedModul
91 getFusedFuncSig(const std::vector<Source*>& sources, const std::vector<int>& slots, uint32_t* retSig) argument
133 getFusedFuncType(bcc::BCCContext& Context, const std::vector<Source*>& sources, const std::vector<int>& slots, Module* M, uint32_t* signature) argument
176 fuseKernels(bcc::BCCContext& Context, const std::vector<Source *>& sources, const std::vector<int>& slots, const std::string& fusedName, Module* mergedModule) argument
[all...]

Completed in 562 milliseconds