Searched refs:requiredSize (Results 1 - 17 of 17) sorted by relevance

/external/dng_sdk/source/
H A Ddng_misc_opcodes.cpp296 uint32 requiredSize = SafeUint32Mult(fCount, 2); local
297 requiredSize = SafeUint32Add(requiredSize, dng_area_spec::kDataSize);
298 requiredSize = SafeUint32Add(requiredSize, 4);
299 if (dataSize != requiredSize)
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp515 int requiredSize = (labelSize + valueSize) * 2 + padSize; local
519 if (requiredSize < xSizeClient)
521 int incr = (xSizeClient - requiredSize) / 3;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java2239 private void flushIfNotAvailable(int requiredSize) throws IOException { argument
2240 if (limit - position < requiredSize) {
2592 private void flushIfNotAvailable(int requiredSize) throws IOException { argument
2593 if (limit - position < requiredSize) {
/external/deqp/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp1821 const int requiredSize = getExpectedPointSize();
1825 if (float(requiredSize) > aliasedSizeRange[1])
1826 throw tcu::NotSupportedError("Test requires point size " + de::toString(requiredSize));
/external/vulkan-validation-layers/loader/
H A Dloader.c470 DWORD requiredSize, data_type; local
494 &requiredSize);
507 manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
521 &requiredSize
539 found = loaderAddJsonEntry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2188 int requiredSize = outputPitch * height; local
2189 if(requiredSize > *bufSize)
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp2432 int requiredSize = outputPitch * height; local
2433 if(requiredSize > *bufSize)
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3346 int requiredSize = outputPitch * height; local
3347 if(requiredSize > *bufSize)
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 362 milliseconds