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

<<11121314151617181920>>

  /cts/tools/vm-tests/src/dot/junit/opcodes/iput_short/
Test_iput_short.java 29 * @title put short into field
40 * @title modification of final field
50 * @title modification of protected field from subclass
62 * @title expected NullPointerException
78 * @title constant pool index
92 * @title number of registers
107 * @title put short into long field - only field with same name but
122 * @title put value '66000' into byte field
136 * @title type of field doesn't match opcode - attempt to modify double
151 * @title Attempt to set static field. Java throws IncompatibleClassChangeError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput/
Test_sput.java 33 * @title type - int
43 * @title type - float
54 * @title modification of final field
64 * @title modification of protected field from subclass
76 * @title Trying to put float into integer field. Dalvik doens't distinguish 32-bits types
90 * @title initialization of referenced class throws exception
104 * @title constant pool index
118 * @title number of registers
133 * @title put integer into long field - only field with same name but
148 * @title type of field doesn't match opcode - attempt to modify double field
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_wide/
Test_sput_wide.java 30 * @title put long into static field
40 * @title put double into static field
51 * @title modification of final field
61 * @title modification of protected field from subclass
73 * @title initialization of referenced class throws exception
87 * @title constant pool index
101 * @title number of registers
116 * @title put int into long field - only field with same name but
133 * @title type of field doesn't match opcode - attempt to modify float
148 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
    [all...]
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 7 <Title>EXT2ED - The Extended-2 filesystem editor - User's guide</Title>
25 <Title>About EXT2ED documentation</Title>
68 <Title>Introduction</Title>
80 <Title>Basic concepts in EXT2ED</Title>
135 <Title>Running EXT2ED</Title>
    [all...]
  /external/guava/javadoc/
overview-tree.html 6 <TITLE>
8 </TITLE>
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
18 parent.document.title="Class Hierarchy (Guava Libraries 2010.01.04)";
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
93 <LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
94 <LI TYPE="circle">com.google.common.util.concurrent.<A HREF="com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent"><B>AbstractCheckedFuture</B></A>&lt;V,E&gt; (implements com.google.common.util.concurrent.<A HREF="com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent">CheckedFuture</A>&lt;V,E&gt;)
95 <LI TYPE="circle">java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/AbstractCollection.html?is-external=true" title="class or interface in java.util"><B>AbstractCollection</B></A>&lt;E&gt; (implements java.util.<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;E&gt;
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget/
Test_iget.java 29 * @title type - int
37 * @title type - float
45 * @title access protected field from subclass
55 * @title expected NullPointerException
69 * @title constant pool index
83 * @title number of registers
96 * @title read integer from long field - only field with same name but
110 * @title Attempt to read inaccessible private field. Java throws IllegalAccessError
126 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError
140 * @title Attempt to read undefined field. Java throws NoSuchFieldError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_object/
Test_iget_object.java 28 * @title get reference from field
37 * @title access protected field from subclass
47 * @title expected NullPointerException
61 * @title constant pool index
75 * @title number of registers
89 * @title (read object from long field - only field with same name but
103 * @title Attempt to read inaccessible field. Java throws IllegalAccessError
119 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError
133 * @title Attempt to read undefined field. Java throws NoSuchFieldError
147 * @title Attempt to read superclass' private field from subclass. Java
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/iget_wide/
Test_iget_wide.java 29 * @title type - long
37 * @title type - double
45 * @title access protected field from subclass
55 * @title expected NullPointerException
69 * @title constant pool index
83 * @title number of registers
97 * @title read long from integer field - only field with same name but
111 * @title Attempt to read inaccessible field. Java throws IllegalAccessError
127 * @title Attempt to read field of undefined class. Java throws NoClassDefFoundError
141 * @title Attempt to read undefined field. Java throws NoSuchFieldError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/
Test_sput_boolean.java 31 * @title put boolean into static field
42 * @title modification of final field
52 * @title modification of protected field from subclass
65 * @title initialization of referenced class throws exception
79 * @title constant pool index
93 * @title number of registers
108 * @title put boolean into long field - only field with same name but
123 * @title put value '2' into boolean field
137 * @title type of field doesn't match opcode - attempt to modify double
152 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_byte/
Test_sput_byte.java 29 * @title put byte into static field
40 * @title modification of final field
50 * @title modification of protected field from subclass
63 * @title initialization of referenced class throws exception
77 * @title constant pool index
91 * @title number of registers
106 * @title put byte into long field - only field with same name but
121 * @title put value '256' into byte field
135 * @title type of field doesn't match opcode - attempt to modify double
150 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_char/
Test_sput_char.java 29 * @title put char into static field
40 * @title modification of final field
50 * @title modification of protected field from subclass
63 * @title initialization of referenced class throws exception
77 * @title constant pool index
91 * @title number of registers
106 * @title put char into long field - only field with same name but
121 * @title put value '66000' into byte field
135 * @title type of field doesn't match opcode - attempt to modify double
150 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_object/
Test_sput_object.java 29 * @title put reference into static field
40 * @title modification of final field
50 * @title modification of protected field from subclass
63 * @title initialization of referenced class throws exception
77 * @title constant pool index
91 * @title number of registers
106 * @title put object into long field - only field with same name but
122 * @title type of field doesn't match opcode - attempt to modify double
137 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
151 * @title Attempt to modify inaccessible field. Java throws IllegalAccessError
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/sput_short/
Test_sput_short.java 29 * @title put short into static field
40 * @title modification of final field
50 * @title modification of protected field from subclass
63 * @title initialization of referenced class throws exception
77 * @title constant pool index
91 * @title number of registers
106 * @title put short into long field - only field with same name but
121 * @title put value '66000' into byte field
135 * @title type of field doesn't match opcode - attempt to modify double
150 * @title Attempt to set non-static field. Java throws IncompatibleClassChangeError
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs-devguide.css 4 /* Page title */
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/
Test_aastore.java 29 * @title Normal test. Trying different indexes
39 * @title Normal test. Trying different indexes
52 * @title Normal test. Trying different indexes
63 * @title Check assignement compatibility rules
76 * @title ArrayIndexOutOfBoundsException expected
90 * @title expected ArrayIndexOutOfBoundsException
104 * @title expected NullPointerException
118 * @title expected ArrayStoreException
133 * @title number of arguments
146 * @title number of argument
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/bipush/
Test_bipush.java 28 * @title normal test
36 * @title normal test
44 * @title normal test
53 * @title stack size
  /cts/tools/dx-tests/src/dxc/junit/opcodes/dadd/
Test_dadd.java 26 * @title Arguments = 2.7d, 3.14d
34 * @title Arguments = 0, -3.14d
42 * @title Arguments = -3.14d, -2.7d
50 * @title Arguments = Double.MAX_VALUE, Double.NaN
58 * @title Arguments = Double.POSITIVE_INFINITY,
68 * @title Arguments = Double.POSITIVE_INFINITY,
78 * @title Arguments = Double.POSITIVE_INFINITY, -2.7d
87 * @title Arguments = +0, -0
95 * @title Arguments = -0d, -0d
103 * @title Arguments = -2.7d, 2.7
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/fadd/
Test_fadd.java 26 * @title Arguments = 2.7f, 3.14f
34 * @title Arguments = 0, -3.14f
42 * @title Arguments = -3.14f, -2.7f
51 * @title Arguments = Float.MAX_VALUE, Float.NaN
59 * @title Arguments = Float.POSITIVE_INFINITY,
69 * @title Arguments = Float.POSITIVE_INFINITY,
79 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
88 * @title Arguments = +0, -0f
96 * @title Arguments = -0f, -0f
104 * @title Arguments = -2.7f, 2.7
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/ladd/
Test_ladd.java 26 * @title Arguments = 12345678l, 87654321l
34 * @title Arguments = 0l, 87654321l
42 * @title Arguments = -12345678l, 0l
50 * @title Arguments: 0 + Long.MAX_VALUE
58 * @title Arguments: 0 + Long.MIN_VALUE
66 * @title Arguments: 0 + 0
74 * @title Arguments: Long.MAX_VALUE + Long.MAX_VALUE
82 * @title Arguments: Long.MAX_VALUE + Long.MIN_VALUE
90 * @title Arguments: Long.MIN_VALUE + Long.MIN_VALUE
98 * @title Arguments: Long.MIN_VALUE +
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lmul/
Test_lmul.java 26 * @title Arguments = 222000000000l, 5000000000l
34 * @title Arguments = -123456789l, 123456789l
42 * @title Arguments = -123456789l, -123456789l
50 * @title Arguments = 0, Long.MAX_VALUE
57 * @title Arguments = Long.MAX_VALUE, 1
64 * @title Arguments = Long.MIN_VALUE, 1
71 * @title Arguments = Long.MAX_VALUE, Long.MIN_VALUE
79 * @title Arguments = 0, 0
86 * @title Arguments = Long.MAX_VALUE, -1
93 * @title Arguments = Long.MIN_VALUE, -
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/sipush/
Test_sipush.java 28 * @title sipush -13570
36 * @title sipush 0
44 * @title sipush - 1
53 * @title stack size
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_long/
Test_add_long.java 26 * @title Arguments = 12345678l, 87654321l
34 * @title Arguments = 0l, 87654321l
42 * @title Arguments = -12345678l, 0l
50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
62 * @title Arguments = 0 + Long.MAX_VALUE
70 * @title Arguments = 0 + Long.MIN_VALUE
78 * @title Arguments = 0 + 0
86 * @title Arguments = Long.MAX_VALUE + Long.MAX_VALUE
94 * @title Arguments = Long.MAX_VALUE + Long.MIN_VALUE
102 * @title Arguments = Long.MIN_VALUE + Long.MIN_VALU
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_long_2addr/
Test_add_long_2addr.java 26 * @title Arguments = 12345678l, 87654321l
34 * @title Arguments = 0l, 87654321l
42 * @title Arguments = -12345678l, 0l
50 * @title Types of arguments - long, double. Dalvik doens't distinguish 64-bits types internally,
62 * @title Arguments = 0 + Long.MAX_VALUE
70 * @title Arguments = 0 + Long.MIN_VALUE
78 * @title Arguments = 0 + 0
86 * @title Arguments = Long.MAX_VALUE + Long.MAX_VALUE
94 * @title Arguments = Long.MAX_VALUE + Long.MIN_VALUE
102 * @title Arguments = Long.MIN_VALUE + Long.MIN_VALU
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_float/
Test_mul_float.java 27 * @title Arguments = 2.7f, 3.14f
35 * @title Arguments = 0, -3.14f
43 * @title Arguments = -2.7f, -3.14f
51 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally,
64 * @title Arguments = Float.MAX_VALUE, Float.NaN
72 * @title Arguments = Float.POSITIVE_INFINITY, 0
80 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
89 * @title Arguments = Float.POSITIVE_INFINITY,
99 * @title Arguments = +0, -0f
107 * @title Arguments = -0f, -0
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/mul_float_2addr/
Test_mul_float_2addr.java 27 * @title Arguments = 2.7f, 3.14f
35 * @title Arguments = 0, -3.14f
43 * @title Arguments = -2.7f, -3.14f
51 * @title Types of arguments - float, int. Dalvik doens't distinguish 32-bits types internally,
64 * @title Arguments = Float.MAX_VALUE, Float.NaN
72 * @title Arguments = Float.POSITIVE_INFINITY, 0
80 * @title Arguments = Float.POSITIVE_INFINITY, -2.7f
89 * @title Arguments = Float.POSITIVE_INFINITY,
99 * @title Arguments = +0, -0f
107 * @title Arguments = -0f, -0
    [all...]

Completed in 225 milliseconds

<<11121314151617181920>>