Home
last modified time | relevance | path

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

/build/tools/check_prereq/
Dcheck_prereq.c38 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/core/tasks/
Dapicheck.mk45 $(filter-out $(SRC_API_DIR)/current, \
67 checkapi-current, \
68 $(SRC_API_DIR)/current.txt, \
79 @echo Copying current.txt
80 $(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) $(SRC_API_DIR)/current.txt
/build/tools/droiddoc/templates-pdk/assets/
Djquery-history.js32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
Dandroid-developer-docs.js15 var current = window.onload;
20 current();
/build/tools/droiddoc/templates-sdk/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/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,
Djava.mk23 ifeq ($(LOCAL_SDK_VERSION),current)
145 ifneq (,$(filter-out current, $(LOCAL_SDK_VERSION)))
156 ifneq ($(filter-out current,$(LOCAL_SDK_VERSION)),)
Dpackage.mk177 ifneq (,$(filter-out current, $(LOCAL_SDK_VERSION)))
264 ifneq ($(filter-out current,$(LOCAL_SDK_RES_VERSION)),)
Dbase_rules.mk227 ifeq ($(LOCAL_SDK_VERSION),current)
400 ifeq ($(LOCAL_SDK_VERSION),current)
Dconfig.mk358 TARGET_AVAILABLE_SDK_VERSIONS := current $(call numerically_sort,\
/build/tools/releasetools/
Dcommon.py528 current = self.ReadFile()
534 if i not in current or not current[i]:
537 if not missing: return current
540 current[i] = ""
549 current = self.UpdateAndReadFile(current)
551 def PromptResult(self, current): argument
557 for k, v in sorted(current.iteritems()):
567 def UpdateAndReadFile(self, current): argument
569 return self.PromptResult(current)
577 sorted = [(not v, k, v) for (k, v) in current.iteritems()]
Dota_from_target_files235 def recurse(item, current): argument
241 if current != item.best_subtree:
243 current = item.best_subtree
245 if item.uid != current[0] or item.gid != current[1] or \
246 item.mode != current[2]:
250 recurse(i, current)
252 if item.uid != current[0] or item.gid != current[1] or \
253 item.mode != current[3]:
/build/tools/droiddoc/templates-sdk/
Dsdkpage.cs52 <p><strong>This is NOT the current Android SDK release.</strong></p>
53 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
/build/tools/acp/
DREADME26 - The Darwin linker insists that ranlib be current. If you copy the
/build/
Denvsetup.sh6 - mm: Builds all of the modules in the current directory.