HomeSort by relevance Sort by last modified time
    Searched refs:size2 (Results 51 - 75 of 326) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/
CtClassType.java 540 int size1, size2; local
553 size2 = 0;
557 size2 = anno2.length;
561 Object[] result = new Object[size1 + size2];
565 for (int j = 0; j < size2; j++)
578 for (int j = 0; j < size2; j++) {
606 int size1, size2; local
619 size2 = 0;
623 size2 = anno2.length;
627 result[i] = new Object[size1 + size2];
    [all...]
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionUtil.java 107 public int compare(Size size, Size size2) {
109 return Integer.compare(size2.width() * size2.height(),
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraDeviceReport.java 92 Size size2 = p.get(CameraCharacteristics.SENSOR_INFO_PIXEL_ARRAY_SIZE); local
93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight());
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8_test.go 343 r2, size2 := DecodeRuneInString(s[i:])
348 if size1 != size2 {
349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2)
357 r2, size2 := DecodeLastRuneInString(s[0:si])
358 if size1 != size2 {
359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2)
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8_test.go 343 r2, size2 := DecodeRuneInString(s[i:])
348 if size1 != size2 {
349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2)
357 r2, size2 := DecodeLastRuneInString(s[0:si])
358 if size1 != size2 {
359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2)
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 203 DWORD size2 = trim_size_t_to_DWORD(n2); local
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
208 n2 -= size2;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 203 DWORD size2 = trim_size_t_to_DWORD(n2); local
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
208 n2 -= size2;
  /toolchain/binutils/binutils-2.25/ld/emultempl/
spu_ovl.S 55 #define size2 reserved3 define
252 rotqbyi size2, vma, 4 # 1,4 13
258 andi present2, size2, 1 # 0,2 17
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 198 int64_t size2 = ((mMaxFileDurationLimitUs * bitRate * 6) / 1000 / 8000000); local
202 if (size > size2) {
203 size = size2;
207 size = size2;
  /external/skia/tests/
FontHostTest.cpp 210 size_t size2 = face->getTableData(tags[i], 0, size, data.get()); local
211 REPORTER_ASSERT(reporter, size2 == size);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.c 337 UInt32 size2 = p->hashNumAvail - lenLimit + 1; local
338 if (size2 < size)
339 size = size2;
340 size2 = p->cyclicBufferSize - cyclicBufferPos;
341 if (size2 < size)
342 size = size2;
  /external/ltp/testcases/commands/ade/ar/
ar01 294 size2=`ls -s $TCtmp/lib.a|(read a b; echo $a)`
296 if [ $size1 -eq $size2 ]
398 size2=`ls -s $TCtmp/lib.a|(read a b; echo $a)`
400 if [ $size1 -eq $size2 ]
438 size2=`ls -s $TCtmp/lib.a|(read a b; echo $a)`
440 if [ $size1 -eq $size2 ]
  /external/lzma/C/
LzFindMt.c 339 UInt32 size2 = p->hashNumAvail - lenLimit + 1; local
340 if (size2 < size)
341 size = size2;
342 size2 = p->cyclicBufferSize - cyclicBufferPos;
343 if (size2 < size)
344 size = size2;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 17 size1, size2 uint32
30 e.SetMaxDynamicTableSize(tt.size2)
36 t.Errorf("e.SetDynamicTableSize %v, %v = %q; want %q", tt.size1, tt.size2, got, want)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 17 size1, size2 uint32
30 e.SetMaxDynamicTableSize(tt.size2)
36 t.Errorf("e.SetDynamicTableSize %v, %v = %q; want %q", tt.size1, tt.size2, got, want)
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp 336 int size2 = (baseSize2[mask] >> 12) & 0xf; local
344 if (size2) {
346 reg->reg.size = size2 << unit;
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 482 size_t size, size2; local
503 if (info->mSample->meta_data()->findData(kKeyPlainSizes, &type, &data, &size2)) {
504 if (size2 != size) {
  /external/v8/src/ast/
ast-types.cc 768 int size2 = type2->IsUnion() ? type2->AsUnion()->Length() : 1; local
769 if (!AddIsSafe(size1, size2)) return Any();
770 int size = size1 + size2;
970 int size2 = type2->IsUnion() ? type2->AsUnion()->Length() : 1; local
    [all...]
  /external/v8/src/compiler/
types.cc 644 int size2 = type2->IsUnion() ? type2->AsUnion()->Length() : 1; local
645 if (!AddIsSafe(size1, size2)) return Any();
646 int size = size1 + size2;
857 int size2 = type2->IsUnion() ? type2->AsUnion()->Length() : 1; local
858 if (!AddIsSafe(size1, size2)) return Any();
859 int size = size1 + size2;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_audioop.py 178 size2 = size
193 self.assertRaises(audioop.error, audioop.lin2lin, data, size, size2)
  /external/zopfli/src/zopfli/
lz77.c 61 size_t size2 = store->size; /* Needed for using ZOPFLI_APPEND_DATA twice. */ local
63 ZOPFLI_APPEND_DATA(dist, &store->dists, &size2);
  /system/libhidl/
test_main.cpp 40 static inline bool is2dArrayEqual(const T arr1, const S arr2, size_t size1, size_t size2) {
42 for (size_t j = 0; j < size2; j++)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbenv.py 55 size2 = self.env.get_cache_max()
56 self.assertEqual(0, size2[0])
57 self.assertTrue(size <= size2[1])
58 self.assertTrue(2*size > size2[1])
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbenv.py 55 size2 = self.env.get_cache_max()
56 self.assertEqual(0, size2[0])
57 self.assertTrue(size <= size2[1])
58 self.assertTrue(2*size > size2[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbenv.py 55 size2 = self.env.get_cache_max()
56 self.assertEqual(0, size2[0])
57 self.assertTrue(size <= size2[1])
58 self.assertTrue(2*size > size2[1])

Completed in 1507 milliseconds

1 23 4 5 6 7 8 91011>>