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

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LatencyTracker.java 22 * Tracks latency in wall-clock time. Since {@link #getLatency} returns an {@code int},
50 public int getLatency() {
SearchActivity.java 189 mOnCreateLatency = mOnCreateTracker.getLatency();
462 int latency = mStartLatencyTracker.getLatency();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target.h 181 virtual int getLatency(const Instruction *) const { return 1; }
nv50_ir_target_nv50.cpp 461 int TargetNV50::getLatency(const Instruction *i) const
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target_nvc0.cpp 540 int TargetNVC0::getLatency(const Instruction *i) const
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target.h 181 virtual int getLatency(const Instruction *) const { return 1; }
nv50_ir_target_nv50.cpp 461 int TargetNV50::getLatency(const Instruction *i) const
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.h 55 virtual int getLatency(const Instruction *) const;
nv50_ir_target_nvc0.cpp 540 int TargetNVC0::getLatency(const Instruction *i) const
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 68 unsigned getLatency(unsigned NodeNum) const {
ResourcePriorityQueue.h 98 unsigned getLatency(unsigned NodeNum) const {
ScheduleDAG.h 146 /// getLatency - Return the latency value for this edge, which roughly
150 unsigned getLatency() const {
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 76 if (I->getLatency() < D.getLatency()) {
84 II->setLatency(D.getLatency());
88 I->setLatency(D.getLatency());
124 if (P.getLatency() != 0) {
171 if (P.getLatency() != 0) {
248 PredSU->Depth + I->getLatency());
281 SuccSU->Height + I->getLatency());
350 dbgs() << ": Latency=" << I->getLatency();
370 dbgs() << ": Latency=" << I->getLatency();
    [all...]
LatencyPriorityQueue.cpp 36 unsigned LHSLatency = PQ->getLatency(LHSNum);
37 unsigned RHSLatency = PQ->getLatency(RHSNum);
CriticalAntiDepBreaker.cpp 141 unsigned PredLatency = P->getLatency();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 132 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
ResourcePriorityQueue.cpp 197 unsigned LHSLatency = PQ->getLatency(LHSNum);
198 unsigned RHSLatency = PQ->getLatency(RHSNum);
  /frameworks/base/core/java/android/speech/tts/
Voice.java 149 public int getLatency() {
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 202 static int getLatency(LLVMDisasmContext *DC, const MCInst &Inst) {
240 int Latency = getLatency(DC, Inst);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 230 unsigned MinLatency = I->getLatency();
249 unsigned MinLatency = I->getLatency();
  /frameworks/av/include/media/
AudioSystem.h 116 static status_t getLatency(audio_io_handle_t output,
  /frameworks/av/media/libmedia/
AudioSystem.cpp 344 return getLatency(output, latency);
347 status_t AudioSystem::getLatency(audio_io_handle_t output,
364 ALOGV("getLatency() output %d, latency %d", output, *latency);
    [all...]

Completed in 576 milliseconds

1 2