HomeSort by relevance Sort by last modified time
    Searched refs:sz (Results 101 - 125 of 601) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java 80 int sz = fieldIds.size(); local
81 int offset = (sz == 0) ? 0 : getFileOffset();
84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
88 out.writeInt(sz);
MethodIdsSection.java 80 int sz = methodIds.size(); local
81 int offset = (sz == 0) ? 0 : getFileOffset();
84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
88 out.writeInt(sz);
UniformItemSection.java 47 int sz = items.size(); local
49 if (sz == 0) {
54 return sz * items.iterator().next().writeSize();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java 80 int sz = fieldIds.size(); local
81 int offset = (sz == 0) ? 0 : getFileOffset();
84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
88 out.writeInt(sz);
MethodIdsSection.java 80 int sz = methodIds.size(); local
81 int offset = (sz == 0) ? 0 : getFileOffset();
84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
88 out.writeInt(sz);
UniformItemSection.java 47 int sz = items.size(); local
49 if (sz == 0) {
54 return sz * items.iterator().next().writeSize();
  /external/stlport/test/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/gslice.array.assign/
valarray.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/
addition.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
and.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
divide.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
modulo.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
multiply.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
or.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_left.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
shift_right.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
subtraction.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
xor.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/valarray.sub/
gslice_const.pass.cpp 29 std::size_t sz[] = {2, 4, 3}; local
33 v1[std::gslice(3, sizes(sz, sizeof(sz)/sizeof(sz[0])),
  /ndk/tests/device/test-gnustl-full/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /ndk/tests/device/test-stlport/unit/
ioiter_test.cpp 44 string::size_type sz = strlen(strorg); local
46 for ( i = 0; i < sz; ++i ) {
57 for ( i = 0; i < sz /* objIStrmbIt1 != end */; ++i ) {
66 for ( i = 0; i < sz; ++i ) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
UniformItemSection.java 47 int sz = items.size(); local
49 if (sz == 0) {
54 return sz * items.iterator().next().writeSize();
  /external/skia/gm/
gm.h 26 SkISize sz; local
27 sz.set(w, h);
28 return sz;
  /system/vold/
NetlinkManager.cpp 52 int sz = 64 * 1024; local
66 if (setsockopt(mSock, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz)) < 0) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 88 int sz = registers.size(); local
90 insns = new SimpleInsn[sz];
92 for (int i = 0, outAt = 0; i < sz; i++) {
115 int sz = registers.size(); local
118 for (int i = 0, outAt = 0; i < sz; i++) {

Completed in 421 milliseconds

1 2 3 45 6 7 8 91011>>