HomeSort by relevance Sort by last modified time
    Searched defs:first (Results 51 - 75 of 3938) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/cts/
SpannableStringTest.java 155 SpannableString first = new SpannableString("t\nest data"); local
160 first.setSpan(quoteSpan, 0, 2, Spanned.SPAN_PARAGRAPH);
161 first.setSpan(localeSpan, 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
162 first.setSpan(underlineSpan, 0, first.length(), Spanned.SPAN_PRIORITY);
164 Spanned second = (Spanned) first.subSequence(2,4);
169 //priority flag is first in the results
185 SpannableString first = new SpannableString("t\nest data"); local
186 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH);
187 first.setSpan(new LocaleSpan(Locale.US), 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE)
208 SpannableString first = new SpannableString("t\\nest data"); local
    [all...]
  /cts/tests/tests/slice/src/android/slice/cts/
SliceSpecTest.java 33 SliceSpec first = new SliceSpec("first", 1); local
36 assertFalse(first.canRender(second));
37 assertFalse(second.canRender(first));
39 verify(first);
45 SliceSpec first = new SliceSpec("namespace", 2); local
48 assertTrue(first.canRender(second));
49 assertFalse(second.canRender(first));
  /frameworks/base/core/tests/coretests/src/android/text/
SpannableStringNoCopyTest.java 37 final SpannableString first = new SpannableString("t\nest data"); local
38 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH);
39 first.setSpan(new NoCopySpan.Concrete(), 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
40 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY);
43 final SpannedString copied = new SpannedString(first);
51 final SpannableString first = new SpannableString("t\nest data"); local
52 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH);
53 first.setSpan(new NoCopySpan.Concrete(), 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
54 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY)
69 final SpannableString first = new SpannableString("t\\nest data"); local
83 final SpannableString first = new SpannableString("t\\nest data"); local
    [all...]
SpannedStringNoCopyTest.java 37 final SpannableString first = new SpannableString("t\nest data"); local
38 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH);
39 first.setSpan(new NoCopySpan.Concrete(), 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
40 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY);
43 final SpannedString copied = new SpannedString(first);
51 final SpannableString first = new SpannableString("t\nest data"); local
52 first.setSpan(new QuoteSpan(), 0, 2, Spanned.SPAN_PARAGRAPH);
53 first.setSpan(new NoCopySpan.Concrete(), 2, 4, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
54 first.setSpan(new UnderlineSpan(), 0, first.length(), Spanned.SPAN_PRIORITY)
69 final SpannableString first = new SpannableString("t\\nest data"); local
83 final SpannableString first = new SpannableString("t\\nest data"); local
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/notification/
DialerNotificationManager.java 73 if (groupSummaryAndCount.first != null && groupSummaryAndCount.second <= 1) {
79 groupSummaryAndCount.first.getTag(), groupSummaryAndCount.first.getId());
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
ViewModeTests.java 35 ViewMode first = new ViewMode(); local
37 first.enterConversationListMode();
38 first.handleSaveInstanceState(state);
74 ViewMode first = new ViewMode(); local
76 first.enterConversationListMode();
77 assertEquals(ViewMode.CONVERSATION_LIST, first.getMode());
79 first.enterConversationListMode();
80 assertEquals(ViewMode.CONVERSATION_LIST, first.getMode());
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
MultiDiscovery.java 38 * Construct an aggregate discovery mechanism, with preferred discovery mechanisms first
40 public MultiDiscovery(Discovery first, Discovery... rest) {
41 super(first.getPrintService());
42 mDiscoveries.add(first);
47 printerFound(first(printer.getUri()));
53 DiscoveredPrinter first = first(printer.getUri());
54 if (first == null) {
57 printerFound(first);
63 /** For a given URI return the first matching record, based on discovery mechanism order *
64 private DiscoveredPrinter first(Uri printerUri) { method in class:MultiDiscovery
    [all...]
  /art/compiler/optimizing/
pretty_printer.h 46 bool first = true; local
48 if (first) {
49 first = false;
59 bool first = true; local
61 if (first) {
62 first = false;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
mappings_cn.h 4052 Py_UNICODE first, last; member in struct:_gb18030_to_unibmp_ranges
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cache.h 53 pysqlite_Node* first; member in struct:__anon4705
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
mappings_cn.h 4052 Py_UNICODE first, last; member in struct:_gb18030_to_unibmp_ranges
    [all...]
  /external/ImageMagick/Magick++/tests/
readWriteBlob.cpp 196 list<Image> first; local
197 readImages( &first, srcdir + "test_image_anim.miff" );
198 writeImages( first.begin(), first.end(), &blob, true );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
ChromosomePair.java 26 /** the first chromosome in the pair. */
27 private final Chromosome first; field in class:ChromosomePair
35 * @param c1 the first chromosome.
40 first = c1;
45 * Access the first chromosome.
47 * @return the first chromosome.
50 return first;
  /external/clang/test/CXX/special/class.copy/
p15-0x.cpp 6 const int first; member in struct:PR10622::foo
  /external/e2fsprogs/lib/ext2fs/
hashmap.h 11 struct ext2fs_hashmap_entry *first; member in struct:ext2fs_hashmap
  /external/elfutils/libelf/
elf32_updatenull.c 184 bool first = true; local
208 for (size_t cnt = first == true; cnt < list->cnt; ++cnt)
411 first = false;
421 e_shnum (or sh_size of the dummy, first section header)
  /external/fio/t/
memlock.c 16 int i, first = 1; local
24 if (first) {
26 first = 0;
  /external/glide/library/src/main/java/com/bumptech/glide/util/
MultiClassKey.java 7 private Class<?> first; field in class:MultiClassKey
14 public MultiClassKey(Class<?> first, Class<?> second) {
15 set(first, second);
18 public void set(Class<?> first, Class<?> second) {
19 this.first = first;
26 + "first=" + first
42 if (!first.equals(that.first)) {
    [all...]
  /external/google-breakpad/src/client/linux/dump_writer_common/
mapping_info.h 52 MappingInfo first; member in struct:google_breakpad::MappingEntry
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SortedMultisets.java 73 @Override public E first() { method in class:SortedMultisets.ElementSet
  /external/harfbuzz_ng/test/api/
test-set.c 241 hb_codepoint_t next, first, last; local
274 first = last = HB_SET_VALUE_INVALID;
275 g_assert (hb_set_next_range (s, &first, &last));
276 g_assert_cmpint (first, ==, 6);
278 g_assert (hb_set_next_range (s, &first, &last));
279 g_assert_cmpint (first, ==, 10);
281 g_assert (hb_set_next_range (s, &first, &last));
282 g_assert_cmpint (first, ==, 1100);
284 g_assert (hb_set_next_range (s, &first, &last));
285 g_assert_cmpint (first, ==, 1200)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Pair.java 12 * A pair of objects: first and second.
14 * @param <F> first object type
18 public final F first; field in class:Pair
21 protected Pair(F first, S second) {
22 this.first = first;
28 * @param first must be non-null
32 public static <F, S> Pair<F, S> of(F first, S second) {
33 if (first == null || second == null) {
36 return new Pair<F, S>(first, second)
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
MethodItem.java 53 final int first = node.getFirstLine(); local
54 return first != ISourceNode.UNKNOWN_LINE ? link + "#L" + first : link;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
ComparingSteps.java 35 private CompilationUnit first; field in class:ComparingSteps
42 @Given("the first class:$classSrc")
44 this.first = JavaParser.parse(classSrc.trim());
58 assertThat(first, is(equalTo(second)));
  /external/jemalloc/include/jemalloc/internal/
quarantine.h 22 size_t first; member in struct:quarantine_s

Completed in 508 milliseconds

1 23 4 5 6 7 8 91011>>