/external/webkit/Source/WebCore/manual-tests/animation/ |
animateColor-repeat-indefinite.svg | 3 <animateColor attributeName="fill" values='blue; green' dur='2s' repeatCount='indefinite' />
|
animateColor-values-simple.svg | 3 <animateColor attributeName="fill" values='blue; green' dur='3s' fill='freeze' />
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedTransformListPropertyTearOff.h | 49 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) 52 return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement, attributeName, values)); 55 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVGTransformList& values) 56 : SVGAnimatedListPropertyTearOff<SVGTransformList>(contextElement, attributeName, values)
|
/external/webkit/Source/WebKit2/Shared/mac/ |
WebMemorySampler.mac.mm | 144 webKitMemoryStats.values.append(now); 146 webKitMemoryStats.values.append(totalBytesInUse); 148 webKitMemoryStats.values.append(fastMallocBytesInUse); 150 webKitMemoryStats.values.append(defaultMallocZoneBytesInUse); 152 webKitMemoryStats.values.append(dispatchContinuationMallocZoneBytesInUse); 154 webKitMemoryStats.values.append(purgeableMallocZoneBytesInUse); 156 webKitMemoryStats.values.append(jscHeapBytesInUse); 158 webKitMemoryStats.values.append(totalBytesCommitted); 160 webKitMemoryStats.values.append(fastMallocBytesCommitted); 162 webKitMemoryStats.values.append(defaultMallocZoneBytesCommitted) [all...] |
/external/webkit/Tools/FindSafari/ |
resource.h | 7 // Next default values for new objects
|
/external/webkit/Tools/MiniBrowser/win/ |
resource.h | 13 // Next default values for new objects
|
/external/webkit/Tools/WebKitLauncherWin/ |
Resource.h | 8 // Next default values for new objects
|
/external/webrtc/src/modules/audio_processing/main/test/android/apmtest/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/frameworks/base/core/res/res/values-large/ |
config.xml | 20 <!-- These resources are around just to allow their values to be customized 23 <!-- see comment in values/config.xml --> 26 <!-- see comment in values/config.xml --> 29 <!-- see comment in values/config.xml -->
|
/frameworks/base/core/res/res/values-sw600dp/ |
config.xml | 20 <!-- These resources are around just to allow their values to be customized 23 <!-- see comment in values/config.xml --> 29 <!-- see comment in values/config.xml --> 32 <!-- see comment in values/config.xml -->
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 73 ArrayList<byte[]> values = execute('g', key); local 74 return (values == null || values.isEmpty()) ? null : values.get(0); 109 ArrayList<byte[]> values = execute('s', prefix); local 110 return (values == null) ? null : values.toArray(new byte[values.size()][]); 114 byte[][] values = saw(getBytes(prefix)); 115 if (values == null) 193 ArrayList<byte[]> values = new ArrayList<byte[]>(); local [all...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
egltypes.h | 15 ** EGL and native handle values
|
/frameworks/base/tests/HwAccelerationTest/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/res/raw/ |
depth_fs.glsl | 5 // In practice, these values can be used to tweak
|
/packages/apps/VideoEditor/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/packages/wallpapers/Galaxy4/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/packages/wallpapers/NoiseField/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/packages/wallpapers/PhaseBeam/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_esp.h | 10 /* Values for "invflags" field in struct xt_esp. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_ah.h | 12 /* Values for "invflags" field in struct ipt_ah. */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_mh.h | 11 /* Values for "invflags" field in struct ip6t_mh. */
|
/sdk/layoutlib_api/sample/testproject/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/sdk/testapps/basicProjectWithJava/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/sdk/testapps/basicProjectWithJavaFolder/ |
default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStoreTest.java | 56 // restore initial values 58 ContentValues values = new ContentValues(); local 59 values.put(MediaStore.MEDIA_SCANNER_VOLUME, mVolumnBackup); 60 mContentResolver.insert(mScannerUri, values); 71 ContentValues values = new ContentValues(); local 80 values.put(MediaStore.MEDIA_SCANNER_VOLUME, TEST_VOLUME_NAME); 82 mContentResolver.insert(mScannerUri, values));
|