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

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/if_eq/
Test_if_eq.java 28 * @title Arguments = 5, 6
40 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c
48 * @title Arguments = 5, -5
56 * @title Arguments = 0x01001234, 0x1234
64 * @title compare references
74 * @title compare references
83 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
92 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
100 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
108 * @title Arguments = 0, 123456
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/if_ne/
Test_if_ne.java 12 * @title Arguments = 5, 6
20 * @title Arguments = 0x0f0e0d0c, 0x0f0e0d0c
28 * @title Arguments = 5, -5
36 * @title Arguments = 0x01001234, 0x1234
44 * @title compare references
54 * @title compare references
63 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
72 * @title Arguments = Integer.MAX_VALUE, Integer.MAX_VALUE
80 * @title Arguments = Integer.MIN_VALUE, Integer.MIN_VALUE
88 * @title Arguments = 0, 123456
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sget/
Test_sget.java 30 * @title type - int
38 * @title type - float
46 * @title access protected field from subclass
57 * @title attempt to access non-static field
70 * @title initialization of referenced class throws exception
84 * @title constant pool index
98 * @title number of registers
112 * @title read integer from long field - only field with same name but
126 * @title Attempt to read inaccessible field. Java throws IllegalAccessError
142 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_float/
Test_sub_float.java 28 * @title Arguments = 2.7f, 3.14f
36 * @title Arguments = 0, -3.14f
44 * @title
52 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
64 * @title Arguments = Float.MAX_VALUE, Float.NaN
72 * @title Arguments = Float.POSITIVE_INFINITY,
82 * @title Arguments = Float.POSITIVE_INFINITY,
92 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
101 * @title Arguments = +0, -0f
109 * @title Arguments = -0f, -0
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sub_float_2addr/
Test_sub_float_2addr.java 26 * @title Arguments = 2.7f, 3.14f
34 * @title Arguments = 0, -3.14f
42 * @title
50 * @title Types of arguments - int, float. Dalvik doens't distinguish 32-bits types internally,
62 * @title Arguments = Float.MAX_VALUE, Float.NaN
70 * @title Arguments = Float.POSITIVE_INFINITY,
80 * @title Arguments = Float.POSITIVE_INFINITY,
90 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
99 * @title Arguments = +0, -0f
107 * @title Arguments = -0f, -0
    [all...]
  /external/webkit/WebKit/mac/History/
WebHistoryItem.h 37 either the item's title, alternate title, url strings, or last visited interval
56 @method initWithURLString:title:lastVisitedTimeInterval:
58 @param title The title to use for the item. This is normally the <title> of a page.
66 - (id)initWithURLString:(NSString *)URLString title:(NSString *)title lastVisitedTimeInterval:(NSTimeInterval)time;
87 @method title
88 @abstract The title of the page represented by this item
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
BrowserProviderTests.java 82 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22"; local
83 assertInsertQuery("http://www.example.com/sdaga", title, title);
87 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22"; local
89 assertInsertQuery("http://www.example.com/sdaga", title, query);
94 String title = "\u30ae\u30e3\u30e9\u30ea\u30fc\u30fcGoogle\u691c\u7d22"; local
96 assertInsertQuery("http://www.example.com/sdaga", title, query);
103 private void assertInsertQuery(String url, String title, String query) {
104 addBookmark(url, title);
105 assertQueryReturns(url, title, query)
    [all...]
  /cts/tests/assets/webkit/
javascript.html 18 <title>javascript off</title>
22 document.title = "javascript on";
jsprompt.html 19 <title>javascript prompt</title>
24 document.title = res;
jswindow.html 18 <title>javascript window</title>
23 childWindow.document.title = "javascript child window";
popup_base.html 18 <title></title>
24 document.title = "Popup blocked";
test_timer.html 18 <title>0</title>
24 document.title = counter;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dcmpg/
Test_dcmpg.java 26 * @title Arguments = 3.14d, 2.7d
34 * @title Arguments = -3.14d, 2.7d
42 * @title Arguments = 3.14, 3.14
50 * @title Arguments = Double.NaN, Double.MAX_VALUE
58 * @title Arguments = +0, -0
66 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE
74 * @title Arguments = Double.POSITIVE_INFINITY, Double.MAX_VALUE
82 * @title Arguments = Double.POSITIVE_INFINITY,
93 * @title number of arguments
106 * @title types of arguments - double, floa
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dcmpl/
Test_dcmpl.java 26 * @title Arguments = 3.14d, 2.7d
34 * @title Arguments = -3.14d, 2.7d
42 * @title Arguments = 3.14, 3.14
50 * @title Arguments = Double.NaN, Double.MAX_VALUE
58 * @title Arguments = +0, -0
66 * @title Arguments = Double.NEGATIVE_INFINITY, Double.MIN_VALUE
74 * @title Arguments = Double.POSITIVE_INFINITY, Double.MAX_VALUE
82 * @title Arguments = Double.POSITIVE_INFINITY,
93 * @title number of arguments
106 * @title types of arguments - double, floa
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dload/
Test_dload.java 33 * @title Test dload 1
41 * @title Test dload 255
50 * @title index must be no greater than the value
64 * @title types of argument - float
77 * @title types of argument - long
90 * @title stack size
106 * @title Test dload 257
114 * @title Test dload_w 1
123 * @title index must be no greater than the value
137 * @title types of argument - doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fcmpg/
Test_fcmpg.java 26 * @title Arguments = 3.14f, 2.7f
34 * @title Arguments = -3.14f, 2.7f
42 * @title Arguments = 3.14, 3.14
50 * @title Arguments = Float.NaN, Float.MAX_VALUE
58 * @title Arguments = +0, -0
66 * @title Arguments = Float.NEGATIVE_INFINITY, Float.MIN_VALUE
74 * @title Arguments = Float.POSITIVE_INFINITY, Float.MAX_VALUE
82 * @title Arguments = Float.POSITIVE_INFINITY,
92 * @title number of arguments
105 * @title types of arguments - float, doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fcmpl/
Test_fcmpl.java 26 * @title Arguments = 3.14f, 2.7f
34 * @title Arguments = -3.14f, 2.7f
42 * @title Arguments = 3.14, 3.14
50 * @title Arguments = Float.NaN, Float.MAX_VALUE
58 * @title Arguments = +0, -0
66 * @title Arguments = Float.NEGATIVE_INFINITY, Float.MIN_VALUE
74 * @title Arguments = Float.POSITIVE_INFINITY, Float.MAX_VALUE
82 * @title Arguments = Float.POSITIVE_INFINITY,
92 * @title number of arguments
105 * @title types of arguments - float, doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fload/
Test_fload.java 33 * @title Test fload 1
41 * @title Test fload 255
50 * @title index must be no greater than the value
64 * @title types of argument - double
77 * @title types of argument - long
90 * @title stack size
106 * @title Test fload 257
114 * @title Test fload_w 1
123 * @title index must be no greater than the value
137 * @title types of argument - doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/i2c/
Test_i2c.java 26 * @title Argument = 65
34 * @title Argument = 65537
42 * @title Argument = -2
50 * @title Argument = 0x110000
58 * @title Argument = 0
66 * @title Argument = 65535
74 * @title Argument = Integer.MAX_VALUE
82 * @title Argument = Integer.MIN_VALUE
94 * @title number of arguments
107 * @title type of argument - doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/iload/
Test_iload.java 33 * @title Test iload 1
41 * @title Test iload 255
50 * @title index must be no greater than the value
64 * @title types of argument - double
77 * @title types of argument - long
90 * @title stack size
106 * @title Test iload 257
114 * @title Test iload_w 1
123 * @title index must be no greater than the value
137 * @title types of argument - doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lload/
Test_lload.java 33 * @title Test lload 1
41 * @title Test lload 255
50 * @title index must be no greater than the value
64 * @title types of argument - double
77 * @title types of argument - int
90 * @title stack size
106 * @title Test lload_w 1
114 * @title Test lload 257
123 * @title index must be no greater than the value
137 * @title types of argument - doubl
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lneg/
Test_lneg.java 27 * @title Argument = 123123123272432432l
35 * @title Argument = 1
43 * @title Argument = -1
51 * @title Check that -x == (~x + 1)
59 * @title Argument = 0
67 * @title Argument = Long.MAX_VALUE
75 * @title Argument = Long.MIN_VALUE
84 * @title number of arguments
97 * @title type of argument - double
110 * @title type of argument - in
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java 26 * @title normal test
42 * @title check Integer.MAX_VALUE
50 * @title check Integer.MIN_VALUE
60 * @title number of arguments
73 * @title type of argument - float
86 * @title branch target shall be inside the
100 * @title branch target shall not be "inside" wide
114 * @title npairs shall be >= 0
127 * @title non-zero padding
140 * @title pairs shall be sorted in ascendin
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lstore/
Test_lstore.java 33 * @title lstore 0
40 * @title lstore 255
48 * @title index must be no greater than the value
62 * @title types of argument - double
75 * @title types of argument - int
88 * @title types of argument - float
104 * @title lstore_w 0
111 * @title lstore 257
119 * @title index must be no greater than the value
133 * @title types of argument - doubl
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/int_to_float/
Test_int_to_float.java 26 * @title Argument = 123456
34 * @title Argument = 1
42 * @title Argument = -1
50 * @title Argument = 33564439
58 * @title Type of argument - float. Dalvik doens't distinguish 32-bits types internally,
72 * @title Argument = 0
80 * @title Argument = Argument = Integer.MAX_VALUE
88 * @title Argument = Integer.MIN_VALUE
98 * @title (type of argument - double)
112 * @title type of argument - lon
    [all...]

Completed in 80 milliseconds

<<11121314151617181920>>