/build/make/core/tasks/ |
D | apicheck.mk | 29 $(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/ |
D | zip.cc | 590 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/ |
D | jquery-history.js | 32 var current = $.history.getCurrent(); 33 $.event.trigger('history', [current, previousNav]); 34 previousNav = current;
|
D | android-developer-docs.js | 17 var current = window.onload; 22 current();
|
/build/make/core/ |
D | apicheck_msg_current.txt | 9 2) You can update current.txt by executing the following command: 12 To submit the revised current.txt to the main Android repository,
|
D | static_java_library.mk | 116 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)))
|
D | java.mk | 10 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)))
|
D | dpi_specific_apk.mk | 20 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
|
D | package_internal.mk | 410 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…
|
D | host_dalvik_java_library.mk | 152 ifneq (,$(filter-out current system_current test_current, $(LOCAL_SDK_VERSION)))
|
D | pdk_config.mk | 153 $(info PDK Build uses the current platform API)
|
D | prebuilt_internal.mk | 577 ifneq ($(filter-out current system_current test_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUIL…
|
D | clear_vars.mk | 162 LOCAL_NDK_VERSION:=current
|
D | droiddoc.mk | 65 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
|
D | java_common.mk | 199 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
|
/build/make/target/board/ |
D | treble_common.mk | 21 BOARD_VNDK_VERSION := current
|
/build/make/tools/ |
D | fat16copy.py | 642 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/ |
D | common.py | 957 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/ |
D | sdkpage.cs | 53 <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/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
/build/make/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 321 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/ |
D | sdkpage.cs | 55 <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/ |
D | sdkpage.cs | 55 <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/ |
D | pom2mk.go | 184 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
|
/build/soong/ |
D | README.md | 100 in the current directory:
|