HomeSort by relevance Sort by last modified time
    Searched refs:TARGET (Results 276 - 299 of 299) sorted by null

<<1112

  /external/opencore/tools_v2/build/make/
android_make_extras.mk 221 $(ANDROID_MAKE_NAMES): ANDROID_TARGET := $(if $(strip $(filter prog,$(TARGET_TYPE))),"LOCAL_MODULE :=" $(TARGET),$(if $(strip $(TARGET)),"LOCAL_MODULE :=" lib$(TARGET),))
  /external/opencore/codecs_v2/audio/aac/dec/build/make/
local.mk 7 TARGET := pv_aac_dec
  /external/opencore/protocols/systems/3g-324m_pvterminal/build/make/
local.mk 7 TARGET := pv324m
  /external/libffi/
configure 589 # The HP-UX ksh and POSIX shell print the target directory to stdout
816 target
938 TARGET
1267 -target | --target | --targe | --targ | --tar | --ta | --t)
1269 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    [all...]
  /ndk/build/toolchains/arm-eabi-4.2.1/
setup.mk 20 # various sources into target object files, libraries or executables.
63 # This function will be called to determine the target CFLAGS used to build
68 TARGET-process-src-files-tags = \
73 $(call set-src-files-target-cflags, \
76 $(call set-src-files-target-cflags,\
79 $(call set-src-files-target-cflags,\
82 $(call set-src-files-target-cflags,\
85 $(call set-src-files-target-cflags,\
126 # This ensures that all libgcc.a functions required by the target
  /ndk/build/toolchains/x86-4.2.1/
setup.mk 20 # various sources into target object files, libraries or executables.
48 # This function will be called to determine the target CFLAGS used to build
51 TARGET-process-src-files-tags = \
54 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \
55 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
93 # This ensures that all libgcc.a functions required by the target
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 185 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
211 reply.setHeader(HeaderSet.TARGET, remote);
    [all...]
  /build/core/
base_rules.mk 126 $(LOCAL_IS_HOST_MODULE),HOST,TARGET).$(LOCAL_MODULE_CLASS).$(LOCAL_MODULE)
238 #TODO: pull this into java.make once host and target are combined
345 # intermediates path pattern as target java libraries.
417 # Propagate local configuration options to this target.
456 $(copy-file-to-target)
460 $(copy-file-to-target-with-cp)
binary.mk 308 # On the target, we compile with -nostdlib, so we must add in the
321 # Logging used to be part of libcutils (target) and libutils (sim);
404 NOTICE-$(if $(LOCAL_IS_HOST_MODULE),HOST,TARGET)-STATIC_LIBRARIES-$(lib))
definitions.mk 32 # $(ALL_MODULES.$(target)).BUILT
33 # $(ALL_MODULES.$(target)).INSTALLED
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
334 ## Set up the dependencies for a prebuilt target
354 ## $(call target class, files ...)
365 ## a given target. We could technically get away without
371 # $(1): target class, like "APPS"
372 # $(2): target name, like "NotePad"
373 # $(3): if non-empty, this is a HOST target.
383 $(eval _idfPrefix := $(if $(strip $(3)),HOST,TARGET)) \
    [all...]
main.mk 48 # This is the default target. It must be the first declared target.
196 # Target is secure in user builds.
230 # Target is more debuggable and adbd is on by default
235 # Target is less debuggable and adbd is off by default
259 $(error The 'sdk' target may not be specified with any other targets)
332 # build the default target.
439 build/target \
475 NOTICE-TARGET-%: ;
596 # on the target (including static libraries)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 136 #define TARGET_DEFERRED_OUTPUT_DEFS(DECL,TARGET) false
162 /* Allow target to print debug info labels specially. This is useful for
296 /* If the target supports weak symbols, define TARGET_ATTRIBUTE_WEAK to
302 Note, this is only for use by target files which we know are to be
324 /* If the target supports init_priority C++ attribute, give
364 your target configuration file. */
383 USE_JCR_SECTION to 0 in target file. This is necessary if target
409 your target, you should override these values by defining the
520 /* If the target supports the "dllimport" attribute, users ar
    [all...]
  /ndk/build/core/
build-binary.mk 159 # target compiler flags, and text.
161 $(call TARGET-process-src-files-tags)
definitions.mk 401 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
406 # target-specific C compiler flags used to compile a given
407 # source file. This is set by the function TARGET-set-cflags
463 # Macro : set-src-files-target-cflags
466 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>)
472 set-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) := $2))
475 # Macro : add-src-files-target-cflags
478 # Usage : $(call add-src-files-target-cflags,<sources>,<flags>)
479 # Rationale: A variant of set-src-files-target-cflags that can be used
483 add-src-files-target-cflags = $(foreach __src,$1,$(eval LOCAL_SRC_FILES_TARGET_CFLAGS.$(__src) += $2)
    [all...]
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 20 # various sources into target object files, libraries or executables.
86 # This function will be called to determine the target CFLAGS used to build
89 TARGET-process-src-files-tags = \
94 $(call set-src-files-target-cflags, \
97 $(call set-src-files-target-cflags,\
100 $(call set-src-files-target-cflags,\
103 $(call set-src-files-target-cflags,\
106 $(call set-src-files-target-cflags,\
109 $(call add-src-files-target-cflags,\
146 # This ensures that all libgcc.a functions required by the target
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 522 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET);
  /external/bluetooth/bluez/audio/
manager.c 80 TARGET = 1 << 5,
217 "Remote" : "Target");
  /external/libpcap/
configure 662 target
1012 -target | --target | --targe | --targ | --tar | --ta | --t)
1014 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1075 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1110 target=$target_alias
    [all...]
  /external/icu4c/
configure 731 target
1145 -target | --target | --targe | --targ | --tar | --ta | --t)
1147 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1224 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275 target=$target_alias
    [all...]
  /external/dbus/
configure 279 # The HP-UX ksh and POSIX shell print the target directory to stdout
466 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar GETTEXT_PACKAGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LT_CURRENT LT_REVISION LT_AGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CPP EGREP DBUS_BUILD_TESTS_TRUE DBUS_BUILD_TESTS_FALSE R_DYNAMIC_LDFLAG SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL DBUS_GCOV_ENABLED_TRUE DBUS_GCOV_ENABLED_FALSE DBUS_INT64_TYPE DBUS_INT64_CONSTANT DBUS_UINT64_CONSTANT DBUS_HAVE_INT64 DBUS_INT32_TYPE DBUS_INT16_TYPE DBUS_PATH_OR_ABSTRACT PKG_CONFIG LIBXML_CFLAGS LIBXML_LIBS DBUS_USE_EXPAT_TRUE DBUS_USE_EXPAT_FALSE DBUS_USE_LIBXML_TRUE DBUS_USE_LIBXML_FALSE HAVE_SELINUX_TRUE HAVE_SELINUX_FALSE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE DBUS_BUS_ENABLE_KQUEUE_TRUE DBUS_BUS_ENABLE_KQUEUE_FALSE HAVE_CONSOLE_OWNER_FILE_TRUE HAVE_CONSOLE_OWNER_FILE_FALSE DBUS_CLIENT_CFLAGS DBUS_CLIENT_LIBS DBUS_BUS_CFLAGS DBUS_BUS_LIBS DBUS_TEST_CFLAGS DBUS_TEST_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS DBUS_X_CFLAGS DBUS_X_LIBS DOXYGEN DBUS_DOXYGEN_DOCS_ENABLED_TRUE DBUS_DOXYGEN_DOCS_ENABLED_FALSE XMLTO DBUS_XML_DOCS_ENABLED_TRUE DBUS_XML_DOCS_ENABLED_FALSE EXPANDED_LOCALSTATEDIR EXPANDED_SYSCONFDIR EXPANDED_BINDIR EXPANDED_LIBDIR EXPANDED_DATADIR DBUS_INIT_SCRIPTS_RED_HAT_TRUE DBUS_INIT_SCRIPTS_RED_HAT_FALSE DBUS_INIT_SCRIPTS_SLACKWARE_TRUE DBUS_INIT_SCRIPTS_SLACKWARE_FALSE DBUS_SYSTEM_SOCKET DBUS_SYSTEM_BUS_DEFAULT_ADDRESS DBUS_SYSTEM_PID_FILE DBUS_CONSOLE_AUTH_DIR DBUS_CONSOLE_OWNER_FILE DBUS_USER DBUS_DATADIR DBUS_DAEMONDIR DBUS_BINDIR TEST_SERVICE_DIR TEST_SERVICE_BINARY TEST_SHELL_SERVICE_BINARY TEST_EXIT_BINARY TEST_SEGFAULT_BINARY TEST_SLEEP_FOREVER_BINARY TEST_BUS_BINARY TEST_SOCKET_DIR DBUS_SESSION_SOCKET_DIR LIBOBJS LTLIBOBJS'
729 -target | --target | --targe | --targ | --tar | --ta | --t)
731 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
797 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
840 target=$target_alias
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1738 milliseconds

<<1112