Searched refs:maxSize (Results 101 - 125 of 165) sorted by relevance

1234567

/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp885 // \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.
887 int maxSize; member in struct:deqp::gles31::Functional::UniformCase::BasicUniformReportRef
892 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
894 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
H A Des31fCopyImageTests.cpp393 const int maxSize = de::max(size.x(), size.y()); local
395 return deLog2Ceil32(maxSize);
399 const int maxSize = de::max(size.x(), de::max(size.y(), size.z())); local
401 return deLog2Ceil32(maxSize);
/external/libnl/python/netlink/
H A Dcore.py141 def maxSize(self): member in class:Message
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java69 private void createNewCacheWithSize(int maxSize) throws IOException { argument
70 cache = new DiskLruCache(fileSystem, cacheDir, appVersion, 2, maxSize, executor);
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Djavancss.jarMETA-INF/ META-INF/MANIFEST.MF JITFix.class JITFix.java package public JITFix extends ...
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c623 /* maxSize is the maximum amount of data can be stuffed into a single
627 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq) local
642 elements_per_request[0] = maxSize / single_vertex_size;
/external/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp383 const CFX_SizeF& maxSize) {
384 float width = maxSize.width;
382 CalcSize(const CFX_SizeF& minSize, const CFX_SizeF& maxSize) argument
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp968 #define YY_INPUT(buf, result, maxSize) \
969 result = yyextra->input.read(buf, maxSize, &yylineno);
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp270 deUint32 maxSize = 0u; local
273 maxSize = deMaxu32(maxSize, getComputeExecution(m_parameters[parametersNdx]));
275 const VkDeviceSize bufferSizeBytes = static_cast<VkDeviceSize>(deAlignSize(static_cast<size_t>(sizeof(deUint32) * maxSize),
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.cpp2985 GLsizei maxSize = 0;
2989 maxSize = std::max(maxSize, static_cast<GLsizei>(varying.name.length() + 1));
2992 return maxSize;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer_unittest.cc1880 int maxSize = 1000; local
1882 for (int i = 0; i < maxSize + 10; i++) {
/external/icu/icu4c/source/test/cintltst/
H A Dccapitst.c2895 int8_t maxSize; member in struct:__anon8199
2950 if (converter[idx].maxSize != ucnv_getMaxCharSize(cnv)) {
2952 converter[idx].name, converter[idx].maxSize, ucnv_getMaxCharSize(cnv));
/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js6005 * @param {number} maxSize The maximum number of items the store can hold.
6007 var Store = function(name, maxSize) {
6028 if (maxSize) {
6029 content.splice(maxSize, content.length);
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c5472 long maxSize; local
5479 &maxSize))
5484 maxSize);
5497 unsigned long maxSize; local
5504 &maxSize))
5509 maxSize);
5522 unsigned long maxSize; local
5529 &maxSize))
5534 maxSize);
7117 PyDoc_STR("(short fRefNum, long offset, long maxSize)
13952 unsigned long maxSize; local
13978 unsigned long maxSize; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dfbobject.c3094 const GLuint maxSize = 1 << (ctx->Const.Max3DTextureLevels - 1); local
3095 if (layer >= maxSize) {
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp1458 int maxSize = 0; local
1464 maxSize = textureSize.x();
1471 maxSize = de::max(textureSize.x(), textureSize.y());
1475 maxSize = de::max(textureSize.x(), de::max(textureSize.y(), textureSize.z()));
1482 return maxSize;
1525 const int maxSize = getMaxTextureSize(type, textureSize); local
1526 const bool isLodValid = (maxSize >> (lod + lodBase)) != 0;

Completed in 1237 milliseconds

1234567