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

1 2

  /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/chromium_org/chrome/common/extensions/
value_counter_unittest.cc 14 extensions::ValueCounter vc; local
16 ASSERT_EQ(1, vc.Add(value));
17 ASSERT_EQ(2, vc.Add(value));
21 extensions::ValueCounter vc; local
24 ASSERT_EQ(1, vc.Add(value1));
25 ASSERT_EQ(1, vc.Add(value2));
29 extensions::ValueCounter vc; local
31 ASSERT_EQ(1, vc.Add(value));
32 ASSERT_EQ(2, vc.Add(value));
33 ASSERT_EQ(1, vc.Remove(value))
38 extensions::ValueCounter vc; local
    [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/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/libvorbis/include/vorbis/
vorbisfile.h 128 vorbis_comment *vc; member in struct:OggVorbis_File
  /cts/tests/tests/media/src/android/media/cts/
VisualizerTest.java 285 AudioEffect vc = null; local
296 vc = new AudioEffect(
301 vc.setEnabled(true);
347 if (vc != null)
348 vc.release();
355 AudioEffect vc = null; local
366 vc = new AudioEffect(
371 vc.setEnabled(true);
416 if (vc != null)
417 vc.release()
    [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 );
  /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/fio/
verify.c 283 static void dump_verify_buffers(struct verify_header *hdr, struct vcont *vc)
285 struct thread_data *td = vc->td;
286 struct io_u *io_u = vc->io_u;
297 hdr_offset = vc->hdr_num * hdr->len;
300 "received", vc->io_u->file);
315 "expected", vc->io_u->file);
319 static void log_verify_failure(struct verify_header *hdr, struct vcont *vc)
323 offset = vc->io_u->offset;
324 offset += vc->hdr_num * hdr->len;
326 vc->name, vc->io_u->file->file_name, offset, hdr->len)
750 struct vcont vc = { local
    [all...]
  /external/flac/libFLAC/
metadata_object.c 1220 FLAC__StreamMetadata_VorbisComment *vc; local
1291 FLAC__StreamMetadata_VorbisComment *vc; local
    [all...]
stream_encoder.c 780 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i]; local
    [all...]
  /external/bison/
maint.mk 61 VC = $(GIT)
63 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
102 ifeq ($(VC),$(GIT))
103 this-vc-tag = v$(VERSION)
104 this-vc-tag-regexp = v$(VERSION_REGEXP)
108 this-vc-tag = $(tag-package)-$(tag-this-version)
109 this-vc-tag-regexp = $(this-vc-tag)
168 local-checks-available += no-vc-detected
169 no-vc-detected
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 462 const ContentInfo* vc = offer->GetContentByName("video"); local
464 ASSERT_TRUE(vc == NULL);
486 const ContentInfo* vc = offer->GetContentByName("video"); local
488 ASSERT_TRUE(vc != NULL);
490 EXPECT_EQ(std::string(NS_JINGLE_RTP), vc->type);
494 static_cast<const VideoContentDescription*>(vc->description);
642 const ContentInfo* vc = offer->GetContentByName("video"); local
644 ASSERT_TRUE(vc != NULL);
648 static_cast<const VideoContentDescription*>(vc->description);
704 const ContentInfo* vc = answer->GetContentByName("video") local
730 const ContentInfo* vc = answer->GetContentByName("video"); local
763 const ContentInfo* vc = answer->GetContentByName("data"); local
941 const ContentInfo* vc = answer->GetContentByName("video"); local
966 const ContentInfo* vc = offer->GetContentByName("video"); local
1089 const ContentInfo* vc = answer->GetContentByName("video"); local
1123 ContentInfo* vc = offer->GetContentByName("video"); local
1164 const ContentInfo* vc = offer->GetContentByName("video"); local
1291 const ContentInfo* vc = offer->GetContentByName("video"); local
1333 const ContentInfo* vc = answer->GetContentByName("video"); local
1754 const ContentInfo* vc = copy->GetContentByName("video"); local
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc,
297 vorbis_comment_init(vc);
327 if((ret=vorbis_synthesis_headerin(vi,vc,&op))){
374 if((ret=vorbis_synthesis_headerin(vi,vc,&op)))
411 vorbis_comment_clear(vc);
509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc));
523 vorbis_comment vc; local
566 ret=_fetch_headers(vf,&vi,&vc,&next_serialno_list,&next_serialnos,NULL)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 1257 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
1308 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); local
2374 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Renderer9.cpp 1015 dx_VertexConstants vc = {0}; local
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 68 vc = 7 << 28, // V clear No overflow. enumerator in enum:v8::internal::Condition
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 251 vc = 7, enumerator in enum:v8::internal::Condition
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 47 function vc(a,b){Pt(a.b,b)}
425 function qc(a){var b;for(b=0;b<a.b.c;++b){if(ls(a.e,b)==null){os(a.e,b,new xc(ui(ls(a.b,b))));vc(ti(ls(a.e,b-1),6),ti(ls(a.e,b),6))}}}
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 2854 milliseconds

1 2