OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debugStr
(Results
1 - 7
of
7
) sorted by null
/system/chre/core/
event_loop_manager.cc
39
char *
debugStr
= static_cast<char *>(memoryAlloc(kDebugStringSize));
40
if (
debugStr
!= nullptr) {
42
if (!mMemoryManager.logStateToBuffer(
debugStr
, &debugStrPos,
45
} else if (!mEventLoop.logStateToBuffer(
debugStr
, &debugStrPos,
48
} else if (!mSensorRequestManager.logStateToBuffer(
debugStr
, &debugStrPos,
51
} else if (!mGnssRequestManager.logStateToBuffer(
debugStr
, &debugStrPos,
54
} else if (!mWifiRequestManager.logStateToBuffer(
debugStr
, &debugStrPos,
57
} else if (!mWwanRequestManager.logStateToBuffer(
debugStr
, &debugStrPos,
64
return UniquePtr<char>(
debugStr
);
/external/testng/src/main/java/org/testng/log4testng/
Logger.java
340
String
debugStr
= pProperties.getProperty(DEBUG_PROPERTY);
341
if(
debugStr
!= null) {
342
if(
debugStr
.equalsIgnoreCase("true")) {
345
else if(
debugStr
.equalsIgnoreCase("false")) {
350
+ " value " +
debugStr
);
/system/chre/platform/slpi/
host_link.cc
370
void sendDebugDumpData(uint16_t hostClientId, const char *
debugStr
,
374
const char *
debugStr
;
381
builder, data->hostClientId, data->
debugStr
, data->debugStrSize);
387
data.
debugStr
=
debugStr
;
408
void onDebugDumpDataReady(void *cookie, const char *
debugStr
,
412
sendDebugDumpData(cbData->hostClientId,
debugStr
, debugStrSize);
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java
50
private StringBuilder
debugStr
;
158
if (
debugStr
== null) {
159
debugStr
= new StringBuilder();
162
debugStr
.append("setscreensize (").append(c).append(',').append(r).append(',')
164
debug(
debugStr
.toString());
165
debugStr
.setLength(0);
199
debugStr
= new StringBuilder();
609
debugStr
.append("write(|").append(s).append("|,").append(doecho);
610
debug(
debugStr
.toString());
611
debugStr
.setLength(0)
[
all
...]
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java
77
String
debugStr
= args.getString(MediaBitstreams.OPT_DEBUG_TARGET_DEVICE, "false");
78
boolean debug = Boolean.parseBoolean(
debugStr
);
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java
295
String
debugStr
= printActualNotifications();
300
assertNull("Received unexpected notificationId " + id +
debugStr
, actual);
301
assertTrue("NotificationId " + id + " should have been cancelled." +
debugStr
,
305
+
debugStr
, actual);
307
+
debugStr
, mCancelled[id]);
308
assertEquals("Priority not as expected for notification " + id +
debugStr
,
312
assertEquals("Event ID not expected for notification " + id +
debugStr
,
314
assertEquals("Begin time not expected for notification " + id +
debugStr
,
316
assertEquals("End time not expected for notification " + id +
debugStr
,
320
assertNotNull("Posted notification not a digest as expected." +
debugStr
,
[
all
...]
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 826 milliseconds