OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
326 - 350
of
3487
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.testing.MapInterfaceTest;
ImmutableSetMultimapAsMapImplementsMapTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.testing.MapInterfaceTest;
UnmodifiableMultimapAsMapImplementsMapTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.testing.MapInterfaceTest;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertySettingNodeHandler.java
16
package com.android.ide.
common
.layout;
19
import com.android.ide.
common
.api.INode;
20
import com.android.ide.
common
.api.INodeHandler;
ZoomButtonRule.java
16
package com.android.ide.
common
.layout;
22
import com.android.ide.
common
.api.INode;
23
import com.android.ide.
common
.api.InsertType;
/external/libvpx/libvpx/vp8/decoder/
onyxd_if.c
12
#include "vp8/
common
/onyxc_int.h"
14
#include "vp8/
common
/postproc.h"
16
#include "vp8/
common
/onyxd.h"
19
#include "vp8/
common
/alloccommon.h"
20
#include "vp8/
common
/loopfilter.h"
21
#include "vp8/
common
/swapyv12buffer.h"
22
#include "vp8/
common
/threading.h"
27
#include "vp8/
common
/quant_common.h"
29
#include "vp8/
common
/systemdependent.h"
53
if (setjmp(pbi->
common
.error.jmp)
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/hardware/libhardware/modules/audio/
audio_hw.c
108
usleep(bytes * 1000000 / audio_stream_frame_size(&stream->
common
) /
109
out_get_sample_rate(&stream->
common
));
196
usleep(bytes * 1000000 / audio_stream_frame_size(&stream->
common
) /
197
in_get_sample_rate(&stream->
common
));
231
out->stream.
common
.get_sample_rate = out_get_sample_rate;
232
out->stream.
common
.set_sample_rate = out_set_sample_rate;
233
out->stream.
common
.get_buffer_size = out_get_buffer_size;
234
out->stream.
common
.get_channels = out_get_channels;
235
out->stream.
common
.get_format = out_get_format;
236
out->stream.
common
.set_format = out_set_format
[
all
...]
/prebuilts/devtools/tools/lib/
rule-api.jar
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/
SecurityConstants.java
1
package com.example.android.
common
;
22
* or signature types within the Android Platform, only the more
common
ones.
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelper.java
17
package com.example.android.voicemail.
common
.ui;
20
* Show
common
Dialogs.
22
* Contains methods to show
common
types of Dialog. This is done both for ease of code re-use and to
/device/generic/x86/
BoardConfig.mk
17
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/generic/
common
/bluetooth
/external/dnsmasq/contrib/dnsmasq_MacOSX/
DNSmasq
2
. /etc/rc.
common
/external/guava/guava/src/com/google/common/collect/
BstPath.java
15
package com.google.
common
.collect;
17
import static com.google.
common
.base.Preconditions.checkNotNull;
18
import static com.google.
common
.base.Preconditions.checkState;
20
import com.google.
common
.annotations.GwtCompatible;
RegularImmutableSet.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.VisibleForTesting;
21
import com.google.
common
.collect.ImmutableSet.ArrayImmutableSet;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyImmutableSortedSet.java
17
package com.google.
common
.collect;
ImmutableAsList.java
17
package com.google.
common
.collect;
ImmutableEnumSet.java
17
package com.google.
common
.collect;
RegularImmutableList.java
17
package com.google.
common
.collect;
RegularImmutableSortedSet.java
17
package com.google.
common
.collect;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestListGenerator.java
17
package com.google.
common
.collect.testing;
TestQueueGenerator.java
17
package com.google.
common
.collect.testing;
TestSetGenerator.java
17
package com.google.
common
.collect.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
Feature.java
17
package com.google.
common
.collect.testing.features;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueOfferTester.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.SUPPORTS_ADD;
22
import com.google.
common
.collect.testing.features.CollectionFeature;
27
* {@link com.google.
common
.collect.testing.CollectionTestSuiteBuilder}.
Completed in 554 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>