HomeSort by relevance Sort by last modified time
    Searched full:maxsize (Results 526 - 550 of 717) sorted by null

<<212223242526272829

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 655 format_string = u"%{}f".format(sys.maxsize + 1)
    [all...]
test_io.py 560 if sys.maxsize > 0x7FFFFFFF:
    [all...]
test_bytes.py 84 self.assertRaises(OverflowError, self.type2test, sys.maxsize + 1)
227 lambda: b * sys.maxsize)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 560 if sys.maxsize > 0x7FFFFFFF:
    [all...]
test_bytes.py 84 self.assertRaises(OverflowError, self.type2test, sys.maxsize + 1)
227 lambda: b * sys.maxsize)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 886 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
888 int maxSize;
893 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
895 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 710 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize())
711 + " + " + btk(mBitmapCache.maxSize()));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/UnifiedEmail/res/values-vi/
strings.xml 43 <string name="too_large_to_attach_single" msgid="2669897137966512530">"Không th? ?ính kèm t?p quá <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
44 <string name="too_large_to_attach_multiple" msgid="1620163295709036343">"M?t ho?c nhi?u t?p không ???c ?ính kèm. Gi?i h?n <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
45 <string name="too_large_to_attach_additional" msgid="4964155563465970480">"T?p không ???c ?ính kèm. ?ã ??t gi?i h?n <xliff:g id="MAXSIZE">%1$s</xliff:g>."</string>
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
WebViewImpl.h 214 const WebSize& maxSize) OVERRIDE;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar 
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h 262 long maxsize; member in struct:asn1_string_table_st
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 274 long maxsize; member in struct:asn1_string_table_st
    [all...]
  /external/openssl/include/openssl/
asn1.h 274 long maxsize; member in struct:asn1_string_table_st
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Tags.java     [all...]
  /docs/source.android.com/src/devices/camera/
camera3_requests_hal.jd 254 <li>android.jpeg.maxSize (static)</li>
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.mm 640 NSSize max_size = [window() maxSize];
  /external/chromium_org/third_party/WebKit/public/web/
WebView.h 301 const WebSize& maxSize) = 0;
  /external/elfutils/0.153/libelf/
libelfP.h 475 off_t offset, size_t maxsize,
  /external/pcre/dist/doc/html/
pcre16.html 115 <b>pcre16_jit_stack *pcre16_jit_stack_alloc(int <i>startsize</i>, int <i>maxsize</i>);</b>

Completed in 4625 milliseconds

<<212223242526272829