HomeSort by relevance Sort by last modified time
    Searched full:source1 (Results 1 - 25 of 37) 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 186 SpannableString source1 = new SpannableString(text); local
187 int midPos = source1.length() / 2;
190 source1.setSpan(urlSpan, 0, midPos, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
192 source1.setSpan(bgColorSpan, midPos - 1,
193 source1.length() - 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
197 TextUtils.copySpansFrom(source1, 0, source1.length(), Object.class, dest1, 0);
208 assertEquals(source1.length() - 1, dest1.getSpanEnd(bgColorSpan));
    [all...]
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move02.pass.cpp 51 source1() function
83 sink1(source1());
  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
spec.py 19 Source1: MODULENAME.if
38 install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/selinux/devel/include/contrib/
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
move02.pass.cpp 51 source1() function
83 sink1(source1());
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/
jasmine.yml 9 # - lib/source1.js
  /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/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
XEquivalenceMap.java 85 public boolean areEquivalent (K source1, K source2) {
86 Set<K> s = (Set) source_Set.get(source1);
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move02.pass.cpp 107 source1() function
139 sink1(source1());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move02.pass.cpp 107 source1() function
139 sink1(source1());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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/nanopb-c/tests/site_scons/
site_init.py 83 # Build command that checks that each pattern in source2 is found in source1.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DrawableTest.java 41 String src = "source1";
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 262 @source1 = MockSource.new
265 @stream = CommonTokenStream.new( @source1 )
  /external/squashfs-tools/
RELEASE-README 99 SYNTAX:./mksquashfs source1 source2 ... dest [options] [-e list of exclude
212 Source1 source2 ... are the source directories/files containing the
435 %mksquashfs /tmp/source1 source2 output_fs -e ex1 /tmp/source1/ex2 out/ex3
437 Will generate exclude files /tmp/source1/ex2, /tmp/source1/ex1, source2/ex1,
438 /tmp/source1/out/ex3 and source2/out/ex3.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 279 Region source1 B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 279 Region source1 B32;
  /external/icu/icu4c/source/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 452 DescriptorDatabase* source1,
454 sources_.push_back(source1);
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 2599 static const uint8_t source1[]={0xc4}; local
2650 static const uint8_t source1[]={0xc4}; local
2758 static const uint8_t source1[]={0xc4}; local
4681 static const uint8_t source1[]={0x0f}; local
    [all...]

Completed in 581 milliseconds

1 2