HomeSort by relevance Sort by last modified time
    Searched full:instantiate (Results 426 - 450 of 2246) sorted by null

<<11121314151617181920>>

  /external/selinux/secilc/docs/
cil_call_macro_statements.md 7 Instantiate a [macro](#macro) within the current namespace. There may be zero or more parameters passed to the macro (with zero parameters this is similar to the [`blockinherit`](cil_container_statements.md#blockinherit) ([`call`](cil_call_macro_statements.md#call)) / [`blockabstract`](cil_container_statements.md#blockabstract) ([`macro`](cil_call_macro_statements.md#macro)) statements).
45 Declare a macro in the current namespace with its associated parameters. The macro identifier is used by the [`call`](cil_call_macro_statements.md#call) statement to instantiate the macro and resolve any parameters. The call statement may be within the body of a macro.
98 This example will instantiate the `binder_call` macro in the calling namespace (`my_domain`) and replace `ARG1` with `appdomain` and `ARG2` with `binderservicedomain`:
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 221 throw new InflateException("Could not instantiate " + expectedType + " class " +
224 throw new InflateException("Could not instantiate " + expectedType + " class " +
227 throw new InflateException("Could not instantiate " + expectedType + " class " +
230 throw new InflateException("Could not instantiate " + expectedType + " class " +
233 throw new InflateException("Could not instantiate " + expectedType + " class " +
  /external/testng/src/main/java/org/testng/internal/
ClassHelper.java 59 throw new TestNGException("Cannot instantiate class " + clazz.getName(), ie);
74 throw new TestNGException("Cannot instantiate class " + constructor.getDeclaringClass().getName(), e);
123 Utils.log("ClassHelper", 2, "Could not instantiate " + className
330 // No, just try to instantiate the parameterless constructor (or the one
346 // Create an instance of the enclosing class so we can instantiate
382 // throw new TestNGException("Couldn't instantiate class:" + declaringClass);
398 // Utils.log(ClassHelper.class.getName(), 2, "Couldn't instantiate class " + declaringClass);
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 495 // instantiate the anonymous struct/union type first.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
SimpleBITest.java 27 // directly instantiate a DictionaryBasedBreakIterator. It can use the rules from
39 // resides outside the icu4j jar. Since the code to instantiate would be going through
41 // icu4j's domain wouldn't know about ours. So we could instantiate before registering
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
SimpleBITest.java 24 // directly instantiate a DictionaryBasedBreakIterator. It can use the rules from
36 // resides outside the icu4j jar. Since the code to instantiate would be going through
38 // icu4j's domain wouldn't know about ours. So we could instantiate before registering
  /packages/services/Car/service/jni/
com_android_car_CarCameraService.cpp 160 // Instantiate a new java CarRect objected with the current values
214 // Instantiate a new java CarRect objected with the current values
268 // Instantiate a new java CarRect objected with the current values
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/
template-params.xml 62 The sample uses [ListFragment][2] from the v4 support library to display the list. It shows how to instantiate and display the [PopupMenu][1], as well as how to use `setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener())` to process the user actions on the [PopupMenu][1].
  /developers/samples/android/ui/transition/FragmentTransition/
template-params.xml 73 instantiate a Scene for the initial state of Transition, as we never
  /development/host/windows/usb/api/
adb_winusb_api.h 42 instantiate AdbInterfaceObject instance on condition that it is confirmed
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentStackFragment.java 78 // Instantiate a new fragment.
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java 62 // Instantiate the list of samples.
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 32 * No need to instantiate
  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 28 from a different base class, may instantiate and clean-up the associated
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
control.WEP40 34 # test isn't actually running yet. So we instantiate a host
  /external/bison/data/
README 35 which is used by Bison to instantiate the skeletons.
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
alerts-table-test.html 20 test('instantiate', function() {
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
__init__.py 74 # instantiate and open when desired
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
multi_cpu_slice_sub_view_test.html 34 test('instantiate', function() {
multi_power_sample_sub_view_test.html 43 test('instantiate', function() {
multi_thread_time_slice_sub_view_test.html 34 test('instantiate', function() {
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
drag_handle_test.html 43 test('instantiate', function() {
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
layer_view_test.html 21 test('instantiate', function() {
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
alert_track_test.html 39 test('instantiate', function() {
interaction_track_test.html 21 test('instantiate', function() {

Completed in 2299 milliseconds

<<11121314151617181920>>