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

1 2 3 4 5 6 7 8 910

  /ndk/tests/device/test-cpufeatures/jni/
Android.mk 35 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
45 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
  /ndk/build/core/
check-cygwin-make.mk 16 # Check that we have a Cygwin-compatible make.
35 # Now try to find it on the file system, a non-cygwin compatible
40 $(error Android NDK: $(firstword $(MAKE)) is not cygwin-compatible)
  /external/chromium_org/net/data/websocket/
websocket_worker_simple.js 19 // This test is compatible with shared-worker-simple.html layout test.
  /external/llvm/test/MC/ARM/
arm-thumb-cpus-default.s 19 @ Make sure the architecture chosen by LLVM defaults to a compatible
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 247 boolean compatible = true;
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
262 if (!compatible) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 154 boolean compatible = super.isEdgeTypeCompatible(edge, dragged, delta);
159 // margin as not compatible.
160 if (compatible && !mSnap) {
170 return compatible;
  /external/bison/doc/
bison.x 8 It should be upwardly compatible with input files designed
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanCopier.java 148 } else if (compatible(getter, setter)) {
160 private static boolean compatible(PropertyDescriptor getter, PropertyDescriptor setter) { method in class:BeanCopier.Generator
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 28 compatible with Python 1.4 is available as embed14.i and
embed15.i 28 compatible with Python 1.4 is available as embed14.i and
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 115 char compatible[128]; member in struct:of_device_id

Completed in 3275 milliseconds

1 2 3 4 5 6 7 8 910