/prebuilt/ |
Android.mk | 18 include $(call first-makefiles-under, \
|
/prebuilt/android-arm/gdbserver/ |
Android.mk | 1 LOCAL_PATH := $(call my-dir) 16 $(call add-prebuilt-files, EXECUTABLES, $(prebuilt_files))
|
/sdk/ddms/app/src/ |
Android.mk | 3 LOCAL_PATH := $(call my-dir) 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/ddms/libs/ddmuilib/src/ |
Android.mk | 3 LOCAL_PATH := $(call my-dir) 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/sdkmanager/libs/sdkuilib/src/ |
Android.mk | 3 LOCAL_PATH := $(call my-dir) 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/traceview/src/ |
Android.mk | 3 LOCAL_PATH := $(call my-dir) 8 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/system/bluetooth/bluedroid/ |
Android.mk | 5 LOCAL_PATH:= $(call my-dir)
|
/system/core/ |
Android.mk | 19 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/system/core/libacc/ |
Android.mk | 1 LOCAL_PATH:= $(call my-dir) 31 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/build/core/ |
java_library.mk | 26 intermediates.COMMON := $(call local-intermediates-dir,COMMON) 68 $(call copy-file-to-target) 73 $(call copy-file-to-target) 83 $(call dexpreopt-one-file,$<,$@) 86 $(call copy-file-to-target) 87 $(call dexpreopt-remove-classes.dex,$@) 93 $(call copy-file-to-target)
|
multi_prebuilt.mk | 75 $(call auto-prebuilt-boilerplate, \ 83 $(call auto-prebuilt-boilerplate, \ 90 $(call auto-prebuilt-boilerplate, \ 96 $(call auto-prebuilt-boilerplate, \ 105 $(call auto-prebuilt-boilerplate, \
|
/ndk/build/core/ |
default-build-commands.mk | 31 $(call host-path,\ 35 $(call host-path,\ 38 $(call host-path,\ 44 $(call host-path,\ 46 -o $(call host-path,$@) 55 $(call host-path,\ 59 $(call host-path,\ 62 $(call host-path,\ 68 $(call host-path,\ 70 -o $(call host-path,$@ [all...] |
build-executable.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 25 $(call check-LOCAL_MODULE_FILENAME) 30 $(call handle-module-filename,,) 31 $(call handle-module-built)
|
build-shared-library.mk | 23 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT)) 24 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE)) 25 $(call check-LOCAL_MODULE_FILENAME) 30 $(call handle-module-filename,lib,.so) 31 $(call handle-module-built)
|
main.mk | 63 $(call __ndk_info,\ 65 $(call __ndk_info,\ 67 $(call __ndk_info,\ 69 $(call __ndk_info,\ 71 $(call __ndk_error, Aborting) 77 $(call __ndk_info,\ 79 $(call __ndk_info,\ 81 $(call __ndk_error, Aborting) 88 $(call ndk_log,Parsing $(_application_mk))\ 92 $(call __ndk_info, [all...] |
build-binary.mk | 17 $(call assert-defined,LOCAL_MODULE) 18 $(call module-restore-locals,$(LOCAL_MODULE)) 29 $(call assert-defined,LOCAL_MAKEFILE LOCAL_BUILD_SCRIPT LOCAL_BUILT_MODULE) 81 $(call __ndk_info, LOCAL_CPP_EXTENSION in $(LOCAL_MAKEFILE) must be one word only, not '$(LOCAL_CPP_EXTENSION)') 82 $(call __ndk_error, Aborting) 113 $(call __ndk_info, LOCAL_ARM_MODE in $(LOCAL_MAKEFILE) must be one word, not '$(LOCAL_ARM_MODE)') 114 $(call __ndk_error, Aborting) 118 $(call __ndk_info, LOCAL_ARM_MODE must be defined to either 'arm' or 'thumb' in $(LOCAL_MAKEFILE) not '$(LOCAL_ARM_MODE)')\ 119 $(call __ndk_error, Aborting)\ 147 $(call __ndk_info,LOCAL_ARM_NEON must be defined either to 'true' or 'false' in $(LOCAL_MAKEFILE), not '$ (…) [all...] |
init.mk | 73 # Usage : $(call ndk_log,<some text>) 113 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME)) 114 $(call __ndk_info,Please define HOST_OS in your environment.) 115 $(call __ndk_error,Aborting.) 118 $(call ndk_log,Host OS was auto-detected: $(HOST_OS)) 120 $(call ndk_log,Host OS from environment: $(HOST_OS)) 140 $(call __ndk_info,Unsupported host architecture: $(UNAME)) 141 $(call __ndk_error,Aborting) 144 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH)) 146 $(call ndk_log,Host CPU from environment: $(HOST_ARCH) [all...] |
definitions.mk | 52 # Usage : $(call last2, <LIST>) 60 # Usage : $(call last3, <LIST>) 82 # Usage : $(call assert-defined, VAR1 VAR2 VAR3...) 88 $(call __ndk_error, Assertion failure: $(__varname) is not defined)\ 97 # Usage : $(call clear-vars, VAR1 VAR2 VAR3...) 107 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>) 113 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\ 114 $(call __ndk_error,Aborting)\ 122 # Usage : $(call host-path,<path>) 138 # Usage : $(call host-c-includes,<paths> [all...] |
setup-toolchain.mk | 20 $(call assert-defined,TARGET_PLATFORM TARGET_ARCH TARGET_ARCH_ABI) 21 $(call assert-defined,NDK_APPS) 29 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.) 30 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use) 31 $(call __ndk_info,a set of the following values: $(NDK_ALL_ABIS)) 32 $(call __ndk_error,Aborting) 37 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 41 $(call __ndk_info,The selected toolchain ($(NDK_TOOLCHAIN)) does not support the $(TARGET_ARCH_ABI) ABI.) 42 $(call __ndk_info,Please modify the APP_ABI definition in $(NDK_APP_APPLICATION_MK) to use) 43 $(call __ndk_info,a set of the following values: $(NDK_TOOLCHAIN.$(NDK_TOOLCHAIN).abis) [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_NEW_INSTANCE.S | 60 mov $$ALLOC_DONT_TRACK, %eax # %eax<- flag for alloc call 66 * %eax holds flags for alloc call 75 call dvmAllocObject # call: (ClassObject* clazz, int flags) 92 call dvmInitClass # call: (ClassObject* clazz) 99 mov $$ALLOC_DONT_TRACK, %eax # %eax<- flag for alloc call 120 call dvmResolveClass # call: (const ClassObject* referrer, 141 call dvmThrowExceptionWithClassMessage # call: (const char* exceptionDescriptor [all...] |
/external/webkit/WebCore/inspector/front-end/ |
TopDownProfileDataGridTree.js | 30 WebInspector.ProfileDataGridNode.call(this, profileView, profileNode, owningTree, hasChildren); 71 WebInspector.ProfileDataGridTree.call(this, profileView, profileNode); 75 WebInspector.TopDownProfileDataGridNode.prototype._populate.call(this); 100 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(this, excludedCallUID); 113 WebInspector.ProfileDataGridTree.prototype.restore.call(this);
|
/ndk/toolchains/arm-eabi-4.4.0/ |
setup.mk | 97 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 98 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 99 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 100 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 101 $(call set-src-files-target-cflags, \ 102 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \ 104 $(call set-src-files-target-cflags,\ 105 $(call set_intersection,$(__arm_sources),$(__release_sources)),\ 107 $(call set-src-files-target-cflags,\ 108 $(call set_intersection,$(__arm_sources),$(__debug_sources)), [all...] |
/development/pdk/pndk/ |
Pndk.mk | 34 $(eval $(call copy-one-file,$(_src),$(_dest))) \ 63 LOCAL_PATH := $(call my-dir) 76 pndk_intermediates := $(call intermediates-dir-for,PACKAGING,pndk) 140 $(call define-tree-copy-rules,$(samplejni_src_dir),$(samplejni_dest_dir),$(listvar)) 141 $(call define-tree-copy-rules,$(config_src_dir),$(config_dest_dir),$(listvar)) 142 $(call define-tree-copy-rules,$(kernel_common_src_dir),$(kernel_dest_dir),$(listvar)) 143 $(call define-tree-copy-rules,$(kernel_arch_src_dir),$(kernel_dest_dir),$(listvar)) 144 $(call define-tree-copy-rules,$(jni_src_dir),$(jni_dest_dir),$(listvar), -name jni.h) 148 $(call define-tree-copy-rules,$(sample_src_dir),$(sample_dest_dir),$(listvar)) 152 $(call define-tree-copy-rules,$(bionic_src_dir),$(bionic_no_src_dest_dir),$(listvar),-name '*.h' [all...] |
/external/webkit/WebKitTools/BuildSlaveSupport/ |
built-product-archive | 63 return subprocess.call(["ditto", "-c", "-k", "--keepParent", "--sequesterRsrc", configurationBuildDirectory, archiveFile]) 73 if subprocess.call(["cp", "-R", binDirectory, thinBinDirectory]): 76 if subprocess.call("rm -f %s" % os.path.join(thinBinDirectory, "*.ilk"), shell=True): 79 if subprocess.call(["zip", "-r", archiveFile, "bin"], cwd=thinDirectory): 95 if subprocess.call(["ditto", "-x", "-k", archiveFile, buildDirectory]): 109 if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (safariPath, safariPath, binDirectory), shell=True): 112 if subprocess.call(["unzip", "-o", archiveFile], cwd=buildDirectory):
|
/packages/apps/Phone/src/com/android/phone/ |
CallCard.java | 38 import com.android.internal.telephony.Call; 49 * "Call card" UI element: the in-call screen contains a tiled layout of call 50 * cards, each representing the state of a current "call" (ie. an active call, 51 * a call on hold, or an incoming call.) 86 // The main block of info about the "primary" or "active" call, 96 // Info about the "secondary" call, which is the "call on hold" whe 415 updateCardTitleWidgets(call.getPhone(), call); local 557 Call call = (Call) cookie; local [all...] |