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

1 2 3 4

  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 58 ViewConfiguration vc = ViewConfiguration.get(getInstrumentation().getTargetContext()); local
59 assertNotNull(vc);
60 vc.getScaledDoubleTapSlop();
61 vc.getScaledEdgeSlop();
62 vc.getScaledFadingEdgeLength();
63 vc.getScaledMaximumDrawingCacheSize();
64 vc.getScaledMinimumFlingVelocity();
65 vc.getScaledScrollBarSize();
66 vc.getScaledTouchSlop();
67 vc.getScaledWindowTouchSlop()
    [all...]
  /external/valgrind/main/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:__anon17008
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 char* 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 char* vc; local
99 vc = DRD_(vc_aprint)(&sg->vc);
100 VG_(message)(Vg_DebugMsg, "New segment for thread %d with vc %s\n",
101 created, vc);
102 VG_(free)(vc);
141 char* vc; local
182 char* vc; local
    [all...]
drd_load_store.c 96 char* vc; local
98 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(DRD_(thread_get_running_tid)()));
101 " vc %s)", addr, size, stored_value_lo,
103 vc);
110 " / vc %s)", addr, size, sv, sv,
111 DRD_(thread_get_running_tid)(), vc);
113 DRD_(trace_msg_w_bt)("%s 0x%lx size %ld (thread %d / vc %s)",
118 addr, size, DRD_(thread_get_running_tid)(), vc);
120 VG_(free)(vc);
  /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/tremolo/Tremolo/
ivorbisfile.h 81 vorbis_comment vc; member in struct:OggVorbis_File
  /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...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 128 vorbis_comment *vc; member in struct:OggVorbis_File
  /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 );
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 289 struct v4l2_control vc; local
292 vc.id = iCid;
293 vc.value = iValue;
295 iRet = ioctl(iFd, VIDIOC_S_CTRL, &vc);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 153 for (VoiceContact vc : contacts) logLine(vc.toString());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
vt.h 8 struct vc_data *vc; /* VC on which the update happened */ member in struct:vt_notifier_param
17 * These constants are also useful for user-level apps (e.g., VC
  /bionic/libc/kernel/common/linux/
console_struct.h 117 struct vc { struct
  /development/ndk/platforms/android-3/include/linux/
console_struct.h 104 struct vc { struct
  /external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h 151 Packet4f vc = vec_ld(0, af); local
152 vc = vec_splat(vc, 0);
153 return vc;
159 Packet4i vc = vec_ld(0, ai); local
160 vc = vec_splat(vc, 0);
161 return vc;
  /external/flac/libFLAC/
metadata_object.c 1220 FLAC__StreamMetadata_VorbisComment *vc; local
1291 FLAC__StreamMetadata_VorbisComment *vc; local
    [all...]

Completed in 610 milliseconds

1 2 3 4