OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common
(Results
876 - 900
of
5211
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddAllTester.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_ALL;
22
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
25
import com.google.
common
.collect.testing.AbstractCollectionTester;
26
import com.google.
common
.collect.testing.MinimalCollection;
27
import com.google.
common
.collect.testing.features.CollectionFeature;
28
import com.google.
common
.collect.testing.features.CollectionSize;
36
* {@link com.google.
common
.collect.testing.CollectionTestSuiteBuilder}
[
all
...]
CollectionRemoveTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20
import static com.google.
common
.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
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.WrongType;
26
import com.google.
common
.collect.testing.features.CollectionFeature;
27
import com.google.
common
.collect.testing.features.CollectionSize;
34
* {@link com.google.
common
.collect.testing.CollectionTestSuiteBuilder}
[
all
...]
MapCreationTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionSize.ONE;
20
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
21
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS;
22
import static com.google.
common
.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES;
23
import static com.google.
common
.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION;
25
import com.google.
common
.collect.testing.AbstractMapTester;
26
import com.google.
common
.collect.testing.features.CollectionSize;
27
import com.google.
common
.collect.testing.features.MapFeature;
36
* {@link com.google.
common
.collect.testing.MapTestSuiteBuilder}
[
all
...]
MapPutAllTester.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_VALUES;
22
import static com.google.
common
.collect.testing.features.MapFeature.SUPPORTS_PUT_ALL;
25
import com.google.
common
.collect.testing.AbstractMapTester;
26
import com.google.
common
.collect.testing.MinimalCollection;
27
import com.google.
common
.collect.testing.features.CollectionSize;
28
import com.google.
common
.collect.testing.features.MapFeature;
39
* {@link com.google.
common
.collect.testing.MapTestSuiteBuilder}
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
TransformedSetTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.annotations.GwtIncompatible;
21
import com.google.
common
.collect.testing.SampleElements;
22
import com.google.
common
.collect.testing.SetTestSuiteBuilder;
23
import com.google.
common
.collect.testing.TestSetGenerator;
24
import com.google.
common
.collect.testing.features.CollectionFeature;
25
import com.google.
common
.collect.testing.features.CollectionSize;
26
import com.google.
common
.collect.testing.features.SetFeature;
ImmutableMultimapTest.java
17
package com.google.
common
.collect;
19
import com.google.
common
.annotations.GwtCompatible;
20
import com.google.
common
.collect.ImmutableMultimap.Builder;
21
import com.google.
common
.collect.testing.SampleElements;
22
import com.google.
common
.collect.testing.SampleElements.Unhashables;
23
import com.google.
common
.collect.testing.UnhashableObject;
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js
10
common
.naclModule.postMessage({'message' : 'set_threads',
20
common
.naclModule.postMessage({'message' : 'run_benchmark'});
21
common
.updateStatus('BENCHMARKING... (please wait)');
26
common
.naclModule.postMessage({'message' : 'draw_points',
32
common
.naclModule.postMessage({'message' : 'draw_interiors',
43
common
.naclModule.postMessage({'message' : 'set_points',
56
common
.updateStatus('SUCCESS')
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetWritesTester.java
17
package com.google.
common
.collect.testing.google;
19
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
20
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_CLEAR;
21
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
22
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE_ALL;
23
import static com.google.
common
.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
24
import static com.google.
common
.collect.testing.features.CollectionSize.ONE;
25
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
27
import com.google.
common
.annotations.GwtCompatible;
28
import com.google.
common
.collect.Multiset
[
all
...]
/external/pixman/pixman/
pixman-linear-gradient.c
47
if (image->
common
.transform)
50
if (image->
common
.transform->matrix[2][0] != 0 ||
51
image->
common
.transform->matrix[2][1] != 0 ||
52
image->
common
.transform->matrix[2][2] == 0)
57
v.vector[0] = image->
common
.transform->matrix[0][1];
58
v.vector[1] = image->
common
.transform->matrix[1][1];
59
v.vector[2] = image->
common
.transform->matrix[2][2];
109
_pixman_gradient_walker_init (&walker, gradient, image->
common
.repeat);
116
if (image->
common
.transform)
118
if (!pixman_transform_point_3d (image->
common
.transform, &v)
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar
/prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar
/build/core/combo/
javac.mk
8
# COMMON_JAVAC -- Java compiler command with
common
arguments
20
COMMON_JAVAC := java -Xmx256m -jar prebuilt/
common
/ecj/ecj.jar -5 \
28
COMMON_JAVAC := prebuilt/
common
/openjdk/bin/javac -target 1.5 \
/build/tools/droiddoc/test/stubs/
func.sh
46
-classpath out/target/
common
/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/
common
/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/
common
/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
47
-sourcepath $SRC_DIR:out/target/
common
/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/
common
/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/
common
/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/
Android.mk
24
LOCAL_COPY_HEADERS += ../
common
/cam_intf.h
25
LOCAL_COPY_HEADERS += ../
common
/cam_types.h
29
$(LOCAL_PATH)/../
common
/external/guava/guava/src/com/google/common/base/
Stopwatch.java
17
package com.google.
common
.base;
19
import static com.google.
common
.base.Preconditions.checkNotNull;
20
import static com.google.
common
.base.Preconditions.checkState;
26
import com.google.
common
.annotations.Beta;
27
import com.google.
common
.annotations.GwtCompatible;
28
import com.google.
common
.annotations.GwtIncompatible;
/hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp
44
common
: {
119
dev->device.
common
.tag = HARDWARE_DEVICE_TAG;
120
dev->device.
common
.version = HWC_DEVICE_API_VERSION_1_0;
121
dev->device.
common
.module = const_cast<hw_module_t*>(module);
122
dev->device.
common
.close = hwc_device_close;
127
*device = &dev->device.
common
;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/
Android.mk
24
LOCAL_COPY_HEADERS += ../
common
/cam_intf.h
25
LOCAL_COPY_HEADERS += ../
common
/cam_types.h
29
$(LOCAL_PATH)/../
common
/packages/services/Telephony/
Android.mk
7
LOCAL_JAVA_LIBRARIES := telephony-
common
voip-
common
9
com.android.services.telephony.
common
\
/external/chromium_org/content/
result_codes_java.target.darwin-arm.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
result_codes_java.target.darwin-mips.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
result_codes_java.target.darwin-x86.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
result_codes_java.target.linux-arm.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
result_codes_java.target.linux-mips.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
result_codes_java.target.linux-x86.mk
18
# "{'inputs': ['../build/android/gyp/util/build_utils.py', '../build/android/gyp/gcc_preprocess.py', 'public/
common
/result_codes_list.h'], 'extension': 'template', 'outputs': ['$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'], 'variables': {'output_path': '$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java'}, 'rule_name': 'generate_java_constants', 'rule_sources': ['public/android/java/src/org/chromium/content/
common
/ResultCodes.template'], 'action': ['python', '../build/android/gyp/gcc_preprocess.py', '--include-path=..', '--output=$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/%(INPUT_ROOT)s.java', '--template=$(RULE_SOURCES)'], 'message': 'Generating Java from cpp template $(RULE_SOURCES)'}":
19
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_local_path := $(LOCAL_PATH)
20
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
21
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
22
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
23
$(gyp_shared_intermediate_dir)/templates/org/chromium/content/
common
/ResultCodes.java: $(LOCAL_PATH)/content/public/android/java/src/org/chromium/content/common/Result (…)
[
all
...]
/external/guava/guava/src/com/google/common/eventbus/
EventBus.java
17
package com.google.
common
.eventbus;
19
import com.google.
common
.annotations.Beta;
20
import com.google.
common
.annotations.VisibleForTesting;
21
import com.google.
common
.base.Supplier;
22
import com.google.
common
.base.Throwables;
23
import com.google.
common
.cache.CacheBuilder;
24
import com.google.
common
.cache.CacheLoader;
25
import com.google.
common
.cache.LoadingCache;
26
import com.google.
common
.collect.Lists;
27
import com.google.
common
.collect.Multimap
[
all
...]
Completed in 960 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>