/system/chre/apps/test/common/proto/ |
D | chre_test_common.proto | 10 enum Code { enum 15 optional Code code = 1 [default = FAILED];
|
D | chre_settings_test.proto | 68 enum Code { enum 73 optional Code code = 1 [default = FAILED];
|
/system/tools/sysprop/tests/ |
D | CodeWriterUnitTest.cpp | 49 ASSERT_EQ(writer.Code(), in TEST() 63 ASSERT_EQ(writer.Code(), kHelloWorld); in TEST()
|
/system/chre/apps/test/pts/proto/ |
D | pts_chre.proto | 27 enum Code { enum 33 optional Code code = 1 [default = TEST_FAILED];
|
/system/keymint/hal/src/ |
D | lib.rs | 15 CborError, Code, KeyMintOperation, 145 R: AsCborValue + Code<KeyMintOperation>, in channel_execute() 146 S: AsCborValue + Code<KeyMintOperation>, in channel_execute() 240 R: AsCborValue + Code<KeyMintOperation>, in execute() 241 S: AsCborValue + Code<KeyMintOperation>, in execute()
|
D | keymint.rs | 290 R: AsCborValue + Code<KeyMintOperation>, in execute() 291 S: AsCborValue + Code<KeyMintOperation>, in execute()
|
/system/timezone/input_tools/android/common/ |
D | Android.bp | 20 // Code common to various time zone host tools. 27 // Code common to various time zone host tests.
|
/system/chre/ |
D | README.md | 61 - ``external/``: Code developed primarily outside of AOSP which (can be) 68 - ``platform/``: Code related to the implementation of CHRE on a particular 72 - ``platform/shared``: Code that may apply to multiple platforms, but is not 77 - ``platform/<platform_name>``: Code specific to the platform indicated by 81 - ``variant/``: Code/configuration that is specific to a particular device (more 86 Code related to CHRE also exists in other parts of the Android tree, including:
|
/system/tools/sysprop/include/ |
D | CodeWriter.h | 30 const std::string& Code() const { in Code() function
|
/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/ |
D | ContextHubChrePermissionsTestExecutor.java | 121 ChreTestCommon.TestResult.Code.PASSED, resultProto.getCode()); in checkPermissionGatedApisTest() 123 Assert.assertEquals(ChreTestCommon.TestResult.Code.PASSED, resultProto.getCode()); in checkPermissionGatedApisTest()
|
/system/timezone/input_data/android/ |
D | telephonylookup.txt | 39 # The Mobile Country Code. 42 # The Mobile Network Code.
|
/system/libbase/include/android-base/ |
D | result.h | 304 using Code = std::decay_t<decltype(std::declval<U>().error().code())>; 324 operator const Code<T>() const && { 338 std::enable_if_t<impl::IsNumeric<impl::Code<T>>> 383 using C = impl::Code<V>;
|
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/ |
D | ContextHubAudioConcurrencyTestExecutor.java | 123 .setCode(ChreTestCommon.TestResult.Code.FAILED) in onHubReset() 168 ChreTestCommon.TestResult.Code.PASSED, mTestResult.get().getCode()); in run()
|
/system/update_engine/liburing_cpp/ |
D | README.md | 5 ## Source Code Headers
|
/system/chre/doc/ |
D | nanoapp_clients.md | 1 # Interacting with Nanoapps from Client Code 5 Code that interacts with a nanoapp, for example within an Android app, is known
|
/system/keymint/wire/src/ |
D | legacy.rs | 115 type Code; typedef 116 fn code(&self) -> Self::Code; in code() argument 544 type Code = $cenum; 569 type Code = $cenum;
|
D | types.rs | 43 pub trait Code<T> { interface 564 impl Code<$cenum> for $reqtyp { impl 570 impl Code<$cenum> for $rsptyp { impl
|
/system/libbase/ |
D | README.md | 38 Code here is also expected to have good test coverage.
|
/system/chre/java/test/settings/src/com/google/android/chre/test/setting/ |
D | ContextHubSettingsTestExecutor.java | 201 ChreSettingsTest.TestResult.Code.PASSED, mTestResult.get().getCode()); in startTestAssertSuccess()
|
/system/security/keystore/tests/fuzzer/ |
D | README.md | 58 2. Version Code (parameter name: `versionCode`)
|
/system/chre/java/test/stress/src/com/google/android/chre/test/stress/ |
D | ContextHubStressTestExecutor.java | 325 && mTestResult.get().getCode() == ChreTestCommon.TestResult.Code.FAILED) { in checkTestFailure()
|
/system/tools/sysprop/ |
D | JavaGen.cpp | 464 return writer.Code(); in GenerateJavaClass()
|
/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
D | ChreCrossValidatorWifi.java | 290 return testResult.getCode() == ChreTestCommon.TestResult.Code.PASSED; in getSuccessFromTestResult()
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 71 /* Code starts. */
|
/system/chre/test/simulation/ |
D | README.md | 216 // Code running in the context of the nanoapp.
|