Searched defs:fa (Results 1 - 25 of 45) sorted by relevance

12

/external/testng/src/test/java/test/configuration/
H A DConfigurationGroups1SampleTest.java29 public void fa() { method in class:ConfigurationGroups1SampleTest
30 log("fa");
H A DConfigurationGroups2SampleTest.java32 public void fa() { method in class:ConfigurationGroups2SampleTest
33 log("fa");
H A DConfigurationGroups3SampleTest.java30 public void fa() { method in class:ConfigurationGroups3SampleTest
31 log("fa");
/external/valgrind/memcheck/tests/solaris/
H A Dspawn.c40 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 Dcfi-vcall.cpp133 } fa; local
134 af(&fa);
/external/clang/test/Sema/
H A Dattr-flag-enum.c23 fa = 0x1, enumerator in enum:flag3
/external/harfbuzz_ng/test/api/
H A Dtest-common.c182 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 DFFL_ListBox.cpp152 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 DFFL_ComboBox.cpp121 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 DFFL_TextField.cpp163 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 DFFL_IFormFiller.cpp140 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 DFFL_FormFiller.cpp580 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 Dlauncher-darwin.c135 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 Dmore_x87_fp.c96 float fa; local
105 fa = a;
107 printf("(float)%e = %e\n", a, fa);
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.c86 float fa; local
95 fa = a;
97 printf("(float)%f = %f\n", a, fa);
/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc370 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 DAMDILISelLowering.cpp526 // 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 Dconditional-expr.cpp286 fa, fb, fc, fd, fe, ff enumerator in enum:test1::A::Foo
H A Doverload-call.cpp108 float fa[7]; local
109 double* dp1 = n(fa);
/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c431 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 Dcontext.c348 gl_frag_attrib fa = FRAG_ATTRIB_WPOS; local
358 (void) fa;
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp274 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 Dtest-amd64.c616 float fa; local
625 fa = a;
627 printf("(float)%f = %f\n", a, fa);
H A Dtest-i386.c578 float fa; local
587 fa = a;
589 printf("(float)%f = %f\n", a, fa);
/external/fio/
H A Dstat.c109 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)

Completed in 4930 milliseconds

12