HomeSort by relevance Sort by last modified time
    Searched defs:isCompatibleWith (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /system/core/libnativebridge/include/nativebridge/
native_bridge.h 236 bool (*isCompatibleWith)(uint32_t bridge_version);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 287 public boolean isCompatibleWith(IPropertyDescriptor anotherProperty) {
  /external/r8/src/main/java/com/android/tools/r8/ir/conversion/
JarState.java 61 public boolean isCompatibleWith(Type other) {
282 assert local == null || local.info == null || local.slot.isCompatibleWith(type);
294 assert local.slot.isCompatibleWith(type);
316 assert slot.isCompatibleWith(type);
332 assert slot.isCompatibleWith(type);
423 assert currentStack.get(i).isCompatibleWith(newStack.get(i).type);
461 assert slot.isCompatibleWith(other.get(i++).type);
470 assert slot.isCompatibleWith(type);
JarSourceCode.java     [all...]
  /libcore/ojluni/src/main/java/java/lang/
Package.java 72 * #isCompatibleWith isCompatibleWith}
229 public boolean isCompatibleWith(String desired)
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 193 public boolean isCompatibleWith(FrameFormat specification) {
  /system/core/libnativebridge/
native_bridge.cc 86 // Used by isCompatibleWith() which is introduced in v2.
170 static bool isCompatibleWith(const uint32_t version) {
179 return callbacks->isCompatibleWith(version);
220 if (isCompatibleWith(NAMESPACE_VERSION)) {
536 if (isCompatibleWith(SIGNAL_VERSION)) {
547 if (isCompatibleWith(NAMESPACE_VERSION)) {
558 if (isCompatibleWith(NAMESPACE_VERSION)) {
569 if (isCompatibleWith(NAMESPACE_VERSION)) {
581 if (isCompatibleWith(NAMESPACE_VERSION)) {
598 if (isCompatibleWith(NAMESPACE_VERSION))
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
ecj-4.6.1.jar 
ecj-4.4.jar 
sdklib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0/
sdklib-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha4/
sdklib-25.2.0-alpha4.jar 

Completed in 363 milliseconds

1 2 3 4 5 6 7