OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
1251 - 1275
of
7393
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/
TestStringSetGenerator.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.SampleElements.Strings;
TestUnhashableCollectionGenerator.java
17
package com.google.
common
.collect.testing;
19
import com.google.
common
.collect.testing.SampleElements.Unhashables;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ListFeature.java
17
package com.google.
common
.collect.testing.features;
19
import com.google.
common
.collect.testing.Helpers;
MapFeature.java
17
package com.google.
common
.collect.testing.features;
19
import com.google.
common
.collect.testing.Helpers;
SetFeature.java
17
package com.google.
common
.collect.testing.features;
19
import com.google.
common
.collect.testing.Helpers;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapGenerators.java
17
package com.google.
common
.collect.testing.google;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
21
import com.google.
common
.annotations.GwtCompatible;
22
import com.google.
common
.collect.ImmutableBiMap;
23
import com.google.
common
.collect.Maps;
24
import com.google.
common
.collect.testing.SampleElements;
25
import com.google.
common
.collect.testing.TestMapEntrySetGenerator;
26
import com.google.
common
.collect.testing.TestStringSetGenerator;
33
* Generators of various {@link com.google.
common
.collect.BiMap}s and derived
ListGenerators.java
17
package com.google.
common
.collect.testing.google;
21
import com.google.
common
.annotations.GwtCompatible;
22
import com.google.
common
.collect.ImmutableList;
23
import com.google.
common
.collect.ImmutableList.Builder;
24
import com.google.
common
.collect.testing.TestListGenerator;
25
import com.google.
common
.collect.testing.TestStringListGenerator;
26
import com.google.
common
.collect.testing.TestUnhashableCollectionGenerator;
27
import com.google.
common
.collect.testing.UnhashableObject;
33
*
Common
generators of different types of lists.
/external/guava/guava-testlib/src/com/google/common/testing/
Platform.java
17
package com.google.
common
.testing;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
TestLogHandler.java
17
package com.google.
common
.testing;
19
import com.google.
common
.annotations.Beta;
/external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java
15
package com.google.
common
.cache;
17
import static com.google.
common
.cache.CacheTesting.checkEmpty;
18
import static com.google.
common
.cache.TestingCacheLoaders.constantLoader;
19
import static com.google.
common
.cache.TestingCacheLoaders.exceptionLoader;
20
import static com.google.
common
.cache.TestingRemovalListeners.queuingRemovalListener;
23
import com.google.
common
.cache.CacheLoader.InvalidCacheLoadException;
24
import com.google.
common
.cache.TestingRemovalListeners.QueuingRemovalListener;
25
import com.google.
common
.util.concurrent.UncheckedExecutionException;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTransformTest.java
17
package com.google.
common
.util.concurrent;
19
import com.google.
common
.base.Function;
/external/icu/icu4c/source/tools/pkgdata/
Makefile.in
33
CPPFLAGS += -I$(top_srcdir)/
common
-I$(srcdir)/../toolutil
/external/libyuv/
public.mk
1
# This file contains all the
common
make variables which are useful for
/external/lldb/source/Host/
Android.mk
5
dirs :=
common
/external/mesa3d/
SConstruct
28
import
common
34
common
.AddOptions(opts)
62
# fail early for a
common
error on windows
108
host_env['platform'] =
common
.host_platform
109
host_env['machine'] =
common
.host_machine
/external/mesa3d/src/mesa/drivers/dri/
Android.mk
26
include $(LOCAL_PATH)/
common
/Makefile.sources
29
# Variables
common
to all DRI drivers
61
SUBDIRS :=
common
/external/pixman/pixman/
pixman-conical-gradient.c
74
_pixman_gradient_walker_init (&walker, gradient, image->
common
.repeat);
76
if (image->
common
.transform)
85
if (!pixman_transform_point_3d (image->
common
.transform, &v))
88
cx = image->
common
.transform->matrix[0][0] / 65536.;
89
cy = image->
common
.transform->matrix[1][0] / 65536.;
90
cz = image->
common
.transform->matrix[2][0] / 65536.;
97
image->
common
.transform->matrix[2][0] == 0 &&
197
if (!_pixman_init_gradient (&conical->
common
, stops, n_stops))
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
BaseBooleanEncodedValue.java
34
import com.google.
common
.primitives.Booleans;
35
import com.google.
common
.primitives.Ints;
BaseCharEncodedValue.java
34
import com.google.
common
.primitives.Chars;
35
import com.google.
common
.primitives.Ints;
BaseLongEncodedValue.java
34
import com.google.
common
.primitives.Ints;
35
import com.google.
common
.primitives.Longs;
BaseShortEncodedValue.java
34
import com.google.
common
.primitives.Ints;
35
import com.google.
common
.primitives.Shorts;
/frameworks/base/libs/common_time/
common_clock.h
35
status_t commonToLocal(int64_t
common
, int64_t *local_out) const;
40
void setBasis(int64_t local, int64_t
common
);
/frameworks/base/media/mca/filterfw/native/
libfilterfw.mk
25
#LOCAL_C_INCLUDES += external/neven/FaceRecEm/
common
/src/b_FDSDK \
26
# external/neven/FaceRecEm/
common
/src \
27
# external/neven/Embedded/
common
/conf \
28
# external/neven/Embedded/
common
/src \
/frameworks/base/packages/WallpaperCropper/
Android.mk
8
LOCAL_JAVA_LIBRARIES := telephony-
common
/frameworks/base/services/core/
Android.mk
12
LOCAL_JAVA_LIBRARIES := android.policy telephony-
common
Completed in 1252 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>