/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...] |
doc.go | 30 Funcs []*Func 51 Funcs []*Func // sorted list of functions returning this type 110 Funcs: sortedFuncs(r.funcs, true),
|
/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...] |
/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 | 268 FunctionContainer funcs[] = local 275 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));
|
/external/libdrm/freedreno/msm/ |
msm_ringbuffer.c | 572 static const struct fd_ringbuffer_funcs funcs = { variable in typeref:struct:fd_ringbuffer_funcs 605 ring->funcs = &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" 1235 pktInfo.funcs, pktInfo.intr, pktInfo.handle, 1236 pktInfo.funcs == 2 || pktInfo.funcs == 6 ? "Yes" : "No", 1237 pktInfo.funcs == 5 || pktInfo.funcs == 6 ? "Yes" : "No", [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]); \
|
/prebuilts/go/darwin-x86/src/debug/gosym/ |
pclntab.go | 24 // for the entire program, shared by all Funcs, and there are no absolute line 199 // go12Funcs returns a slice of Funcs derived from the Go 1.2 pcln table. 207 funcs := make([]Func, n) 208 for i := range funcs { 209 f := &funcs[i] 223 return funcs
|
/prebuilts/go/darwin-x86/src/sort/ |
genzfunc.go | 10 // It copies sort.go to zfuncversion.go, only retaining funcs which
|
/prebuilts/go/linux-x86/src/debug/gosym/ |
pclntab.go | 24 // for the entire program, shared by all Funcs, and there are no absolute line 199 // go12Funcs returns a slice of Funcs derived from the Go 1.2 pcln table. 207 funcs := make([]Func, n) 208 for i := range funcs { 209 f := &funcs[i] 223 return funcs
|