Home
last modified time | relevance | path

Searched refs:Build (Results 1 – 25 of 60) sorted by relevance

123

/system/timezone/apex/tests/src/java/android/tzdata/mts/
DTimeZoneVersionTest.java21 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/
DREADME.md3 ## 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/
DUnwindMap.h45 bool Build() override;
56 bool Build() override;
DUnwindMap.cpp71 bool UnwindMapRemote::Build() { in Build() function in UnwindMapRemote
133 bool UnwindMapLocal::Build() { in Build() function in UnwindMapLocal
DBacktraceMap.cpp104 bool BacktraceMap::Build() { in Build() function in BacktraceMap
142 if (!map->Build()) { in Create()
DUnwindStackMap.cpp35 bool UnwindStackMap::Build() { in Build() function in UnwindStackMap
149 if (!map->Build()) { in Create()
DUnwindStackMap.h46 bool Build() override;
/system/bt/bta/test/gatt/
Ddatabase_builder_test.cc60 Database result = builder.Build(); in TEST()
81 Database result = builder.Build(); in TEST()
140 Database result = builder.Build(); in TEST()
/system/core/logcat/tests/
DAndroid.bp33 // Build benchmarks for the device. Run with:
46 // Build tests for the device (with .so). Run with:
/system/media/camera/tests/
DAndroid.bp1 // Build the unit tests.
/system/media/audio_utils/benchmarks/
DAndroid.bp1 // Build the benchmarks for audio_utils
/system/core/liblog/tests/
DAndroid.bp21 // Build benchmarks for the device. Run with:
78 // Build tests for the device (with .so). Run with:
/system/core/fastboot/
DAndroid.bp221 // Build host libfastboot.
261 // Build host fastboot / fastboot.exe
299 // Build host fastboot_test.
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DProfileSession.java19 import android.os.Build;
174 if (Build.VERSION.SDK_INT == Build.VERSION_CODES.P + 1 in stopRecording()
/system/tools/aidl/tests/java_app/
DREADME3 1) Build your favorite AOSP flavor.
/system/core/fs_mgr/libvbmeta/
Dbuilder.h34 android::base::Result<void> Build();
Dbuilder.cpp40 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/
DREADME.md49 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/
Ddatabase_builder.h63 Database Build();
/system/core/fs_mgr/liblp/
Dimages.h41 bool Build();
/system/bt/common/
Dmetrics_linux.cc83 void BluetoothMetricsLogger::Build() {} in Build() function in bluetooth::common::BluetoothMetricsLogger
/system/bt/
DREADME.md72 ### Build subsection
107 4. Right click on the project. Go to Preferences->C/C++ Build->Builder Settings.
/system/tools/xsdc/build/
Dxsdc.go170 ctx.Build(pctx, android.BuildParams{
186 ctx.Build(pctx, android.BuildParams{
/system/apex/proto/
Dsession_state.proto43 // Build fingerprint before reboot
/system/sepolicy/build/soong/
Dselinux_contexts.go316 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())

123