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

1 2 3 4

  /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
29 tf<int>();
  /external/webkit/Source/WebKit/android/plugins/
ANPTypefaceInterface.cpp 32 SkTypeface* tf = SkTypeface::CreateFromName(name, local
34 return reinterpret_cast<ANPTypeface*>(tf);
39 SkTypeface* tf = SkTypeface::CreateFromTypeface(family, local
41 return reinterpret_cast<ANPTypeface*>(tf);
44 static int32_t anp_getRefCount(const ANPTypeface* tf) {
45 return tf ? tf->getRefCnt() : 0;
48 static void anp_ref(ANPTypeface* tf) {
49 SkSafeRef(tf);
52 static void anp_unref(ANPTypeface* tf) {
    [all...]
  /external/clang/test/SemaCXX/
if-empty-body.cpp 26 void tf() { function
34 tf<int>();
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 25 void tf() { } function in namespace:__anon5284
26 template <> void tf<int>() { } // expected-warning{{unused}} function in namespace:__anon5284
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p4.cpp 7 void tf() { function
  /device/samsung/crespo4g/
releasetools.py 60 tf = FindImage(info.target_zip, "bootloader")
63 if not tf:
65 elif sf and tf.sha1 == sf.sha1:
68 WriteBootloader(info, tf)
70 tf = FindImage(info.target_zip, "radio")
73 if not tf:
75 elif sf and tf.sha1 == sf.sha1:
78 WriteRadio(info, tf)
  /device/samsung/crespo/
releasetools.py 82 tf = FindRadio(info.target_zip)
83 if not tf:
87 tf = common.File("radio.img", tf)
93 tf.AddToZip(info.output_zip)
95 info.script.WriteRawImage("/radio", tf.name)
99 if tf.sha1 == sf.sha1:
102 diff = common.Difference(tf, sf)
105 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
108 tf.AddToZip(info.output_zip
    [all...]
  /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 71 int tf = a.getInt(com.android.internal.R.styleable.TextAppearance_typeface, 0); local
73 switch (tf) {
215 Typeface tf = ds.getTypeface(); local
218 if (tf != null) {
219 style = tf.getStyle();
225 tf = Typeface.create(mTypeface, style);
226 } else if (tf == null) {
227 tf = Typeface.defaultFromStyle(style);
229 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);
  /device/samsung/toro/
releasetools.py 112 tf = common.File("radio.img", target_radio_img)
114 tf.AddToZip(info.output_zip)
116 info.script.WriteRawImage("/radio", tf.name)
119 if tf.sha1 == sf.sha1:
122 diff = common.Difference(tf, sf)
125 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
128 tf.AddToZip(info.output_zip)
130 info.script.WriteRawImage("/radio", tf.name)
137 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /device/samsung/tuna/
releasetools.py 87 tf = common.File("radio.img", target_radio_img)
89 tf.AddToZip(info.output_zip)
91 info.script.WriteRawImage("/radio", tf.name)
94 if tf.sha1 == sf.sha1:
97 diff = common.Difference(tf, sf)
100 if d is None or len(d) > tf.size * common.OPTIONS.patch_threshold:
103 tf.AddToZip(info.output_zip)
105 info.script.WriteRawImage("/radio", tf.name)
112 sf.size, sf.sha1, tf.size, tf.sha1)
    [all...]
  /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/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/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...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 146 SkTypeface* tf = SkTypeface::CreateFromName(name, static_cast<SkTypeface::Style>(style)); local
147 if (!tf)
151 new FontPlatformData(tf,
154 (style & SkTypeface::kBold) && !tf->isBold(),
155 (style & SkTypeface::kItalic) && !tf->isItalic(),
158 tf->unref();
  /external/webkit/Source/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 168 SkTypeface* tf = SkTypeface::CreateFromName(name, SkTypeface::kNormal); local
170 if (!SkTypeface::Equal(tf, 0) || isFallbackFamily(family.string())) {
174 tf->unref();
175 tf = SkTypeface::CreateFromName(name, (SkTypeface::Style)style);
178 result = new FontPlatformData(tf, fontDescription.computedSize(),
179 (style & SkTypeface::kBold) && !tf->isBold(),
180 (style & SkTypeface::kItalic) && !tf->isItalic(),
185 tf->unref();
  /external/clang/test/CXX/except/except.spec/
p2-dynamic-types.cpp 18 void tf() throw(TEx<int>); // expected-error {{implicit instantiation of undefined template}}
  /external/bluetooth/bluez/audio/
gstbluetooth.c 46 static void sbc_typefind(GstTypeFind *tf, gpointer ignore)
51 guint8 *data = gst_type_find_peek(tf, 0, 32);
65 gst_type_find_suggest(tf, GST_TYPE_FIND_POSSIBLE, caps);
  /cts/tools/vm-tests-tf/
Android.mk 26 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar
30 LOCAL_MODULE := cts-tf-dalvik-buildutil
47 LOCAL_MODULE := vm-tests-tf
66 $(GENERATED_FILES): $(HOST_OUT_JAVA_LIBRARIES)/cts-tf-dalvik-buildutil.jar $(HOST_OUT_JAVA_LIBRARIES)/dasm.jar $(HOST_OUT_JAVA_LIBRARIES)/dx.jar $(HOST_OUT_JAVA_LIBRARIES)/cfassembler.jar
83 $(intermediates)/android.core.vm-tests-tf.jar: PRIVATE_INTERMEDIATES := $(intermediates)
84 $(intermediates)/android.core.vm-tests-tf.jar: $(INSTALLED_TESTS)
86 zip -q -r ../../android.core.vm-tests-tf.jar . && \
89 zip -q -r android.core.vm-tests-tf.jar tests && \
108 $(call get-class-path,dot/junit/DxUtil.class) $(call get-class-path,dot/junit/DxAbstractMain.class): $(HOST_OUT_JAVA_LIBRARIES)/cts-tf-dalvik-buildutil.jar $(DX)
  /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/clang/test/Index/
file-refs.cpp 28 T tf(T t) { function

Completed in 1367 milliseconds

1 2 3 4