OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:common
(Results
5051 - 5075
of
31397
) sorted by null
<<
201
202
203
204
205
206
207
208
209
210
>>
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.pom
6
<artifactId>sdk-
common
</artifactId>
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.pom
6
<artifactId>sdk-
common
</artifactId>
/prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.pom
6
<artifactId>sdk-
common
</artifactId>
/prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.2/
sdk-common-23.0.2.pom
6
<artifactId>sdk-
common
</artifactId>
/prebuilts/misc/
Android.mk
19
$(LOCAL_PATH)/
common
\
/prebuilts/misc/common/sdk-common/
Android.mk
19
LOCAL_PREBUILT_JAVA_LIBRARIES := sdk-
common
$(COMMON_JAVA_PACKAGE_SUFFIX)
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile
17
#
Common
flags for STLport 4.6.x tests
25
#
Common
flags for STLport 5.0.x tests
33
#
Common
flags for STLport 5.1.x tests
41
#
Common
flags for STLport 5.2.x tests
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
Makefile
17
#
Common
flags for STLport 4.6.x tests
25
#
Common
flags for STLport 5.0.x tests
33
#
Common
flags for STLport 5.1.x tests
41
#
Common
flags for STLport 5.2.x tests
/prebuilts/tools/
Android.mk
19
$(LOCAL_PATH)/
common
\
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.pom
16
<artifactId>org-eclipse-equinox-
common
</artifactId>
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.pom
16
This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for
common
operations.
/sdk/attribute_stats/
README.txt
6
extra-view-metadata.xml file (which drives the
common
attributes
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DatePickerRule.java
17
package com.android.ide.
common
.layout;
TabHostRule.java
17
package com.android.ide.
common
.layout;
31
import com.android.ide.
common
.api.INode;
32
import com.android.ide.
common
.api.IViewRule;
33
import com.android.ide.
common
.api.InsertType;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
AbsoluteLayoutRuleTest.java
17
package com.android.ide.
common
.layout;
21
import com.android.ide.
common
.api.INode;
22
import com.android.ide.
common
.api.Point;
23
import com.android.ide.
common
.api.Rect;
GridLayoutRuleTest.java
16
package com.android.ide.
common
.layout;
TestDragElement.java
16
package com.android.ide.
common
.layout;
23
import com.android.ide.
common
.api.IDragElement;
24
import com.android.ide.
common
.api.INode;
25
import com.android.ide.
common
.api.Rect;
/sdk/emulator/opengl/
sdl.mk
1
# This contains
common
definitions used to define a host module to
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
19
#include "emugl/
common
/id_to_object_map.h"
20
#include "emugl/
common
/mutex.h"
21
#include "emugl/
common
/pod_vector.h"
22
#include "emugl/
common
/smart_ptr.h"
/system/media/audio_utils/private/
private.h
24
/* Defines not necessary for external use but kept here to be
common
/external/chromium_org/chrome/common/extensions/
manifest_url_handler.cc
5
#include "chrome/
common
/extensions/manifest_url_handler.h"
14
#include "chrome/
common
/chrome_constants.h"
15
#include "chrome/
common
/extensions/extension_constants.h"
16
#include "chrome/
common
/url_constants.h"
17
#include "extensions/
common
/error_utils.h"
18
#include "extensions/
common
/file_util.h"
19
#include "extensions/
common
/manifest.h"
20
#include "extensions/
common
/manifest_constants.h"
21
#include "extensions/
common
/manifest_handlers/permissions_parser.h"
22
#include "extensions/
common
/permissions/api_permission.h
[
all
...]
/external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc
10
#include "chrome/
common
/chrome_switches.h"
11
#include "chrome/
common
/chrome_version_info.h"
12
#include "chrome/
common
/crash_keys.h"
13
#include "chrome/
common
/extensions/features/feature_channel.h"
14
#include "chrome/
common
/url_constants.h"
32
#include "extensions/
common
/extension.h"
33
#include "extensions/
common
/permissions/api_permission_set.h"
34
#include "extensions/
common
/permissions/manifest_permission_set.h"
35
#include "extensions/
common
/permissions/permission_set.h"
36
#include "extensions/
common
/permissions/permissions_data.h
[
all
...]
/external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java
17
package com.google.
common
.testing;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.base.Function;
21
import com.google.
common
.base.Functions;
22
import com.google.
common
.base.Predicate;
23
import com.google.
common
.base.Predicates;
24
import com.google.
common
.base.Supplier;
25
import com.google.
common
.base.Suppliers;
26
import com.google.
common
.collect.Iterators;
27
import com.google.
common
.collect.Lists
[
all
...]
/external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java
17
package com.google.
common
.cache;
19
import static com.google.
common
.cache.CacheBuilder.EMPTY_STATS;
20
import static com.google.
common
.cache.LocalCacheTest.SMALL_MAX_SIZE;
21
import static com.google.
common
.cache.TestingCacheLoaders.identityLoader;
24
import com.google.
common
.cache.LocalCache.LocalLoadingCache;
25
import com.google.
common
.cache.LocalCache.Segment;
26
import com.google.
common
.collect.ImmutableMap;
27
import com.google.
common
.collect.ImmutableSet;
28
import com.google.
common
.collect.Maps;
29
import com.google.
common
.testing.NullPointerTester
[
all
...]
/frameworks/support/v17/leanback/
Android.mk
36
LOCAL_MODULE := android-support-v17-leanback-
common
38
LOCAL_SRC_FILES := $(call all-java-files-under,
common
)
48
LOCAL_JAVA_LIBRARIES := android-support-v17-leanback-res android-support-v17-leanback-
common
58
LOCAL_JAVA_LIBRARIES := android-support-v17-leanback-res android-support-v17-leanback-
common
68
LOCAL_JAVA_LIBRARIES := android-support-v17-leanback-res android-support-v17-leanback-
common
82
android-support-v17-leanback-api21 android-support-v17-leanback-
common
91
#
Common
Droiddoc vars
109
intermediates.
COMMON
:= $(call intermediates-dir-for,$(LOCAL_MODULE_CLASS),android-support-v17-leanback,,
COMMON
)
112
LOCAL_ADDITONAL_JAVA_DIR := $(intermediates.
COMMON
)/sr
[
all
...]
Completed in 1264 milliseconds
<<
201
202
203
204
205
206
207
208
209
210
>>