HomeSort by relevance Sort by last modified time
    Searched refs:Consts (Results 1 - 15 of 15) sorted by null

  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
Consts.java 18 public class Consts {
19 private Consts() {
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
Consts.java 18 public class Consts {
19 private Consts() {
ShortcutManagerPostUpgradeTest.java 30 Log.i(Consts.TAG, "Post: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64);
41 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID));
46 s.getExtras().getInt(Consts.EXTRA_ICON_RES_ID));
ShortcutManagerPreUpgradeTest.java 33 Log.i(Consts.TAG, "Pre: ResIDs=" + R.drawable.black_32x32 + ", " + R.drawable.black_64x64);
41 b1.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_32x32);
50 b2.putInt(Consts.EXTRA_ICON_RES_ID, R.drawable.black_64x64);
  /external/llvm/lib/Target/AMDGPU/
R600EmitClauseMarkers.cpp 125 const SmallVectorImpl<std::pair<MachineOperand *, int64_t> > &Consts =
129 for (unsigned i = 0, n = Consts.size(); i < n; ++i) {
130 if (Consts[i].first->getReg() != AMDGPU::ALU_CONST)
132 unsigned Sel = Consts[i].second;
160 for (unsigned i = 0, j = 0, n = Consts.size(); i < n; ++i) {
161 if (Consts[i].first->getReg() != AMDGPU::ALU_CONST)
165 Consts[i].first->setReg(
169 Consts[i].first->setReg(
R600InstrInfo.cpp 597 R600InstrInfo::fitsConstReadLimitations(const std::vector<unsigned> &Consts)
599 assert (Consts.size() <= 12 && "Too many operands in instructions group");
601 for (unsigned i = 0, n = Consts.size(); i < n; ++i) {
602 unsigned ReadConstHalf = Consts[i] & 2;
603 unsigned ReadConstIndex = Consts[i] & (~3);
624 std::vector<unsigned> Consts;
640 Consts.push_back(Src.second);
645 Consts.push_back((Index << 2) | Chan);
649 return fitsConstReadLimitations(Consts);
    [all...]
R600ISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 268 const void *Consts[PIPE_MAX_CONSTANT_BUFFERS];
tgsi_exec.c 562 mach->Consts[i] = bufs[i];
1060 assert(mach->Consts[index2D->i[i]]);
1067 const uint *buf = (const uint *)mach->Consts[constbuf];
    [all...]
  /external/v8/src/
api.h 21 class Consts {
api.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 391 milliseconds