Home
last modified time | relevance | path

Searched refs:android (Results 1 – 25 of 91) sorted by relevance

1234

/system/core/logcat/
Dlogcat.cpp88 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/
Dformat.cpp21 namespace android { namespace
73 *numEntries = sizeof(android::gPixelFormatInfos)/sizeof(GGLFormat); in gglGetPixelFormatTable()
75 return android::gPixelFormatInfos; in gglGetPixelFormatTable()
Dclear.h24 namespace android {
Dpicker.h24 namespace android {
Dtrap.h24 namespace android {
Dscanline.h24 namespace android {
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp95 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 …]
Dtestcase.h75 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++/
Dtest_csetjmp.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_csignal.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
40 namespace android namespace
Dtest_cmath.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_climits.cpp39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
42 namespace android namespace
Dtest_cstddef.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android { namespace
Dtest_cstring.cpp37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
40 namespace android namespace
Dtest_cstdlib.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_ctime.cpp38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
41 namespace android namespace
Dtest_cstdint.cpp38 namespace android namespace
Dtest_cassert.cpp39 namespace android namespace
/system/extras/timeinfo/
Dtimeinfo.cpp33 uptime = android::uptimeMillis(); in main()
34 realtime = android::elapsedRealtime(); in main()
/system/netd/
DTetherController.h24 typedef android::netd::List<char *> InterfaceCollection;
25 typedef android::netd::List<struct in_addr> NetAddressCollection;
/system/security/keystore/
Dkeystore.cpp237 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/
DDirectVolume.h26 typedef android::List<char *> PathCollection;
77 typedef android::List<DirectVolume *> DirectVolumeCollection;
/system/core/libmincrypt/tools/
DDumpPublicKey.mf1 Main-Class: com.android.dumpkey.DumpPublicKey
/system/core/libpixelflinger/codeflinger/tinyutils/
DErrors.h23 namespace android {
/system/bluetooth/data/
Dmain.nonsmartphone.conf49 DeviceID = android:generic:1.5

1234