HomeSort by relevance Sort by last modified time
    Searched refs:vd (Results 26 - 50 of 158) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
UninitializedValues.h 106 virtual void handleUseOfUninitVariable(const VarDecl *vd,
112 virtual void handleSelfInit(const VarDecl *vd) {}
  /external/eigen/test/
mixingtypes.cpp 58 Vec_d vd = vf.template cast<double>(); local
79 VERIFY_RAISES_ASSERT(vf=vd);
80 VERIFY_RAISES_ASSERT(vf+=vd);
87 VERIFY_MIX_SCALAR(scd * vd , scd * vd.template cast<complex<double> >());
98 VERIFY_MIX_SCALAR(scd / vd.array() , scd / vd.template cast<complex<double> >().array());
104 VERIFY_MIX_SCALAR(scd + vd.array() , scd + vd.template cast<complex<double> >().array());
110 VERIFY_MIX_SCALAR(scd - vd.array() , scd - vd.template cast<complex<double> >().array())
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 2414 int vd, d; local
2514 int vd, d; local
2733 int vd, d; local
2763 int vd, d; local
2849 int vd, d; local
2867 int vd, d; local
3154 int vd, d; local
3172 int vd, d; local
3187 int vd, d; local
3205 int vd, d; local
3219 int vd, d; local
3240 int vd, d; local
3258 int vd, d; local
3281 int vd, d; local
3299 int vd, d; local
3322 int vd, d; local
3340 int vd, d; local
3361 int vd, d; local
3377 int vd, d; local
3398 int vd, d; local
3414 int vd, d; local
3437 int vd, d; local
3455 int vd, d; local
3475 int vd, d; local
3490 int vd, d; local
3508 int vd, d; local
3521 int vd, d; local
3532 int vd, d; local
3548 int vd, d; local
3564 int vd, d; local
3580 int vd, d; local
3597 int vd, d; local
3629 int vd, d; local
3663 int vd, d; local
3677 int vd, d; local
3707 int vd, d; local
3721 int vd, d; local
3735 int vd, d; local
3749 int vd, d; local
3763 int vd, d; local
3777 int vd, d; local
3791 int vd, d; local
3805 int vd, d; local
3819 int vd, d; local
3833 int vd, d; local
3851 int vd, d; local
3865 int vd, d; local
3877 int vd, d; local
3918 int vd, d; local
3949 int vd, d; local
3961 int vd, d; local
3973 int vd, d; local
3999 int vd, d; local
4012 int vd, d; local
4027 int vd, d; local
4082 int vd, d; local
4126 int vd, d; local
4172 int vd, d; local
4265 int vd, d; local
4332 int vd, d; local
4454 int vd, d; local
4493 int vd, d; local
4593 int vd, d; local
4609 int vd, d; local
4624 int vd, d; local
4659 int vd, d; local
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 947 void MacroAssembler::Movi16bitHelper(const VRegister& vd, uint64_t imm) {
952 movi(vd.Is64Bits() ? vd.V8B() : vd.V16B(), byte1);
954 movi(vd, byte2, LSL, 8);
956 movi(vd, byte1);
958 mvni(vd, ~byte2 & 0xff, LSL, 8);
960 mvni(vd, ~byte1 & 0xff);
965 dup(vd, temp);
970 void MacroAssembler::Movi32bitHelper(const VRegister& vd, uint64_t imm)
    [all...]
  /frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
VectorDrawablePerfTest.java 63 VectorDrawable vd = (VectorDrawable) activity.getDrawable(resId); local
74 vd.setBounds(0, 0, mTestWidths[i % 2], mTestHeights[i % 2]);
76 vd.draw(canvas);
  /external/tremolo/Tremolo/
res012.c 112 int res_inverse(vorbis_dsp_state *vd,vorbis_info_residue *info,
116 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup;
120 int pcmend=ci->blocksizes[vd->W];
161 int temp=vorbis_book_decode(phrasebook,&vd->opb);
184 if(vorbis_book_decodev_add(stagebook,in[j]+offset,&vd->opb,
188 if(vorbis_book_decodevs_add(stagebook,in[j]+offset,&vd->opb,
234 temp=vorbis_book_decode(phrasebook,&vd->opb);
254 &vd->opb,
floor1.c 289 ogg_int32_t *floor1_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *in,
292 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup;
299 if(oggpack_read(&vd->opb,1)==1){
300 fit_value[0]=oggpack_read(&vd->opb,ilog(quant_q-1));
301 fit_value[1]=oggpack_read(&vd->opb,ilog(quant_q-1));
314 cval=vorbis_book_decode(books+info->klass[classv].class_book,&vd->opb);
323 if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)
375 int floor1_inverse2(vorbis_dsp_state *vd,vorbis_info_floor *in,
379 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup;
380 int n=ci->blocksizes[vd->W]/2
    [all...]
floor0.c 400 ogg_int32_t *floor0_inverse1(vorbis_dsp_state *vd,vorbis_info_floor *i,
405 int ampraw=oggpack_read(&vd->opb,info->ampbits);
409 int booknum=oggpack_read(&vd->opb,_ilog(info->numbooks));
412 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup;
417 if(vorbis_book_decodev_set(b,lsp+j,&vd->opb,b->dim,-24)==-1)goto eop;
431 int floor0_inverse2(vorbis_dsp_state *vd,vorbis_info_floor *i,
434 codec_setup_info *ci=(codec_setup_info *)vd->vi->codec_setup;
440 vorbis_lsp_to_curve(out,ci->blocksizes[vd->W]/2,info->barkmap,
445 memset(out,0,sizeof(*out)*ci->blocksizes[vd->W]/2);
  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.h 62 void setVectorDrawable(VectorDrawableRoot* vd) { mVectorDrawable = vd; }
  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 54 for _, vd := range a {
55 if matchDecl(vd.Decl, f) {
56 a[w] = vd
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 54 for _, vd := range a {
55 if matchDecl(vd.Decl, f) {
56 a[w] = vd
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
VariableDeclarator.java 118 VariableDeclarator vd = VariableDeclarator.this;
119 if (vd.getParentNode().isPresent() && vd.getParentNode().get() instanceof NodeWithVariables) {
120 NodeWithVariables nodeWithVariables = (NodeWithVariables) vd.getParentNode().get();
124 int index = nodeWithVariables.getVariables().indexOf(vd);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
VectorDrawableTests.java 48 VectorDrawable vd = (VectorDrawable) getActivity().getResources().getDrawable( local
53 vd.setBounds(new Rect(0, 0, 50, 50));
54 vd.draw(canvas);
102 // An animation grows VectorDrawable bounds from 0x0 to 90x90. If VD cache is
104 // If VD cache is stale, then VD will upscale the original 1x1 cached image to
108 child.setVDSize(new Rect(0, 0, 2, 2)); //first draw with VD size set to 1x1 pixels.
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtl.c 114 #define vd ((long double)vd2 + vd1) macro
116 t = dt + vd - 0x1.0p32;
  /external/libvpx/libvpx/vp8/common/
mfqe.c 109 unsigned char *vd, int yd_stride, int uvd_stride) {
131 vpx_variance8x8(v, uv_stride, vd, uvd_stride, &sse);
136 vsad = (vpx_sad8x8(v, uv_stride, vd, uvd_stride) + 32) >> 6;
146 vpx_variance4x4(v, uv_stride, vd, uvd_stride, &sse);
151 vsad = (vpx_sad4x4(v, uv_stride, vd, uvd_stride) + 8) >> 4;
184 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, vd,
191 vp8_copy_mem8x8(v, uv_stride, vd, uvd_stride);
198 for (vp = v, vdp = vd, i = 0; i < uvblksize;
  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
VectorDrawable01.java 86 VectorDrawable vd = (VectorDrawable) button.getBackground(); local
87 vd.setAlpha((i + 1) * (0xFF / (icon.length + 1)));

Completed in 900 milliseconds

12 3 4 5 6 7