Searched refs:componentType (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGComponentTransferFunctionElement.cpp89 ComponentTransferType componentType = static_cast<ComponentTransferType>(type()); local
90 if (componentType < FECOMPONENTTRANSFER_TYPE_UNKNOWN || componentType > FECOMPONENTTRANSFER_TYPE_GAMMA)
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java274 private Type componentType; field in class:Type
446 this.componentType = null;
794 if (componentType == null) {
799 componentType = intern(descriptor.substring(1));
802 return componentType;
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java550 Type componentType; field in class:SignatureAttribute.ArrayType
554 componentType = comp;
566 return componentType;
573 StringBuffer sbuf = new StringBuffer(componentType.toString());
/external/webkit/Source/WebCore/platform/audio/mac/
H A DAudioDestinationMac.cpp81 desc.componentType = kAudioUnitType_Output;
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java661 void componentType () throws IOException method in class:Types.methodDescriptorCompiler
684 componentType ();
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1169 Type componentType;
1175 componentType = dest.getType();
1177 componentType = source.getComponentType();
1179 return opAget(componentType);
1183 Type componentType;
1189 componentType = sources.getType(0);
1191 componentType = source.getComponentType();
1193 return opAput(componentType);
/external/qemu/distrib/sdl-1.2.15/src/audio/macosx/
H A DSDL_coreaudio.c238 desc.componentType = kAudioUnitType_Output;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.c82 if (desc.componentType != kAudioUnitType_Output) {
H A DCDPlayer.c562 desc.componentType = kAudioUnitType_Output;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSURLExtras.mm790 -(NSData *)_web_dataForURLComponentType:(CFURLComponentType)componentType
805 if (componentType != completeURL) {
806 range = CFURLGetByteRangeForComponent((CFURLRef)self, componentType, NULL);
822 if (componentType == kCFURLComponentQuery) {
/external/doclava/src/com/google/doclava/
H A DDoclava.java1147 Class<?> componentType = expected.getComponentType();
1154 list.add(filterHidden(entry, componentType));
1156 return list.toArray((Object[]) Array.newInstance(componentType, list.size()));
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c450 desc.componentType = kAudioUnitType_Output;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java274 protected GameComponentPool getComponentPool(Class<?> componentType) { argument
276 mPoolSearchDummy.objectClass = componentType;
284 protected GameComponent allocateComponent(Class<?> componentType) { argument
285 GameComponentPool pool = getComponentPool(componentType);
304 protected boolean componentAvailable(Class<?> componentType, int count) { argument
306 GameComponentPool pool = getComponentPool(componentType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 418 milliseconds