HomeSort by relevance Sort by last modified time
    Searched refs:eb1 (Results 1 - 5 of 5) sorted by null

  /frameworks/ex/framesequence/jni/
FrameSequence_gif.cpp 73 ExtensionBlock* eb1 = image.ExtensionBlocks + j; local
75 if (eb1->Function == APPLICATION_EXT_FUNC_CODE
77 && eb1->ByteCount == 11
78 && !memcmp((const char*)(eb1->Bytes), "NETSCAPE2.0", 11)
  /external/opencv3/modules/photo/src/
align.cpp 134 Mat tb1, tb2, eb1, eb2; local
135 computeBitmaps(pyr0[level], tb1, eb1);
147 bitwise_and(diff, eb1, diff);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 137 Element.Builder eb1 = new Element.Builder(mRS); local
138 eb1.add(Element.I8(mRS), "Test");
139 Element e1 = eb1.add(Element.U8(mRS), "UTest").create();
163 eb1.add(Element.I8(mRS), "Another");
164 assertFalse(e1.equals(eb1.create()));
165 assertFalse(eb1.create().equals(e1));
178 assertTrue(eb1.create().isCompatible(eb1.create()));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 437 1ab: 3eb1.*
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.d     [all...]

Completed in 1436 milliseconds