HomeSort by relevance Sort by last modified time
    Searched refs:funcs (Results 251 - 275 of 394) sorted by null

<<111213141516

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 91 const std::vector<std::unique_ptr<CPDF_Function>>& funcs) {
93 for (const auto& func : funcs) {
103 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
137 std::max(CountOutputs(funcs), pCS->CountComponents());
145 for (const auto& func : funcs) {
187 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
218 std::max(CountOutputs(funcs), pCS->CountComponents());
226 for (const auto& func : funcs) {
319 const std::vector<std::unique_ptr<CPDF_Function>>& funcs,
342 std::max(CountOutputs(funcs), pCS->CountComponents())
2031 const auto& funcs = pPattern->GetFuncs(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
timings.go 29 size int64 // count or amount of data processed (allocations, data size, lines, funcs, ...)
30 unit string // unit of size measure (count, MB, lines, funcs, ...)
52 // the unit of measurement (e.g., MB, lines, no. of funcs, etc.).
  /prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go 169 funcs := make(map[string]*profile.Function)
175 fn := funcs[frame.File+frame.Fn]
184 funcs[frame.File+frame.Fn] = fn
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 131 funcs methodSet
158 funcs methodSet
185 funcs: make(methodSet),
397 typ.funcs.set(fun)
405 r.funcs.set(fun)
539 r.funcs = make(methodSet)
659 // move any associated values, funcs, and methods back to the top-level so
664 for name, f := range t.funcs {
667 r.funcs[name] = f
673 if _, found := r.funcs[name]; !found
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
clone_test.go 181 funcs := FuncMap{"customFunc": func() (string, error) {
186 uncloned := Must(New("").Funcs(funcs).Parse("{{customFunc}}"))
191 toClone := Must(New("").Funcs(funcs).Parse("{{customFunc}}"))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
timings.go 29 size int64 // count or amount of data processed (allocations, data size, lines, funcs, ...)
30 unit string // unit of size measure (count, MB, lines, funcs, ...)
52 // the unit of measurement (e.g., MB, lines, no. of funcs, etc.).
  /prebuilts/go/linux-x86/src/cmd/trace/
pprof.go 169 funcs := make(map[string]*profile.Function)
175 fn := funcs[frame.File+frame.Fn]
184 funcs[frame.File+frame.Fn] = fn
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 131 funcs methodSet
158 funcs methodSet
185 funcs: make(methodSet),
397 typ.funcs.set(fun)
405 r.funcs.set(fun)
539 r.funcs = make(methodSet)
659 // move any associated values, funcs, and methods back to the top-level so
664 for name, f := range t.funcs {
667 r.funcs[name] = f
673 if _, found := r.funcs[name]; !found
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
clone_test.go 181 funcs := FuncMap{"customFunc": func() (string, error) {
186 uncloned := Must(New("").Funcs(funcs).Parse("{{customFunc}}"))
191 toClone := Must(New("").Funcs(funcs).Parse("{{customFunc}}"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 56 funcs = self._months[i]
58 return [f(self.format) for f in funcs]
60 return funcs(self.format)
75 funcs = self._days[i]
77 return [f(self.format) for f in funcs]
79 return funcs(self.format)
  /frameworks/minikin/libs/minikin/
Layout.cpp 259 hb_font_funcs_t** funcs = forColorBitmapFont ? &hbFuncs : &hbFuncsForColorBitmap; local
260 if (*funcs == nullptr) {
261 *funcs = hb_font_funcs_create();
271 hb_font_funcs_set_glyph_h_advance_func(*funcs, harfbuzzGetGlyphHorizontalAdvance, 0, 0);
273 hb_font_funcs_set_glyph_h_origin_func(*funcs, harfbuzzGetGlyphHorizontalOrigin, 0, 0);
274 hb_font_funcs_make_immutable(*funcs);
276 return *funcs;
    [all...]
  /external/valgrind/helgrind/
hg_intercepts.c 337 vki_Lc_interface *funcs = ptr; local
338 for (tag = funcs->ci_tag; tag != 0; tag = (++funcs)->ci_tag) {
341 if (funcs->vki_ci_un.ci_func != _ti_bind_guard_intercept_WRK) {
342 hg_rtld_bind_guard = funcs->vki_ci_un.ci_func;
343 funcs->vki_ci_un.ci_func = _ti_bind_guard_intercept_WRK;
347 if (funcs->vki_ci_un.ci_func != _ti_bind_clear_intercept_WRK) {
348 hg_rtld_bind_clear = funcs->vki_ci_un.ci_func;
349 funcs->vki_ci_un.ci_func = _ti_bind_clear_intercept_WRK;
    [all...]
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 686 funcs = []
705 funcs.append(ConstructorFunction(function.getType(), getInterfaceName(function), objectType, iface, arguments))
706 return funcs
842 funcs = [f for f in api.functions if f.getType() == type]
846 for line in indentLines(["\tVK_NULL_FUNC_ENTRY(%s,\t%s)," % (function.name, getInterfaceName(function)) for function in funcs]):
    [all...]
  /frameworks/rs/
rsFont.cpp 475 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
586 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
615 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc);
621 mRSC->mHal.funcs.allocation.unlock1D(mRSC, indexAlloc);
622 mRSC->mHal.funcs.allocation.unlock1D(mRSC, vertexAlloc);
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 265 FunctionContainer funcs[] = local
272 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
    [all...]
es31fNegativeFragmentApiTests.cpp 475 FunctionContainer funcs[] = local
506 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fNegativeSSBOBlockTests.cpp 606 const FunctionContainer funcs[] = local
612 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
  /external/libxml2/doc/
apibuild.py 68 "XMLPUBFUN": (0, "Special macro for extern funcs for win32"),
69 "XSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
70 "EXSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
    [all...]
  /external/libpcap/msdos/
pktdrvr.c 729 pktInfo.funcs = reg.r_ax & 0xFF;
1224 " Funcs : %u\n"
    [all...]
  /external/harfbuzz_ng/src/
hb-font-private.hh 169 hb_font_funcs_t *funcs = this->klass; \
170 unsigned int i = offsetof (hb_font_funcs_t::get_t::get_funcs_t, name) / sizeof (funcs->get.array[0]); \

Completed in 5399 milliseconds

<<111213141516