/external/testng/src/test/java/test/configuration/ |
H A D | ConfigurationGroups1SampleTest.java | 29 public void fa() { method in class:ConfigurationGroups1SampleTest 30 log("fa");
|
H A D | ConfigurationGroups2SampleTest.java | 32 public void fa() { method in class:ConfigurationGroups2SampleTest 33 log("fa");
|
H A D | ConfigurationGroups3SampleTest.java | 30 public void fa() { method in class:ConfigurationGroups3SampleTest 31 log("fa");
|
/external/valgrind/memcheck/tests/solaris/ |
H A D | spawn.c | 40 posix_spawn_file_actions_t fa; local 41 ret = posix_spawn_file_actions_init(&fa); 44 ret = posix_spawn_file_actions_addopen(&fa, 10, "/dev/null", O_RDONLY, 0); 47 ret = posix_spawn(&child, EXE_NAME, &fa, NULL, argv_exe, envp); 51 ret = posix_spawn_file_actions_destroy(&fa);
|
/external/clang/test/CodeGenCXX/ |
H A D | cfi-vcall.cpp | 133 } fa; local 134 af(&fa);
|
/external/clang/test/Sema/ |
H A D | attr-flag-enum.c | 23 fa = 0x1, enumerator in enum:flag3
|
/external/harfbuzz_ng/test/api/ |
H A D | test-common.c | 182 hb_language_t fa = hb_language_from_string ("fa", -1); local 184 hb_language_t fa_ir = hb_language_from_string ("fa-ir", -1); 189 g_assert (fa != NULL); 194 g_assert (en != fa);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
H A D | FFL_ListBox.cpp | 152 PDFSDK_FieldAction& fa) { 156 fa.sValue = L""; 162 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); 169 fa.sValue = L""; 173 fa.sValue = m_pWidget->GetOptionLabel(nCurSel); 183 const PDFSDK_FieldAction& fa) {} 150 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument 181 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
|
H A D | FFL_ComboBox.cpp | 121 PDFSDK_FieldAction& fa) { 127 fa.bFieldFull = pEdit->IsTextFull(); 131 fa.nSelEnd = nSelEnd; 132 fa.nSelStart = nSelStart; 133 fa.sValue = pEdit->GetText(); 134 fa.sChangeEx = GetSelectExportText(); 136 if (fa.bFieldFull) { 137 fa.sChange = L""; 138 fa.sChangeEx = L""; 147 fa 119 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument 160 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument [all...] |
H A D | FFL_TextField.cpp | 163 PDFSDK_FieldAction& fa) { 167 fa.bFieldFull = pWnd->IsTextFull(); 169 fa.sValue = pWnd->GetText(); 171 if (fa.bFieldFull) { 172 fa.sChange = L""; 173 fa.sChangeEx = L""; 179 fa.sValue = pWnd->GetText(); 184 fa.sValue = m_pWidget->GetValue(); 193 const PDFSDK_FieldAction& fa) { 198 pEdit->SetSel(fa 161 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument 191 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument [all...] |
H A D | FFL_IFormFiller.cpp | 140 PDFSDK_FieldAction fa; local 141 fa.bModifier = m_pApp->FFI_IsCTRLKeyDown(nFlag); 142 fa.bShift = m_pApp->FFI_IsSHIFTKeyDown(nFlag); 143 pWidget->OnAAction(CPDF_AAction::CursorEnter, fa, pPageView); 175 PDFSDK_FieldAction fa; local 176 fa.bModifier = m_pApp->FFI_IsCTRLKeyDown(nFlag); 177 fa.bShift = m_pApp->FFI_IsSHIFTKeyDown(nFlag); 179 pWidget->OnAAction(CPDF_AAction::CursorExit, fa, pPageView); 213 PDFSDK_FieldAction fa; local 214 fa 294 PDFSDK_FieldAction fa; local 428 PDFSDK_FieldAction fa; local 471 PDFSDK_FieldAction fa; local 651 PDFSDK_FieldAction fa; local 683 PDFSDK_FieldAction fa; local 758 PDFSDK_FieldAction fa; local 795 PDFSDK_FieldAction fa; local 866 PDFSDK_FieldAction fa; local 903 PDFSDK_FieldAction fa; local 971 PDFSDK_FieldAction fa; local [all...] |
H A D | FFL_FormFiller.cpp | 580 PDFSDK_FieldAction& fa) { 581 fa.sValue = m_pWidget->GetValue(); 586 const PDFSDK_FieldAction& fa) {} 578 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument 584 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
|
/external/valgrind/coregrind/ |
H A D | launcher-darwin.c | 135 struct fat_arch *fa = (struct fat_arch *)(fh+1); local 139 if (ntohl(fa[i].cputype) == cputype) return 1; 180 struct fat_arch *fa = (struct fat_arch *)(fh+1); local 181 return name_for_cputype(ntohl(fa->cputype));
|
/external/valgrind/memcheck/tests/amd64/ |
H A D | more_x87_fp.c | 96 float fa; local 105 fa = a; 107 printf("(float)%e = %e\n", a, fa);
|
/external/valgrind/memcheck/tests/x86/ |
H A D | more_x86_fp.c | 86 float fa; local 95 fa = a; 97 printf("(float)%f = %f\n", a, fa);
|
/external/harfbuzz_ng/util/ |
H A D | helper-cairo.cc | 370 unsigned int fr, fg, fb, fa, br, bg, bb, ba; local 375 fr = fg = fb = 0; fa = 255; 377 sscanf (color + (*color=='#'), "%2x%2x%2x%2x", &fr, &fg, &fb, &fa); 411 (fr / 255.) * (fa / 255.) + (br / 255) * (1 - (fa / 255.))); 420 cairo_set_source_rgba (cr, fr / 255., fg / 255., fb / 255., fa / 255.);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | AMDILISelLowering.cpp | 526 // float fa = (float)ia; 527 SDValue fa = DAG.getNode(ISD::SINT_TO_FP, DL, FLTTY, ia); local 532 // float fq = native_divide(fa, fb); 533 SDValue fq = DAG.getNode(AMDGPUISD::DIV_INF, DL, FLTTY, fa, fb); 541 // float fr = mad(fqneg, fb, fa); 542 SDValue fr = DAG.getNode(AMDGPUISD::MAD, DL, FLTTY, fqneg, fb, fa);
|
/external/clang/test/SemaCXX/ |
H A D | conditional-expr.cpp | 286 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
|
H A D | overload-call.cpp | 108 float fa[7]; local 109 double* dp1 = n(fa);
|
/external/libunwind/src/dwarf/ |
H A D | Gfind_proc_info-lsb.c | 431 const struct table_entry *fa = a, *fb = b; local 433 if (fa->start_ip_offset > fb->start_ip_offset) 435 else if (fa->start_ip_offset < fb->start_ip_offset)
|
/external/mesa3d/src/mesa/main/ |
H A D | context.c | 348 gl_frag_attrib fa = FRAG_ATTRIB_WPOS; local 358 (void) fa;
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdf_flatten.cpp | 274 void GetOffset(FX_FLOAT& fa, argument 308 fa = (rcAnnot.right - rcAnnot.left) / fStreamWidth; 310 fe = rcAnnot.left - left * fa;
|
/external/valgrind/VEX/test/ |
H A D | test-amd64.c | 616 float fa; local 625 fa = a; 627 printf("(float)%f = %f\n", a, fa);
|
H A D | test-i386.c | 578 float fa; local 587 fa = a; 589 printf("(float)%f = %f\n", a, fa);
|
/external/fio/ |
H A D | stat.c | 109 const fio_fp64_t fa = *(const fio_fp64_t *) a; local 113 if (fa.u.f > fb.u.f) 115 else if (fa.u.f < fb.u.f)
|