/external/eigen/test/ |
sparse_solver.h | 130 int generate_sparse_spd_problem(Solver& , typename Solver::MatrixType& A, typename Solver::MatrixType& halfA, DenseMat& dA, int maxSize = 300) 136 int size = internal::random<int>(1,maxSize); 245 int generate_sparse_square_problem(Solver&, typename Solver::MatrixType& A, DenseMat& dA, int maxSize = 300) 250 int size = internal::random<int>(1,maxSize);
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3IOStreamBase.h | 36 uint32_t width, uint32_t height, size_t maxSize, int format);
|
Camera3OutputStream.h | 49 uint32_t width, uint32_t height, size_t maxSize, int format);
|
/frameworks/base/packages/SystemUI/res/values/ |
attrs.xml | 38 <attr name="maxSize" format="dimension" />
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 18 if sys.maxsize == 0x7fffffff:
|
test_memoryview.py | 39 self.assertRaises(IndexError, lambda: m[sys.maxsize]) 40 self.assertRaises(IndexError, lambda: m[-sys.maxsize]) 106 self.assertRaises(IndexError, setitem, sys.maxsize, b"a") 107 self.assertRaises(IndexError, setitem, -sys.maxsize, b"a")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_list.py | 18 if sys.maxsize == 0x7fffffff:
|
test_memoryview.py | 39 self.assertRaises(IndexError, lambda: m[sys.maxsize]) 40 self.assertRaises(IndexError, lambda: m[-sys.maxsize]) 106 self.assertRaises(IndexError, setitem, sys.maxsize, b"a") 107 self.assertRaises(IndexError, setitem, -sys.maxsize, b"a")
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCmd.py | 695 def recv(self, maxsize=None): 696 return self._recv('stdout', maxsize) 698 def recv_err(self, maxsize=None): 699 return self._recv('stderr', maxsize) 701 def send_recv(self, input='', maxsize=None): 702 return self.send(input), self.recv(maxsize), self.recv_err(maxsize) 704 def get_conn_maxsize(self, which, maxsize): 705 if maxsize is None: 706 maxsize = 102 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderScrollbarPart.cpp | 104 int maxWidth = style()->maxWidth().isMaxSizeNone() ? w : calcScrollbarThicknessUsing(MaxSize, style()->maxWidth(), visibleSize); 121 int maxHeight = style()->maxHeight().isMaxSizeNone() ? h : calcScrollbarThicknessUsing(MaxSize, style()->maxHeight(), visibleSize);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
plugload.cpp | 45 DWORD GetPluginsDir(char * path, DWORD maxsize) 54 DWORD res = GetModuleFileName(NULL, path, maxsize);
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/ |
omxSP_FFTInit_C_FC32.c | 95 * (MaxSize/8 + 1) Rest of the values i.e., upto MaxSize are
|
omxSP_FFTInit_C_SC16.c | 110 * The original twiddle table "armSP_FFT_S16TwiddleTable" is of size (MaxSize/8 + 1) 111 * Rest of the values i.e., upto MaxSize are calculated using the symmetries of sin and cos
|
omxSP_FFTInit_C_SC32.c | 110 * The original twiddle table "armSP_FFT_S32TwiddleTable" is of size (MaxSize/8 + 1) 111 * Rest of the values i.e., upto MaxSize are calculated using the symmetries of sin and cos
|
omxSP_FFTInit_R_F32.c | 100 * (MaxSize/8 + 1) Rest of the values i.e., upto MaxSize are
|
/external/chromium_org/tools/binary_size/template/ |
test-data-generator.html | 25 var maxSize = 10000; 36 var size = rnd(maxSize);
|
/external/elfutils/0.153/libelf/ |
common.h | 92 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, 105 result->maximum_size = maxsize;
|
/frameworks/base/libs/hwui/ |
LayerCache.cpp | 64 void LayerCache::setMaxSize(uint32_t maxSize) { 66 mMaxSize = maxSize;
|
TextDropShadowCache.cpp | 139 void TextDropShadowCache::setMaxSize(uint32_t maxSize) { 140 mMaxSize = maxSize;
|
/frameworks/base/obex/javax/obex/ |
PrivateOutputStream.java | 58 public PrivateOutputStream(BaseStream p, int maxSize) { 61 mMaxPacketSize = maxSize;
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ViewsStateBundle.java | 134 if (mChildStates == null || mChildStates.maxSize() != mLimitNumber) { 138 if (mChildStates == null || mChildStates.maxSize() != UNLIMITED) {
|
/libcore/luni/src/main/java/java/util/ |
BitSet.java | 488 int maxSize = Math.max(this.longCount, bs.longCount); 489 ensureCapacity(maxSize); 494 System.arraycopy(bs.bits, minSize, bits, minSize, maxSize - minSize); 496 longCount = maxSize; 504 int maxSize = Math.max(this.longCount, bs.longCount); 505 ensureCapacity(maxSize); 510 System.arraycopy(bs.bits, minSize, bits, minSize, maxSize - minSize); 512 longCount = maxSize;
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
wcsftime.c | 119 wcsftime(wchar_t *__restrict s, size_t maxsize, 127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn); 128 if (p == s + maxsize) { 129 if (maxsize > 0) 130 s[maxsize - 1] = '\0';
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheTesting.java | 370 * Assuming the given cache has maximum size {@code maxSize}, this method populates the cache (by 376 static void checkRecency(LoadingCache<Integer, Integer> cache, int maxSize, 380 warmUp(cache, 0, 2 * maxSize); 385 assertEquals(maxSize, accessQueueSize(cache)); 386 assertEquals(maxSize, cache.size());
|
/external/openssl/crypto/asn1/ |
a_mbstr.c | 91 long minsize, long maxsize) 153 if((maxsize > 0) && (nchar > maxsize)) { 155 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize); 156 ERR_add_error_data(2, "maxsize=", strbuf);
|