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

  /external/llvm/tools/llvm-diff/
DiffConsumer.cpp 48 void DiffConsumer::printValue(Value *V, bool isL) {
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
117 printValue(L, true);
119 printValue(R, false);
124 printValue(I->L, true);
126 printValue(I->R, false);
179 case 'l': printValue(Log.getArgument(arg++), true); break;
180 case 'r': printValue(Log.getArgument(arg++), false); break
    [all...]
DiffConsumer.h 73 void printValue(Value *V, bool isL);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceBenchmark.java 72 getReportLog().printValue(
77 getReportLog().printValue(
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 117 log.printValue("Min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
118 log.printValue("Max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 123 report.printValue(
125 report.printValue("Average of Maximum Accumulated Frames", avgMaxAccFrames,
127 report.printValue(
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 128 report.printValue("Min", stat.mMin, ResultType.LOWER_BETTER, ResultUnit.MS);
129 report.printValue("Max", stat.mMax, ResultType.LOWER_BETTER, ResultUnit.MS);
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
SequentialRWTest.java 53 getReportLog().printValue("files", numberOfFiles, ResultType.NEUTRAL,
98 getReportLog().printValue("write throughput for test file of length " + fileSize,
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
BandwidthTest.java 185 getReportLog().printValue("memcpy in fps", screensPerSecAverage,
218 getReportLog().printValue("memset in fps", screensPerSecAverage,
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 54 public void printValue(String message, double value, ResultType type,
64 // and we need caller of printValue / printArray
  /cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
BrowserBenchTest.java 102 getReportLog().printValue(HTTP_USER_AGENT + "=" + userAgent, 0,
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 710 static void printValue(const ELFObjectFile<ELFT> *O, uint64_t Type,
789 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 1931 milliseconds