/build/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
|
/build/tools/check_prereq/ |
D | check_prereq.c | 38 long current = strtol(value, NULL, 10); in main() local 43 current, install); in main() 45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1; in main()
|
/build/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/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 | 93 ifneq ($(filter-out current system_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS),$(fil… 114 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION)))
|
D | install_jni_libs_internal.mk | 35 …$(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/stlport/libs/$(TARGET_$(my_2nd_arch_prefix… 38 …$(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_pr…
|
D | java.mk | 9 ifeq ($(filter-out current,$(LOCAL_SDK_VERSION)),) 28 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current) 159 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION))) 184 ifneq ($(filter-out current system_current,$(LOCAL_SDK_VERSION))$(if $(TARGET_BUILD_APPS),$(filter … 455 ifeq (,$(filter current system_current, $(LOCAL_SDK_VERSION)))
|
D | package_internal.mk | 220 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION))) 315 ifneq ($(filter-out current system_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS),$(fil…
|
D | dpi_specific_apk.mk | 19 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION)))
|
D | base_rules.mk | 212 ifneq ($(filter current system_current, $(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS)),) 402 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current) 715 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
|
D | droiddoc.mk | 63 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
|
D | pdk_config.mk | 188 $(info PDK Build uses the current platform API)
|
/build/tools/releasetools/ |
D | common.py | 761 current = self.ReadFile() 767 if i not in current or not current[i]: 771 return current 774 current[i] = "" 783 current = self.UpdateAndReadFile(current) 785 def PromptResult(self, current): # pylint: disable=no-self-use argument 791 for k, v in sorted(current.iteritems()): 802 def UpdateAndReadFile(self, current): argument 804 return self.PromptResult(current) 812 sorted_list = sorted([(not v, k, v) for (k, v) in current.iteritems()])
|
D | ota_from_target_files | 324 def recurse(item, current): argument 330 if current != item.best_subtree: 332 current = item.best_subtree 334 if item.uid != current[0] or item.gid != current[1] or \ 335 item.mode != current[2] or item.selabel != current[4] or \ 336 item.capabilities != current[5]: 341 recurse(i, current) 343 if item.uid != current[0] or item.gid != current[1] or \ 344 item.mode != current[3] or item.selabel != current[4] or \ 345 item.capabilities != current[5]:
|
D | ota_from_target_files.py | 324 def recurse(item, current): argument 330 if current != item.best_subtree: 332 current = item.best_subtree 334 if item.uid != current[0] or item.gid != current[1] or \ 335 item.mode != current[2] or item.selabel != current[4] or \ 336 item.capabilities != current[5]: 341 recurse(i, current) 343 if item.uid != current[0] or item.gid != current[1] or \ 344 item.mode != current[3] or item.selabel != current[4] or \ 345 item.capabilities != current[5]:
|
/build/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/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/tools/droiddoc/templates-ds/ |
D | sdkpage.cs | 56 <p><strong>This is NOT the current Android SDK release.</strong></p> 57 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
|
/build/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/tools/acp/ |
D | README | 26 - The Darwin linker insists that ranlib be current. If you copy the
|
/build/tools/droiddoc/templates-sdk/ |
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/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/tools/droiddoc/templates-sdk-dev/ |
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/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 809 var current = window.onload; 814 current(); 4680 this.current = options.start; 4789 this.go(this.current - 1); 4793 this.go(this.current + 1); 4802 if (next === this.current) { return; } 4813 this.frames.eq(this.current).toggleClass('active out'); 4818 this.current = next;
|