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

1 2 3 4 5 6 7 8 910

  /external/valgrind/drd/
drd_vc.c 36 void DRD_(vc_reserve)(VectorClock* const vc, const unsigned new_capacity);
42 * Initialize the memory 'vc' points at as a vector clock with size 'size'.
46 void DRD_(vc_init)(VectorClock* const vc,
50 tl_assert(vc);
51 vc->size = 0;
52 vc->capacity = 0;
53 vc->vc = 0;
54 DRD_(vc_reserve)(vc, size);
55 tl_assert(size == 0 || vc->vc != 0)
    [all...]
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:__anon25390
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...]
drd_thread.c 415 HChar* vc; local
417 vc = DRD_(vc_aprint)(DRD_(thread_get_vc)(drd_joiner));
419 ", new vc: %s", vc);
420 VG_(free)(vc);
886 return &latest_sg->vc;
910 * @param vc pointer to a vectorclock, holds result upon return.
912 static void DRD_(thread_compute_minimum_vc)(VectorClock* vc)
924 DRD_(vc_assign)(vc, &latest_sg->vc);
1206 const VectorClock* const vc = &sg->vc; local
1490 HChar* vc; local
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
Android.mk 49 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockChroma_I.c \
50 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DeblockLuma_I.c \
51 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_InterpolateChroma.c \
52 ./omxdl/arm_neon/vc/m4p10/src/armVCM4P10_CAVLCTables.c \
53 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c \
54 ./omxdl/arm_neon/vc/m4p10/src/omxVCM4P10_DecodeCoeffsToPairCAVLC.c \
59 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingChroma_unsafe_s.S \
60 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_DeblockingLuma_unsafe_s.S \
61 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_Interpolate_Chroma_s.S \
62 ./omxdl/arm_neon/vc/m4p10/src_gcc/armVCM4P10_InterpolateLuma_Align_unsafe_s.S
    [all...]
  /external/tremolo/Tremolo/
ivorbiscodec.h 93 extern void vorbis_comment_init(vorbis_comment *vc);
94 extern void vorbis_comment_add(vorbis_comment *vc, char *comment);
95 extern void vorbis_comment_add_tag(vorbis_comment *vc,
97 extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
98 extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag);
99 extern void vorbis_comment_clear(vorbis_comment *vc);
treminfo.c 58 void vorbis_comment_init(vorbis_comment *vc){
59 memset(vc,0,sizeof(*vc));
74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){
83 for(i=0;i<vc->comments;i++){
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
95 int vorbis_comment_query_count(vorbis_comment *vc, char *tag){
102 for(i=0;i<vc->comments;i++){
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen)
    [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::__anon21288::VideoFileSourceImpl
  /external/libvorbis/lib/
info.c 61 void vorbis_comment_init(vorbis_comment *vc){
62 memset(vc,0,sizeof(*vc));
65 void vorbis_comment_add(vorbis_comment *vc,const char *comment){
66 vc->user_comments=_ogg_realloc(vc->user_comments,
67 (vc->comments+2)*sizeof(*vc->user_comments));
68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths
    [all...]
  /external/fio/
verify.c 268 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)
270 struct thread_data *td = vc->td;
271 struct io_u *io_u = vc->io_u;
282 hdr_offset = vc->hdr_num * hdr->len;
285 "received", vc->io_u->file);
300 "expected", vc->io_u->file);
304 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc)
308 offset = vc->io_u->offset;
309 offset += vc->hdr_num * hdr->len;
311 vc->name, vc->io_u->file->file_name, offset, hdr->len)
768 struct vcont vc = { local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
VerticalFlingDetector.java 38 ViewConfiguration vc = ViewConfiguration.get(context); local
39 mMinimumFlingVelocity = vc.getScaledMinimumFlingVelocity();
40 mMaximumFlingVelocity = vc.getScaledMaximumFlingVelocity();
41 mCustomTouchSlop = CUSTOM_SLOP_MULTIPLIER * vc.getScaledTouchSlop();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ContactSolver.cpp 75 b2ContactVelocityConstraint* vc = m_velocityConstraints + i; local
76 vc->friction = contact->m_friction;
77 vc->restitution = contact->m_restitution;
78 vc->tangentSpeed = contact->m_tangentSpeed;
79 vc->indexA = bodyA->m_islandIndex;
80 vc->indexB = bodyB->m_islandIndex;
81 vc->invMassA = bodyA->m_invMass;
82 vc->invMassB = bodyB->m_invMass;
83 vc->invIA = bodyA->m_invI;
84 vc->invIB = bodyB->m_invI
144 b2ContactVelocityConstraint* vc = m_velocityConstraints + i; local
256 b2ContactVelocityConstraint* vc = m_velocityConstraints + i; local
295 b2ContactVelocityConstraint* vc = m_velocityConstraints + i; local
608 b2ContactVelocityConstraint* vc = m_velocityConstraints + i; local
    [all...]
  /external/libvorbis/include/vorbis/
codec.h 168 extern void vorbis_comment_init(vorbis_comment *vc);
169 extern void vorbis_comment_add(vorbis_comment *vc, const char *comment);
170 extern void vorbis_comment_add_tag(vorbis_comment *vc,
172 extern char *vorbis_comment_query(vorbis_comment *vc, const char *tag, int count);
173 extern int vorbis_comment_query_count(vorbis_comment *vc, const char *tag);
174 extern void vorbis_comment_clear(vorbis_comment *vc);
187 extern int vorbis_commentheader_out(vorbis_comment *vc, ogg_packet *op);
189 vorbis_comment *vc,
204 extern int vorbis_synthesis_headerin(vorbis_info *vi,vorbis_comment *vc,
  /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/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/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...]
  /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/examples/
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);
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);
  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 379 int vc; local
384 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG), 1) -
386 if (!hc && !vc) {
389 n = (!(hc > 0 || (!hc && vc > 0)));
397 int vc; local
406 vc = JAS_MIN(((f & (JPC_NSIG | JPC_NSGN)) == JPC_NSIG) + ((f & (JPC_SSIG | JPC_SSGN)) == JPC_SSIG),
409 assert(hc >= -1 && hc <= 1 && vc >= -1 && vc <= 1);
412 vc = -vc;
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
ContactSolver.java 120 ContactVelocityConstraint vc = m_velocityConstraints[i]; local
121 vc.friction = contact.m_friction;
122 vc.restitution = contact.m_restitution;
123 vc.tangentSpeed = contact.m_tangentSpeed;
124 vc.indexA = bodyA.m_islandIndex;
125 vc.indexB = bodyB.m_islandIndex;
126 vc.invMassA = bodyA.m_invMass;
127 vc.invMassB = bodyB.m_invMass;
128 vc.invIA = bodyA.m_invI;
129 vc.invIB = bodyB.m_invI
180 final ContactVelocityConstraint vc = m_velocityConstraints[i]; local
225 ContactVelocityConstraint vc = m_velocityConstraints[i]; local
338 final ContactVelocityConstraint vc = m_velocityConstraints[i]; local
755 final ContactVelocityConstraint vc = m_velocityConstraints[i]; local
    [all...]
  /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/v8/tools/release/
auto_tag.py 24 self.vc.Pull()
32 self["tags"] = self.vc.GetTags()
116 candidate_svn = self.vc.GitSvn(self["candidate"])
118 next_svn = self.vc.GitSvn(self["next"])
132 self["lkgr"] = self.vc.SvnGit(lkgr_svn)
156 self.vc.Tag(self["candidate_version"],
push_to_candidates.py 60 self.vc.RemoteMasterBranch())
83 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteMasterBranch())
200 self.vc.Fetch()
201 self.GitCheckout(self.vc.RemoteMasterBranch())
210 TextToFile(self.GitDiff(self.vc.RemoteCandidateBranch(),
242 self.vc.RemoteCandidateBranch())
254 self.GitCheckoutFile(CHANGELOG_FILE, self.vc.RemoteCandidateBranch())
257 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteCandidateBranch())
279 self.vc.RemoteCandidateBranch())
324 self.vc.CLLand(
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 910