Searched refs:YES (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dgsm_amr_typedefs.h119 #ifndef YES
120 #define YES 1 macro
H A Dvad2.h85 #define YES 1 macro
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h156 #ifndef YES
157 #define YES 1 macro
/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp88 m_NoUndefined = YES;
91 m_ExecStack = YES;
106 m_MulDefs = YES;
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h117 m_NoUndefined = (pEnable ? YES : NO);
126 void setMulDefs(bool pEnable = true) { m_MulDefs = (pEnable ? YES : NO); }
137 bool isNoUndefined() const { return (YES == m_NoUndefined); }
141 bool hasExecStack() const { return (YES == m_ExecStack); }
151 bool isMulDefs() const { return (YES == m_MulDefs); }
335 enum status { YES, NO, Unknown }; enumerator in enum:mcld::GeneralOptions::HashStyle::status

Completed in 123 milliseconds