OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempLength
(Results
1 - 6
of
6
) 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
293
int32_t
tempLength
;
404
ucol_getRules(ruled, &
tempLength
);
405
doAssert(
tempLength
!= 0, "getRules() result incorrect" );
412
tempLength
= ucol_getRulesEx(col,UCOL_TAILORING_ONLY,buffer,bufLen );
413
doAssert(
tempLength
== 0x0a, "getRulesEx() result incorrect" );
417
tempLength
=ucol_getRulesEx(col,UCOL_FULL_RULES,buffer,bufLen );
418
doAssert(
tempLength
!= 0, "getRulesEx() result incorrect" );
472
int32_t
tempLength
;
505
rule1 = ucol_getRules(col1, &
tempLength
);
506
rule2 = ucol_getRules(col2, &
tempLength
);
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
[
all
...]
Completed in 214 milliseconds