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

  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassVisitorTee.java 21 private ClassVisitor cv1, cv2; field in class:ClassVisitorTee
23 public ClassVisitorTee(ClassVisitor cv1, ClassVisitor cv2) {
25 this.cv2 = cv2;
35 cv2.visit(version, access, name, signature, superName, interfaces);
40 cv2.visitEnd();
41 cv1 = cv2 = null;
46 cv2.visitInnerClass(name, outerName, innerName, access);
55 FieldVisitor fv2 = cv2.visitField(access, name, desc, signature, value);
70 MethodVisitor mv2 = cv2.visitMethod(access, name, desc, signature, exceptions)
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_file_frame_generator_unittest.py 13 cv2 = external_modules.ImportRequiredModule('cv2') variable
video_file_frame_generator.py 8 cv2 = external_modules.ImportRequiredModule('cv2') variable
35 self._capture = cv2.VideoCapture(video_filename)
36 self._frame_count = int(self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_COUNT))
39 width = self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_WIDTH)
40 height = self._capture.get(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT)
62 self._timestamp = self._capture.get(cv2.cv.CV_CAP_PROP_POS_MSEC)
image_util_numpy_impl.py 12 cv2 = external_modules.ImportOptionalModule('cv2') variable
33 if cv2 is not None:
34 cv2.imwrite(path, image)
53 if cv2 is not None:
54 img = cv2.imread(path, cv2.CV_LOAD_IMAGE_COLOR)
63 if cv2 is not None:
65 return cv2.imdecode(file_bytes, cv2.CV_LOAD_IMAGE_COLOR
    [all...]
screen_finder_unittest.py 15 cv2 = external_modules.ImportRequiredModule('cv2') variable
screen_finder.py 28 cv2 = external_modules.ImportRequiredModule('cv2') variable
144 self._frame_grey = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
145 self._frame_edges = cv2.Canny(self._frame_grey,
174 hlines = cv2.HoughLinesP(self._frame_edges, 1, np.pi / 180, 60,
214 screen = cv2.warpPerspective(
331 cv2.circle(self._frame_debug, center, 5, (0, 255, 0), 1)
    [all...]
  /bionic/libm/x86_64/
e_acos.S 223 movapd cv2(%rip), %xmm6
225 movapd 16+cv2(%rip), %xmm2
226 movapd 32+cv2(%rip), %xmm4
257 movapd cv2(%rip), %xmm1
259 movapd 16+cv2(%rip), %xmm2
261 movapd 32+cv2(%rip), %xmm3
1883 cv2: label
    [all...]
e_asin.S 239 movapd cv2(%rip), %xmm1
241 movapd 16+cv2(%rip), %xmm2
242 movapd 32+cv2(%rip), %xmm4
294 movapd cv2(%rip), %xmm2
304 movapd 48+cv2(%rip), %xmm1
305 movapd 16+cv2(%rip), %xmm5
306 movapd 32+cv2(%rip), %xmm0
1966 cv2: label
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_SearchSnippetsTest.java 56 ContentValues cv2 = new ContentValues(); typedefs
57 cv2.put(Contacts.DISPLAY_NAME, "Cold Tamago");
58 sContentValues[1] = cv2;
ContactsContract_FrequentsStrequentsTest.java 136 ContentValues cv2 = new ContentValues(); typedefs
137 cv2.put(Contacts.DISPLAY_NAME, "Cold Tamago");
138 sContentValues[1] = cv2;
ContactsContract_DataTest.java 149 ContentValues cv2 = new ContentValues(); typedefs
150 cv2.put(Contacts.DISPLAY_NAME, "Hot Tamale");
151 cv2.put(Data.MIMETYPE, Phone.CONTENT_ITEM_TYPE);
152 cv2.put(Phone.DATA, "510-123-5769");
153 cv2.put(Phone.TYPE, Phone.TYPE_HOME);
154 sContentValues[1] = cv2;
451 ContentValues cv2 = new ContentValues(); local
458 null, false, cv, cv2);
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 510 SmallVector<Qualifiers, 8> cv1, cv2; local
541 cv2.push_back(RetainedDestQuals);
555 i2 = cv2.rbegin();
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 3331 final ContentValues cv2 = new ContentValues(); local
3387 final ContentValues cv2 = new ContentValues(); local
    [all...]
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/
cglib-nodep-2.1_3.jar 
  /external/guice/lib/build/
cglib-3.1.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /external/guice/extensions/persist/lib/
cglib-nodep-3.0.jar 
  /prebuilts/devtools/tools/lib/
cglib-nodep-3.1.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/
cglib-nodep-3.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1074 milliseconds