HomeSort by relevance Sort by last modified time
    Searched refs:sz (Results 126 - 150 of 1180) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
const_iterator.hpp 57 template< typename T, std::size_t sz >
58 struct range_const_iterator< T[sz] >
mutable_iterator.hpp 57 template< typename T, std::size_t sz >
58 struct range_mutable_iterator< T[sz] >
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 102 int sz = size(); local
103 Item[] resultArr = new Item[sz];
106 for (int i = 0; i < sz; i++) {
168 int sz = size(); local
170 if (sz == 0) {
185 IntList result = new IntList(sz + (hasDefault ? 1 : 0));
187 for (int i = 0; i < sz; i++) {
205 int sz = size(); local
206 if (sz == 0) {
210 StdTypeList result = new StdTypeList(sz);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteCatchList.java 102 int sz = size(); local
103 Item[] resultArr = new Item[sz];
106 for (int i = 0; i < sz; i++) {
168 int sz = size(); local
170 if (sz == 0) {
185 IntList result = new IntList(sz + (hasDefault ? 1 : 0));
187 for (int i = 0; i < sz; i++) {
205 int sz = size(); local
206 if (sz == 0) {
210 StdTypeList result = new StdTypeList(sz);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
ScaleTransformOperation.h 39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
41 return adoptRef(new ScaleTransformOperation(sx, sy, sz, type));
70 ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
73 , m_z(sz)
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p4-0x.cpp 8 int sz = sizeof(this); // ok member in struct:S
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.h 28 void *user_alloc(ThreadState *thr, uptr pc, uptr sz,
32 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz);
33 void *user_alloc_aligned(ThreadState *thr, uptr pc, uptr sz, uptr align);
69 void *internal_alloc(MBlockType typ, uptr sz);
  /external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc 15 void __sanitizer_malloc_hook(const volatile void *ptr, size_t sz) {
  /external/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
assign_value.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
gslice_array.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_non_const.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 81 for (FX_INT32 i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
89 for (FX_INT32 i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
105 for (int i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
135 for (FX_INT32 i=0,sz=pListBox->GetCount(); i<sz; i++)
167 for (int i=0,sz=m_pWidget->CountOptions(); i<sz; i++)
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz)
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz)
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 126 sz - size of the data in buffer
138 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz)
142 result = write(fd, buf, sz);
146 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, result = %d\n", fd, (long) buf, (int) sz, (int) result); */
158 sz - size of the buffer
170 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz)
174 len = read(fd, buf, sz);
178 /* LOC_LOGD("fd = %d, buf = 0x%lx, size = %d, len = %d\n", fd, (long) buf, (int) sz, len); */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/
assign_value.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
gslice_array_assign.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
31 v = v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
gslice_array.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.sub/
gslice_non_const.pass.cpp 26 std::size_t sz[] = {2, 4, 3}; local
30 std::valarray<int> v(v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 108 int sz = size(); local
110 if (sz == 0) {
114 DalvInsn last = get(sz - 1);
126 int sz = size(); local
131 for (int i = 0; i < sz; i++) {
151 for (int i = 0; i < sz; i++) {
187 int sz = size(); local
190 for (int i = 0; i < sz; i++) {
226 int sz = size(); local
229 for (int i = 0; i < sz; i++)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 108 int sz = size(); local
110 if (sz == 0) {
114 DalvInsn last = get(sz - 1);
126 int sz = size(); local
131 for (int i = 0; i < sz; i++) {
151 for (int i = 0; i < sz; i++) {
187 int sz = size(); local
190 for (int i = 0; i < sz; i++) {
226 int sz = size(); local
229 for (int i = 0; i < sz; i++)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxstats.c 25 stats->buf.sz = 0;
36 stats->buf.sz = stat_buf.st_size;
37 stats->buf.buf = mmap(NULL, stats->buf.sz, PROT_READ, MAP_PRIVATE, fd, 0);
47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
56 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
57 res = (nbytes == stats->buf.sz);
69 stats->buf.sz = 0;
83 munmap(stats->buf.buf, stats->buf.sz);
101 if (stats->buf.sz + len > stats->buf_alloc_sz) {
115 stats->buf.sz += len
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 109 int sz = size(); local
111 if (sz == 0) {
115 DalvInsn last = get(sz - 1);
127 int sz = size(); local
132 for (int i = 0; i < sz; i++) {
152 for (int i = 0; i < sz; i++) {
188 int sz = size(); local
191 for (int i = 0; i < sz; i++) {
227 int sz = size(); local
230 for (int i = 0; i < sz; i++)
    [all...]
  /external/libvpx/libvpx/
vpxstats.c 25 stats->buf.sz = 0;
36 stats->buf.sz = stat_buf.st_size;
37 stats->buf.buf = mmap(NULL, stats->buf.sz, PROT_READ, MAP_PRIVATE, fd, 0);
47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
56 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
57 res = (nbytes == stats->buf.sz);
69 stats->buf.sz = 0;
83 munmap(stats->buf.buf, stats->buf.sz);
101 if (stats->buf.sz + len > stats->buf_alloc_sz) {
115 stats->buf.sz += len
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.c 25 stats->buf.sz = 0;
36 stats->buf.sz = stat_buf.st_size;
37 stats->buf.buf = mmap(NULL, stats->buf.sz, PROT_READ, MAP_PRIVATE, fd, 0);
47 stats->buf.sz = stats->buf_alloc_sz = ftell(stats->file);
56 nbytes = fread(stats->buf.buf, 1, stats->buf.sz, stats->file);
57 res = (nbytes == stats->buf.sz);
69 stats->buf.sz = 0;
83 munmap(stats->buf.buf, stats->buf.sz);
101 if (stats->buf.sz + len > stats->buf_alloc_sz) {
115 stats->buf.sz += len
    [all...]

Completed in 2738 milliseconds

1 2 3 4 56 7 8 91011>>