OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title1
(Results
1 - 8
of
8
) 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)) {
116
List<String> wordList1 = splitTextToWords(
title1
);
/frameworks/support/v4/tests/java/android/support/v4/view/
ViewPagerActions.java
313
public static ViewAction clickBetweenTwoTitles(final String
title1
, final String title2) {
333
if (
title1
.equals(childText)) {
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java
264
final String
title1
= "
title1
";
local
277
mValues1.put(Organization.TITLE,
title1
);
278
mValues2.put(Organization.TITLE,
title1
);
280
mValues4.put(Organization.TITLE,
title1
);
293
assertEquals(
title1
, ((OrganizationDataItem) dataList.get(0)).getTitle());
/external/pcre/dist/
RunTest
62
title1
="Test 1: Main functionality (Compatible with Perl >= 5.10)"
93
echo $
title1
424
echo $
title1
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java
372
private void checkCategoriesAndExpected(String
title1
, String categoriesAndExpected, PluralRules rules) {
381
checkValue(
title1
, rules, expected, values[0]);
383
checkValue(
title1
, rules, expected, values[1]);
389
public void checkValue(String
title1
, PluralRules rules, String expected, String value) {
402
assertEquals(getAssertMessage(
title1
, locale, rules, expected) + "; value: " + value, expected, result);
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java
368
private void checkCategoriesAndExpected(String
title1
, String categoriesAndExpected, PluralRules rules) {
377
checkValue(
title1
, rules, expected, values[0]);
379
checkValue(
title1
, rules, expected, values[1]);
385
public void checkValue(String
title1
, PluralRules rules, String expected, String value) {
398
assertEquals(getAssertMessage(
title1
, locale, rules, expected) + "; value: " + value, expected, result);
[
all
...]
/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 369 milliseconds