Searched refs:mName (Results 1 - 8 of 8) sorted by relevance

/system/core/libutils/
H A DStopWatch.cpp37 : mName(name), mClock(clock), mFlags(flags)
46 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
56 return mName;
/system/extras/tests/sdcard/
H A Dstopwatch.cpp55 : mName(strdup(name)), mNum(0), mData(NULL), mDataLen(0), mCapacity(capacity * 2),
71 fprintf(stderr, "Discarding data for %s\n", mName);
74 free(mName);
118 if (kVerbose) SNPRINTF_OR_RETURN(*str, *size, "# Got %d samples for %s\n", mDataLen, mName);
122 mName, mDuration, mNum);
131 SNPRINTF_OR_RETURN(*str, *size, "%s %d %f %f %d %f %d %d\n", mName, mNum, mDuration,
155 mCapacity, mName);
221 SNPRINTF_OR_RETURN(*str, *size, "# Average %s duration %f s/op\n", mName, mDuration / mNum);
222 SNPRINTF_OR_RETURN(*str, *size, "# Standard deviation %s duration %f \n", mName, mDeviation);
223 SNPRINTF_OR_RETURN(*str, *size, "# Min %s duration %f [%d]\n", mName, mMinDuratio
[all...]
H A Dtestcase.cpp152 snprintf(total_time, sizeof(total_time), "%s_total", mName);
173 strcpy(mName, test_name);
174 if (strcmp(mName, "write") == 0) mType = WRITE;
175 if (strcmp(mName, "read") == 0) mType = READ;
176 if (strcmp(mName, "read_write") == 0) mType = READ_WRITE;
177 if (strcmp(mName, "open_create") == 0) mType = OPEN_CREATE;
178 if (strcmp(mName, "traverse") == 0) mType = TRAVERSE;
H A Dstopwatch.h132 char *const mName; // Name of the test. member in class:android_test::StopWatch
H A Dtestcase.h122 const char *name() const { return mName; }
136 char mName[80]; member in class:android_test::TestCase
/system/core/include/utils/
H A DStopWatch.h44 const char* mName; member in class:android::StopWatch
/system/netd/
H A DDnsProxyListener.h97 char* mName; // owned member in class:DnsProxyListener::GetHostByNameHandler
H A DDnsProxyListener.cpp305 mName(name),
312 free(mName);
344 hp = android_gethostbynameforiface(mName, mAf, mIface ? mIface : iface, mMark);

Completed in 244 milliseconds