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

  /external/skia/legacy/src/ports/
SkDebug_brew.cpp 25 DBGPRINTF(buffer);
  /external/skia/src/ports/
SkDebug_brew.cpp 25 DBGPRINTF(buffer);
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 232 * dbgprintf - Uses the logging function provided by the user to log a single
239 static void dbgprintf(struct InternalInstruction* insn, function
312 dbgprintf(insn, "readPrefixes()");
334 dbgprintf(insn, "Redundant Group 1 prefix");
368 dbgprintf(insn, "Redundant Group 2 prefix");
374 dbgprintf(insn, "Redundant Group 3 prefix");
381 dbgprintf(insn, "Redundant Group 4 prefix");
392 dbgprintf(insn, "Found prefix 0x%hhx", byte);
401 dbgprintf(insn, "Couldn't read second byte of VEX");
438 dbgprintf(insn, "Found VEX prefix 0x%hhx 0x%hhx 0x%hhx", insn->vexPrefix[0], insn->vexPrefix[1], insn->vexPr (…)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 79 // Each call to DBGPRINTF generates at most 128 bytes of output on the Windows SDK.
80 // On Qualcomm chipset targets, DBGPRINTF() comes out the diag port (though this may change).
  /frameworks/base/docs/html/tools/adk/
adk2.jd 408 if(!dlci) dbgPrintf("BTADK: failed to allocate DLCI\n");
422 dbgPrintf("BTADK: failed to find a single marker in descriptor\n");
429 dbgPrintf("BTADK has DLCI %u\n", dlci);

Completed in 213 milliseconds