HomeSort by relevance Sort by last modified time
    Searched refs:tempLength (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint3D.cpp 32 float tempLength = length();
34 if (tempLength) {
35 m_x /= tempLength;
36 m_y /= tempLength;
37 m_z /= tempLength;
FloatPoint.cpp 45 float tempLength = length();
47 if (tempLength) {
48 m_x /= tempLength;
49 m_y /= tempLength;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ArrayBufferViewCustom.h 136 int32_t tempLength = toInt32(args[0], ok); // NaN/+inf/-inf returns 0, this is intended by WebIDL
137 if (ok && tempLength >= 0) {
138 len = static_cast<uint32_t>(tempLength);
  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp     [all...]
  /external/icu4c/test/cintltst/
capitst.c 295 int32_t tempLength;
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;
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/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 402 milliseconds