/external/harfbuzz_ng/test/api/ |
D | test-buffer.c | 433 { "\xc2\xa9\xc2\xa9\xc2\xa9", 1, 0, FALSE }, 435 { "\xc2\xa9\xc2\xa9\xc2\xa9", 3, 2, FALSE }, 437 { "\xc2\xa9\xc2\xa9\xc2\xa9", 5, 4, FALSE }, 441 { "\xe2\x89\xa0\xe2\x89\xa0", 1, 0, FALSE }, 442 { "\xe2\x89\xa0\xe2\x89\xa0", 2, 0, FALSE }, 444 { "\xe2\x89\xa0\xe2\x89\xa0", 4, 3, FALSE }, 445 { "\xe2\x89\xa0\xe2\x89\xa0", 5, 3, FALSE }, 456 { "\xf8\x88\x80\x80\x80", -1, 0, FALSE }, 457 { "\xfc\x84\x80\x80\x80\x80", -1, 0, FALSE }, 463 { "\xf4\x90\xbf\xbf", -1, 0, FALSE }, [all …]
|
/external/libnfc-nci/src/include/ |
D | dyn_mem.h | 27 #define GKI_DYNAMIC_MEMORY FALSE 35 #define BTU_DYNAMIC_MEMORY FALSE 39 #define BTM_DYNAMIC_MEMORY FALSE 43 #define SDP_DYNAMIC_MEMORY FALSE 47 #define L2C_DYNAMIC_MEMORY FALSE 51 #define A2MP_DYNAMIC_MEMORY FALSE 55 #define RFC_DYNAMIC_MEMORY FALSE 59 #define TCS_DYNAMIC_MEMORY FALSE 63 #define OBX_DYNAMIC_MEMORY FALSE 67 #define BNEP_DYNAMIC_MEMORY FALSE [all …]
|
D | bt_target.h | 47 #define ZEEVO_CTRL_DEFINED FALSE 369 #define HCILL_INCLUDED FALSE 374 #if (!defined(HCI_USE_VARIABLE_SIZE_CMD_BUF) || (HCI_USE_VARIABLE_SIZE_CMD_BUF == FALSE)) 389 #define HCISU_H4_INCLUDED FALSE 485 #define BTU_CMD_CMPL_TOUT_DOUBLE_CHECK FALSE 490 #define BTU_DUAL_STACK_MM_INCLUDED FALSE 495 #define BTU_DUAL_STACK_BTC_INCLUDED FALSE 500 #define BTU_BTC_SNK_INCLUDED FALSE 506 #define BTU_STACK_LITE_ENABLED FALSE 528 #define BTU_MULTI_AV_INCLUDED FALSE [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.h | 78 , {doExprStart, 254, 21, 8, FALSE} // 1 start 80 , {doExprStart, 36 /* $ */, 80, 90, FALSE} // 3 83 , {doNOP, 252, 0,0, FALSE} // 6 84 , {doExprStart, 255, 21, 8, FALSE} // 7 87 , {doRuleError, 255, 95,0, FALSE} // 10 89 , {doReverseDir, 255, 20, 8, FALSE} // 12 91 , {doRuleError, 255, 95,0, FALSE} // 14 93 , {doOptionEnd, 255, 17,0, FALSE} // 16 96 , {doRuleError, 255, 95,0, FALSE} // 19 97 , {doExprStart, 255, 21, 8, FALSE} // 20 reverse-rule [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_conv.c | 250 success = FALSE; in test_one() 334 { TRUE, FALSE, TRUE, TRUE, 32, 4 }, 335 { TRUE, FALSE, TRUE, FALSE, 32, 4 }, 336 { TRUE, FALSE, FALSE, TRUE, 32, 4 }, 337 { TRUE, FALSE, FALSE, FALSE, 32, 4 }, 339 { TRUE, FALSE, TRUE, TRUE, 32, 8 }, 340 { TRUE, FALSE, TRUE, FALSE, 32, 8 }, 341 { TRUE, FALSE, FALSE, TRUE, 32, 8 }, 342 { TRUE, FALSE, FALSE, FALSE, 32, 8 }, 345 { FALSE, TRUE, TRUE, TRUE, 32, 4 }, [all …]
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.h | 149 , {doPatStart, 255, 2,0, FALSE} // 1 start 160 , {doPatFinish, 253, 2,0, FALSE} // 12 161 , {doRuleError, 255, 206,0, FALSE} // 13 167 , {doNOP, 255, 20,0, FALSE} // 19 170 , {doNOP, 255, 2,0, FALSE} // 22 172 , {doNOP, 255, 27,0, FALSE} // 24 174 , {doNOP, 255, 29,0, FALSE} // 26 176 , {doOpenCaptureParen, 255, 2, 14, FALSE} // 28 183 , {doBeginMatchMode, 105 /* i */, 53,0, FALSE} // 35 184 , {doBeginMatchMode, 100 /* d */, 53,0, FALSE} // 36 [all …]
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 139 FALSE , /* Zyyy */ 140 FALSE, /* Qaai */ 142 FALSE, /* Armn */ 144 FALSE, /* Bopo */ 145 FALSE, /* Cher */ 146 FALSE, /* Copt=Qaac */ 147 FALSE, /* Cyrl */ 148 FALSE, /* Dsrt */ 150 FALSE, /* Ethi */ 151 FALSE, /* Geor */ [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 110 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin() 114 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 116 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 120 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin() 122 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin() 126 maxMinTest(pinf, nan, nan, FALSE); in testMaxMin() 128 maxMinTest(ninf, nan, nan, FALSE); in testMaxMin() 132 maxMinTest(nan, nan, nan, FALSE); in testMaxMin() 136 maxMinTest(nan, pzero, nan, FALSE); in testMaxMin() 138 maxMinTest(nan, nzero, nan, FALSE); in testMaxMin() [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pixelformat.c | 70 return FALSE; in stw_query_attrib() 75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib() 79 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib() 83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib() 87 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib() 95 *pvalue = FALSE; in stw_query_attrib() 108 return FALSE; in stw_query_attrib() 116 *pvalue = FALSE; in stw_query_attrib() 133 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_GDI ? TRUE : FALSE; in stw_query_attrib() 137 *pvalue = pfi->pfd.dwFlags & PFD_SUPPORT_OPENGL ? TRUE : FALSE; in stw_query_attrib() [all …]
|
/external/cblas/testing/ |
D | c_d2chke.c | 52 cblas_info = 2; RowMajorStrg = FALSE; in F77_d2chke() 56 cblas_info = 3; RowMajorStrg = FALSE; in F77_d2chke() 60 cblas_info = 4; RowMajorStrg = FALSE; in F77_d2chke() 64 cblas_info = 7; RowMajorStrg = FALSE; in F77_d2chke() 68 cblas_info = 9; RowMajorStrg = FALSE; in F77_d2chke() 72 cblas_info = 12; RowMajorStrg = FALSE; in F77_d2chke() 103 cblas_info = 1; RowMajorStrg = FALSE; in F77_d2chke() 107 cblas_info = 2; RowMajorStrg = FALSE; in F77_d2chke() 111 cblas_info = 3; RowMajorStrg = FALSE; in F77_d2chke() 115 cblas_info = 4; RowMajorStrg = FALSE; in F77_d2chke() [all …]
|
D | c_s2chke.c | 52 cblas_info = 2; RowMajorStrg = FALSE; in F77_s2chke() 56 cblas_info = 3; RowMajorStrg = FALSE; in F77_s2chke() 60 cblas_info = 4; RowMajorStrg = FALSE; in F77_s2chke() 64 cblas_info = 7; RowMajorStrg = FALSE; in F77_s2chke() 68 cblas_info = 9; RowMajorStrg = FALSE; in F77_s2chke() 72 cblas_info = 12; RowMajorStrg = FALSE; in F77_s2chke() 103 cblas_info = 1; RowMajorStrg = FALSE; in F77_s2chke() 107 cblas_info = 2; RowMajorStrg = FALSE; in F77_s2chke() 111 cblas_info = 3; RowMajorStrg = FALSE; in F77_s2chke() 115 cblas_info = 4; RowMajorStrg = FALSE; in F77_s2chke() [all …]
|
D | c_c2chke.c | 54 cblas_info = 2; RowMajorStrg = FALSE; in F77_c2chke() 58 cblas_info = 3; RowMajorStrg = FALSE; in F77_c2chke() 62 cblas_info = 4; RowMajorStrg = FALSE; in F77_c2chke() 66 cblas_info = 7; RowMajorStrg = FALSE; in F77_c2chke() 70 cblas_info = 9; RowMajorStrg = FALSE; in F77_c2chke() 74 cblas_info = 12; RowMajorStrg = FALSE; in F77_c2chke() 105 cblas_info = 1; RowMajorStrg = FALSE; in F77_c2chke() 109 cblas_info = 2; RowMajorStrg = FALSE; in F77_c2chke() 113 cblas_info = 3; RowMajorStrg = FALSE; in F77_c2chke() 117 cblas_info = 4; RowMajorStrg = FALSE; in F77_c2chke() [all …]
|
D | c_z2chke.c | 54 cblas_info = 2; RowMajorStrg = FALSE; in F77_z2chke() 58 cblas_info = 3; RowMajorStrg = FALSE; in F77_z2chke() 62 cblas_info = 4; RowMajorStrg = FALSE; in F77_z2chke() 66 cblas_info = 7; RowMajorStrg = FALSE; in F77_z2chke() 70 cblas_info = 9; RowMajorStrg = FALSE; in F77_z2chke() 74 cblas_info = 12; RowMajorStrg = FALSE; in F77_z2chke() 105 cblas_info = 1; RowMajorStrg = FALSE; in F77_z2chke() 109 cblas_info = 2; RowMajorStrg = FALSE; in F77_z2chke() 113 cblas_info = 3; RowMajorStrg = FALSE; in F77_z2chke() 117 cblas_info = 4; RowMajorStrg = FALSE; in F77_z2chke() [all …]
|
D | c_z3chke.c | 67 cblas_info = 2; RowMajorStrg = FALSE; in F77_z3chke() 71 cblas_info = 2; RowMajorStrg = FALSE; in F77_z3chke() 75 cblas_info = 3; RowMajorStrg = FALSE; in F77_z3chke() 79 cblas_info = 3; RowMajorStrg = FALSE; in F77_z3chke() 83 cblas_info = 4; RowMajorStrg = FALSE; in F77_z3chke() 87 cblas_info = 4; RowMajorStrg = FALSE; in F77_z3chke() 91 cblas_info = 4; RowMajorStrg = FALSE; in F77_z3chke() 95 cblas_info = 4; RowMajorStrg = FALSE; in F77_z3chke() 99 cblas_info = 5; RowMajorStrg = FALSE; in F77_z3chke() 103 cblas_info = 5; RowMajorStrg = FALSE; in F77_z3chke() [all …]
|
D | c_c3chke.c | 67 cblas_info = 2; RowMajorStrg = FALSE; in F77_c3chke() 71 cblas_info = 2; RowMajorStrg = FALSE; in F77_c3chke() 75 cblas_info = 3; RowMajorStrg = FALSE; in F77_c3chke() 79 cblas_info = 3; RowMajorStrg = FALSE; in F77_c3chke() 83 cblas_info = 4; RowMajorStrg = FALSE; in F77_c3chke() 87 cblas_info = 4; RowMajorStrg = FALSE; in F77_c3chke() 91 cblas_info = 4; RowMajorStrg = FALSE; in F77_c3chke() 95 cblas_info = 4; RowMajorStrg = FALSE; in F77_c3chke() 99 cblas_info = 5; RowMajorStrg = FALSE; in F77_c3chke() 103 cblas_info = 5; RowMajorStrg = FALSE; in F77_c3chke() [all …]
|
D | c_s3chke.c | 64 cblas_info = 2; RowMajorStrg = FALSE; in F77_s3chke() 68 cblas_info = 2; RowMajorStrg = FALSE; in F77_s3chke() 72 cblas_info = 3; RowMajorStrg = FALSE; in F77_s3chke() 76 cblas_info = 3; RowMajorStrg = FALSE; in F77_s3chke() 80 cblas_info = 4; RowMajorStrg = FALSE; in F77_s3chke() 84 cblas_info = 4; RowMajorStrg = FALSE; in F77_s3chke() 88 cblas_info = 4; RowMajorStrg = FALSE; in F77_s3chke() 92 cblas_info = 4; RowMajorStrg = FALSE; in F77_s3chke() 96 cblas_info = 5; RowMajorStrg = FALSE; in F77_s3chke() 100 cblas_info = 5; RowMajorStrg = FALSE; in F77_s3chke() [all …]
|
D | c_d3chke.c | 65 cblas_info = 2; RowMajorStrg = FALSE; in F77_d3chke() 69 cblas_info = 2; RowMajorStrg = FALSE; in F77_d3chke() 73 cblas_info = 3; RowMajorStrg = FALSE; in F77_d3chke() 77 cblas_info = 3; RowMajorStrg = FALSE; in F77_d3chke() 81 cblas_info = 4; RowMajorStrg = FALSE; in F77_d3chke() 85 cblas_info = 4; RowMajorStrg = FALSE; in F77_d3chke() 89 cblas_info = 4; RowMajorStrg = FALSE; in F77_d3chke() 93 cblas_info = 4; RowMajorStrg = FALSE; in F77_d3chke() 97 cblas_info = 5; RowMajorStrg = FALSE; in F77_d3chke() 101 cblas_info = 5; RowMajorStrg = FALSE; in F77_d3chke() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 77 return FALSE; in streq_nocase_uprcase() 101 return FALSE; in str_match_no_case() 119 return FALSE; in str_match_nocase_whole() 155 return FALSE; in parse_uint() 172 return FALSE; in parse_int() 187 return FALSE; in parse_identifier() 195 boolean integral_part = FALSE; in parse_float() 196 boolean fractional_part = FALSE; in parse_float() 218 return FALSE; in parse_float() 229 return FALSE; in parse_float() [all …]
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Runtime.cpp | 57 m_bInit = FALSE; in Release() 111 m_bBlocking(FALSE), in CJS_Runtime() 112 m_bRegistered(FALSE), in CJS_Runtime() 155 if (CJS_Border::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 156 if (CJS_Display::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 157 if (CJS_Font::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 158 if (CJS_Highlight::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 159 if (CJS_Position::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 160 if (CJS_ScaleHow::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() 161 if (CJS_ScaleWhen::Init(*this, JS_STATIC) < 0) return FALSE; in InitJSObjects() [all …]
|
D | Field.cpp | 130 m_bCanSet(FALSE), in Field() 131 m_bDelay(FALSE), in Field() 197 if (iControlNo == -1) return FALSE; in AttachField() 258 FX_BOOL bFormated = FALSE; in UpdateFormField() 261 pWidget->ResetAppearance(sValue.c_str(), FALSE); in UpdateFormField() 263 pWidget->ResetAppearance(NULL, FALSE); in UpdateFormField() 273 pWidget->ResetAppearance(NULL, FALSE); in UpdateFormField() 315 FX_BOOL bFormated = FALSE; in UpdateFormControl() 318 pWidget->ResetAppearance(sValue.c_str(), FALSE); in UpdateFormControl() 320 pWidget->ResetAppearance(NULL, FALSE); in UpdateFormControl() [all …]
|
/external/libvncserver/libvncclient/ |
D | tls_gnutls.c | 40 static rfbBool rfbTLSInitialized = FALSE; 53 return FALSE; in InitializeTLS() 141 return FALSE; in InitializeTLSSession() 170 return FALSE; in SetTLSAnonCredential() 193 return FALSE; in HandshakeTLS() 200 return FALSE; in HandshakeTLS() 218 if (!ReadFromRFBServer(client, (char *)&count, 1)) return FALSE; in ReadVeNCryptSecurityType() 223 return FALSE; in ReadVeNCryptSecurityType() 229 return FALSE; in ReadVeNCryptSecurityType() 237 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE; in ReadVeNCryptSecurityType() [all …]
|
D | rfbproto.c | 268 …supportedMessages.client2server[((messageType & 0xFF)/8)] & (1<<(messageType % 8)) ? TRUE : FALSE); in SupportsClient2Server() 274 …supportedMessages.server2client[((messageType & 0xFF)/8)] & (1<<(messageType % 8)) ? TRUE : FALSE); in SupportsServer2Client() 362 return FALSE; in IsUnixSocket() 382 rec->readTimestamp = FALSE; in ConnectToRFBServer() 383 rec->doNotSleep = FALSE; in ConnectToRFBServer() 387 return FALSE; in ConnectToRFBServer() 394 return FALSE; in ConnectToRFBServer() 417 return FALSE; in ConnectToRFBServer() 425 return FALSE; in ConnectToRFBServer() 429 return FALSE; in ConnectToRFBServer() [all …]
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_Notify.cpp | 18 m_bDoActioning(FALSE), in CFFL_Notify() 42 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonUp, bExit); in OnMouseUp() 50 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonDown, bExit); in OnMouseDown() 58 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorEnter, bExit); in OnMouseEnter() 66 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorExit, bExit); in OnMouseExit() 74 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::GetFocus, bExit); in OnSetFocus() 82 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::LoseFocus, bExit); in OnKillFocus() 114 if (this->m_bDoActioning) return FALSE; in DoAAction() 117 if (!FindAAction(eAAT,action)) return FALSE; in DoAAction() 121 this->m_bDoActioning = FALSE; in DoAAction() [all …]
|
D | FFL_IFormFiller.cpp | 25 m_bNotifying(FALSE) in CFFL_IFormFiller() 47 return FALSE; in Annot_HitTest() 52 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in GetViewBBox() 85 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnDraw() 127 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnDraw() 142 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnCreate() 150 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnLoad() 158 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, FALSE)) in OnDelete() 190 m_bNotifying = FALSE; in OnMouseEnter() 196 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pWidget, FALSE)) in OnMouseEnter() [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | CommandLine.java | 34 options.put("--nocdata", Boolean.FALSE); // CDATA elements are normal 35 options.put("--files", Boolean.FALSE); // process arguments as separate files 36 options.put("--reuse", Boolean.FALSE); // reuse a single Parser 37 options.put("--nons", Boolean.FALSE); // no namespaces 38 options.put("--nobogons", Boolean.FALSE); // suppress unknown elements 39 options.put("--any", Boolean.FALSE); // unknowns have ANY content model 40 options.put("--emptybogons", Boolean.FALSE); // unknowns have EMPTY content model 41 options.put("--norootbogons", Boolean.FALSE); // unknowns can't be the root 42 options.put("--pyxin", Boolean.FALSE); // input is PYX 43 options.put("--lexical", Boolean.FALSE); // output comments [all …]
|