/system/timezone/apex/tests/src/java/android/tzdata/mts/ |
D | TimeZoneVersionTest.java | 21 import android.os.Build; 46 if (Build.VERSION.SDK_INT == Build.VERSION_CODES.Q) { in timeZoneModuleIsCompatibleWithThisRelease() 57 } else if (Build.VERSION.SDK_INT == Build.VERSION_CODES.R) { in timeZoneModuleIsCompatibleWithThisRelease()
|
/system/tools/hidl/c2hal/ |
D | README.md | 3 ## 1. Build 28 # Build the test.h header: 31 # Build the simple.h header: 34 # Build a particular libhardware header: 37 # Build all headers from libhardware: 40 # Build various OpenGl versions:
|
/system/core/libbacktrace/ |
D | UnwindMap.h | 45 bool Build() override; 56 bool Build() override;
|
D | UnwindMap.cpp | 71 bool UnwindMapRemote::Build() { in Build() function in UnwindMapRemote 133 bool UnwindMapLocal::Build() { in Build() function in UnwindMapLocal
|
D | BacktraceMap.cpp | 104 bool BacktraceMap::Build() { in Build() function in BacktraceMap 142 if (!map->Build()) { in Create()
|
D | UnwindStackMap.cpp | 35 bool UnwindStackMap::Build() { in Build() function in UnwindStackMap 149 if (!map->Build()) { in Create()
|
D | UnwindStackMap.h | 46 bool Build() override;
|
/system/bt/bta/test/gatt/ |
D | database_builder_test.cc | 60 Database result = builder.Build(); in TEST() 81 Database result = builder.Build(); in TEST() 140 Database result = builder.Build(); in TEST()
|
/system/core/logcat/tests/ |
D | Android.bp | 33 // Build benchmarks for the device. Run with: 46 // Build tests for the device (with .so). Run with:
|
/system/media/camera/tests/ |
D | Android.bp | 1 // Build the unit tests.
|
/system/media/audio_utils/benchmarks/ |
D | Android.bp | 1 // Build the benchmarks for audio_utils
|
/system/core/liblog/tests/ |
D | Android.bp | 21 // Build benchmarks for the device. Run with: 78 // Build tests for the device (with .so). Run with:
|
/system/core/fastboot/ |
D | Android.bp | 221 // Build host libfastboot. 261 // Build host fastboot / fastboot.exe 299 // Build host fastboot_test.
|
/system/extras/simpleperf/app_api/java/com/android/simpleperf/ |
D | ProfileSession.java | 19 import android.os.Build; 174 if (Build.VERSION.SDK_INT == Build.VERSION_CODES.P + 1 in stopRecording()
|
/system/tools/aidl/tests/java_app/ |
D | README | 3 1) Build your favorite AOSP flavor.
|
/system/core/fs_mgr/libvbmeta/ |
D | builder.h | 34 android::base::Result<void> Build();
|
D | builder.cpp | 40 Result<void> SuperVBMetaBuilder::Build() { in Build() function in android::fs_mgr::SuperVBMetaBuilder 198 Result<void> rv_build = builder.Build(); in WriteToSuperVBMetaFile()
|
/system/extras/simpleperf/demo/ |
D | README.md | 49 1. Build and install the application: 81 1. Build and install the application: 113 1. Build and install the application: 145 1. Build and install the application:
|
/system/bt/bta/gatt/ |
D | database_builder.h | 63 Database Build();
|
/system/core/fs_mgr/liblp/ |
D | images.h | 41 bool Build();
|
/system/bt/common/ |
D | metrics_linux.cc | 83 void BluetoothMetricsLogger::Build() {} in Build() function in bluetooth::common::BluetoothMetricsLogger
|
/system/bt/ |
D | README.md | 72 ### Build subsection 107 4. Right click on the project. Go to Preferences->C/C++ Build->Builder Settings.
|
/system/tools/xsdc/build/ |
D | xsdc.go | 170 ctx.Build(pctx, android.BuildParams{ 186 ctx.Build(pctx, android.BuildParams{
|
/system/apex/proto/ |
D | session_state.proto | 43 // Build fingerprint before reboot
|
/system/sepolicy/build/soong/ |
D | selinux_contexts.go | 316 rule.Build(pctx, ctx, "selinux_contexts", "building contexts: "+m.Name()) 353 rule.Build(pctx, ctx, m.Name(), "flattened_apex_file_contexts") 404 rule.Build(pctx, ctx, "property_contexts_check_api", "checking API: "+m.Name())
|