HomeSort by relevance Sort by last modified time
    Searched full:100 (Results 226 - 250 of 18135) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/junit-tests/com/android/dx/util/
BitsTest.java 54 int[] bits = Bits.makeBitSet(100);
56 for (int i = 0; i < 100; i++) {
62 int[] bits = Bits.makeBitSet(100);
67 for (int i = 0; i < 100; i++) {
73 int[] bits = Bits.makeBitSet(100);
75 for (int i = 0; i < 100; i++) {
79 for (int i = 0; i < 100; i++) {
103 int[] bits = Bits.makeBitSet(100);
105 for (int i = 0; i < 100; i++) {
111 for (int i = 0; i < 100; i++)
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 27 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
28 Bitmap bm2 = Bitmap.createBitmap(100, 200, Bitmap.Config.RGB_565);
29 Bitmap bm3 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_4444);
35 assertEquals("width", 100, bm1.getWidth());
36 assertEquals("width", 100, bm2.getWidth());
37 assertEquals("width", 100, bm3.getWidth());
62 Bitmap bm1 = Bitmap.createBitmap(100, 200, Bitmap.Config.ARGB_8888);
63 Bitmap bm2 = Bitmap.createBitmap(new int[100 * 200], 100, 200,
81 int[] colors = new int[100];
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_aut_spho1.utf 136 :TRANS 85 :TO 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 100 0 1 0 0 0 0 0 0 0
151 :TRANS 100 :TO 100 100 100 100 119 100 100 100 100 100 100 100 100 100 0 100 0 100 0 0 0 0 100 0 0 0 0
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScriptRun.java 102 scriptRun = new UScriptRun(nullString, 0, 100);
103 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!");
109 scriptRun = new UScriptRun(nullString, 100, 0);
110 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!");
116 scriptRun = new UScriptRun(nullString, 0, -100);
117 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!");
123 scriptRun = new UScriptRun(nullString, -100, 0);
124 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!");
130 scriptRun = new UScriptRun(nullChars, 0, 100);
131 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!")
    [all...]
  /external/llvm/test/Transforms/GlobalOpt/
tls.ll 7 @x = internal thread_local global [100 x i32] zeroinitializer, align 16
17 store i32* getelementptr inbounds ([100 x i32], [100 x i32]* @x, i64 0, i64 1), i32** @ip, align 8
24 store i32 0, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @x, i64 0, i64 1), align 4
41 store i32* getelementptr inbounds ([100 x i32], [100 x i32]* @x, i64 0, i64 1), i32** @ip, align 8
44 store i32 50, i32* getelementptr inbounds ([100 x i32], [100 x i32]* @x, i64 0, i64 1), align 4
  /cts/apps/CtsVerifier/res/layout/
ble_scanner_power_level.xml 47 android:layout_width="100dp"
53 android:layout_width="100dp"
59 <TextView android:layout_width="100dp"
62 android:layout_width="100dp"
65 android:layout_width="100dp"
73 android:layout_width="100dp"
79 android:layout_width="100dp"
85 <TextView android:layout_width="100dp"
88 android:layout_width="100dp"
91 android:layout_width="100dp
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CharArrayBufferTest.java 28 charArrayBuffer.data = new char[100];
29 assertEquals(100, charArrayBuffer.data.length);
31 assertEquals(100, (new CharArrayBuffer(100)).data.length);
35 char[] expectedData = new char[100];
  /cts/tests/tests/graphics/res/drawable/
vector_icon_transformation_1.xml 24 android:pivotY="100"
29 a25,12 -30 0,1 100,-50 l 50,-25
30 a25,25 -30 0,1 100,-50 l 50,-25
31 a25,37 -30 0,1 100,-50 l 50,-25
32 a25,50 -30 0,1 100,-50 l 50,-25"
  /external/eigen/test/eigen2/
eigen2_first_aligned.cpp 29 EIGEN_ALIGN_128 float array_float[100];
37 EIGEN_ALIGN_128 double array_double[100];
46 some_non_vectorizable_type array_nonvec[100];
47 test_first_aligned_helper(array_nonvec, 100);
48 test_none_aligned_helper(array_nonvec, 100);
  /external/eigen/test/
first_aligned.cpp 31 EIGEN_ALIGN16 float array_float[100];
39 EIGEN_ALIGN16 double array_double[100];
48 some_non_vectorizable_type array_nonvec[100];
49 test_first_aligned_helper(array_nonvec, 100);
50 test_none_aligned_helper(array_nonvec, 100);
  /external/llvm/test/Transforms/GVN/
phi-translate.ll 14 @G = external global [100 x i32]
22 %p = getelementptr [100 x i32], [100 x i32]* @G, i64 0, i64 %i
28 %q = getelementptr [100 x i32], [100 x i32]* @G, i64 0, i64 %j
  /external/mesa3d/docs/
banner.html 11 height: 75px; margin-left: 100px; margin-right: 100px }
12 .gears { width: 100px; height: 73px; float: left; background: url('gears.png') right no-repeat }
19 border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
  /frameworks/base/telephony/java/android/telephony/
JapanesePhoneNumberFormatter.java 35 -100, 10, 220, -15, 410, 530, 1200, 670, 780, 1060,
36 -100, -25, 20, 40, 70, 100, 150, 190, 200, 210,
37 -36, -100, -100, -35, -35, -35, 30, -100, -100, -100,
39 -100, -100, -100, -35, -35, -35, -35, 50, -35, 60
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
view_padding.xml 36 android:layout_width="100dp"
37 android:layout_height="100dp"
43 android:layout_width="100dp"
44 android:layout_height="100dp"
62 android:layout_width="100dp"
63 android:layout_height="100dp"
69 android:layout_width="100dp"
70 android:layout_height="100dp"
88 android:layout_width="100dp"
89 android:layout_height="100dp
    [all...]
  /frameworks/base/tests/GridLayoutTest/res/layout/
grid4.xml 25 android:layout_margin="100dip"
26 android:layout_marginLeft="100dip"
27 android:layout_marginBottom="100dip"
28 android:layout_marginTop="100dip"
29 android:layout_marginRight="100dip"
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable14.xml 24 android:pivotY="100"
29 a25,12 -30 0,1 100,-50 l 50,-25
30 a25,25 -30 0,1 100,-50 l 50,-25
31 a25,37 -30 0,1 100,-50 l 50,-25
32 a25,50 -30 0,1 100,-50 l 50,-25"
  /frameworks/support/graphics/drawable/teststatic/res/drawable/
vector_drawable14.xml 25 auto:pivotY="100"
30 a25,12 -30 0,1 100,-50 l 50,-25
31 a25,25 -30 0,1 100,-50 l 50,-25
32 a25,37 -30 0,1 100,-50 l 50,-25
33 a25,50 -30 0,1 100,-50 l 50,-25"
  /external/tcpdump/tests/
of10_p3295-vv.out 32 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE)
33 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM)
39 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE)
40 supported 0x00000e2f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, AUTONEG, PAUSE, PAUSE_ASYM)
46 advertised 0x0000042f (10MB_HD, 10MB_FD, 100MB_HD, 100MB_FD, 1GB_FD, PAUSE
    [all...]
  /external/chromium-trace/trace-viewer/tracing/test_data/
sfgate.json     [all...]
  /external/pcre/dist/testdata/
testinput15 36 a\x{100}b
42 a\x{100}b
140 /\x{100}/8DZ
152 /[\x{100}]/8DZ
187 a\x{100}b
192 \x{100}
199 \x{100}\x{100}\x{100}\x{100\x{100
    [all...]
  /external/llvm/test/Transforms/LoopVectorize/
global_alias.ll 5 %struct.anon = type { [100 x i32], i32, [100 x i32] }
6 %struct.anon.0 = type { [100 x [100 x i32]], i32, [100 x [100 x i32]] }
39 %cmp = icmp slt i32 %0, 100
44 %arrayidx = getelementptr inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %1
49 %arrayidx1 = getelementptr inbounds [100 x i32], [100 x i32]* getelementptr inbounds (%struct.anon, %struct.anon* @Foo, i32 0, i32 0), i32 (…)
    [all...]
  /dalvik/dx/tests/003-magic-version-access/
run 30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.txt
37 dx --debug --dump --width=100 class-version-50.0.txt
38 dx --debug --dump --width=100 class-version-50.1.txt
39 dx --debug --dump --width=100 class-version-50.65535.tx
    [all...]
  /external/skia/tests/
MaskCacheTest.cpp 35 SkRect rect = SkRect::MakeWH(100, 100);
48 mask.fBounds.setXYWH(0, 0, 100, 100);
49 mask.fRowBytes = 100;
61 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
74 SkRect rect = SkRect::MakeWH(100, 100);
86 mask.fBounds.setXYWH(0, 0, 100, 100);
    [all...]
  /frameworks/base/core/res/res/values/
integers.xml 22 <integer name="button_pressed_animation_duration">100</integer>
23 <integer name="button_pressed_animation_delay">100</integer>
24 <integer name="disabled_alpha_animation_duration">100</integer>
  /frameworks/base/tests/HwAccelerationTest/res/layout/
projection_clipping.xml 15 android:layout_width="100dp"
16 android:layout_height="100dp"
23 android:layout_height="100dp"

Completed in 990 milliseconds

1 2 3 4 5 6 7 8 91011>>