OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
526 - 550
of
5211
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/sendactivity/
Default.java
1
package com.google.android.apps.
common
.testing.ui.testapp.sendactivity;
3
import com.google.android.apps.
common
.testing.ui.testapp.AbstractSendActivityTest;
/external/guava/guava/src/com/google/common/cache/
RemovalCause.java
17
package com.google.
common
.cache;
19
import com.google.
common
.annotations.Beta;
/external/guava/guava/src/com/google/common/collect/
BstNodeFactory.java
15
package com.google.
common
.collect;
17
import com.google.
common
.annotations.GwtCompatible;
ClassToInstanceMap.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
35
* @param <B> the
common
supertype that all entries must share; often this is
ForwardingIterator.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
GwtTransient.java
17
package com.google.
common
.collect;
22
import com.google.
common
.annotations.GwtCompatible;
31
* <b>only</b> in {@code com.google.
common
.collect}.
UsingToStringOrdering.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
/external/guava/guava/src/com/google/common/eventbus/
AllowConcurrentEvents.java
17
package com.google.
common
.eventbus;
19
import com.google.
common
.annotations.Beta;
Subscribe.java
17
package com.google.
common
.eventbus;
19
import com.google.
common
.annotations.Beta;
/external/guava/guava/src/com/google/common/util/concurrent/
Service.java
17
package com.google.
common
.util.concurrent;
19
import com.google.
common
.annotations.Beta;
46
* {@code com.google.
common
.base.Service})
122
* {@code com.google.
common
.base.Service.State})
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableMap.java
17
package com.google.
common
.collect;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeTestContainerGenerator.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.features.CollectionSize;
TestCollidingSetGenerator.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.SampleElements.Colliders;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20
import static com.google.
common
.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS;
21
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
22
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
24
import com.google.
common
.collect.testing.AbstractCollectionTester;
25
import com.google.
common
.collect.testing.features.CollectionFeature;
26
import com.google.
common
.collect.testing.features.CollectionSize;
33
* {@link com.google.
common
.collect.testing.CollectionTestSuiteBuilder}.
MapContainsKeyTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
20
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
21
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_QUERIES;
23
import com.google.
common
.collect.testing.AbstractMapTester;
24
import com.google.
common
.collect.testing.WrongType;
25
import com.google.
common
.collect.testing.features.CollectionSize;
26
import com.google.
common
.collect.testing.features.MapFeature;
31
* {@link com.google.
common
.collect.testing.MapTestSuiteBuilder}.
/external/guava/guava-tests/test/com/google/common/collect/
RangeNonGwtTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.testing.NullPointerTester;
/external/guava/guava-tests/test/com/google/common/eventbus/
StringCatcher.java
17
package com.google.
common
.eventbus;
19
import com.google.
common
.collect.Lists;
/frameworks/av/media/libnbaio/
AudioStreamOutSink.cpp
41
mStreamBufferSizeBytes = mStream->
common
.get_buffer_size(&mStream->
common
);
42
audio_format_t streamFormat = mStream->
common
.get_format(&mStream->
common
);
44
uint32_t sampleRate = mStream->
common
.get_sample_rate(&mStream->
common
);
46
(audio_channel_mask_t) mStream->
common
.get_channels(&mStream->
common
);
/hardware/libhardware/include/hardware/
nfc.h
62
struct hw_module_t
common
;
member in struct:nfc_nci_module_t
111
struct hw_device_t
common
;
member in struct:nfc_nci_device
193
return dev->
common
.close(&dev->
common
);
213
struct hw_module_t
common
;
member in struct:nfc_module_t
230
struct hw_device_t
common
;
member in struct:__anon33873
268
return dev->
common
.close(&dev->
common
);
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java
16
package com.android.contacts.
common
.test.mocks;
18
import com.android.contacts.
common
.model.AccountTypeManager;
19
import com.android.contacts.
common
.model.account.AccountType;
20
import com.android.contacts.
common
.model.account.AccountTypeWithDataSet;
21
import com.android.contacts.
common
.model.account.AccountWithDataSet;
22
import com.google.
common
.base.Objects;
23
import com.google.
common
.collect.Lists;
24
import com.google.
common
.collect.Maps;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileFrequentView.java
16
package com.android.contacts.
common
.list;
21
import com.android.contacts.
common
.util.ViewUtil;
24
* A {@link com.android.contacts.
common
.list.ContactTileView} that is used for most frequently contacted in the People app
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
Completed in 1856 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>