HomeSort by relevance Sort by last modified time
    Searched refs:isCompatible (Results 26 - 50 of 627) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 162 if (!ain1.getType().getElement().isCompatible(__F16)) {
166 if (!ain2.getType().getElement().isCompatible(__F16)) {
226 if (!ain1.getType().getElement().isCompatible(__F16)) {
230 if (!ain2.getType().getElement().isCompatible(__F16)) {
294 if (!ain1.getType().getElement().isCompatible(__F16)) {
298 if (!ain2.getType().getElement().isCompatible(__F16_2)) {
362 if (!ain1.getType().getElement().isCompatible(__F16)) {
366 if (!ain2.getType().getElement().isCompatible(__F16_2)) {
430 if (!ain1.getType().getElement().isCompatible(__F16)) {
434 if (!ain2.getType().getElement().isCompatible(__F16_4))
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DefaultDeflateCompatibilityWindowTest.java 107 window.isCompatible();
110 Assert.assertFalse(broken.isCompatible());
113 Assert.assertTrue(infallible.isCompatible());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicBlur.java 77 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
81 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
89 if (mAllocSrc.getType().getElement().isCompatible(Element.U8(mRS))) {
93 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form10x.java 62 public boolean isCompatible(DalvInsn insn) {
SpecialFormat.java 29 * using this class. The one exception is {@link #isCompatible}, which
64 public boolean isCompatible(DalvInsn insn) {
Form10t.java 60 public boolean isCompatible(DalvInsn insn) {
Form11x.java 63 public boolean isCompatible(DalvInsn insn) {
Form20t.java 60 public boolean isCompatible(DalvInsn insn) {
Form21t.java 62 public boolean isCompatible(DalvInsn insn) {
Form22x.java 63 public boolean isCompatible(DalvInsn insn) {
Form23x.java 64 public boolean isCompatible(DalvInsn insn) {
Form30t.java 60 public boolean isCompatible(DalvInsn insn) {
Form31t.java 62 public boolean isCompatible(DalvInsn insn) {
Form32x.java 63 public boolean isCompatible(DalvInsn insn) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10x.java 62 public boolean isCompatible(DalvInsn insn) {
Form30t.java 60 public boolean isCompatible(DalvInsn insn) {
Form10t.java 60 public boolean isCompatible(DalvInsn insn) {
Form11x.java 64 public boolean isCompatible(DalvInsn insn) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsAbiFlags.h 42 static bool isCompatible(const Input& pInput, const MipsAbiFlags& elf,
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
ConnectionSpecSelector.java 59 if (connectionSpec.isCompatible(sslSocket)) {
137 if (connectionSpecs.get(i).isCompatible(socket)) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 190 if (!ain1.getType().getElement().isCompatible(__I32)) {
223 if (!ain1.getType().getElement().isCompatible(__I32)) {
256 if (!ain1.getType().getElement().isCompatible(__I32)) {
304 if (!ain1.getType().getElement().isCompatible(__F32)) {
308 if (!ain2.getType().getElement().isCompatible(__F32)) {
353 if (!ain1.getType().getElement().isCompatible(__U8)) {
  /frameworks/compile/slang/tests/P_reflection3264_divergent/
ScriptC_reflection3264_divergent.java.expect 335 if (!ain.getType().getElement().isCompatible(__I32)) {
339 if (!aout.getType().getElement().isCompatible(__I32)) {
378 if (!ain.getType().getElement().isCompatible(__I32)) {
382 if (!aout.getType().getElement().isCompatible(__I32)) {
417 if (!ain.getType().getElement().isCompatible(__I32)) {
421 if (!aout.getType().getElement().isCompatible(__I32)) {
453 if (!ain.getType().getElement().isCompatible(__I32)) {
457 if (!aout.getType().getElement().isCompatible(__I32)) {
488 if (!ain.getType().getElement().isCompatible(__I32)) {
492 if (!aout.getType().getElement().isCompatible(__I32))
    [all...]
  /frameworks/compile/slang/tests/P_reflection3264_divergent_support/
ScriptC_reflection3264_divergent.java.expect 332 if (!ain.getType().getElement().isCompatible(__I32)) {
336 if (!aout.getType().getElement().isCompatible(__I32)) {
375 if (!ain.getType().getElement().isCompatible(__I32)) {
379 if (!aout.getType().getElement().isCompatible(__I32)) {
414 if (!ain.getType().getElement().isCompatible(__I32)) {
418 if (!aout.getType().getElement().isCompatible(__I32)) {
450 if (!ain.getType().getElement().isCompatible(__I32)) {
454 if (!aout.getType().getElement().isCompatible(__I32)) {
485 if (!ain.getType().getElement().isCompatible(__I32)) {
489 if (!aout.getType().getElement().isCompatible(__I32))
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples/
ScriptC_reduce_general_examples.java.expect 228 if (!ain1.getType().getElement().isCompatible(__I32)) {
261 if (!ain1.getType().getElement().isCompatible(__I32)) {
309 if (!ain1.getType().getElement().isCompatible(__F32)) {
313 if (!ain2.getType().getElement().isCompatible(__F32)) {
358 if (!ain1.getType().getElement().isCompatible(__F32)) {
391 if (!ain1.getType().getElement().isCompatible(__I32)) {
424 if (!ain1.getType().getElement().isCompatible(__I32)) {
457 if (!ain1.getType().getElement().isCompatible(__U8)) {
490 if (!ain1.getType().getElement().isCompatible(__U8)) {
  /frameworks/compile/slang/tests/P_reduce_general_examples_backward/
ScriptC_reduce_general_examples_backward.java.expect 228 if (!ain1.getType().getElement().isCompatible(__I32)) {
261 if (!ain1.getType().getElement().isCompatible(__I32)) {
309 if (!ain1.getType().getElement().isCompatible(__F32)) {
313 if (!ain2.getType().getElement().isCompatible(__F32)) {
358 if (!ain1.getType().getElement().isCompatible(__F32)) {
391 if (!ain1.getType().getElement().isCompatible(__I32)) {
424 if (!ain1.getType().getElement().isCompatible(__I32)) {
457 if (!ain1.getType().getElement().isCompatible(__U8)) {
490 if (!ain1.getType().getElement().isCompatible(__U8)) {

Completed in 269 milliseconds

12 3 4 5 6 7 8 91011>>