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

  /external/skia/src/animator/
SkDisplayPost.cpp 206 SkString debugOut;
208 debugOut.appendS32(time - maker.fDebugTimeBase);
209 debugOut.append(" post id=");
210 debugOut.append(_id);
211 debugOut.append(" enable=");
212 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
213 debugOut.append(" delay=");
214 debugOut.appendS32(delay);
221 debugOut.append(" future=");
222 debugOut.appendS32(futureTime - maker.fDebugTimeBase)
    [all...]
SkAnimateMaker.cpp 316 SkString debugOut;
318 debugOut.appendS32(time - fDebugTimeBase);
319 debugOut.append(" set enable old enable=");
320 debugOut.appendS32(fEnableTime - fDebugTimeBase);
321 debugOut.append(" old adjust=");
322 debugOut.appendS32(fAdjustedStart);
323 debugOut.append(" new enable=");
324 debugOut.appendS32(expectedTime - fDebugTimeBase);
325 debugOut.append(" new adjust=");
326 debugOut.appendS32(appTime - expectedTime)
    [all...]
SkAnimateActive.cpp 419 SkString debugOut;
421 debugOut.appendS32(time - fMaker.fDebugTimeBase);
422 debugOut.append(" active start adjust delay id=");
423 debugOut.append(fApply._id);
424 debugOut.append("; ");
425 debugOut.append(fAnimators[index]->_id);
426 debugOut.append("=");
427 debugOut.appendS32(fAnimators[index]->fStart - fMaker.fDebugTimeBase);
428 debugOut.append(":");
429 debugOut.appendS32(state.fStartTime)
    [all...]
SkDisplayApply.cpp 312 SkString debugOut;
314 debugOut.appendS32(time - maker.fDebugTimeBase);
315 debugOut.append(" apply enable id=");
316 debugOut.append(_id);
317 debugOut.append("; start=");
318 debugOut.appendS32(maker.fEnableTime - maker.fDebugTimeBase);
319 SkDebugf("%s\n", debugOut.c_str());
561 SkString debugOut;
562 debugOut.appendS32(time - maker.fDebugTimeBase);
563 debugOut.append(" apply id=")
    [all...]
SkDisplayXMLParser.cpp 216 SkString debugOut;
218 debugOut.appendS32(time - fMaker.fDebugTimeBase);
219 debugOut.append(" onLoad enable=");
220 debugOut.appendS32(fMaker.fEnableTime - fMaker.fDebugTimeBase);
221 SkDebugf("%s\n", debugOut.c_str());
SkAnimator.cpp 448 SkString debugOut;
450 debugOut.appendS32(realTime - fMaker->fDebugTimeBase);
451 debugOut.append(" onEvent id=");
452 debugOut.append(id);
459 debugOut.append(" time=");
460 debugOut.appendS32(time - fMaker->fDebugTimeBase);
461 debugOut.append(" adjust=");
462 debugOut.appendS32(fMaker->fAdjustedStart);
466 SkDebugf("%s\n", debugOut.c_str());
  /external/llvm/tools/llvm-objdump/
MCFunction.cpp 33 raw_ostream &DebugOut,
56 if (DisAsm->getInstruction(Inst, Size, Region, Index, DebugOut, nulls())){
MachODump.cpp 138 raw_ostream &DebugOut,
144 InstrAnalysis, DebugOut, Calls);
301 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
303 raw_ostream &DebugOut = nulls();
459 DebugOut, nulls())) {
490 InstrAnalysis.get(), Start, DebugOut, FunctionMap, Functions);
503 SectAddress, DebugOut,
519 InstrAnalysis.get(), DebugOut,
MCFunction.h 83 const MCInstrAnalysis *Ana, raw_ostream &DebugOut,
llvm-objdump.cpp 282 raw_ostream &DebugOut = DebugFlag ? dbgs() : nulls();
284 raw_ostream &DebugOut = nulls();
291 DebugOut, nulls())) {
  /external/icu4c/i18n/
decimfmt.cpp 177 static void debugout(UnicodeString s) { function
184 #define debugout(x)
760 debugout(fNegativePrefix);
763 debugout(*fNegPrefixPattern);
768 debugout(other->fNegativePrefix);
771 debugout(*other->fNegPrefixPattern);
782 debugout(fNegativeSuffix);
785 debugout(*fNegSuffixPattern);
790 debugout(other->fNegativeSuffix);
793 debugout(*other->fNegSuffixPattern)
    [all...]
numfmt.cpp 54 static void debugout(UnicodeString s) { function
61 #define debugout(x) macro
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 93 'Debugout','Declare','DefOLELCid','DefaultValue','Defaultext','Degrees',
autoit.php 236 'DayValueToDate','DebugBugReportEnv','DebugOut','DebugSetup',
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 80 public void debugout() { method in class:ComposingText

Completed in 357 milliseconds