Home
last modified time | relevance | path

Searched refs:YES (Results 1 – 16 of 16) sorted by relevance

/system/media/audio_utils/
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
91 # The default value is: YES.
93 BRIEF_MEMBER_DESC = YES
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
100 # The default value is: YES.
102 REPEAT_BRIEF = YES
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
[all …]
DDoxyfile.orig63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
91 # The default value is: YES.
93 BRIEF_MEMBER_DESC = YES
95 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
100 # The default value is: YES.
102 REPEAT_BRIEF = YES
115 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
122 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
130 # If the FULL_PATH_NAMES tag is set to YES doxygen will prepend the full path
[all …]
/system/chre/chre_api/doc/
DDoxyfile63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
99 # The default value is: YES.
101 BRIEF_MEMBER_DESC = YES
103 # If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
108 # The default value is: YES.
110 REPEAT_BRIEF = YES
123 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
130 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
[all …]
/system/libvintf/include/vintf/
DTristate.h29 YES, enumerator
/system/libvintf/test/
Dmain.cpp428 testOne(KernelConfigTypedValue(Tristate::YES), in TEST_F()
495 … {KernelConfig{"CONFIG_FOO", Tristate::YES}, KernelConfig{"CONFIG_BAR", "stringvalue"}}})); in TEST_F()
629 KernelConfig{"CONFIG_64BIT", Tristate::YES}, in TEST_F()
696 newConfigs[1] = KernelConfig{"CONFIG_ANDROID_BINDER_DEVICES", Tristate::YES}; in TEST_F()
/system/tpm/trunks/
Dtpm_state_test.cc83 *more_data = YES; in FakeGetCapability()
101 *more_data = YES; in FakeGetCapability()
Dtpm_state_impl.cc196 TPMI_YES_NO more_data = YES; in GetCapability()
Dmock_tpm.cc30 .WillByDefault(DoAll(SetArgPointee<3>(YES), Return(TPM_RC_SUCCESS))); in MockTpm()
Dtpm_utility_impl.cc91 result = tpm->SelfTestSync(YES /* Full test. */, nullptr); in Startup()
186 TPMI_YES_NO more_data = YES; in AllocatePCR()
241 if (allocation_success != YES) { in AllocatePCR()
1434 TPMI_YES_NO more_data = YES; in ListNVSpaces()
1437 while (more_data == YES) { in ListNVSpaces()
1846 TPMI_YES_NO more_data = YES; in DoesPersistentKeyExist()
Dresource_manager.cc73 TPMI_YES_NO more_data = YES; in Initialize()
Dtpm_utility_test.cc221 .WillOnce(DoAll(SaveArg<2>(&new_pcr_allocation), SetArgPointee<3>(YES), in TEST_F()
235 .WillOnce(DoAll(SaveArg<2>(&new_pcr_allocation), SetArgPointee<3>(YES), in TEST_F()
249 .WillOnce(DoAll(SaveArg<2>(&new_pcr_allocation), SetArgPointee<3>(YES), in TEST_F()
Dtpm_generated.h117 #if !defined(YES)
118 #define YES 1 macro
139 #define LITTLE_ENDIAN_TPM YES
351 #define ENABLE_PCR_NO_INCREMENT YES
354 #define CRT_FORMAT_RSA YES
/system/tpm/trunks/generator/
Draw_structures_fixed.txt9407 octet that conveys a single bit of information. This type only has two allowed values, YES (1) and …
9421 YES
11880 previously reported by the TPM. Set to YES on TPM2_Clear().
11912 This parameter is set to YES when the value reported in Clock is guaranteed to be unique for the cu…
11915 This parameter will be YES if a TPM2_Startup() was preceded by TPM2_Shutdown() with no intervening
11916 commands. It will also be YES after an update of the non-volatile bits of Clock have been updated a…
11935 This parameter will be set to YES by TPM2_Clear().
16380 YES
16428 set to YES or NO according to the processor
16432 YES
[all …]
Draw_structures.txt9379 octet that conveys a single bit of information. This type only has two allowed values, YES (1) and …
9393 YES
11844 previously reported by the TPM. Set to YES on TPM2_Clear().
11876 This parameter is set to YES when the value reported in Clock is guaranteed to be unique for the cu…
11879 This parameter will be YES if a TPM2_Startup() was preceded by TPM2_Shutdown() with no intervening
11880 commands. It will also be YES after an update of the non-volatile bits of Clock have been updated a…
11899 This parameter will be set to YES by TPM2_Clear().
16397 YES
16445 set to YES or NO according to the processor
16449 YES
[all …]
Draw_commands.txt3019 This command causes the TPM to perform a test of its capabilities. If the fullTest is YES, the TPM …
3079 YES if full test to be performed
3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES).
9752 #if defined TPM_ALG_ECC && (CC_ZGen_2Phase == YES)
10112 if YES, then the operation is decryption; if NO, the
10380 if(in->decrypt == YES)
17341 then the allocationSuccess parameter will be YES.
17424 YES if the allocation succeeded
17530 if(out->allocationSuccess == YES)
23493 YES, policySession→policyDigest is updated by:
[all …]
Draw_commands_fixed.txt3019 This command causes the TPM to perform a test of its capabilities. If the fullTest is YES, the TPM …
3079 YES if full test to be performed
3182 The only way to force retesting of an algorithm is with TPM2_SelfTest( fullTest = YES).
9763 #if defined TPM_ALG_ECC && (CC_ZGen_2Phase == YES)
10123 if YES, then the operation is decryption; if NO, the
10391 if(in->decrypt == YES)
17352 then the allocationSuccess parameter will be YES.
17435 YES if the allocation succeeded
17541 if(out->allocationSuccess == YES)
23504 YES, policySession→policyDigest is updated by:
[all …]