HomeSort by relevance Sort by last modified time
    Searched refs:getIndices (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
EventOrderingVerificationTest.java 66 List<Integer> indices = getIndices(stats);
83 List<Integer> indices = getIndices(stats);
106 private List<Integer> getIndices(SensorStats stats) {
  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 103 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) {
107 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) {
Lint.cpp 661 Ex->getIndices()))
672 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 217 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
219 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices();
273 return IVI->getIndices() == cast<InsertValueInst>(I)->getIndices();
275 return EVI->getIndices() == cast<ExtractValueInst>(I)->getIndices();
  /frameworks/support/room/migration/src/main/java/android/arch/persistence/room/migration/bundle/
EntityBundle.java 135 public List<IndexBundle> getIndices() {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 139 public ShortBuffer[] getIndices() {
PlanetsRenderer.java 206 ShortBuffer[] indices = mSpheres[i].getIndices();
410 ShortBuffer[] indices = mSpheres[i].getIndices();
  /external/llvm/lib/IR/
Instruction.cpp 374 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
376 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices();
ConstantsContext.h 460 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
466 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
491 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
  /frameworks/base/libs/hwui/
VertexBuffer.h 126 const void* getIndices() const { return mIndices; }
  /prebuilts/maven_repo/android/android/arch/persistence/room/migration/1.0.0-alpha10/
migration-1.0.0-alpha10.jar 
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 64 Builder.writeUInt32(Record.getIndices().size());
65 for (TypeIndex TI : Record.getIndices()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 330 return Builder.CreateExtractValue(NewOperands[0], C->getIndices());
334 C->getIndices());
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
MergeFunctions.cpp 325 return IVI->getIndices() == cast<InsertValueInst>(I2)->getIndices();
327 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices();
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ManualActivity.java 201 int[] indices = DisplayModifier.getIndices();
DisplayModifier.java 529 public static int[] getIndices() {
  /external/llvm/lib/CodeGen/
Analysis.cpp 299 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
316 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 299 getVal(EVI->getAggregateOperand()), EVI->getIndices());
305 getVal(IVI->getInsertedValueOperand()), IVI->getIndices());
SimplifyIndVar.cpp 401 if (EVI->getIndices()[0] == 1)
404 assert(EVI->getIndices()[0] == 0 && "Only two possibilities!");
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 152 const deUint16* getIndices (void) const { return &m_indices[0]; }
625 draw(m_renderCtx, programID, (int)vertexArrays.size(), &vertexArrays[0], pr::Triangles(numElements, quadGrid.getIndices()));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 595 Ex->getIndices()))
608 ArrayRef<unsigned> Indices = CE->getIndices();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
250 ArrayRef<TypeIndex> getIndices() const { return StringIndices; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
250 ArrayRef<TypeIndex> getIndices() const { return StringIndices; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
250 ArrayRef<TypeIndex> getIndices() const { return StringIndices; }

Completed in 748 milliseconds

1 2 3 4 5 6 7