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

  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 189 private void checkTarget(int opIndex, int target, int codeLength,
194 throw new BadBytecode("bad branch offset at " + opIndex);
201 "," + d + ") at " + opIndex);
  /prebuilts/misc/common/swig/include/2.0.11/d/
doperators.swg 55 %rename(opIndex) *::operator[](unsigned) const;
186 %rename(opIndex) *::operator[];
std_vector.i 47 public $typemap(dtype, CTYPE) opIndex(size_t index) {
283 ValueType opIndex(size_t i) {
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 36 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
37 RecordedOp* op = displayList.getOps()[opIndex];
    [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 522 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
523 const RecordedOp* op = displayList.getOps()[opIndex];
528 && static_cast<int>(opIndex) == displayList.projectionReceiveIndex)) {
    [all...]
RenderNode.cpp     [all...]
DisplayListCanvas.cpp 561 int opIndex = addDrawOp(op);
571 mDisplayList->projectionReceiveIndex = opIndex;
574 return opIndex;
RecordingCanvas.cpp 587 int opIndex = addOp(op);
588 if (CC_LIKELY(opIndex >= 0)) {
597 mDisplayList->projectionReceiveIndex = opIndex;
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 55 // OpIndex is the index of an operation within a VLIW
58 // OpIndex together form an operation pointer that can
61 OpIndex int
464 // and OpIndex) in r.state by opAdvance steps.
466 opIndex := r.state.OpIndex + opAdvance
467 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
468 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
520 OpIndex: 0
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 55 // OpIndex is the index of an operation within a VLIW
58 // OpIndex together form an operation pointer that can
61 OpIndex int
464 // and OpIndex) in r.state by opAdvance steps.
466 opIndex := r.state.OpIndex + opAdvance
467 r.state.Address += uint64(r.minInstructionLength * (opIndex / r.maxOpsPerInstruction))
468 r.state.OpIndex = opIndex % r.maxOpsPerInstruction
520 OpIndex: 0
    [all...]
  /external/skia/src/core/
SkRecordDraw.cpp 624 SaveLayerInfo(int opIndex, bool isSaveLayer, const SkRect* bounds, const SkPaint* paint)
625 : fStartIndex(opIndex)
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 3217 milliseconds