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

1 2 34 5 6 7 8 91011>>

  /ndk/sources/third_party/googletest/googletest/samples/
sample7_unittest.cc 51 // function for PrimeTable objects. We will instantiate objects in test's
108 // In order to run value-parameterized tests, you need to instantiate them,
110 // You can instantiate them in a different translation module, or even
111 // instantiate them several times.
113 // 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-tf/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 103 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
111 * @title attempt to instantiate array of non-existent class
120 * @title attempt to instantiate array of inaccessible class
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 108 * @title attempt to instantiate String[] and fill it with reference to assignment-incompatible class
117 * @title attempt to instantiate array of non-existent class
126 * @title attempt to instantiate array of inaccessible class
  /external/autotest/client/bin/
setup_job.py 44 Instantiate a client test object from a given test directory.
46 @param options Command line options passed in to instantiate a setup_job
49 @returns A test object or None if failed to instantiate.
95 Load and instantiate all client tests.
103 a list of tests that failed to instantiate.
162 Load and instantiate all client tests.
  /external/autotest/server/hosts/
base_classes.py 36 listed here. You must not instantiate this class but should
37 instantiate one of those leaf subclasses.
  /external/clang/include/clang/Sema/
Makefile 12 $(Echo) "Building Clang attribute template instantiate code with tablegen"
13 $(Verb) $(ClangTableGen) -gen-clang-attr-template-instantiate -o \
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 33 template <void(*)()> struct instantiate struct in namespace:PR7123
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
  /external/guava/guava-gwt/src/com/google/common/collect/
Multimap_CustomFieldSerializerBase.java 30 * {@link #instantiate(SerializationStreamReader, ImmutableMultimap.Builder)} or
37 static ImmutableMultimap<Object, Object> instantiate( method in class:Multimap_CustomFieldSerializerBase
  /external/kernel-headers/original/uapi/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
57 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
  /external/objenesis/main/src/org/objenesis/
ObjenesisBase.java 69 * @param clazz Class to instantiate
81 * @param clazz Class to instantiate
  /external/objenesis/main/src/org/objenesis/strategy/
SerializingInstantiatorStrategy.java 31 * instantiate classes like the genuine java serialization framework (the constructor of the first
50 * @param type Class to instantiate
  /frameworks/av/include/drm/
DrmRights.h 28 * Caller can instantiate DrmRights by invoking DrmRights(const DrmBuffer&, String)
30 * Caller can also instantiate DrmRights using the file path which contains rights information.
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
BaseMenuWrapper.java 45 // Instantiate Map if null
68 // Instantiate Map if null
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
l298-stepper.js 29 // Instantiate a Stepper motor on a L298 Dual H-Bridge.
34 * Instantiate H-bridge stepper object
l298.js 29 // Instantiate one of the 2 possible DC motors on a L298 Dual
35 * Instantiate H-bridge object
uln200xa.js 29 // Instantiate a Stepper motor on a ULN200XA Darlington Motor Driver
32 // Instantiate a ULN2003XA stepper object
  /hardware/bsp/intel/peripheral/libupm/examples/python/
uln200xa.py 28 # Instantiate a Stepper motor on a ULN200XA Darlington Motor Driver
31 # Instantiate a ULN2003XA stepper object
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 36 // Return null when we cannot instantiate a BlobCache, e.g.:
55 Log.e(TAG, "Cannot instantiate cache!", e);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
keyctl.h 49 #define KEYCTL_INSTANTIATE 12 /* instantiate a partially constructed key */
57 #define KEYCTL_INSTANTIATE_IOV 20 /* instantiate a partially constructed key */
  /art/test/044-proxy/src/
Clash2.java 23 * Try to instantiate a proxy class with interfaces that have conflicting
  /external/autotest/server/
autoserv_parser_unittest.py 26 # enough to instantiate itself and replace its own class definition
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-legend-test.html 59 test('instantiate basic', function() {
  /external/chromium-trace/catapult/perf_insights/perf_insights/ui/
pi_app_main_test.html 42 test('instantiate', function() {
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
multi_async_slice_sub_view_test.html 19 test('instantiate', function() {

Completed in 1619 milliseconds

1 2 34 5 6 7 8 91011>>