Searched refs:bp (Results 1 – 21 of 21) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_test.go | 74 func _testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, andro… 77 bp = bp + java.GatherRequiredDepsForTest() 78 bp = bp + cc.GatherRequiredDepsForTest(android.Android) 79 bp = bp + ` 115 tempConfig := android.TestArchConfig(buildDir, nil, bp, fs) 119 config := android.TestArchConfig(buildDir, nil, bp, fs) 157 func testAidl(t *testing.T, bp string, customizers ...testCustomizer) (*android.TestContext, androi… 159 ctx, config := _testAidl(t, bp, customizers...) 167 func testAidlError(t *testing.T, pattern, bp string, customizers ...testCustomizer) { 169 ctx, config := _testAidl(t, bp, customizers...)
|
/system/sepolicy/tools/ |
D | policy_version_check.sh | 4 BP=$(awk -F= '/DSEPOLICY_VERSION/ { print $2 }' Android.bp | awk -F\" ' { print $1 }') 7 echo "POLICYVERS in Android.mk must match DSEPOLICY_VERSION in Android.bp" 1>&2
|
/system/tools/hidl/test/format_test/ |
D | Android.bp | 23 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " + 26 "1.0/Android.bp", 32 "system/tools/hidl/test/format_test/1.0/Android.bp",
|
/system/netd/ |
D | .editorconfig | 11 [*.{c,h,cpp,hpp,cc,sh,bp}]
|
/system/teeui/test/example_config/ |
D | README | 6 * Android.bp 11 ## Android.bp file ## 12 Define a new module in the Android.bp file. 14 The following is a template for the Android.bp file, only the <device name> needs to be replaced.
|
/system/update_engine/payload_consumer/ |
D | payload_verifier.cc | 57 std::unique_ptr<BIO, decltype(&BIO_free)> bp( in CreateInstance() local 59 if (!bp) { in CreateInstance() 65 PEM_read_bio_PUBKEY(bp.get(), nullptr, nullptr, nullptr), EVP_PKEY_free); in CreateInstance()
|
/system/bt/embdrv/g722/ |
D | g722_enc_dec.h | 79 int bp[7]; member
|
D | g722_decode.cc | 137 band->bp[i] = __ssat16(wd2 + wd3); in block4() 147 bi = band->b[i] = band->bp[i]; in block4()
|
D | g722_encode.cc | 131 band->bp[i] = saturate(wd2 + wd3); in block4() 141 bi = band->b[i] = band->bp[i]; in block4()
|
/system/tools/hidl/test/vendor/1.1/ |
D | IVendor.hal | 22 // associated Android.bp
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 43 “target” configuration in Android.bp 45 * When needed, filgroup() can be created in Android.bp in sub-directories. The 99 * Android.bp: Build file that defines file groups that would include 110 * Android.bp: Build file that defines file groups that would include
|
/system/apex/shim/ |
D | README.md | 24 system/apex/shim/build/Android.bp blueprint file.
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 56 Android.bp
|
/system/core/fastboot/ |
D | Android.bp | 15 // This is required because no Android.bp can include a library defined in an
|
/system/core/logd/ |
D | README.replay.md | 9 in by adding `RecordingLogBuffer.cpp` to `Android.bp` and setting
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 20 [bluetooth_test_gd](https://android.googlesource.com/platform/system/bt/+/master/gd/Android.bp). 32 [bluetooth_test_gd](https://android.googlesource.com/platform/system/bt/+/master/gd/Android.bp).
|
/system/netd/server/ |
D | Android.bp | 94 // TODO: fold these into a cc_library_static after converting netd/server to Android.bp
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 469 template<typename K> static int KeyCompare(const void *ap, const void *bp) { 471 const uint8_t *data = reinterpret_cast<const uint8_t *>(bp);
|
/system/apex/docs/ |
D | README.md | 246 The following is an example of `Android.bp` for an APEX named `apex.test`. 378 In Android.bp:
|
/system/tools/hidl/build/ |
D | hidl_interface.go | 605 `fix this error by adding the following to <some path>/Android.bp:
|
/system/update_engine/ |
D | README.md | 597 `build.gn` and `Android.bp`. Do not bring Chrome OS specific code (for example
|