HomeSort by relevance Sort by last modified time
    Searched defs:cw (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
sigcontext.h 38 unsigned long cw; member in struct:_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigcontext.h 53 __uint32_t cw; member in struct:_fpstate
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
sigcontext.h 37 unsigned long cw; member in struct:_fpstate
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CommonControllerOverlay.java 294 int cw = view.getMeasuredWidth(); local
296 int cl = (r - l - cw) / 2;
298 view.layout(cl, ct, cl + cw, ct + ch);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 258 int cw = canvas.getWidth(); local
260 int centerx = cw / 2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 210 unsigned long int cw; member in struct:_libc_fpstate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 210 unsigned long int cw; member in struct:_libc_fpstate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 210 unsigned long int cw; member in struct:_libc_fpstate
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 131 #define cw OpcodeByteKind_cw macro
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
TransformationMatrix.cpp 479 double cx, cy, cz, cw; local
516 cw = aw * scale + bw * invscale;
518 qa[0] = cx; qa[1] = cy; qa[2] = cz; qa[3] = cw;
    [all...]
  /external/mksh/src/
eval.c 1103 int cw; local
1115 if ((cw = utf_wcwidth(wc)) == -1) {
1120 c += cw;
    [all...]
expr.c 724 int cw; local
731 ((cw = utf_wcwidth(wc)) == -1)) {
736 width += cw;
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 172 ContextWrapper cw = new ContextWrapper(realActivity); local
173 cw.startService(new Intent(cw, MediaPlaybackService.class));
175 if (cw.bindService((new Intent()).setClass(cw, MediaPlaybackService.class), sb, 0)) {
176 sConnectionMap.put(cw, sb);
177 return new ServiceToken(cw);
188 ContextWrapper cw = token.mWrappedContext; local
189 ServiceBinder sb = sConnectionMap.remove(cw);
194 cw.unbindService(sb)
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1369 const CvMat* cw = params.class_weights; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 922 new CdmaConnection(mPhone.getContext(), cw, this, mRingingCall); local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 295 struct vdec_cropping_window cw; member in union:vdec_property
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 263 struct vdec_cropping_window cw; member in union:vdec_property
  /external/valgrind/main/include/vki/
vki-x86-linux.h 214 unsigned long cw; member in struct:_vki_fpstate
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 2816 const LayoutUnit cw = isOutOfFlowPositioned() ? containingBlockLogicalWidthForPositioned(toRenderBoxModelObject(container())) : containingBlockLogicalWidthForContent(); local
2978 LayoutUnit cw = containingBlockLogicalWidthForContent(); local
    [all...]

Completed in 1713 milliseconds

1 23 4 5