Searched refs:tempLength (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatPoint3D.cpp32 float tempLength = length(); local
34 if (tempLength) {
35 m_x /= tempLength;
36 m_y /= tempLength;
37 m_z /= tempLength;
H A DFloatPoint.cpp45 float tempLength = length(); local
47 if (tempLength) {
48 m_x /= tempLength;
49 m_y /= tempLength;
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8ArrayBufferViewCustom.h136 int32_t tempLength = toInt32(args[0], ok); // NaN/+inf/-inf returns 0, this is intended by WebIDL local
137 if (ok && tempLength >= 0) {
138 len = static_cast<uint32_t>(tempLength);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp855 DWORD tempLength = ::GetTempPathW(bufferSize, tempPath.get()); local
856 if (tempLength + url.length() - tempPrefixLength + 1 > bufferSize) {
857 bufferSize = tempLength + url.length() - tempPrefixLength + 1;
859 tempLength = GetTempPathW(bufferSize, tempPath.get());
860 ASSERT(tempLength < bufferSize);
862 string resultPath(WebString(tempPath.get(), tempLength).utf8());
/external/icu4c/test/cintltst/
H A Dcapitst.c295 int32_t tempLength; local
406 ucol_getRules(ruled, &tempLength);
407 doAssert( tempLength != 0, "getRules() result incorrect" );
414 tempLength = ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
415 doAssert( tempLength == 0x00, "getRulesEx() result incorrect" );
419 tempLength=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
420 doAssert( tempLength != 0, "getRulesEx() result incorrect" );
474 int32_t tempLength; local
507 rule1 = ucol_getRules(col1, &tempLength);
508 rule2 = ucol_getRules(col2, &tempLength);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 85 milliseconds