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

  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor.c 102 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Attach\r\n")));
113 DEBUGMSG(DSPAPI_ZONE_ERROR,
119 DEBUGMSG(DSPAPI_ZONE_ERROR,
136 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Detach\r\n")));
144 DEBUGMSG(DSPAPI_ZONE_ERROR,
164 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
193 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: "
199 DEBUGMSG(DSPAPI_ZONE_ERROR,
226 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
239 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("PROC: Invalid Handle\r\n")))
    [all...]
DSPNode.c 130 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPNode_Allocate:\r\n")));
133 DEBUGMSG(DSPAPI_ZONE_ERROR,
140 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPNode_Allocate: "
151 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
164 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
173 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT(
208 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT(
216 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT(
234 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: "
272 DEBUGMSG(DSPAPI_ZONE_FUNCTION
    [all...]
DSPProcessor_OEM.c 69 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Ctrl\r\n")));
80 DEBUGMSG(DSPAPI_ZONE_ERROR,
109 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Load\r\n")));
126 DEBUGMSG(DSPAPI_ZONE_ERROR,
131 DEBUGMSG(DSPAPI_ZONE_ERROR,
137 DEBUGMSG(DSPAPI_ZONE_ERROR,
160 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Start\r\n")));
169 DEBUGMSG(DSPAPI_ZONE_ERROR,
186 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("PROC: DSPProcessor_Stop\r\n")));
195 DEBUGMSG(DSPAPI_ZONE_ERROR
    [all...]
DSPStrm.c 120 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
125 DEBUGMSG(DSPAPI_ZONE_ERROR,
133 DEBUGMSG(DSPAPI_ZONE_ERROR,
145 DEBUGMSG(DSPAPI_ZONE_ERROR,
199 DEBUGMSG(DSPAPI_ZONE_FUNCTION, (TEXT("NODE: DSPStream_Close:\r\n")));
204 DEBUGMSG(DSPAPI_ZONE_ERROR,
213 DEBUGMSG(DSPAPI_ZONE_ERROR, (TEXT("NODE: DSPStream_Close: "
285 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
291 DEBUGMSG(DSPAPI_ZONE_ERROR,
299 DEBUGMSG(DSPAPI_ZONE_ERROR
    [all...]
DSPManager.c 96 DEBUGMSG(DSPAPI_ZONE_ERROR,
170 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
189 DEBUGMSG(DSPAPI_ZONE_ERROR,
195 DEBUGMSG(DSPAPI_ZONE_ERROR,
215 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
236 DEBUGMSG(DSPAPI_ZONE_ERROR,
242 DEBUGMSG(DSPAPI_ZONE_ERROR,
260 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
306 DEBUGMSG(DSPAPI_ZONE_FUNCTION,
349 DEBUGMSG(DSPAPI_ZONE_FUNCTION
    [all...]
dsptrap.c 60 DEBUGMSG(DSPAPI_ZONE_FUNCTION, "Invalid handle to driver\n");
  /external/libxml2/xstc/
fixup-tests.py 27 def debugMsg(text):
34 debugMsg("fixing '%s'..." % mainXSD)
58 debugMsg(" imports '%s'" % loc)
79 debugMsg(" adding <import namespace='%s' schemaLocation='%s'/>" % (impTargetNs, loc))
xstc.py 296 def debugMsg(self, msg):
356 self.debugMsg("loading schema: %s" % filePath)
358 self.debugMsg("after loading schema")
360 self.debugMsg("schema is None")
361 self.debugMsg("checking for IO errors...")
364 self.debugMsg("checking schema result")
366 self.debugMsg("schema result is BAD")
372 self.debugMsg("schema result is OK")
392 self.debugMsg("loading instance: %s" % filePath)
407 self.debugMsg("after loading instance"
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
_dbdebug.h 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h 61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y)
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 291 debugmsg("Done dumping TTX")
302 debugmsg(report)
382 debugmsg("Reading '%s' table from disk" % tag)
388 debugmsg("Decompiling '%s' table" % tag)
626 debugmsg("writing '%s' table to disk" % tag)
636 debugmsg("compiling '%s' table" % tag)
640 debugmsg("Reading '%s' table from disk" % tag)
921 def debugmsg(msg): function
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 498 void debugmsg(MorC t, MorC m, String msg) { method in class:ICUJDKCompare.MethodRecord
513 if (DEBUG) debugmsg(t, m, "modifier mismatch"); method
520 if (DEBUG) debugmsg(t, m, "return value mismatch"); method
526 if (DEBUG) debugmsg(t, m, "param count mismatch"); method
534 if (DEBUG) debugmsg(t, m, "parameter " + i + " mismatch, " + method
  /external/fonttools/Lib/fontTools/misc/
xmlReader.py 76 ttLib.debugmsg(msg)
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 591 String debugMsg) {
593 if (DEBUG) Log.d(TAG, "Delivering msg to same user " + debugMsg);
606 + debugMsg);
612 + debugMsg);
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 123 ttLib.debugmsg("unpacking glyph '%s'" % glyphName)

Completed in 962 milliseconds