Searched refs:tp (Results 101 - 125 of 293) sorted by relevance

1234567891011>>

/external/fonttools/Tools/fontTools/
H A Dttx.py229 cr, tp = getMacCreatorAndType(fileName)
230 if tp in ("sfnt", "FFIL"):
267 tp = guessFileType(input)
268 if tp in ("OTF", "TTF", "TTC", "WOFF"):
274 elif tp == "TTX":
277 elif tp == "OTX":
/external/iproute2/misc/
H A Dssfilter.y158 char *tp;
159 for (tp = cp; tp != tok; tp--)
160 *tp = *(tp-1);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc333 ui::ThemeProvider* tp = GetThemeProvider(); local
343 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
344 gfx::ImageSkia* toolbar_left = tp->GetImageSkiaNamed(
346 gfx::ImageSkia* toolbar_center = tp->GetImageSkiaNamed(
363 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER_MASK);
365 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_RIGHT_CORNER_MASK);
389 canvas->DrawImageInt(*tp->GetImageSkiaNamed(IDR_CONTENT_TOP_RIGHT_CORNER),
404 ui::ThemeProvider* tp = GetThemeProvider(); local
411 tp->GetImageSkiaNamed(IDR_CONTENT_TOP_LEFT_CORNER)->height();
417 gfx::ImageSkia* right = tp
[all...]
/external/chromium_org/chrome/browser/resources/about_sys/
H A Dabout_sys.js185 var tp = $('t');
186 tp.addEventListener('dragover', handleDragOver, false);
187 tp.addEventListener('drop', handleDrop, false);
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp135 T* tp; local
136 tp.f; // expected-error{{member reference base type 'T *' is not a structure or union}}
137 tp->f;
/external/iproute2/tc/
H A Df_fw.c36 struct tc_police tp; local
42 memset(&tp, 0, sizeof(tp));
H A Df_route.c39 struct tc_police tp; local
45 memset(&tp, 0, sizeof(tp));
/external/openssl/crypto/bn/asm/
H A Dmips-mont.S228 add $20,$29,$9 # &tp[num]
238 subu $24,$10,$24 # tp[i]-np[i]
255 or $5,$5,$6 # ap=borrow?tp:rp
H A Dsparcv9a-mont.pl82 $tp="%l0"; # t[num]
156 add %sp,$bias+$frame+$locals,$tp
157 add $tp,$num,$ap_l
430 stx %o0,[$tp] ! tp[j-1]=
450 add $tp,8,$tp
486 stx %o0,[$tp] ! tp[j-1]=
487 add $tp,
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Ddropdown_bar_view.cc64 ui::ThemeProvider* tp = view->GetThemeProvider(); local
65 gfx::ImageSkia background = *tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.h96 void setInfo(GLenum internalFmt, GLsizei w, GLsizei h, GLenum tp) argument
102 type = tp;
/external/fio/
H A Didletime.c174 struct timeval tp; local
273 fio_gettime(&tp, NULL);
274 ts.tv_sec = tp.tv_sec + 1;
275 ts.tv_nsec = tp.tv_usec * 1000;
316 struct timeval tp; local
334 fio_gettime(&tp, NULL);
335 ts.tv_sec = tp.tv_sec + 1;
336 ts.tv_nsec = tp.tv_usec * 1000;
/external/kernel-headers/original/uapi/linux/
H A Dtcp.h69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
H A Dcan.h136 struct { canid_t rx_id, tx_id; } tp; member in union:sockaddr_can::__anon22908
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-event.c190 static int convert_to_perf_probe_point(struct probe_trace_point *tp, argument
193 pp->function = strdup(tp->symbol);
198 pp->offset = tp->offset;
199 pp->retprobe = tp->retprobe;
229 static int kprobe_convert_to_perf_probe(struct probe_trace_point *tp, argument
238 sym = __find_kernel_function_by_name(tp->symbol, &map);
240 addr = map->unmap_ip(map, sym->start + tp->offset);
241 pr_debug("try to find %s+%ld@%" PRIx64 "\n", tp->symbol,
242 tp->offset, addr);
258 return convert_to_perf_probe_point(tp, p
635 kprobe_convert_to_perf_probe(struct probe_trace_point *tp, struct perf_probe_point *pp) argument
1100 struct probe_trace_point *tp = &tev->point; local
1397 struct probe_trace_point *tp = &tev->point; local
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp549 uint8_t* tp = tmpBuffer.get(); local
557 w = boxBlur(sp, src.fRowBytes, tp, loRadius, hiRadius, w, h, false);
558 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
559 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
561 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
562 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
563 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
565 w = boxBlur(sp, src.fRowBytes, tp, rx, rx, w, h, true);
566 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
571 w = boxBlurInterp(sp, src.fRowBytes, tp, r
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp549 uint8_t* tp = tmpBuffer.get(); local
557 w = boxBlur(sp, src.fRowBytes, tp, loRadius, hiRadius, w, h, false);
558 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
559 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
561 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
562 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
563 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
565 w = boxBlur(sp, src.fRowBytes, tp, rx, rx, w, h, true);
566 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
571 w = boxBlurInterp(sp, src.fRowBytes, tp, r
[all...]
/external/clang/test/SemaCXX/
H A Ddecl-expr-ambiguity.cpp29 extern T tp(int(p));
/external/qemu/include/sysemu/
H A Dos-win32.h122 int qemu_gettimeofday(qemu_timeval *tp);
/external/stressapptest/src/
H A Ddisk_blocks.cc137 struct timeval tp; local
139 gettimeofday(&tp, NULL);
140 ts.tv_sec = tp.tv_sec;
141 ts.tv_nsec = tp.tv_usec * 1000;
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.c106 struct timespec tp; local
108 if (clock_gettime((clockid_t) clockid, &tp))
114 return 1000000ULL * tp.tv_sec + tp.tv_nsec / 1000;
/external/libpcap/
H A Dsf-pcap.c500 static u_char *tp = NULL; local
511 if (tp != NULL)
512 free((u_char *)tp);
513 tp = (u_char *)malloc(tsize);
514 if (tp == NULL) {
521 amt_read = fread((char *)tp, 1, hdr->caplen, fp);
543 memcpy(p->buffer, (char *)tp, p->bufsize);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp1014 TestParams tp; local
1015 tp.bi = NULL;
1016 tp.expectedBreaks = new UVector32(status);
1017 tp.srcLine = new UVector32(status);
1018 tp.srcCol = new UVector32(status);
1111 delete tp.bi;
1112 tp.bi = BreakIterator::createWordInstance(locale, status);
1117 delete tp.bi;
1118 tp.bi = BreakIterator::createCharacterInstance(locale, status);
1123 delete tp
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1014 TestParams tp; local
1015 tp.bi = NULL;
1016 tp.expectedBreaks = new UVector32(status);
1017 tp.srcLine = new UVector32(status);
1018 tp.srcCol = new UVector32(status);
1111 delete tp.bi;
1112 tp.bi = BreakIterator::createWordInstance(locale, status);
1117 delete tp.bi;
1118 tp.bi = BreakIterator::createCharacterInstance(locale, status);
1123 delete tp
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsets.cpp219 const UnicodeString *tp = NULL; // Tailoring prefix. local
225 if(tp == NULL) {
227 tp = &prefixes.getString();
229 tp = &none;
239 if(tp == &none && bp == &none) { break; }
240 int32_t cmp = tp->compare(*bp);
242 // tp occurs in the tailoring but not in the base.
243 addPrefix(data, *tp, c, (uint32_t)prefixes.getValue());
244 tp = NULL;
250 setPrefix(*tp);
[all...]

Completed in 899 milliseconds

1234567891011>>