Home
last modified time | relevance | path

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

1234

/system/extras/bugmailer/src/com/android/commands/sendbug/
DSendBug.java16 package com.android.commands.sendbug;
18 import android.accounts.Account;
19 import android.accounts.IAccountManager;
20 import android.app.ActivityManagerNative;
21 import android.app.IActivityManager;
22 import android.content.Context;
23 import android.content.Intent;
24 import android.content.pm.IPackageManager;
25 import android.content.pm.ResolveInfo;
26 import android.net.Uri;
[all …]
/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/core/rootdir/etc/
Dinit.goldfish.sh24 qemud=`getprop ro.kernel.android.qemud`
27 radio_ril=`getprop ro.kernel.android.ril`
54 boot_anim=`getprop ro.kernel.android.bootanim`
/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/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/bluetooth/data/
Dmain.conf49 DeviceID = android:generic:1.5

1234