/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_asm.c | 216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); local 218 if (cf == NULL) 220 LIST_INITHEAD(&cf->list); 221 LIST_INITHEAD(&cf->alu); 222 LIST_INITHEAD(&cf->vtx); 223 LIST_INITHEAD(&cf->tex); 224 return cf; 268 LIST_INITHEAD(&bc->cf); 274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); local 276 if (cf == NULL 1903 struct r600_bytecode_cf *cf; local 2199 struct r600_bytecode_cf *cf = NULL, *next_cf; local 2235 struct r600_bytecode_cf *cf = NULL; local [all...] |
r600_asm.h | 142 * r600_bytecode::isa. This is used by the LLVM backend to emit CF instructions 202 struct list_head cf; member in struct:r600_bytecode 222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); 242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
|
/external/icu/icu4c/source/extra/uconv/ |
uconv.cpp | 1128 ConvertFile cf; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
tmsgfmt.cpp | 163 ChoiceFormat *cf = new ChoiceFormat(limit, formats, 3); local 166 cf->format((int32_t)1, toAppendTo, status); 171 delete cf; [all...] |
/external/javassist/src/main/javassist/ |
CtClass.java | 416 ClassFile cf = getClassFile2(); local 417 if (cf != null) { 431 cf.getRefClasses(cm); [all...] |
CtField.java | 100 ClassFile cf = clazz.getClassFile2(); local 101 if (cf == null) 105 fieldInfo = new FieldInfo(cf.getConstPool(), name, typeDesc); [all...] |
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 1887 FILE * cf; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.c | 216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); local 218 if (cf == NULL) 220 LIST_INITHEAD(&cf->list); 221 LIST_INITHEAD(&cf->alu); 222 LIST_INITHEAD(&cf->vtx); 223 LIST_INITHEAD(&cf->tex); 224 return cf; 268 LIST_INITHEAD(&bc->cf); 274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); local 276 if (cf == NULL 1903 struct r600_bytecode_cf *cf; local 2199 struct r600_bytecode_cf *cf = NULL, *next_cf; local 2235 struct r600_bytecode_cf *cf = NULL; local [all...] |
r600_asm.h | 142 * r600_bytecode::isa. This is used by the LLVM backend to emit CF instructions 202 struct list_head cf; member in struct:r600_bytecode 222 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf); 242 void r700_bytecode_cf_vtx_build(uint32_t *bytecode, const struct r600_bytecode_cf *cf);
|
/external/tcpdump/ |
print-802_11.c | 663 struct cf_t cf; local 813 memcpy(&cf, p + offset, 8); 819 * If we haven't already seen a CF IE, 824 pbody->cf = cf; [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
WallpaperCropActivity.java | 774 CompressFormat cf = local [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | 750 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 752 Certificate cert = cf.generateCertificate(is); 780 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 782 Certificate cert = cf.generateCertificate(is); 922 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 924 Certificate cert = cf.generateCertificate(is); [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore2Test.java | 139 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 141 cert[0] = (X509Certificate) cf.generateCertificate(certArray); 142 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); 168 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 170 cert[0] = (X509Certificate) cf.generateCertificate(certArray); 171 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); 213 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 215 cert[0] = (X509Certificate) cf.generateCertificate(certArray); 216 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); 250 CertificateFactory cf = CertificateFactory.getInstance("X.509") local 290 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 323 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 381 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 414 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 445 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 512 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 547 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 579 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local [all...] |
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 618 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 620 Certificate c = cf.generateCertificate(bais); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropActivity.java | 543 CompressFormat cf = local 549 || !crop.compress(cf, DEFAULT_COMPRESS_QUALITY, mOutStream)) { 558 if (crop.compress(cf, DEFAULT_COMPRESS_QUALITY, tmpOut)) {
|
/packages/apps/KeyChain/src/com/android/keychain/ |
KeyChainActivity.java | 337 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 338 cert = (X509Certificate)cf.generateCertificate(in);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
WallpaperCropActivity.java | 781 CompressFormat cf = local [all...] |
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.cpp | 682 int cf = scratches.obtain(); local 683 LDRH(AL, cf, parts.covPtr.reg, immed8_post(2)); 686 SMULWB(AL, fragment.reg, incoming.reg, cf); 689 SMULWB(AL, fragment.reg, fragment.reg, cf); [all...] |
/system/core/libpixelflinger/ |
trap.cpp | 1071 int cf = gglMulx((dx >> 1) + (l_min_i + FIXED_ONE - l_max), dy, local 1073 ADD_COVERAGE(coverage, cf); 1074 // all pixels on the right have cf = 1.0 1090 int32_t cf = (dx * dx * y_incr) >> cf_shift; local 1110 int cf = ((y - yt) << (15 - TRI_FRACTION_BITS)); local 1124 int cf = gglMulx((dx >> 1) + (r_min_i + FIXED_ONE - r_max), dy, local 1132 int32_t cf = (dx * dx * y_incr) >> cf_shift; local [all...] |
/prebuilts/sdk/current/support/v7/cardview/libs/ |
android-support-v7-cardview.jar | |
/build/tools/signapk/ |
SignApk.java | 161 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 162 return (X509Certificate) cf.generateCertificate(input); [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ImageViewTest.java | 340 ColorFilter cf = new ColorFilter(); local 344 imageView.setColorFilter(cf); 358 ColorFilter cf = new ColorFilter(); local 359 imageView.setColorFilter(cf); 360 assertSame(cf, drawable.getColorFilter()); 558 public void setColorFilter(ColorFilter cf) { 559 mColorFilter = cf;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 17 package com.android.dx.cf.code; 19 import com.android.dx.cf.iface.MethodList; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
ff_fragment_shader.cpp | 1249 ir_rvalue *cf = get_source(p, SRC_PREVIOUS, 0); local [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
audio_processing_unittest.cc | 1938 ChannelFormat cf[] = { local 2183 ChannelFormat cf[] = { local [all...] |