HomeSort by relevance Sort by last modified time
    Searched defs:pfs (Results 1 - 13 of 13) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
RegressionTest.java 40 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); local
41 PeriodBuilder pb = pfs.newPeriodBuilderFactory()
44 DurationFormatter df = pfs.newDurationFormatterFactory()
58 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); local
59 PeriodBuilder pb = pfs.newPeriodBuilderFactory()
63 DurationFormatter df = pfs.newDurationFormatterFactory()
LanguageTestRoot.java 47 private static final BasicPeriodFormatterService pfs = BasicPeriodFormatterService field in class:LanguageTestRoot
225 pfFactory = pfs.newPeriodFormatterFactory().setLocale(locale);
226 pbFactory = pfs.newPeriodBuilderFactory().setLocale(locale);
  /external/libunwind/src/setjmp/
setjmp_i.h 34 unw_word_t bsp, pfs, sol; local
37 || unw_get_reg (c, UNW_IA64_AR_PFS, &pfs) < 0)
41 sol = (pfs >> 7) & 0x7f;
  /frameworks/rs/
rsProgramStore.cpp 112 ProgramStore *pfs = new ProgramStore(rsc, local
116 returnRef.set(pfs);
118 pfs->init();
121 rsc->mStateFragmentStore.mStorePrograms.push(pfs);
rsContext.cpp 663 void Context::setProgramStore(ProgramStore *pfs) {
665 if (pfs == nullptr) {
668 mFragmentStore.set(pfs);
813 ProgramStore *pfs = static_cast<ProgramStore *>(vpfs); local
814 rsc->setProgramStore(pfs);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicDurationFormat.java 27 transient PeriodFormatterService pfs = null; field in class:BasicDurationFormat
49 pfs = BasicPeriodFormatterService.getInstance();
50 formatter = pfs.newDurationFormatterFactory().getFormatter();
51 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter();
58 pfs = BasicPeriodFormatterService.getInstance();
59 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
60 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
  /external/libunwind/src/ia64/
Gresume.c 38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; local
102 convention does this with r11 (to save ar.pfs) and b6 (to
138 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &pfs)) < 0)
140 sol = (pfs >> 7) & 0x7f;
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 258 ProgramFragment pfs = builder.create(); local
259 pfs.bindSampler(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS), 0);
260 mUiScript.set_gPFStars(pfs);
  /external/ipsec-tools/src/racoon/
oakley.c 446 /* compute sharing secret of DH when PFS */
469 * If PFS is desired and KE payloads were exchanged,
485 int pfs = 0; local
491 pfs = ((iph2->approval->pfs_group && iph2->dhgxy) ? 1 : 0);
493 len = pfs ? iph2->dhgxy->l : 0;
508 /* if PFS */
509 if (pfs) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h 1296 LPCFOLDERSETTINGS pfs; member in struct:_SV2CVW2_PARAMS
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 415 milliseconds