Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 36) sorted by relevance

12

/build/make/core/tasks/
Dapicheck.mk29 $(filter-out current, \
63 checkpublicapi-current, \
64 frameworks/base/api/current.txt, \
79 @echo Copying current.txt
80 $(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) frameworks/base/api/current.txt
109 checksystemapi-current, \
110 frameworks/base/api/system-current.txt, \
127 @echo Copying system-current.txt
128 $(hide) $(ACP) $(INTERNAL_PLATFORM_SYSTEM_API_FILE) frameworks/base/api/system-current.txt
141 checktestapi-current, \
[all …]
/build/make/tools/ijar/
Dzip.cc590 const u1* current = central_dir_; in CalculateOutputLength() local
601 if (!ProcessCentralDirEntry(current, in CalculateOutputLength()
633 const u1* current; in FindZipCentralDirectory() local
636 for (current = bytes + in_length - CENTRAL_DIR_LOCATOR_SIZE; in FindZipCentralDirectory()
637 current >= last_pos_to_check; in FindZipCentralDirectory()
638 current-- ) { in FindZipCentralDirectory()
639 const u1* p = current; in FindZipCentralDirectory()
648 if (current + comment_length + CENTRAL_DIR_LOCATOR_SIZE in FindZipCentralDirectory()
664 const u1* end_of_central_dir = current; in FindZipCentralDirectory()
665 get_u4le(current); // central directory locator signature, already checked in FindZipCentralDirectory()
[all …]
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-history.js32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
Dandroid-developer-docs.js17 var current = window.onload;
22 current();
/build/make/core/
Dapicheck_msg_current.txt9 2) You can update current.txt by executing the following command:
12 To submit the revised current.txt to the main Android repository,
Dstatic_java_library.mk116 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
159 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
Djava.mk10 ifeq ($(filter-out current,$(LOCAL_SDK_VERSION)),)
29 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
40 ifeq ($(LOCAL_SDK_VERSION),current)
178 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
203 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_VERSION))$(if $(TARGET_BUILD_AP…
311 ifneq ($(filter current system_current test_current, $(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS)),)
551 ifeq (,$(filter current system_current test_current, $(LOCAL_SDK_VERSION)))
653 ifeq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
725 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
Ddpi_specific_apk.mk20 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
Dpackage_internal.mk410 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
503 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
Dhost_dalvik_java_library.mk152 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
Dpdk_config.mk153 $(info PDK Build uses the current platform API)
Dprebuilt_internal.mk577 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
Dclear_vars.mk162 LOCAL_NDK_VERSION:=current
Ddroiddoc.mk65 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
Djava_common.mk199 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
/build/make/target/board/
Dtreble_common.mk21 BOARD_VNDK_VERSION := current
/build/make/tools/
Dfat16copy.py642 current = None
650 if data == 0 and current is not None:
653 current = pos
655 elif current is not None:
656 free_zones[current] = current_size
657 current = None
661 if current is not None:
662 free_zones[current] = current_size
/build/make/tools/releasetools/
Dcommon.py957 current = self.ReadFile()
963 if i not in current or not current[i]:
967 return current
970 current[i] = ""
979 current = self.UpdateAndReadFile(current)
981 def PromptResult(self, current): # pylint: disable=no-self-use argument
987 for k, v in sorted(current.iteritems()):
998 def UpdateAndReadFile(self, current): argument
1000 return self.PromptResult(current)
1008 sorted_list = sorted([(not v, k, v) for (k, v) in current.iteritems()])
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs53 <p><strong>This is NOT the current Android SDK release.</strong></p>
54 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
/build/make/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the
/build/make/tools/droiddoc/templates-sac/assets/js/
Ddocs.js321 var current = $(this);
322 if(current.is("h3") && previous.is("h2")){ //need nested ols for h3s
325 else if(current.is("h2") && previous.is("h3")){ //close up the nested ol
328 toc+="<li><a href='#" + current[0].id + "'>" +
329 current.html() + "</a></li>";
331 previous = current; //keep track of previous element next time through loop
653 var current = window.onload;
658 current();
/build/make/tools/droiddoc/templates-sac/
Dsdkpage.cs55 <p><strong>This is NOT the current Android SDK release.</strong></p>
56 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs55 <p><strong>This is NOT the current Android SDK release.</strong></p>
56 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
/build/soong/cmd/pom2mk/
Dpom2mk.go184 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
/build/soong/
DREADME.md100 in the current directory:

12