/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 107 lscale = ttk.LabeledScale(from_=0, to=10) 108 lscale.pack() 109 lscale.wait_visibility() 110 lscale.update() 112 linfo_1 = lscale.label.place_info() 113 prev_xcoord = lscale.scale.coords()[0] 118 lscale.scale.configure(from_=-5, to=5) 121 lscale.update() 122 curr_xcoord = lscale.scale.coords()[0] 125 linfo_2 = lscale.label.place_info( [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 107 lscale = ttk.LabeledScale(from_=0, to=10) 108 lscale.pack() 109 lscale.wait_visibility() 110 lscale.update() 112 linfo_1 = lscale.label.place_info() 113 prev_xcoord = lscale.scale.coords()[0] 118 lscale.scale.configure(from_=-5, to=5) 121 lscale.update() 122 curr_xcoord = lscale.scale.coords()[0] 125 linfo_2 = lscale.label.place_info( [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 107 lscale = ttk.LabeledScale(from_=0, to=10) 108 lscale.pack() 109 lscale.wait_visibility() 110 lscale.update() 112 linfo_1 = lscale.label.place_info() 113 prev_xcoord = lscale.scale.coords()[0] 118 lscale.scale.configure(from_=-5, to=5) 121 lscale.update() 122 curr_xcoord = lscale.scale.coords()[0] 125 linfo_2 = lscale.label.place_info( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 107 lscale = ttk.LabeledScale(from_=0, to=10) 108 lscale.pack() 109 lscale.wait_visibility() 110 lscale.update() 112 linfo_1 = lscale.label.place_info() 113 prev_xcoord = lscale.scale.coords()[0] 118 lscale.scale.configure(from_=-5, to=5) 121 lscale.update() 122 curr_xcoord = lscale.scale.coords()[0] 125 linfo_2 = lscale.label.place_info( [all...] |
/external/llvm/include/llvm/Support/ |
ScaledNumber.h | 252 int compare(DigitsT LDigits, int16_t LScale, DigitsT RDigits, int16_t RScale) { 263 int32_t lgL = getLgFloor(LDigits, LScale), lgR = getLgFloor(RDigits, RScale); 268 if (LScale < RScale) 269 return compareImpl(LDigits, RDigits, RScale - LScale); 271 return -compareImpl(RDigits, LDigits, LScale - RScale); 281 /// \c LScale (\c RScale) is unspecified. 287 int16_t matchScales(DigitsT &LDigits, int16_t &LScale, DigitsT &RDigits, 291 if (LScale < RScale) 293 return matchScales(RDigits, RScale, LDigits, LScale); 296 if (!RDigits || LScale == RScale [all...] |
/external/aac/libAACdec/src/ |
stereo.cpp | 180 int lScale=leftScale[band]; 182 int commonScale=lScale > rScale ? lScale:rScale; 193 lScale = fMin(DFRACT_BITS-1, commonScale - lScale); 196 FDK_ASSERT(lScale >= 0 && rScale >= 0); 203 leftCoefficient >>= lScale ;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dls1.h | 136 LONG lScale;
|
pdh.h | 140 LONG lScale; 166 LONG lScale;
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls.h | 151 LONG lScale;
|
/external/opencv3/modules/imgproc/test/ |
test_color.cpp | 1020 float Lscale = depth == CV_8U ? 255.f/100.f : depth == CV_16U ? 65535.f/100.f : 1.f; [all...] |
/frameworks/av/services/audioflinger/ |
AudioResamplerDyn.cpp | 156 int lscale = inSampleRate/outSampleRate < 2 ? L - 1 : local 158 for (int i=lscale; i; ++bits, i>>=1)
|
/external/opencv3/modules/imgproc/src/opencl/ |
cvtcolor.cl | [all...] |
/external/opencv3/modules/imgproc/src/ |
color.cpp | [all...] |
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
color_detail.hpp | [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/ |
color_cvt.hpp | [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | [all...] |