Searched refs:current (Results 1 - 25 of 39) sorted by relevance

12

/build/tools/check_prereq/
H A Dcheck_prereq.c23 // against the current value of ro.build.date.utc. Exit successfully
24 // if the new build is newer than the current build (or if the
38 long current = strtol(value, NULL, 10); local
42 printf("current build time: [%ld] new build time: [%ld]\n",
43 current, install);
45 return (*end == 0 && current > 0 && install >= current) ? 0 : 1;
/build/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js32 var current = $.history.getCurrent();
33 $.event.trigger('history', [current, previousNav]);
34 previousNav = current;
H A Dandroid-developer-docs.js17 var current = window.onload;
22 current();
/build/core/combo/arch/x86/
H A Dx86-atom.mk9 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
/build/core/combo/arch/x86_64/
H A Dx86_64-atom.mk9 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
/build/core/tasks/
H A Dapicheck.mk29 $(filter-out current, \
58 checkapi-current, \
59 frameworks/base/api/current.txt, \
74 @echo Copying current.txt
75 $(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) frameworks/base/api/current.txt
102 checksystemapi-current, \
103 frameworks/base/api/system-current.txt, \
118 @echo Copying system-current.txt
119 $(hide) $(ACP) $(INTERNAL_PLATFORM_SYSTEM_API_FILE) frameworks/base/api/system-current.txt
/build/core/
H A Dstatic_java_library.mk81 ifneq ($(filter-out current system_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS),$(filter current system_current,$(LOCAL_SDK_RES_VERSION))),)
101 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION)))
H A Dpost_clean.mk19 # Checks the current build configurations against the previous build,
49 # Now current becomes previous.
83 # For modules not loaded by the current build (e.g. you are running mm/mmm),
90 # Now current becomes previous.
H A Djava.mk8 # LOCAL_SDK not defined or set to current
9 ifeq ($(filter-out current,$(LOCAL_SDK_VERSION)),)
26 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
27 # Use android_stubs_current if LOCAL_SDK_VERSION is current and no TARGET_BUILD_APPS.
146 # Set target-api for LOCAL_SDK_VERSIONs other than current.
147 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION)))
163 ifneq ($(filter-out current system_current,$(LOCAL_SDK_VERSION))$(if $(TARGET_BUILD_APPS),$(filter current system_current,$(LOCAL_SDK_VERSION))),)
164 # if a numeric LOCAL_SDK_VERSION, or current LOCAL_SDK_VERSION with TARGET_BUILD_APPS
286 # Install them only if the current modul
[all...]
H A Dinstall_jni_libs_internal.mk35 $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/stlport/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libstlport_shared.so
38 $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(my_2nd_arch_prefix)CPU_ABI)/libc++_shared.so
H A Dpackage_internal.mk208 ifneq (,$(filter-out current system_current, $(LOCAL_SDK_VERSION)))
296 ifneq ($(filter-out current system_current,$(LOCAL_SDK_RES_VERSION))$(if $(TARGET_BUILD_APPS),$(filter current system_current,$(LOCAL_SDK_RES_VERSION))),)
H A Ddroiddoc.mk63 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
64 # Use android_stubs_current if LOCAL_SDK_VERSION is current and no TARGET_BUILD_APPS.
H A Dpdk_config.mk1 # This file defines the rule to fuse the platform.zip into the current PDK build.
186 $(info PDK Build uses the current platform API)
H A Dconfig.mk3 # current configuration and platform, which
155 # TARGET_DEVICE_KERNEL_HEADERS is automatically created for the current
345 # Check that the configuration is current. We check that
346 # BUILD_ENV_SEQUENCE_NUMBER is current against this value.
579 # The 'current' version is whatever this source tree is.
H A Dbase_rules.mk209 ifneq ($(filter current system_current, $(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS)),)
210 # LOCAL_SDK_VERSION is current and no TARGET_BUILD_APPS
214 endif # not current or system_current
394 ifeq ($(LOCAL_SDK_VERSION)$(TARGET_BUILD_APPS),current)
395 # LOCAL_SDK_VERSION is current and no TARGET_BUILD_APPS.
401 endif # current or system_current
H A Dcleanbuild.mk63 # Read the current state from the file, if present.
155 # Read the current state from the file, if present.
H A Dbinary.mk22 my_ndk_source_root := $(HISTORICAL_NDK_VERSIONS_ROOT)/current/sources
23 my_ndk_sysroot := $(HISTORICAL_NDK_VERSIONS_ROOT)/current/platforms/android-$(LOCAL_SDK_VERSION)/arch-$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)
/build/tools/releasetools/
H A Dcommon.py701 current = self.ReadFile()
707 if i not in current or not current[i]:
710 if not missing: return current
713 current[i] = ""
722 current = self.UpdateAndReadFile(current)
724 def PromptResult(self, current):
726 'current' whose value is fales. Returns a new dict with all the
730 for k, v in sorted(current
[all...]
H A Dota_from_target_files310 def recurse(item, current):
311 # current is the (uid, gid, dmode, fmode, selabel, capabilities) tuple that the current
316 if current != item.best_subtree:
318 current = item.best_subtree
320 if item.uid != current[0] or item.gid != current[1] or \
321 item.mode != current[2] or item.selabel != current[4] or \
322 item.capabilities != current[
[all...]
/build/tools/droiddoc/templates-pdk/
H A 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/tools/droiddoc/templates-ds/
H A Dsdkpage.cs56 <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/assets/js/
H A Ddocs.js198 // select current page in sidenav and header, and set up prev/next links if they exist
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
426 var prevScrollLeft = 0; // used to compare current position to previous position of horiz scroll
653 var current = window.onload;
658 current();
[all...]
/build/tools/droiddoc/templates-sac/
H A 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/tools/droiddoc/templates-sdk/
H A 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/tools/droiddoc/templates-sdk-dyn/
H A 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>

Completed in 376 milliseconds

12