HomeSort by relevance Sort by last modified time
    Searched defs:COMMON (Results 1 - 24 of 24) sorted by null

  /build/core/
host_java_library_common.mk 18 # Common rules for building a host java library.
43 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
45 LOCAL_INTERMEDIATE_SOURCE_DIR := $(intermediates.COMMON)/src
java_library.mk 27 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
30 common_javalib.jar := $(intermediates.COMMON)/$(LOCAL_BUILT_MODULE_STEM)
static_java_library.mk 55 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
57 proguard_options_file := $(intermediates.COMMON)/proguard_options
87 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
98 $(R_file_stamp): PRIVATE_RESOURCE_PUBLICS_OUTPUT := $(intermediates.COMMON)/public_resources.xml
java.mk 75 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
96 full_classes_compiled_jar := $(intermediates.COMMON)/$(full_classes_compiled_jar_leaf)
98 full_classes_jarjar_jar := $(intermediates.COMMON)/$(jarjar_leaf)
99 emma_intermediates_dir := $(intermediates.COMMON)/emma_out
103 full_classes_proguard_jar := $(intermediates.COMMON)/$(proguard_jar_leaf)
104 built_dex_intermediate := $(intermediates.COMMON)/$(built_dex_intermediate_leaf)/classes.dex
105 full_classes_stubs_jar := $(intermediates.COMMON)/stubs.jar
112 full_classes_jar := $(intermediates.COMMON)/classes.jar
113 built_dex := $(intermediates.COMMON)/classes.de
    [all...]
droiddoc.mk 19 ## Common to both droiddoc and javadoc
87 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
92 $(full_target): PRIVATE_SOURCE_INTERMEDIATES_DIR := $(intermediates.COMMON)/src
93 $(full_target): PRIVATE_SRC_LIST_FILE := $(intermediates.COMMON)/droiddoc-src-list
217 ## Common to both droiddoc and javadoc
base_rules.mk 24 ## Common instructions for a generic module.
159 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
203 aidl_java_sources := $(patsubst %.aidl,%.java,$(addprefix $(intermediates.COMMON)/src/, $(aidl_sources)))
221 $(aidl_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.aidl $(LOCAL_ADDITIONAL_DEPENDENCIES) $(AIDL) $(aidl_preprocess_import)
243 logtags_java_sources := $(patsubst %.logtags,%.java,$(addprefix $(intermediates.COMMON)/src/, $(logtags_sources)))
246 $(logtags_java_sources): $(intermediates.COMMON)/src/%.java: $(TOPDIR)$(LOCAL_PATH)/%.logtags $(TARGET_OUT_COMMON_INTERMEDIATES)/all-event-log-tags.txt
383 JAVA_LIBRARIES,$(lib),$(LOCAL_IS_HOST_MODULE),COMMON)/javalib.jar)
440 APPS,$(lib),,COMMON)/classes.jar)
458 link_instr_intermediates_dir.COMMON := $(call intermediates-dir-for,
    [all...]
package_internal.mk 126 intermediates.COMMON := $(call local-intermediates-dir,COMMON)
140 R_file_stamp := $(intermediates.COMMON)/src/R.stamp
160 proguard_options_file := $(intermediates.COMMON)/proguard_options
229 $(intermediates.COMMON)/public_resources.xml
257 resource_export_package := $(intermediates.COMMON)/package-export.apk
299 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
309 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk)
314 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/src/R.stamp)
  /cts/tests/signature/
Android.mk 41 intermediates.COMMON := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),,COMMON)
42 signature_res_dir := $(intermediates.COMMON)/genres
47 generated_res_stamp := $(intermediates.COMMON)/genres.stamp
48 api_ver_file := $(intermediates.COMMON)/api_ver_is_$(CTS_API_VERSION)
58 android_api_xml_description := $(intermediates.COMMON)/api.xml
  /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
110 intermediates.COMMON := $(call intermediates-dir-for,$(LOCAL_MODULE_CLASS),android-support-v17-leanback,,COMMON)
113 LOCAL_ADDITONAL_JAVA_DIR := $(intermediates.COMMON)/sr
    [all...]
  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 10 COMMON = 4
258 if re.search(r'^common\s', line):
259 return COMMON
270 elif line_type == COMMON:
381 elif line_type == COMMON:
436 match = re.search(r'^common\s([^\s]+)(.*$)', line)
439 #TODO: common classes should only be declared once...
446 print "ERROR: invalid common statement"
  /external/chromium_org/net/quic/crypto/
cert_compressor.cc 20 // kCommonCertSubstrings contains ~1500 bytes of common certificate substrings
163 // COMMON means that the certificate is in a common certificate set known
165 COMMON = 3,
175 // efficiently represent |certs| to a peer who has the common sets identified
221 entry.type = CertEntry::COMMON;
247 case CertEntry::COMMON:
271 case CertEntry::COMMON:
287 // entries that are CACHED or COMMON.
292 // The dictionary starts with the common and cached certs in reverse order
    [all...]