HomeSort by relevance Sort by last modified time
    Searched full:title (Results 376 - 400 of 6500) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/res/res/raw-iw/
nodomain.html 3 <title>?? ??????? ?? ????</title>
  /frameworks/base/core/res/res/raw-ja/
loaderror.html 3 <title>??????????????</title>
  /frameworks/base/core/res/res/raw-ko/
loaderror.html 3 <title>????? ??? ? ????.</title>
nodomain.html 3 <title>????? ??? ? ????.</title>
  /frameworks/base/core/res/res/raw-nl/
loaderror.html 3 <title>Webpagina niet beschikbaar</title>
  /frameworks/base/core/res/res/raw-pl/
loaderror.html 3 <title>Strona internetowa jest niedost?pna</title>
  /frameworks/base/core/res/res/raw-ru/
loaderror.html 3 <title>???-???????? ??????????</title>
nodomain.html 3 <title>???-???????? ??????????</title>
  /frameworks/base/core/res/res/raw-th/
loaderror.html 3 <title>???????????????</title>
  /frameworks/base/core/res/res/raw-tr/
loaderror.html 3 <title>Web sayfas? yok</title>
  /frameworks/base/core/res/res/raw-zh-rCN/
loaderror.html 3 <title>?????</title>
  /frameworks/base/core/res/res/raw-zh-rTW/
loaderror.html 3 <title>??????????????</title>
  /packages/apps/Browser/assets/html/
flashtest.html 3 <title>Flash test</title>
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fsub/
Test_fsub.java 26 * @title Arguments = 2.7f, 3.14f
34 * @title Arguments = 0, -3.14f
42 * @title Arguments = -3.14f, -2.7f
50 * @title Arguments = Float.MAX_VALUE, Float.NaN
58 * @title Arguments = Float.POSITIVE_INFINITY,
68 * @title Arguments = Float.POSITIVE_INFINITY,
78 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
87 * @title Arguments = +0, -0f
95 * @title Arguments = -0f, -0f
103 * @title Arguments = +0f, +0
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lrem/
Test_lrem.java 26 * @title Arguments = 10000000000l, 4000000000l
34 * @title Arguments = 1234567890123l, 123456789l
42 * @title Dividend = 0
50 * @title Dividend is negative
58 * @title Divisor is negative
66 * @title Both Dividend and divisor are negative
74 * @title Arguments = Long.MIN_VALUE, -1l
81 * @title Arguments = Long.MIN_VALUE, 1l
88 * @title Arguments = Long.MAX_VALUE, 1l
95 * @title Arguments = Long.MIN_VALUE, Long.MAX_VALU
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/putstatic/
Test_putstatic.java 37 * @title type - int
47 * @title type - double
57 * @title modification of final field
67 * @title modification of protected field from subclass
78 * @title assignment compatible references
88 * @title attempt to set non-static field
104 * @title modification of non-accessible field
121 * @title expected NoClassDefFoundError
137 * @title expected NoSuchFieldError
153 * @title Modification of final field in other clas
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_int/
Test_div_int.java 27 * @title Arguments = 8, 4
35 * @title Rounding
43 * @title Dividend = 0
51 * @title Dividend is negative
59 * @title Divisor is negative
67 * @title Both Dividend and divisor are negative
75 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
88 * @title Arguments = Integer.MIN_VALUE, -1
97 * @title Arguments = Integer.MIN_VALUE, 1
106 * @title Arguments = Integer.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_int_2addr/
Test_div_int_2addr.java 26 * @title Arguments = 8, 4
34 * @title Rounding
42 * @title Dividend = 0
50 * @title Dividend is negative
58 * @title Divisor is negative
66 * @title Both Dividend and divisor are negative
74 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
87 * @title Arguments = Integer.MIN_VALUE, -1
96 * @title Arguments = Integer.MIN_VALUE, 1
104 * @title Arguments = Integer.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_int_lit16/
Test_div_int_lit16.java 39 * @title Arguments = 8 / 4
47 * @title Rounding
55 * @title Dividend = 0
63 * @title Dividend is negative
71 * @title Divisor is negative
79 * @title Both Dividend and divisor are negative
87 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
100 * @title Arguments = Integer.MIN_VALUE / -1
109 * @title Arguments = Integer.MIN_VALUE / 1
117 * @title Arguments = Integer.MAX_VALUE /
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_int_lit8/
Test_div_int_lit8.java 38 * @title Arguments = 8 / 4
46 * @title Rounding
54 * @title Dividend = 0
62 * @title Dividend is negative
70 * @title Divisor is negative
78 * @title Both Dividend and divisor are negative
86 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
99 * @title Arguments = Integer.MIN_VALUE / -1
108 * @title Arguments = Integer.MIN_VALUE / 1
116 * @title Arguments = Integer.MAX_VALUE /
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_long/
Test_div_long.java 27 * @title Arguments = 100000000000l, 40000000000l
35 * @title Rounding
43 * @title Dividend = 0
51 * @title Dividend is negative
59 * @title Divisor is negative
67 * @title Both Dividend and divisor are negative
75 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
87 * @title Arguments = Long.MIN_VALUE, -1
95 * @title Arguments = Long.MIN_VALUE, 1
103 * @title Arguments = Long.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/div_long_2addr/
Test_div_long_2addr.java 26 * @title Arguments = 100000000000l, 40000000000l
34 * @title Rounding
42 * @title Dividend = 0
50 * @title Dividend is negative
58 * @title Divisor is negative
66 * @title Both Dividend and divisor are negative
74 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
86 * @title Arguments = Long.MIN_VALUE, -1
94 * @title Arguments = Long.MIN_VALUE, 1
102 * @title Arguments = Long.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_int/
Test_rem_int.java 27 * @title Arguments = 8, 4
35 * @title Arguments = 1073741823, 4
43 * @title Dividend = 0
51 * @title Dividend is negative
59 * @title Divisor is negative
67 * @title Both Dividend and divisor are negative
75 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally,
87 * @title Arguments = Integer.MIN_VALUE, -1
95 * @title Arguments = Integer.MIN_VALUE, 1
103 * @title Arguments = Integer.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_int_2addr/
Test_rem_int_2addr.java 27 * @title Arguments = 8, 4
35 * @title Arguments = 1073741823, 4
43 * @title Dividend = 0
51 * @title Dividend is negative
59 * @title Divisor is negative
67 * @title Both Dividend and divisor are negative
75 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally,
87 * @title Arguments = Integer.MIN_VALUE, -1
95 * @title Arguments = Integer.MIN_VALUE, 1
103 * @title Arguments = Integer.MAX_VALUE,
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_int_lit16/
Test_rem_int_lit16.java 34 * @title Arguments = 8, 4
42 * @title Arguments = 10737, 4
50 * @title Dividend = 0
58 * @title Dividend is negative
66 * @title Divisor is negative
74 * @title Both Dividend and divisor are negative
82 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally,
94 * @title Arguments = Short.MIN_VALUE, -1
102 * @title Arguments = Short.MIN_VALUE, 1
110 * @title Arguments = Short.MAX_VALUE,
    [all...]

Completed in 61 milliseconds

<<11121314151617181920>>