HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 201 - 225 of 440) sorted by null

1 2 3 4 5 6 7 891011>>

  /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/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...]
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 825 YV12_BUFFER_CONFIG sd; local
848 res = image2yuvconfig(img, &sd);
851 &sd, dst_time_stamp, dst_end_time_stamp))
987 YV12_BUFFER_CONFIG sd; local
1008 YV12_BUFFER_CONFIG sd; local
1045 YV12_BUFFER_CONFIG sd; local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 825 YV12_BUFFER_CONFIG sd; local
848 res = image2yuvconfig(img, &sd);
851 &sd, dst_time_stamp, dst_end_time_stamp))
987 YV12_BUFFER_CONFIG sd; local
1008 YV12_BUFFER_CONFIG sd; local
1045 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/chromium_org/tools/telemetry/telemetry/page/
page_set.py 49 for sd in serving_dirs:
50 if os.path.isabs(sd):
51 self.serving_dirs.add(os.path.realpath(sd))
53 self.serving_dirs.add(os.path.realpath(os.path.join(self.base_dir, sd)))
  /external/libcxx/test/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/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
  /external/stressapptest/src/
disk_blocks.cc 71 StorageData *sd = new StorageData(); local
72 sd->block = block;
73 sd->pos = nelems_;
81 addr_to_block_.insert(std::make_pair(address, sd));
  /external/valgrind/main/auxprogs/
valgrind-di-server.c 506 static void set_blocking ( int sd )
509 res = fcntl(sd, F_GETFL);
510 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK);
519 static void set_nonblocking ( int sd )
522 res = fcntl(sd, F_GETFL);
523 res = fcntl(sd, F_SETFL, res | O_NONBLOCK);
676 Int sd = conn_state[conn_no].conn_sd; local
680 { Int r = my_read(sd, &rd_first8[0], 8);
694 Int r = my_read(sd, req->data, req->n_data);
878 Int r = my_write(sd, &wr_first8[0], 8)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/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 4040 milliseconds

1 2 3 4 5 6 7 891011>>