/system/core/logcat/ |
D | logcat.cpp | 88 namespace android { namespace 477 android::show_help(argv[0]); in main() 533 android::g_devCount++; in main() 538 android::g_printBinary = 1; in main() 544 android::g_outputFileName = optarg; in main() 550 android::g_logRotateSizeKBytes in main() 558 android::show_help(argv[0]); in main() 561 android::g_logRotateSizeKBytes = atoi(optarg); in main() 568 android::show_help(argv[0]); in main() 572 android::g_maxRotatedLogs = atoi(optarg); in main() [all …]
|
/system/core/libpixelflinger/ |
D | format.cpp | 21 namespace android { namespace 73 *numEntries = sizeof(android::gPixelFormatInfos)/sizeof(GGLFormat); in gglGetPixelFormatTable() 75 return android::gPixelFormatInfos; in gglGetPixelFormatTable()
|
D | clear.h | 24 namespace android {
|
D | picker.h | 24 namespace android {
|
D | trap.h | 24 namespace android {
|
D | scanline.h | 24 namespace android {
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 95 using android::kernelVersion; 96 using android::kMinKernelVersionBufferSize; 97 using android::schedFeatures; 98 using android::kMinSchedFeaturesBufferSize; 100 using android::writePidAndWaitForReply; 101 using android::waitForChildrenAndSignal; 102 using android::waitForChildrenOrExit; 176 int oomAdj = android::pidOutOfMemoryAdj(); in printHeader() 181 android::setPidOutOfMemoryAdj(0); in printHeader() 182 printf("adjuted to %d", android::pidOutOfMemoryAdj()); in printHeader() [all …]
|
D | testcase.h | 75 android::setNewFairSleepers(val); in setNewFairSleepers() 81 android::setNormalizedSleepers(val); in setNormalizedSleepers() 113 if (!android::writePidAndWaitForReply(mIpc[WRITE_TO_PARENT], mIpc[READ_FROM_PARENT])) { in signalParentAndWait()
|
/system/extras/tests/bionic/libstdc++/ |
D | test_csetjmp.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_csignal.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 40 namespace android namespace
|
D | test_cmath.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_climits.cpp | 39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 42 namespace android namespace
|
D | test_cstddef.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android { namespace
|
D | test_cstring.cpp | 37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 40 namespace android namespace
|
D | test_cstdlib.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_ctime.cpp | 38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed; 41 namespace android namespace
|
D | test_cstdint.cpp | 38 namespace android namespace
|
D | test_cassert.cpp | 39 namespace android namespace
|
/system/extras/timeinfo/ |
D | timeinfo.cpp | 33 uptime = android::uptimeMillis(); in main() 34 realtime = android::elapsedRealtime(); in main()
|
/system/netd/ |
D | TetherController.h | 24 typedef android::netd::List<char *> InterfaceCollection; 25 typedef android::netd::List<struct in_addr> NetAddressCollection;
|
/system/security/keystore/ |
D | keystore.cpp | 237 static size_t encode_key_length(const android::String8& keyName) { in encode_key_length() 248 static int encode_key(char* out, const android::String8& keyName) { in encode_key() 264 static int encode_key_for_uid(char* out, uid_t uid, const android::String8& keyName) { in encode_key_for_uid() 663 ResponseCode initialize(const android::String8& pw, Entropy* entropy) { in initialize() 675 ResponseCode writeMasterKey(const android::String8& pw, Entropy* entropy) { in writeMasterKey() 684 ResponseCode readMasterKey(const android::String8& pw, Entropy* entropy) { in readMasterKey() 794 void generateKeyFromPassword(uint8_t* key, ssize_t keySize, const android::String8& pw, in generateKeyFromPassword() 860 for (android::Vector<grant_t*>::iterator it(mGrants.begin()); in ~KeyStore() 866 for (android::Vector<UserState*>::iterator it(mMasterKeys.begin()); in ~KeyStore() 890 ResponseCode initializeUser(const android::String8& pw, uid_t uid) { in initializeUser() [all …]
|
/system/vold/ |
D | DirectVolume.h | 26 typedef android::List<char *> PathCollection; 77 typedef android::List<DirectVolume *> DirectVolumeCollection;
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.mf | 1 Main-Class: com.android.dumpkey.DumpPublicKey
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | Errors.h | 23 namespace android {
|
/system/bluetooth/data/ |
D | main.nonsmartphone.conf | 49 DeviceID = android:generic:1.5
|