Searched refs:targetSize (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Deurocreg.c145 int32_t targetSize, euroBackSize; local
149 targetSize = ucnv_fromUChars(myConv,
164 targetSize,
/external/icu/icu4c/source/test/cintltst/
H A Deurocreg.c145 int32_t targetSize, euroBackSize; local
149 targetSize = ucnv_fromUChars(myConv,
164 targetSize,
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnfc_debug.js148 var targetSize = $('uri-form-target-size').value;
149 targetSize = parseFloat(targetSize);
150 recordData.targetSize = isNaN(targetSize) ? 0.0 : targetSize;
159 var targetSize = $('smart-poster-form-target-size').value;
160 targetSize = parseFloat(targetSize);
161 recordData.targetSize
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp228 size_t targetSize = static_cast<size_t>(capacity * cTargetPrunePercentage); // Cut by a percentage to avoid immediately pruning again.
257 if (targetSize && m_liveSize <= targetSize)
271 size_t targetSize = static_cast<size_t>(capacity * cTargetPrunePercentage); // Cut by a percentage to avoid immediately pruning again.
292 if (targetSize && m_deadSize <= targetSize)
311 if (targetSize && m_deadSize <= targetSize)
333 if (targetSize && m_deadSize <= targetSize)
[all...]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DEncoder.java81 int targetSize = byteBuffer.capacity() * 2;
82 while (targetSize < dataEnd) {
83 targetSize *= 2;
85 ByteBuffer newBuffer = ByteBuffer.allocateDirect(targetSize);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp186 IntSize targetSize(m_listBox->width() + borderSize * 2, m_listBox->height() + borderSize * 2);
197 widgetRectInScreen = chromeClient().rootViewToScreen(IntRect(popupX, popupY, targetSize.width(), targetSize.height()));
/external/deqp/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp71 OcclusionQueryCase (Context& context, const char* name, const char* description,int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes);
97 OcclusionQueryCase::OcclusionQueryCase (Context& context, const char* name, const char* description, int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes) argument
104 , m_targetSize (targetSize)
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1332 static size_t convertUTF16EntityToUTF8(const UChar* utf16Entity, size_t numberOfCodeUnits, char* target, size_t targetSize) argument
1336 utf16Entity + numberOfCodeUnits, &target, target + targetSize);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp1186 int32_t targetSize = targetOrders.size() - 1; local
1200 for(int32_t i = 0; i < targetSize; i += 1) {
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1183 int32_t targetSize = targetOrders.size() - 1; local
1197 for(int32_t i = 0; i < targetSize; i += 1) {
/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 435 milliseconds