HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 501 - 525 of 2454) sorted by null

<<21222324252627282930>>

  /art/test/134-reg-promotion/smali/
Test.smali 22 new-instance v2, Ljava/lang/String;
42 new-instance v2, Ljava/lang/String;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_5.d 30 new-instance v2, java/lang/Object
35 new-instance v1, java/lang/NullPointerException
  /development/host/windows/usb/api/
AdbWinApi.cpp 101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/autotest/server/site_tests/network_WiFi_Roam/
network_WiFi_Roam.py 45 # Tear down the AP instance that the DUT is currently connected to.
46 self.context.router.deconfig_aps(instance=0)
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 44 @Override public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) {
45 return newHasher().putObject(instance, funnel).hash();
138 public <T> Hasher putObject(T instance, Funnel<? super T> funnel) {
139 funnel.funnel(instance, this);
AbstractStreamingHashFunction.java 36 @Override public <T> HashCode hashObject(T instance, Funnel<? super T> funnel) {
37 return newHasher().putObject(instance, funnel).hash();
88 * Constructor for use by subclasses. This hasher instance will process chunks of the specified
99 * Constructor for use by subclasses. This hasher instance will process chunks of the specified
222 public final <T> Hasher putObject(T instance, Funnel<? super T> funnel) {
223 funnel.funnel(instance, this);
HashFunction.java 40 * represents a hash code as an instance of {@link HashCode}.
135 * Hasher} instance that is ready to receive data. Example: <pre> {@code
204 * Shortcut for {@code newHasher().putObject(instance, funnel).hash()}. The implementation
209 <T> HashCode hashObject(T instance, Funnel<? super T> funnel);
Hasher.java 93 <T> Hasher putObject(T instance, Funnel<? super T> funnel);
97 * unspecified if this method is called more than once on the same instance.
  /external/guava/guava-gwt/src/com/google/common/collect/
DenseImmutableTable_CustomFieldSerializer.java 28 SerializationStreamReader reader, DenseImmutableTable<?, ?, ?> instance) {
SparseImmutableTable_CustomFieldSerializer.java 28 SerializationStreamReader reader, SparseImmutableTable<?, ?, ?> instance) {
  /external/guava/guava-testlib/src/com/google/common/testing/
ClassSanityTester.java 142 * exception that if the sample instance is to be passed to a {@link Nullable} parameter, one
154 for (T instance : instances) {
155 checkArgument(uniqueValues.add(instance), "Duplicate value: %s", instance); local
176 * @return this tester instance
197 * {@code cls}, all non-private instance methods will be checked too using the instance
203 * <li>Test will fail if the factory method returns null so testing instance methods is
208 * {@code cls}, instance methods are skipped for nulls test.
229 Object instance = instantiate(cls) local
365 T instance; local
442 Object instance = instantiate(factory); local
489 Object instance = instantiate(factory); local
519 Object instance = instantiate(factory); local
583 Object instance = createInstance(factory, args); local
752 T instance = invoke(factory, args); local
    [all...]
  /external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 34 private static PhoneNumberOfflineGeocoder instance = null; field in class:PhoneNumberOfflineGeocoder
47 * Gets a {@link PhoneNumberOfflineGeocoder} instance to carry out international phone number
51 * this method multiple times will only result in one instance being created.
53 * @return a {@link PhoneNumberOfflineGeocoder} instance
56 if (instance == null) {
57 instance = new PhoneNumberOfflineGeocoder(MAPPING_DATA_DIRECTORY);
59 return instance;
  /external/linux-kselftest/android/
Android.kselftest.mk 65 module_prebuilt := ftrace/test.d/instances/instance
66 module_src_files := ftrace/test.d/instances/instance.tc
69 module_prebuilt := ftrace/test.d/instances/instance-event
70 module_src_files := ftrace/test.d/instances/instance-event.tc
  /external/mockito/src/main/java/org/mockito/
MockSettings.java 58 * @return settings instance so that you can fluently specify other settings
78 * @return settings instance so that you can fluently specify other settings
83 * Specifies the instance to spy on. Makes sense only for spies/partial mocks.
85 * Sets the instance that will be spied. Actually copies the internal fields of the passed instance to the mock.
119 * @param instance to spy on
120 * @return settings instance so that you can fluently specify other settings
122 MockSettings spiedInstance(Object instance);
140 * @return settings instance so that you can fluently specify other settings
158 * @return settings instance so that you can fluently specify other setting
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
ClonesArguments.java 8 import org.mockito.internal.creation.instance.Instantiator;
  /external/mockito/src/test/java/org/mockito/internal/creation/instance/
ConstructorInstantiatorTest.java 1 package org.mockito.internal.creation.instance;
48 assertThat(e).hasMessageContaining("Unable to create instance of 'SomeClass2'.\n" +
  /external/okhttp/android/main/java/com/squareup/okhttp/internal/
Platform.java 54 * Atomically replaces the Platform instance returned by future
180 private static <T> T readFieldOrNull(Object instance, Class<T> fieldType, String fieldName) {
181 for (Class<?> c = instance.getClass(); c != Object.class; c = c.getSuperclass()) {
185 Object value = field.get(instance);
196 Object delegate = readFieldOrNull(instance, Object.class, "delegate");
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
InstrumentDetectorTest.java 32 /** Instance. */
33 private static ClassLoaderForTesting instance; field in class:InstrumentDetectorTest.ClassLoaderForTesting
39 if (instance == null) {
40 instance = new ClassLoaderForTesting(ShadowWrangler.getInstance());
42 return instance;
  /external/testng/src/main/java/org/testng/internal/
TestMethodWithDataProviderMethodWorker.java 38 Object[] parameterValues, Object instance, XmlSuite suite,
48 m_instance = instance;
92 for (Object instance : failure.instances) {
97 instance, m_testMethod, m_xmlSuite, m_testClass, m_beforeMethods,
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.h 37 VkSurfaceKHR create_surface(VkInstance instance);
ShellWayland.h 37 VkSurfaceKHR create_surface(VkInstance instance);
ShellWin32.h 37 VkSurfaceKHR create_surface(VkInstance instance);
  /frameworks/av/media/libstagefright/include/
OMX.h 49 virtual status_t freeNode(const sp<OMXNodeInstance>& instance);
  /hardware/intel/common/wrs_omxil_core/base/inc/
cmodule.h 74 OMX_ERRORTYPE InstantiateComponent(ComponentBase **instance);
  /hardware/intel/common/wrs_omxil_core/base/src/
cmodule.cpp 181 OMX_ERRORTYPE CModule::InstantiateComponent(ComponentBase **instance)
186 if (!instance)
188 *instance = NULL;
207 *instance = cbase;

Completed in 367 milliseconds

<<21222324252627282930>>