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

1 2 3 4 5 6

  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 64 ViewConfiguration vc = ViewConfiguration.get(getInstrumentation().getTargetContext()); local
65 assertNotNull(vc);
66 vc.getScaledDoubleTapSlop();
67 vc.getScaledEdgeSlop();
68 vc.getScaledFadingEdgeLength();
69 vc.getScaledMaximumDrawingCacheSize();
70 vc.getScaledMaximumFlingVelocity();
71 vc.getScaledMinimumFlingVelocity();
72 vc.getScaledOverflingDistance();
73 vc.getScaledOverscrollDistance()
    [all...]
  /external/opencv3/modules/videostab/src/
frame_source.cpp 68 vc.release();
69 vc.open(path_);
70 if (!vc.isOpened())
81 vc >> frame;
87 int width() {return static_cast<int>(vc.get(CAP_PROP_FRAME_WIDTH));}
88 int height() {return static_cast<int>(vc.get(CAP_PROP_FRAME_HEIGHT));}
89 int count() {return static_cast<int>(vc.get(CAP_PROP_FRAME_COUNT));}
90 double fps() {return vc.get(CAP_PROP_FPS);}
102 VideoCapture vc; member in class:cv::videostab::__anon21892::VideoFileSourceImpl
  /external/valgrind/drd/
drd_segment.h 55 VectorClock vc; member in struct:segment
drd_vc.h 66 unsigned capacity; /**< number of elements allocated for array vc. */
67 unsigned size; /**< number of elements used of array vc. */
68 VCElem* vc; /**< vector clock elements. */ member in struct:__anon25853
73 void DRD_(vc_init)(VectorClock* const vc,
76 void DRD_(vc_cleanup)(VectorClock* const vc);
79 void DRD_(vc_increment)(VectorClock* const vc, DrdThreadId const tid);
89 void DRD_(vc_print)(const VectorClock* const vc);
90 HChar* DRD_(vc_aprint)(const VectorClock* const vc);
91 void DRD_(vc_check)(const VectorClock* const vc);
109 while (j < vc2->size && vc2->vc[j].threadid < vc1->vc[i].threadid
    [all...]
drd_segment.c 89 DRD_(vc_copy)(&sg->vc, &creator_sg->vc);
91 DRD_(vc_init)(&sg->vc, 0, 0);
92 DRD_(vc_increment)(&sg->vc, created);
97 HChar* vc; local
99 vc = DRD_(vc_aprint)(&sg->vc);
100 VG_(message)(Vg_DebugMsg, "New segment for thread %u with vc %s\n",
101 created, vc);
102 VG_(free)(vc);
140 HChar* vc; local
181 HChar* vc; local
    [all...]
  /external/opencv3/modules/calib3d/src/
epnp.h 24 vc = cameraMatrix.at<T> (1, 2);
38 us[2 * i + 1] = ipoints.at<IpointType>(i).y*fv + vc;
74 double uc, vc, fu, fv; member in class:cv::epnp
upnp.h 67 vc = cameraMatrix.at<T> (1, 2);
124 double uc, vc, fu, fv; member in class:upnp
  /external/clang/test/PCH/
cxx1y-variable-templates.cpp 58 template<typename T> T vc = T(); member in namespace:spec
72 template<typename T> T vc = T(10); member in namespace:spec_join1
107 template<> float vc<float> = 1.5; member in namespace:spec_join1
108 template int vc<int>; member in namespace:spec_join1
153 template<typename T> T* vc<T*> = new T(); member in namespace:spec
154 template<> constexpr float vc<float> = 1.5; member in namespace:spec
155 int* intpc = vc<int*>;
156 static_assert(vc<float> == 1.5, "");
  /external/clang/test/SemaCXX/
microsoft-dtor-lookup.cpp 22 struct VC : A, B {
23 virtual ~VC(); // expected-error {{member 'operator delete' found in multiple base classes of different types}}
27 // This marks VC's vtable used.
28 VC vc; local
  /external/eigen/bench/
benchVecAdd.cpp 66 VectorXf vc = Map<VectorXf>(c, size2); local
71 benchVec(va, vb, vc);
  /external/libvorbis/examples/
decoder_example.c 52 vorbis_comment vc; /* struct that stores all the bitstream user comments */ local
116 vorbis_comment_init(&vc);
129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
166 result=vorbis_synthesis_headerin(&vi,&vc,&op);
188 char **ptr=vc.user_comments;
194 fprintf(stderr,"Encoded by: %s\n\n",vc.vendor);
305 vorbis_comment_clear(&vc);
encoder_example.c 50 vorbis_comment vc; /* struct that stores all the user comments */ local
137 vorbis_comment_init(&vc);
138 vorbis_comment_add_tag(&vc,"ENCODER","encoder_example.c");
162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
244 vorbis_comment_clear(&vc);
  /external/libvorbis/test/
write_read.c 39 vorbis_comment vc; local
60 vorbis_comment_init (&vc);
61 vorbis_comment_add_tag (&vc,"ENCODER","test/util.c");
72 vorbis_analysis_headerout (&vd,&vc,&header,&header_comm,&header_code);
124 vorbis_comment_clear (&vc);
141 vorbis_comment vc; local
179 vorbis_comment_init (&vc);
190 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) {
213 vorbis_synthesis_headerin (&vi,&vc,&op);
288 vorbis_comment_clear (&vc);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c 114 int hc, vc, n; local
124 vc = opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) ==
133 vc = -vc;
136 if (vc == -1)
138 else if (!vc)
143 if (vc == -1)
145 else if (!vc)
155 int hc, vc, n; local
164 vc = opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) =
    [all...]
  /external/tremolo/Tremolo/
ivorbisfile.h 81 vorbis_comment vc; member in struct:OggVorbis_File
  /cts/tests/tests/media/src/android/media/cts/
LoudnessEnhancerTest.java 138 AudioEffect vc = null; local
151 vc = new AudioEffect(
156 vc.setEnabled(true);
227 if (vc != null)
228 vc.release();
VisualizerTest.java 289 AudioEffect vc = null; local
300 vc = new AudioEffect(
305 vc.setEnabled(true);
351 if (vc != null)
352 vc.release();
362 AudioEffect vc = null; local
373 vc = new AudioEffect(
378 vc.setEnabled(true);
423 if (vc != null)
424 vc.release()
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 36 Vector<Connection> vc = new Vector<Connection>(); field in class:StressTest
48 vc.clear();
91 // vc.clear();
113 maxConnections, vc.size());
134 assertEquals("Unable to create a connection", numTasks, vc.size());
166 for (int i = 0; i < vc.size(); ++i) {
169 Connection c = vc.elementAt(i);
207 assertEquals("Unable to create a connection", numConnections, vc.size());
252 vc.add(c);
263 for (; i < vc.size(); ++i)
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
SoftCache.java 137 ValueCell vc = (ValueCell)val;
138 Object o = vc.get();
139 if (drop) vc.drop();
169 ValueCell vc; local
170 while ((vc = (ValueCell)queue.poll()) != null) {
171 if (vc.isValid()) hash.remove(vc.key);
314 ValueCell vc = ValueCell.create(key, value, queue); local
315 return ValueCell.strip(hash.put(key, vc), true);
403 ValueCell vc = (ValueCell)ent.getValue() local
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 128 vorbis_comment *vc; member in struct:OggVorbis_File
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Util.java 87 final String vc = volumeProviderControlToString(info.getVolumeControl()); local
88 return String.format("PlaybackInfo[vol=%s,max=%s,type=%s,vc=%s],atts=%s",
89 info.getCurrentVolume(), info.getMaxVolume(), type, vc, info.getAudioAttributes());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaPresetReverbTest.java 198 AudioEffect vc = null; local
212 vc = new AudioEffect(
217 vc.setEnabled(true);
252 if (vc != null) {
253 vc.release();
270 AudioEffect vc = null; local
283 vc = new AudioEffect(
288 vc.setEnabled(true);
334 if (vc != null) {
335 vc.release()
    [all...]
MediaEnvReverbTest.java 353 AudioEffect vc = null; local
367 vc = new AudioEffect(
372 vc.setEnabled(true);
409 if (vc != null) {
410 vc.release();
427 AudioEffect vc = null; local
440 vc = new AudioEffect(
445 vc.setEnabled(true);
493 if (vc != null) {
494 vc.release()
    [all...]
MediaVisualizerTest.java 231 AudioEffect vc = null; local
244 vc = new AudioEffect(
249 vc.setEnabled(true);
296 if (vc != null) {
297 vc.release();
310 AudioEffect vc = null; local
323 vc = new AudioEffect(
328 vc.setEnabled(true);
428 if (vc != null) {
429 vc.release()
444 AudioEffect vc = null; local
    [all...]
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 72 float value, vmin, vmax, vl, bsize, vc; local
202 vc = hand_left + hand_length2;
217 vc = hand_right - hand_length2;
221 icvScaleVector_32f( &line[0], sub, 3, vc );
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
522 vc = vcl;
527 vc = vcr;
530 icvScaleVector_32f( &line[0], sub, 3, vc );

Completed in 795 milliseconds

1 2 3 4 5 6