HomeSort by relevance Sort by last modified time
    Searched refs:tf (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/clang/test/PCH/
headersearch.cpp 11 // RUN: echo 'template <typename T> void tf() { orig_sub2_1(); T::foo(); }' >> %t_orig/sub2/orig_sub2.h
42 tf<int>();
missing-file.cpp 5 // RUN: echo 'template <typename T> void tf() { T::foo(); }' >> %t.h
25 tf<int>();
  /frameworks/base/core/java/android/text/style/
StyleSpan.java 93 Typeface tf; local
95 tf = Typeface.defaultFromStyle(want);
97 tf = Typeface.create(old, want);
100 int fake = want & ~tf.getStyle();
110 paint.setTypeface(tf);
TextAppearanceSpan.java 75 int tf = a.getInt(com.android.internal.R.styleable.TextAppearance_typeface, 0); local
77 switch (tf) {
220 Typeface tf = ds.getTypeface(); local
223 if (tf != null) {
224 style = tf.getStyle();
230 tf = Typeface.create(mTypeface, style);
231 } else if (tf == null) {
232 tf = Typeface.defaultFromStyle(style);
234 tf = Typeface.create(tf, style)
    [all...]
TypefaceSpan.java 83 Typeface tf = Typeface.create(family, oldStyle); local
84 int fake = oldStyle & ~tf.getStyle();
94 paint.setTypeface(tf);
  /development/tools/findunused/
removeunusedresources 61 xmlstarlet ed -P -S -d "/resources/string[@name='$LINE']" $RESLINE > tf$$
62 mv tf$$ $RESLINE
66 xmlstarlet ed -P -S -d "/resources/*[@name='$LINE']" $RESLINE > tf$$
67 mv tf$$ $RESLINE
  /external/clang/test/SemaCXX/
warn-large-by-value-copy.cpp 35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}} function in namespace:rdar8548050
39 tf<300>(ts); // expected-note {{instantiation}}
warn-unused-filescoped.cpp 26 void tf() { } function in namespace:__anon18963
27 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon18963
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/
unisetperf.cpp 99 UBool tf=FALSE; local
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE; local
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
243 UBool tf=FALSE; local
298 UBool tf=(UBool)((testcase.spanCount&1)==0); local
344 UBool tf=FALSE; local
394 UBool tf=(UBool)((testcase.spanCount&1)==0); local
    [all...]
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 99 UBool tf=FALSE; local
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE; local
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
243 UBool tf=FALSE; local
298 UBool tf=(UBool)((testcase.spanCount&1)==0); local
344 UBool tf=FALSE; local
394 UBool tf=(UBool)((testcase.spanCount&1)==0); local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 7 void tf() { function
  /external/clang/test/Sema/
fp16-sema.c 10 typedef void(*tf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}} typedef
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 26 File tf = File.createTempFile("classes", ".dex"); local
28 // +tf.getAbsolutePath()+", canRead: "+tf.canRead()
29 // +", canWrite: "+tf.canWrite());
57 File tf = File.createTempFile("classes", ".dex"); local
59 // tf.getAbsolutePath() + ", canRead: " + tf.canRead() +
60 // ", canWrite: "+tf.canWrite());
63 OutputStream fos = new FileOutputStream(tf);
70 //System.out.println("file length:"+tf.length())
    [all...]
  /device/asus/deb/
releasetools.py 54 tf = FindRadio(info.target_zip)
55 if not tf:
59 tf = common.File("radio.img", tf)
65 WriteRadio(info, tf.data)
69 if tf.sha1 == sf.sha1:
72 diff = common.Difference(tf, sf, diff_program="bsdiff")
75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
78 WriteRadio(info, tf.data)
86 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /device/asus/flo/
releasetools.py 67 tf = FindRadio(info.target_zip)
68 if not tf:
72 tf = common.File("radio.img", tf)
78 WriteRadio(info, tf.data)
82 if tf.sha1 == sf.sha1:
85 diff = common.Difference(tf, sf, diff_program="bsdiff")
88 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
91 WriteRadio(info, tf.data)
99 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /device/lge/hammerhead/
releasetools.py 54 tf = FindRadio(info.target_zip)
55 if not tf:
59 tf = common.File("radio.img", tf)
65 WriteRadio(info, tf.data)
69 if tf.sha1 == sf.sha1:
72 diff = common.Difference(tf, sf, diff_program="bsdiff")
75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
78 WriteRadio(info, tf.data)
86 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /device/lge/mako/
releasetools.py 54 tf = FindRadio(info.target_zip)
55 if not tf:
59 tf = common.File("radio.img", tf)
65 WriteRadio(info, tf.data)
69 if tf.sha1 == sf.sha1:
72 diff = common.Difference(tf, sf, diff_program="bsdiff")
75 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
78 WriteRadio(info, tf.data)
86 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
table_cache.cc 20 TableAndFile* tf = reinterpret_cast<TableAndFile*>(value); local
21 delete tf->table;
22 delete tf->file;
23 delete tf;
67 TableAndFile* tf = new TableAndFile; local
68 tf->file = file;
69 tf->table = table;
70 *handle = cache_->Insert(key, tf, 1, &DeleteEntry);
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 18 void tf() throw(TEx<int>); // expected-error {{implicit instantiation of undefined template}}
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CustomTypefaceSpan.java 60 private static void applyCustomTypeFace(Paint paint, Typeface tf, int newSize, int newColor) {
69 int fake = oldStyle & ~tf.getStyle();
80 paint.setTypeface(tf);
  /cts/tools/vm-tests-tf/
Android.mk 23 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar
27 LOCAL_MODULE := cts-tf-dalvik-buildutil
36 # Buid android.core.vm-tests-tf.jar
39 intermediates := $(call intermediates-dir-for,JAVA_LIBRARIES,vm-tests-tf,HOST)
40 vmteststf_jar := $(intermediates)/android.core.vm-tests-tf.jar
41 vmteststf_dep_jars := $(addprefix $(HOST_OUT_JAVA_LIBRARIES)/, cts-tf-dalvik-buildutil.jar dasm.jar dx.jar cfassembler.jar junit.jar)
44 $(vmteststf_jar): PRIVATE_INTERMEDIATES_CLASSES := $(call intermediates-dir-for,JAVA_LIBRARIES,cts-tf-dalvik-buildutil,HOST)/classes
56 $(HOST_OUT_JAVA_LIBRARIES)/cts-tf-dalvik-buildutil.jar:$(PRIVATE_LIB_FOLDER)/junit.jar:$(HOST_OUT_JAVA_LIBRARIES)/tradefed-prebuilt.jar \
63 $(hide) cd $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/classes && zip -q -r ../../android.core.vm-tests-tf.jar .
64 $(hide) cd $(dir $@) && zip -q -r android.core.vm-tests-tf.jar test
    [all...]
  /external/kernel-headers/original/linux/
ata.h 335 static inline int is_atapi_taskfile(const struct ata_taskfile *tf)
337 return (tf->protocol == ATA_PROT_ATAPI) ||
338 (tf->protocol == ATA_PROT_ATAPI_NODATA) ||
339 (tf->protocol == ATA_PROT_ATAPI_DMA);
342 static inline int is_multi_taskfile(struct ata_taskfile *tf)
344 return (tf->command == ATA_CMD_READ_MULTI) ||
345 (tf->command == ATA_CMD_WRITE_MULTI) ||
346 (tf->command == ATA_CMD_READ_MULTI_EXT) ||
347 (tf->command == ATA_CMD_WRITE_MULTI_EXT) ||
348 (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 154 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); local
155 if (!tf)
159 new FontPlatformData(tf,
162 (style & SkTypeface::kBold) && !tf->isBold(),
163 (style & SkTypeface::kItalic) && !tf->isItalic(),
165 tf->unref();
  /cts/tests/tests/text/src/android/text/style/cts/
StyleSpanTest.java 55 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); local
56 tp.setTypeface(tf);
78 Typeface tf = Typeface.defaultFromStyle(Typeface.NORMAL); local
79 tp.setTypeface(tf);
  /external/clang/test/Index/
file-refs.cpp 28 T tf(T t) { function

Completed in 1911 milliseconds

1 2 3 4 5 6