Searched refs:buildId (Results 1 - 8 of 8) sorted by relevance

/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingBuildInfo.java29 String buildId(); method in interface:BindingBuildInfo
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.cpp242 char buildId[PROPERTY_VALUE_MAX]; local
243 header->mBuildIdLength = property_get("ro.build.id", buildId, "");
244 memcpy(header->mBuildId, buildId, header->mBuildIdLength);
295 char buildId[PROPERTY_VALUE_MAX]; local
296 int len = property_get("ro.build.id", buildId, "");
300 strncmp(buildId, header->mBuildId, len)) {
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.cpp188 char buildId[PROPERTY_VALUE_MAX]; local
189 header->mBuildIdLength = property_get("ro.build.id", buildId, "");
190 memcpy(header->mBuildId, buildId, header->mBuildIdLength);
241 char buildId[PROPERTY_VALUE_MAX]; local
242 int len = property_get("ro.build.id", buildId, "");
246 strncmp(buildId, header->mBuildId, len)) {
/frameworks/data-binding/internal-prebuilts/com/android/databinding/baseLibrary/1.0-rc3/
H A DbaseLibrary-1.0-rc3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tools/bit/
H A Dmain.cpp630 const string buildId = get_build_var("BUILD_ID", false); local
727 check_device_property("ro.build.id", buildId);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 116 milliseconds