Searched refs:flagA (Results 1 – 4 of 4) sorted by relevance
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B21283374.input | 2 …void f(boolean flagA, boolean flagB, boolean flagC, boolean flagD, boolean flagE, boolean flagF, b… 6 /*flagA=*/Boolean.TRUE, 19 /*flagA=*/ Boolean.TRUE,
|
D | B21283374.output | 3 boolean flagA, 17 /*flagA=*/ Boolean.TRUE, 30 /*flagA=*/ Boolean.TRUE,
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synth/ |
D | main.cpp | 49 Plenty(int N, bool flagA, bool flagB) : in Plenty() 53 bitfield( (flagA ? 0x01 : 0x00) | (flagB ? 0x10 : 0x00) ) in Plenty()
|
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 1139 UINT flagA; in Hcr_State_BODY_SIGN_ESC__SIGN() local 1210 flagA = 0; /* for first possible escape sequence */ in Hcr_State_BODY_SIGN_ESC__SIGN() 1212 flagA = 1; in Hcr_State_BODY_SIGN_ESC__SIGN() 1224 if (!flagA && !flagB) { in Hcr_State_BODY_SIGN_ESC__SIGN() 1233 flags = flagA << POSITION_OF_FLAG_A; in Hcr_State_BODY_SIGN_ESC__SIGN() 1247 if (!flagA && flagB) { in Hcr_State_BODY_SIGN_ESC__SIGN() 1421 UINT flagA; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local 1502 flagA = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_A; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() 1510 if (flagA != 0) { in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
|