/external/clang/test/PCH/ |
D | cxx1y-variable-templates.cpp | 58 template<typename T> T vc = T(); variable 72 template<typename T> T vc = T(10); variable 107 template<> float vc<float> = 1.5; variable 108 template int vc<int>; variable 153 template<typename T> T* vc<T*> = new T(); variable 154 template<> constexpr float vc<float> = 1.5; variable
|
/external/tremolo/Tremolo/ |
D | treminfo.c | 58 void vorbis_comment_init(vorbis_comment *vc){ in vorbis_comment_init() 74 char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count){ in vorbis_comment_query() 95 int vorbis_comment_query_count(vorbis_comment *vc, char *tag){ in vorbis_comment_query_count() 110 void vorbis_comment_clear(vorbis_comment *vc){ in vorbis_comment_clear() 216 int _vorbis_unpack_comment(vorbis_comment *vc,oggpack_buffer *opb){ in _vorbis_unpack_comment() 340 int vorbis_dsp_headerin(vorbis_info *vi,vorbis_comment *vc,ogg_packet *op){ in vorbis_dsp_headerin()
|
D | ivorbisfile.h | 81 vorbis_comment vc; member
|
D | vorbisfile.c | 283 vorbis_comment *vc, in _fetch_headers()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 121 int hc, vc, n; in t1_init_ctxno_sc() local 165 int hc, vc, n; in t1_init_spb() local
|
/external/webrtc/talk/session/media/ |
D | mediasession_unittest.cc | 488 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 512 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 696 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 776 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 802 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 835 const ContentInfo* vc = answer->GetContentByName("data"); in TEST_F() local 1013 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 1038 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local 1161 const ContentInfo* vc = answer->GetContentByName("video"); in TEST_F() local 1195 ContentInfo* vc = offer->GetContentByName("video"); in TEST_F() local [all …]
|
/external/eigen/test/ |
D | sparse_ref.cpp | 71 SparseVector<float> vc = VectorXf::Random(10).sparseView(0.5,1); in call_ref() local
|
/external/clang/test/SemaCXX/ |
D | microsoft-dtor-lookup.cpp | 28 VC vc; in f() local
|
/external/eigen/bench/ |
D | benchVecAdd.cpp | 66 VectorXf vc = Map<VectorXf>(c, size2); in main() local
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CLDRTest.java | 195 ValueCount vc = new ValueCount(); in TestCommonChildren() local 217 ValueCount vc = currentValues.get(xpath); in TestCommonChildren() local
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | InCallServiceImpl.java | 953 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyRequest() local 977 VideoCall vc = getVideoCallById(callId); in videoCallSendSessionModifyResponse() local
|
/external/flac/libFLAC/ |
D | metadata_object.c | 1231 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_insert_comment() local 1305 FLAC__StreamMetadata_VorbisComment *vc; in FLAC__metadata_object_vorbiscomment_delete_comment() local
|
D | stream_encoder.c | 749 FLAC__StreamMetadata *vc = encoder->protected_->metadata[i1]; in init_stream_internal_() local
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp_unittest.cc | 1298 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeCodecParams() local 1351 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description()); in TestDeserializeRtcpFb() local 2556 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); in TEST_F() local 2590 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description()); in TEST_F() local
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 364 def vc(self): member in RegistryInfo
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_bsp.c | 164 struct vc1_picparm_bsp *vc = (struct vc1_picparm_bsp *)map; in nouveau_vp3_fill_picparm_vc1_bsp() local
|
D | nouveau_vp3_video_vp.c | 431 struct vc1_picparm_vp *vc = (struct vc1_picparm_vp *)map; in nouveau_vp3_fill_picparm_vc1_vp() local
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 14091 int16x4_t vc; in vmlal_n_s16() local 14099 int32x2_t vc; in vmlal_n_s32() local 14107 uint16x4_t vc; in vmlal_n_u16() local 14115 uint32x2_t vc; in vmlal_n_u32() local 14125 int16x4_t vc; in vqdmlal_n_s16() local 14133 int32x2_t vc; in _NEON2SSE_PERFORMANCE_WARNING() local 14142 int16x4_t vc; in vmls_n_s16() local 14150 int32x2_t vc; in vmls_n_s32() local 14158 uint16x4_t vc; in vmls_n_u16() local 14166 uint32x2_t vc; in vmls_n_u32() local [all …]
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1234 Value *vc = VBROADCAST(LOAD(GEP(pAttribs, indexC))); in CompileFS() local
|
/external/v8/src/arm/ |
D | constants-arm.h | 84 vc = 7 << 28, // V clear No overflow. enumerator
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | instr-a2xx.h | 208 uint8_t vc : 6; /* vertex cache? */ member
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1722 } else if (const analysis::VectorConstant* vc = in getFloatConstantKind() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1722 } else if (const analysis::VectorConstant* vc = in getFloatConstantKind() local
|
/external/vixl/src/aarch32/ |
D | instructions-aarch32.h | 986 vc = 7, enumerator
|
/external/pdfium/third_party/lcms/src/ |
D | cmstypes.c | 3835 cmsICCViewingConditions* vc = NULL; in Type_ViewingConditions_Read() local
|