OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endMatch
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/pathops/
SkDLineIntersection.cpp
16
bool
endMatch
= fT[0][1] == 1 || zero_or_one(fT[1][1]);
17
if ((!startMatch && !
endMatch
) || approximately_equal(fT[0][0], fT[0][1])) {
18
SkASSERT(startMatch ||
endMatch
);
19
if (startMatch &&
endMatch
&& (fT[0][0] != 0 || !zero_or_one(fT[1][0]))
23
removeOne(
endMatch
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
/development/tools/checkstyle/
checkstyle.jar
Completed in 108 milliseconds