OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startMatch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp
32
bool
startMatch
= fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1);
34
if (
startMatch
|| endMatch) {
35
removeOne(
startMatch
);
49
bool
startMatch
= fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1;
51
if ((!
startMatch
&& !endMatch) || approximately_equal(fT[0][0], fT[0][1])) {
52
SkASSERT(
startMatch
|| endMatch);
/external/skia/src/pathops/
SkDLineIntersection.cpp
32
bool
startMatch
= fT[0][0] == 0 && (fT[1][0] == 0 || fT[1][0] == 1);
34
if (
startMatch
|| endMatch) {
35
removeOne(
startMatch
);
49
bool
startMatch
= fT[0][0] == 0 || fT[1][0] == 0 || fT[1][0] == 1;
51
if ((!
startMatch
&& !endMatch) || approximately_equal(fT[0][0], fT[0][1])) {
52
SkASSERT(
startMatch
|| endMatch);
/external/v8/src/
string.js
630
var
startMatch
= 0;
642
if (matchInfo == null || length === (
startMatch
= matchInfo[CAPTURE0])) {
654
if (currentIndex + 1 ==
startMatch
) {
657
result.push(%_SubString(subject, currentIndex,
startMatch
));
/external/chromium_org/v8/src/
string.js
662
var
startMatch
= 0;
675
if (matchInfo == null || length === (
startMatch
= matchInfo[CAPTURE0])) {
688
%_CallFunction(result, %_SubString(subject, currentIndex,
startMatch
),
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
Completed in 108 milliseconds