HomeSort by relevance Sort by last modified time
    Searched full:source1 (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 37 String source1 = "source_without_invalid_char"; local
45 assertNull(loginFilter.filter(source1, 0, source1.length(), dest1, 0, dest1.length()));
51 assertNull(loginFilter.filter(source1, 0, source1.length(), dest2, 5, 6));
87 loginFilter.filter(null, 0, source1.length(), dest1, 0, dest1.length());
94 loginFilter.filter(source1, -1, source1.length() + 1, dest1, 0, dest1.length());
102 loginFilter.filter(source1, source1.length(), 0, dest1, 0, dest1.length()))
    [all...]
TextUtilsTest.java 180 SpannableString source1 = new SpannableString(text); local
181 int midPos = source1.length() / 2;
184 source1.setSpan(urlSpan, 0, midPos, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
186 source1.setSpan(bgColorSpan, midPos - 1,
187 source1.length() - 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
191 TextUtils.copySpansFrom(source1, 0, source1.length(), Object.class, dest1, 0);
202 assertEquals(source1.length() - 1, dest1.getSpanEnd(bgColorSpan));
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
eventsview.js 142 EventsView.compareActive_ = function(source1, source2) {
143 if (source1.isActive() && !source2.isActive())
145 if (!source1.isActive() && source2.isActive())
147 if (!source1.isActive()) {
148 var deltaEndTime = source1.getEndTime() - source2.getEndTime();
157 return -EventsView.compareSourceId_(source1, source2);
159 return EventsView.compareSourceId_(source1, source2);
162 EventsView.compareDescription_ = function(source1, source2) {
163 var source1Text = source1.getDescription().toLowerCase();
168 return EventsView.compareSourceId_(source1, source2)
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD5.java 25 super.source1 = "abc";
MessageDigestTestSHA1.java 25 super.source1 = "abc";
MessageDigestTestSHA256.java 25 super.source1 = "abc";
MessageDigestTestSHA384.java 25 super.source1 = "abc";
MessageDigestTestSHA512.java 25 super.source1 = "abc";
  /libcore/support/src/test/java/tests/security/
MessageDigestTest.java 55 source1 = null;
154 protected String source1; field in class:MessageDigestTest
171 digest.update(source1.getBytes(), 0, source1.length());
  /external/chromium/net/disk_cache/
block_files_unittest.cc 102 int source1 = rand() % kNumEntries; local
104 CacheAddr temp = entries[source1];
105 entries[source1] = entries[source2];
backend_unittest.cc 448 int source1 = rand() % 100; local
450 disk_cache::Entry* temp = entries[source1];
451 entries[source1] = entries[source2];
677 int source1 = rand() % kNumEntries; local
679 disk_cache::Entry* temp = entries[source1];
680 entries[source1] = entries[source2];
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SourceShortcutRefresherTest.java 49 mSource1 = new MockRefreshSource("source1");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
SystemTest.java 86 String[] source1 = new String[] { "element1" }; local
88 System.arraycopy(source1, 0, dest1, 0, dest1.length);
89 assertTrue("Invalid copy 1", dest1[0] == source1[0]);
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 262 @source1 = MockSource.new
265 @stream = CommonTokenStream.new( @source1 )
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.cpp 159 #define DOT_PRODUCT(destination, source1, source2) \
160 "vmul.f32 " destination##_Q ", " source1##_Q ", " source2##_Q NL \
  /external/icu4c/common/
ucnvsel.cpp 665 static UBool intersectMasks(uint32_t* dest, const uint32_t* source1, int32_t len) {
669 oredDest |= (dest[i] &= source1[i]);
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 451 DescriptorDatabase* source1,
453 sources_.push_back(source1);
descriptor_database.h 337 MergedDescriptorDatabase(DescriptorDatabase* source1,
  /external/icu4c/i18n/
ucol_bld.cpp 82 static int32_t compareCEs(uint32_t source0, uint32_t source1, uint32_t target0, uint32_t target1) {
84 if(isContinuation(source1)) {
85 s2 = source1;
    [all...]
usearch.cpp     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 2613 static const uint8_t source1[]={0xc4}; local
2664 static const uint8_t source1[]={0xc4}; local
2772 static const uint8_t source1[]={0xc4}; local
4695 static const uint8_t source1[]={0x0f}; local
    [all...]
  /external/openssh/contrib/caldera/
openssh.spec 60 Source1: see-above:/.../openssh-%{version}.tar.gz.asc
  /external/openssh/contrib/suse/
openssh.spec 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.m 580 printf("Usage: %s [-fast] [-e] [-dyld librarypath] [gcc4.2dir] [-- | source1 ...]\n", whoami);
  /external/openssh/contrib/redhat/
openssh.spec 78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz

Completed in 1099 milliseconds

1 2