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

1 2

  /external/clang/test/Index/
get-cursor.c 5 struct _MyS ww; variable in typeref:struct:_MyS
  /external/clang/test/Analysis/
reinterpret-cast.cpp 57 void test(IntWrapperWrapper *ww) {
58 reinterpret_cast<IntWrapperSubclass *>(ww)->x = 42;
59 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{TRUE}}
61 clang_analyzer_eval(ww->w.x == 42); // expected-warning{{TRUE}}
62 ww->w.x = 0;
64 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{FALSE}}
  /external/clang/test/Sema/
cast-to-union.c 13 union u ww = (union u)1.0; // expected-error{{cast to union type from type 'double' not present in union}} variable in typeref:union:u
  /external/valgrind/exp-sgcheck/
sg_main.h 46 Bool rr, Bool ww, Bool xx, ULong di_handle );
48 Bool rr, Bool ww, Bool xx, ULong di_handle );
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 48 void ww( function
  /external/skia/samplecode/
SampleXfermodesBlur.cpp 53 SkScalar ww = SkIntToScalar(W); local
60 r.set(0, 0, ww*3/4, hh*3/4);
69 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 485 const Word16 *ww, *we;
488 ww = &corrweight[250];
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
501 ww--;
595 const Word16 *ww; local
600 ww = &corrweight[250];
612 t0 = Mpy_32_16(t0_h, t0_l, *ww, pOverflow);
613 ww--;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 40 Word16 *ww, *we, *hp_wsp; local
52 ww = &corrweight[198];
74 R0 = Mpy_32_16(hi, lo, *ww);
75 ww--;
  /external/skia/gm/
xfermodes.cpp 24 SkScalar ww = SkIntToScalar(w); local
30 r.set(0, 0, ww*3/4, hh*3/4);
40 r.set(ww/3, hh/3, ww*19/20, hh*19/20);
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp 432 int32_t ww = streamConfigs.data.i32[i + 1]; local
435 if (w * h > ww * hh) {
436 w = ww;
447 int32_t ww = availableProcessedSizes.data.i32[i]; local
449 if (w * h > ww * hh) {
450 w = ww;
  /external/opencv/cv/src/
cvfundam.cpp 517 double ww = 1./(H[6]*M[i].x + H[7]*M[i].y + 1.); local
518 double dx = (H[0]*M[i].x + H[1]*M[i].y + H[2])*ww - m[i].x;
519 double dy = (H[3]*M[i].x + H[4]*M[i].y + H[5])*ww - m[i].y;
546 double ww = 1./(h[6]*Mx + h[7]*My + 1.); local
547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww;
548 double _yi = (h[3]*Mx + h[4]*My + h[5])*ww;
554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi }
    [all...]
cvundistort.cpp 472 double ww = 1./(RR[2][0]*x + RR[2][1]*y + RR[2][2]); local
473 x = xx*ww;
474 y = yy*ww;
cvcalibration.cpp     [all...]
  /external/valgrind/include/
pub_tool_tooliface.h 539 Bool rr, Bool ww, Bool xx,
544 Bool rr, Bool ww, Bool xx,
549 Bool rr, Bool ww, Bool xx));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 198 double ww = hh * rw / rh; local
199 float left = (float) ((rw - ww) * 0.5f);
201 float right = (float) (left + ww);
  /external/v8/test/mjsunit/
string-add.js 83 assertEquals("44", w + w, "ww");
105 assertEquals("44", w + w, "ww");
to_number_order.js 32 var ww = function() { x += "fisk"; return 2; } function
34 w.valueOf = ww;
  /external/v8/test/webkit/
rehash-assign.js 77 ww = 22;
  /external/skia/src/core/
SkGeometry.cpp     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/drawing/
nx_pylab.py 590 linewidths = [4*ww for ww in lw],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
threshold.py 203 return [ ww*wscale for ww in wseq]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 372 Bool rr, ww, xx; local
380 ww = toBool(prot & VKI_PROT_WRITE);
383 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3176 HChar rr, ww, xx, pp, ch, tmp; local
    [all...]
  /external/valgrind/drd/
drd_main.c 488 const Bool rr, const Bool ww, const Bool xx,
    [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]

Completed in 769 milliseconds

1 2