Searched refs:dump_ (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | debug.js | 63 return /** @type {Object} */ (jspb.debug.dump_(message)); 75 jspb.debug.dump_ = function(thing) { function 83 return goog.array.map(thing, jspb.debug.dump_); 101 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val); 122 jspb.debug.dump_(extVal);
|
/frameworks/native/cmds/dumpsys/tests/ |
D | dumpsys_test.cpp | 127 DumpsysTest() : sm_(), dump_(&sm_), stdout_(), stderr_() { in DumpsysTest() 185 int status = dump_.main(argc, const_cast<char**>(argv)); in CallMain() 196 dump_.setServiceArgs(args, supportsProto, priorityFlags); in CallSingleService() 197 status_t status = dump_.startDumpThread(serviceName, args); in CallSingleService() 199 status = dump_.writeDump(STDOUT_FILENO, serviceName, std::chrono::milliseconds(500), false, in CallSingleService() 202 dump_.stopDumpThread(/* dumpCompleted = */ true); in CallSingleService() 248 Dumpsys dump_; member in DumpsysTest 563 dump_.writeDump(STDOUT_FILENO, String16("service"), std::chrono::milliseconds(500), in TEST_F()
|