OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
701 - 725
of
7107
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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;
QueueTestSuiteBuilder.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.testers.QueueElementTester;
20
import com.google.
common
.collect.testing.testers.QueueOfferTester;
21
import com.google.
common
.collect.testing.testers.QueuePeekTester;
22
import com.google.
common
.collect.testing.testers.QueuePollTester;
23
import com.google.
common
.collect.testing.testers.QueueRemoveTester;
48
*
common
collection tests twice. By default, collection tests do run.
/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
);
43
uint32_t sampleRate = mStream->
common
.get_sample_rate(&mStream->
common
);
45
(audio_channel_mask_t) mStream->
common
.get_channels(&mStream->
common
);
/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
EventInjectionStrategy.java
17
package com.google.android.apps.
common
.testing.ui.espresso.base;
19
import com.google.android.apps.
common
.testing.ui.espresso.InjectEventSecurityException;
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
CustomFailureHandlerTest.java
17
package com.google.android.apps.
common
.testing.ui.testapp;
19
import static com.google.android.apps.
common
.testing.ui.espresso.Espresso.onView;
20
import static com.google.android.apps.
common
.testing.ui.espresso.Espresso.setFailureHandler;
21
import static com.google.android.apps.
common
.testing.ui.espresso.action.ViewActions.click;
22
import static com.google.android.apps.
common
.testing.ui.espresso.matcher.ViewMatchers.withText;
24
import com.google.android.apps.
common
.testing.ui.espresso.FailureHandler;
25
import com.google.android.apps.
common
.testing.ui.espresso.NoMatchingViewException;
26
import com.google.android.apps.
common
.testing.ui.espresso.base.DefaultFailureHandler;
47
super("com.google.android.apps.
common
.testing.ui.testapp", MainActivity.class);
/hardware/intel/img/hwcomposer/include/
PrimaryDevice.h
22
#include <
common
/observers/VsyncEventObserver.h>
23
#include <
common
/base/HwcLayerList.h>
/hardware/libhardware/include/hardware/
nfc.h
64
*
Common
methods of the NFC NCI module. This *must* be the first member of
69
struct hw_module_t
common
;
member in struct:nfc_nci_module_t
119
*
Common
methods of the NFC NCI device. This *must* be the first member of
124
struct hw_device_t
common
;
member in struct:nfc_nci_device
206
return dev->
common
.close(&dev->
common
);
227
*
Common
methods of the NFC NXP PN544 module. This *must* be the first member of
232
struct hw_module_t
common
;
member in struct:nfc_module_t
250
*
Common
methods of the NFC NXP PN544 device. This *must* be the first member of
255
struct hw_device_t
common
;
member in struct:__anon40505
[
all
...]
/hardware/libhardware/modules/audio/
audio_hw.c
109
out_get_sample_rate(&stream->
common
));
197
in_get_sample_rate(&stream->
common
));
232
out->stream.
common
.get_sample_rate = out_get_sample_rate;
233
out->stream.
common
.set_sample_rate = out_set_sample_rate;
234
out->stream.
common
.get_buffer_size = out_get_buffer_size;
235
out->stream.
common
.get_channels = out_get_channels;
236
out->stream.
common
.get_format = out_get_format;
237
out->stream.
common
.set_format = out_set_format;
238
out->stream.
common
.standby = out_standby;
239
out->stream.
common
.dump = out_dump
[
all
...]
/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
/prebuilts/devtools/tools/lib/
sdk-common.jar
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
TestEnumMultisetGenerator.java
17
package com.google.
common
.collect.testing.google;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.Multiset;
21
import com.google.
common
.collect.testing.AnEnum;
22
import com.google.
common
.collect.testing.SampleElements;
23
import com.google.
common
.collect.testing.SampleElements.Enums;
Completed in 993 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>