HomeSort by relevance Sort by last modified time
    Searched refs:forName (Results 1 - 25 of 600) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/nio/charset/
StandardCharsets.java 30 public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
35 public static final Charset US_ASCII = Charset.forName("US-ASCII");
40 public static final Charset UTF_8 = Charset.forName("UTF-8");
45 public static final Charset UTF_16 = Charset.forName("UTF-16");
50 public static final Charset UTF_16BE = Charset.forName("UTF-16BE");
55 public static final Charset UTF_16LE = Charset.forName("UTF-16LE");
  /external/guava/guava/src/com/google/common/base/
Charsets.java 34 public static final Charset US_ASCII = Charset.forName("US-ASCII");
39 public static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
44 public static final Charset UTF_8 = Charset.forName("UTF-8");
49 public static final Charset UTF_16BE = Charset.forName("UTF-16BE");
54 public static final Charset UTF_16LE = Charset.forName("UTF-16LE");
60 public static final Charset UTF_16 = Charset.forName("UTF-16");
  /external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java 30 assertEquals(Charset.forName("US-ASCII"), Charsets.US_ASCII);
34 assertEquals(Charset.forName("ISO-8859-1"), Charsets.ISO_8859_1);
38 assertEquals(Charset.forName("UTF-8"), Charsets.UTF_8);
42 assertEquals(Charset.forName("UTF-16BE"), Charsets.UTF_16BE);
46 assertEquals(Charset.forName("UTF-16LE"), Charsets.UTF_16LE);
50 assertEquals(Charset.forName("UTF-16"), Charsets.UTF_16);
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/
Test_f1.java 30 Class.forName("dot.junit.format.f1.d.T_f1_1");
43 Class.forName("dot.junit.format.f1.d.T_f1_2");
56 Class.forName("dot.junit.format.f1.d.T_f1_3");
69 Class.forName("dot.junit.format.f1.d.T_f1_4");
82 Class.forName("dot.junit.format.f1.d.T_f1_5");
95 Class.forName("dot.junit.format.f1.d.T_f1_6");
108 Class.forName("dot.junit.format.f1.d.T_f1_7");
121 Class.forName("dot.junit.format.f1.d.T_f1_8");
134 Class.forName("dot.junit.format.f1.d.T_f1_9");
147 // Class.forName("dot.junit.format.f1.d.T_f1_10")
    [all...]
  /external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
InitStaticCode.java 37 Class.forName(org.jivesoftware.smackx.ServiceDiscoveryManager.class.getName(), true, appClassLoader);
38 Class.forName(org.jivesoftware.smack.PrivacyListManager.class.getName(), true, appClassLoader);
39 Class.forName(org.jivesoftware.smackx.XHTMLManager.class.getName(), true, appClassLoader);
40 Class.forName(org.jivesoftware.smackx.muc.MultiUserChat.class.getName(), true, appClassLoader);
41 Class.forName(org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.class.getName(), true, appClassLoader);
42 Class.forName(org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager.class.getName(), true, appClassLoader);
43 Class.forName(org.jivesoftware.smackx.filetransfer.FileTransferManager.class.getName(), true, appClassLoader);
44 Class.forName(org.jivesoftware.smackx.LastActivityManager.class.getName(), true, appClassLoader);
45 Class.forName(org.jivesoftware.smack.ReconnectionManager.class.getName(), true, appClassLoader);
46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
InitStaticCode.java 37 Class.forName(org.jivesoftware.smackx.ServiceDiscoveryManager.class.getName(), true, appClassLoader);
38 Class.forName(org.jivesoftware.smack.PrivacyListManager.class.getName(), true, appClassLoader);
39 Class.forName(org.jivesoftware.smackx.XHTMLManager.class.getName(), true, appClassLoader);
40 Class.forName(org.jivesoftware.smackx.muc.MultiUserChat.class.getName(), true, appClassLoader);
41 Class.forName(org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.class.getName(), true, appClassLoader);
42 Class.forName(org.jivesoftware.smackx.bytestreams.socks5.Socks5BytestreamManager.class.getName(), true, appClassLoader);
43 Class.forName(org.jivesoftware.smackx.filetransfer.FileTransferManager.class.getName(), true, appClassLoader);
44 Class.forName(org.jivesoftware.smackx.LastActivityManager.class.getName(), true, appClassLoader);
45 Class.forName(org.jivesoftware.smack.ReconnectionManager.class.getName(), true, appClassLoader);
46 Class.forName(org.jivesoftware.smackx.commands.AdHocCommandManager.class.getName(), true, appClassLoader)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move/
Test_move.java 38 Class.forName("dot.junit.opcodes.move.d.T_move_2");
51 Class.forName("dot.junit.opcodes.move.d.T_move_3");
64 Class.forName("dot.junit.opcodes.move.d.T_move_4");
77 Class.forName("dot.junit.opcodes.move.d.T_move_5");
90 Class.forName("dot.junit.opcodes.move.d.T_move_6");
105 Class.forName("dot.junit.opcodes.move.d.T_move_7");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_from16/
Test_move_from16.java 37 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_3");
50 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_4");
63 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_5");
76 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_6");
89 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_7");
104 Class.forName("dot.junit.opcodes.move_from16.d.T_move_from16_8");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object/
Test_move_object.java 39 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_2");
52 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_3");
65 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_4");
78 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_5");
91 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_6");
106 Class.forName("dot.junit.opcodes.move_object.d.T_move_object_7");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_16/
Test_move_object_16.java 38 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_3");
51 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_4");
64 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_5");
77 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_6");
90 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_7");
105 Class.forName("dot.junit.opcodes.move_object_16.d.T_move_object_16_8");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_object_from16/
Test_move_object_from16.java 39 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_3");
52 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_4");
65 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_5");
78 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_6");
91 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_7");
106 Class.forName("dot.junit.opcodes.move_object_from16.d.T_move_object_from16_8");
  /libcore/luni/src/test/java/libcore/java/lang/
ClassNotFoundExceptionTest.java 25 Class.forName("[V");
34 Class.forName("blort.Zorch");
43 Class.forName("[[Lblort.Zorch;");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b3/
Test_b3.java 30 Class.forName("dot.junit.verify.b3.d.T_b3_1");
43 Class.forName("dot.junit.verify.b3.d.T_b3_2");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_wide/
Test_move_wide.java 46 Class.forName("dot.junit.opcodes.move_wide.d.T_move_wide_2");
59 Class.forName("dot.junit.opcodes.move_wide.d.T_move_wide_3");
72 Class.forName("dot.junit.opcodes.move_wide.d.T_move_wide_4");
85 Class.forName("dot.junit.opcodes.move_wide.d.T_move_wide_5");
100 Class.forName("dot.junit.opcodes.move_wide.d.T_move_wide_7");
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b2/
Test_b2.java 30 Class.forName("dot.junit.verify.b2.d.T_b2_1");
43 Class.forName("dot.junit.verify.b2.d.T_b2_2");
56 Class.forName("dot.junit.verify.b2.d.T_b2_3");
69 Class.forName("dot.junit.verify.b2.d.T_b2_4");
82 Class.forName("dot.junit.verify.b2.d.T_b2_5");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/
Test_move_result.java 38 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_2");
52 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_3");
65 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_4");
81 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_5");
95 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_6");
109 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_7");
122 Class.forName("dot.junit.opcodes.move_result.d.T_move_result_8");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/
Test_move_result_object.java 49 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_2");
63 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_3");
76 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_4");
92 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_5");
106 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_6");
120 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_7");
133 Class.forName("dot.junit.opcodes.move_result_object.d.T_move_result_object_9");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 38 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_2");
52 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_3");
65 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_4");
81 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_5");
95 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_6");
109 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_7");
122 Class.forName("dot.junit.opcodes.move_result_wide.d.T_move_result_wide_8");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/
Test_goto_16.java 39 Class.forName("dot.junit.opcodes.goto_16.d.T_goto_16_3");
52 Class.forName("dot.junit.opcodes.goto_16.d.T_goto_16_2");
65 Class.forName("dot.junit.opcodes.goto_16.d.T_goto_16_4");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/
Test_goto_32.java 39 Class.forName("dot.junit.opcodes.goto_32.d.T_goto_32_2");
52 Class.forName("dot.junit.opcodes.goto_32.d.T_goto_32_3");
66 Class.forName("dot.junit.opcodes.goto_32.d.T_goto_32_4");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/
Test_opc_goto.java 39 Class.forName("dot.junit.opcodes.opc_goto.d.T_opc_goto_2");
52 Class.forName("dot.junit.opcodes.opc_goto.d.T_opc_goto_3");
65 Class.forName("dot.junit.opcodes.opc_goto.d.T_opc_goto_4");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/
Test_sparse_switch.java 73 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_3");
88 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_4");
101 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_5");
114 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_6");
127 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_7");
140 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_8");
153 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_9");
167 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_2");
180 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_11");
193 Class.forName("dot.junit.opcodes.sparse_switch.d.T_sparse_switch_12")
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_return/
Test_opc_return.java 54 Class.forName("dot.junit.opcodes.opc_return.d.T_opc_return_5");
67 Class.forName("dot.junit.opcodes.opc_return.d.T_opc_return_6");
80 Class.forName("dot.junit.opcodes.opc_return.d.T_opc_return_7");
93 Class.forName("dot.junit.opcodes.opc_return.d.T_opc_return_8");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/
Test_return_wide.java 53 Class.forName("dot.junit.opcodes.return_wide.d.T_return_wide_5");
66 Class.forName("dot.junit.opcodes.return_wide.d.T_return_wide_6");
79 Class.forName("dot.junit.opcodes.return_wide.d.T_return_wide_7");
92 Class.forName("dot.junit.opcodes.return_wide.d.T_return_wide_8");
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 15 return Class.forName(suiteClassName);

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>