HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 276 - 300 of 687) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique_pred.pass.cpp 66 const unsigned sd = sizeof(id)/sizeof(id[0]); local
68 r = std::unique(Iter(id), Iter(id+sd), count_equal());
72 assert(count_equal::count == sd-1);
156 const unsigned sd = sizeof(id)/sizeof(id[0]); local
158 r = std::unique(Iter(id), Iter(id+sd), count_equal());
162 assert(count_equal::count == sd-1);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
filecmp.py 189 for sd in self.subdirs.itervalues():
190 sd.phase4_closure()
219 for sd in self.subdirs.itervalues():
221 sd.report()
225 for sd in self.subdirs.itervalues():
227 sd.report_full_closure()
  /prebuilts/gdb/linux-x86/lib/python2.7/
filecmp.py 189 for sd in self.subdirs.itervalues():
190 sd.phase4_closure()
219 for sd in self.subdirs.itervalues():
221 sd.report()
225 for sd in self.subdirs.itervalues():
227 sd.report_full_closure()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 189 for sd in self.subdirs.itervalues():
190 sd.phase4_closure()
219 for sd in self.subdirs.itervalues():
221 sd.report()
225 for sd in self.subdirs.itervalues():
227 sd.report_full_closure()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 189 for sd in self.subdirs.itervalues():
190 sd.phase4_closure()
219 for sd in self.subdirs.itervalues():
221 sd.report()
225 for sd in self.subdirs.itervalues():
227 sd.report_full_closure()
  /external/llvm/test/MC/Mips/mips2/
invalid-mips4-wrong-error.s 14 sd $12,5835($10) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorGridDialog.java 51 GradientDrawable sd = ((GradientDrawable) button.getBackground()); local
59 sd.setColor(c);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorderTabletUI.java 175 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); local
176 sd.setColor(mBasColors[i]);
177 sd.setStroke(3, (0 == i) ? mSelected : mTransparent);
229 GradientDrawable sd = ((GradientDrawable) b.getBackground());
230 sd.setColor(color);
250 GradientDrawable sd = ((GradientDrawable) button.getBackground()); local
251 sd.setColor(mBasColors[i]);
252 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent);
EditorDrawTabletUI.java 181 GradientDrawable sd = ((GradientDrawable) mColorButton[i].getBackground()); local
183 sd.setColor(mBasColors[i]);
184 sd.setStroke(3, (0 == i) ? mSelected : mTransparent);
240 GradientDrawable sd = ((GradientDrawable) b.getBackground());
241 sd.setColor(color);
273 GradientDrawable sd = ((GradientDrawable) button.getBackground()); local
274 sd.setColor(mBasColors[i]);
275 sd.setStroke(3, (mSelectedColorButton == i) ? mSelected : mTransparent);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 79 const unsigned sd = sizeof(id)/sizeof(id[0]); local
80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
81 assert(base(r) == id+sd);
86 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
92 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
98 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
104 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
279 const unsigned sd = sizeof(id)/sizeof(id[0]); local
280 for (int i = 0; i < sd; ++i
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 79 const unsigned sd = sizeof(id)/sizeof(id[0]); local
80 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
81 assert(base(r) == id+sd);
86 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
92 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
98 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
104 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
279 const unsigned sd = sizeof(id)/sizeof(id[0]); local
280 for (int i = 0; i < sd; ++i
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 992 Int sd, res; local
1011 sd = VG_(socket)(VKI_AF_INET, VKI_SOCK_STREAM, 0 /* IPPROTO_IP ? */);
1012 if (sd < 0) {
1018 res = my_connect(sd, &servAddr, sizeof(servAddr));
1024 return sd;
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 902 GLfixed sd = dot4(equation.v, s->eye.v); local
907 if (sd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
967 GLfixed sd = frustumPlaneDist(plane, s->clip); local
1044 const GLfixed sd = dot4(equation.v, s->eye.v); local
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 903 YV12_BUFFER_CONFIG sd; local
926 res = image2yuvconfig(img, &sd);
929 &sd, dst_time_stamp, dst_end_time_stamp))
1064 YV12_BUFFER_CONFIG sd; local
1084 YV12_BUFFER_CONFIG sd; local
1118 YV12_BUFFER_CONFIG sd; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 828 YV12_BUFFER_CONFIG sd; local
851 res = image2yuvconfig(img, &sd);
854 &sd, dst_time_stamp, dst_end_time_stamp))
990 YV12_BUFFER_CONFIG sd; local
1011 YV12_BUFFER_CONFIG sd; local
1048 YV12_BUFFER_CONFIG sd; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 50 const unsigned sd = sizeof(id)/sizeof(id[0]); local
51 r = std::unique(Iter(id), Iter(id+sd));
124 const unsigned sd = sizeof(id)/sizeof(id[0]); local
125 r = std::unique(Iter(id), Iter(id+sd));
unique_copy_pred.pass.cpp 69 const unsigned sd = sizeof(id)/sizeof(id[0]); local
70 int jd[sd] = {-1};
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
76 assert(count_equal::count == sd-1);
  /external/llvm/test/MC/ARM/
directive-even.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
eh-directive-cantunwind.s 2 @ RUN: | llvm-readobj -s -sd -sr | FileCheck %s
eh-directive-movsp.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | llvm-readobj -s -sd | FileCheck %s
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | FileCheck %s
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 1 # RUN: llvm-mc -filetype=obj -triple mips64eb-unknown-freebsd %s -o - | llvm-readobj -s -sd | FileCheck %s
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
4 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
8 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-LE

Completed in 1938 milliseconds

<<11121314151617181920>>