HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 326 - 350 of 822) sorted by null

<<11121314151617181920>>

  /system/netd/server/
PhysicalNetwork.cpp 75 SockDiag sd;
76 if (!sd.open()) {
80 if (int ret = sd.destroySocketsLackingPermission(mNetId, permission,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
filecmp.py 188 for sd in self.subdirs.itervalues():
189 sd.phase4_closure()
218 for sd in self.subdirs.itervalues():
220 sd.report()
224 for sd in self.subdirs.itervalues():
226 sd.report_full_closure()
  /external/autotest/tko/parsers/test/
scenario_base.py 74 sd = self.__dict__
75 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())]
116 sd = self.__dict__
117 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())]
  /external/libcxx/test/std/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/ndk/r11/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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/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()
  /bionic/libc/arch-mips/include/machine/
asm.h 128 #define REG_S sd
151 #define PTR_S sd
  /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);
  /prebuilts/go/darwin-x86/src/runtime/
string_test.go 100 for _, sd := range stringdata {
101 b.Run(sd.name, func(b *testing.B) {
103 for range sd.data {
110 for _, sd := range stringdata {
111 b.Run(sd.name, func(b *testing.B) {
113 for _ = range sd.data {
120 for _, sd := range stringdata {
121 b.Run(sd.name, func(b *testing.B) {
123 for _, _ = range sd.data {
  /prebuilts/go/linux-x86/src/runtime/
string_test.go 100 for _, sd := range stringdata {
101 b.Run(sd.name, func(b *testing.B) {
103 for range sd.data {
110 for _, sd := range stringdata {
111 b.Run(sd.name, func(b *testing.B) {
113 for _ = range sd.data {
120 for _, sd := range stringdata {
121 b.Run(sd.name, func(b *testing.B) {
123 for _, _ = range sd.data {
  /frameworks/base/core/java/android/app/
LoadedApk.java 1078 LoadedApk.ServiceDispatcher sd = smap.valueAt(i); local
1399 LoadedApk.ServiceDispatcher sd = null; local
1425 LoadedApk.ServiceDispatcher sd = null; local
1497 LoadedApk.ServiceDispatcher sd = mDispatcher.get(); local
    [all...]
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 78 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
79 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
80 assert(base(r) == id+sd);
85 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
91 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
97 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
103 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
278 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
279 for (int i = 0; i < sd; ++i
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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...]
  /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 835 YV12_BUFFER_CONFIG sd; local
861 res = image2yuvconfig(img, &sd);
863 if (vp8_receive_raw_frame(ctx->cpi, ctx->next_frame_flag | lib_flags, &sd,
984 YV12_BUFFER_CONFIG sd; local
1000 YV12_BUFFER_CONFIG sd; local
1029 YV12_BUFFER_CONFIG sd; local
    [all...]
  /build/kati/
shellutil_test.go 86 sd, ok := v.(*funcShellDate)
91 if got, want := sd.format, tc.format; got != want {
  /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

Completed in 1336 milliseconds

<<11121314151617181920>>