HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 1 - 25 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/junit/runner/
Version.java 8 // don't instantiate
  /frameworks/base/test-runner/src/junit/runner/
Version.java 8 // don't instantiate
  /libcore/junit/src/test/java/junit/runner/
Version.java 8 // don't instantiate
  /external/junit/src/junit/runner/
Version.java 8 // don't instantiate
  /frameworks/base/media/mediaserver/
main_mediaserver.cpp 41 AudioFlinger::instantiate();
42 MediaPlayerService::instantiate();
43 CameraService::instantiate();
44 AudioPolicyService::instantiate();
  /frameworks/base/cmds/system_server/library/
system_init.cpp 70 SurfaceFlinger::instantiate();
74 SensorService::instantiate();
81 AudioFlinger::instantiate();
84 MediaPlayerService::instantiate();
87 CameraService::instantiate();
90 AudioPolicyService::instantiate();
  /external/chromium/third_party/icu/source/test/intltest/
testutil.h 17 * attempt to instantiate.
lcukocol.cpp 39 errcheckln(status, "Couldn't instantiate the collator with %s", u_errorName(status));
  /external/icu4c/test/intltest/
testutil.h 17 * attempt to instantiate.
lcukocol.cpp 39 errcheckln(status, "Couldn't instantiate the collator with %s", u_errorName(status));
  /external/v8/src/
apinatives.js 44 function Instantiate(data, name) {
52 var result = Constructor ? new (Instantiate(Constructor))() : {};
76 fun.prototype = prototype ? Instantiate(prototype) : {};
80 var parent_fun = Instantiate(parent);
103 var value = Instantiate(prop_data, name);
  /libcore/luni/src/test/java/com/google/coretests/
Version.java 24 // don't instantiate
  /frameworks/base/core/java/android/widget/
package.html 11 behavior of the widget. If you can instantiate the object from layout XML,
15 the XML element used to instantiate your widget, and the attributes that it
  /external/gtest/samples/
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
110 // In order to run value-parameterized tests, you need to instantiate them,
112 // You can instantiate them in a different translation module, or even
113 // instantiate them several times.
115 // Here, we instantiate our tests with a list of two PrimeTable object
sample8_unittest.cc 48 // told to instantiate without PrecalcPrimeTable instance at all and use only
148 // In order to run value-parameterized tests, you need to instantiate them,
150 // You can instantiate them in a different translation module, or even
151 // instantiate them several times.
153 // Here, we instantiate our tests with a list of parameters. We must combine
  /external/protobuf/gtest/samples/
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
110 // In order to run value-parameterized tests, you need to instantiate them,
112 // You can instantiate them in a different translation module, or even
113 // instantiate them several times.
115 // Here, we instantiate our tests with a list of two PrimeTable object
sample8_unittest.cc 48 // told to instantiate without PrecalcPrimeTable instance at all and use only
148 // In order to run value-parameterized tests, you need to instantiate them,
150 // You can instantiate them in a different translation module, or even
151 // instantiate them several times.
153 // Here, we instantiate our tests with a list of parameters. We must combine
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 132 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
145 * @title attempt to instantiate array of non-existent class
159 * @title attempt to instantiate array of inaccessible class
  /dalvik/tests/068-classloader/src/
Main.java 65 * able to load it but not instantiate it.
78 /* instantiate */
151 /* instantiate */
198 /* instantiate */
246 /* instantiate */
292 /* instantiate */
339 /* instantiate */
400 /* instantiate */
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 55 * @title attempt to instantiate interface
71 * @title attempt to instantiate abstract
142 * @title Attempt to instantiate array of inaccessible class.
156 * @title Attempt to instantiate array of non-existent class.
  /dalvik/tests/044-proxy/src/
Clash2.java 23 * Try to instantiate a proxy class with interfaces that have conflicting
  /external/chromium/net/base/
auth.h 45 // We wouldn't instantiate this class if we didn't need authentication.
  /external/chromium/net/socket/
client_socket_factory.h 29 // An interface used to instantiate ClientSocket objects. Used to facilitate
  /external/webkit/WebKit/win/
WebKitCOMAPI.h 31 // Callers should use this API instead of CoCreateInstance to instantiate WebKit COM classes.
  /frameworks/ex/common/java/com/android/common/
Search.java 37 private Search() { } // don't instantiate

Completed in 1119 milliseconds

1 2 3 4 5 6 7 8 91011>>