OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title2
(Results
1 - 6
of
6
) sorted by null
/packages/apps/TV/src/com/android/tv/recommendation/
RoutineWatchEvaluator.java
112
static double calculateTitleMatchScore(@Nullable String title1, @Nullable String
title2
) {
113
if (TextUtils.isEmpty(title1) || TextUtils.isEmpty(
title2
)) {
117
List<String> wordList2 = splitTextToWords(
title2
);
/frameworks/support/v4/tests/java/android/support/v4/view/
ViewPagerActions.java
313
public static ViewAction clickBetweenTwoTitles(final String title1, final String
title2
) {
336
} else if (
title2
.equals(childText)) {
/external/pcre/dist/
RunTest
63
title2
="Test 2: API, errors, internals, and non-Perl stuff"
94
echo $
title2
"(not UTF)"
442
echo $
title2
"(not UTF-$bits)"
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java
265
final String
title2
= "
title2
";
local
279
mValues3.put(Organization.TITLE,
title2
);
294
assertEquals(
title2
, ((OrganizationDataItem) dataList.get(1)).getTitle());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 278 milliseconds