/external/icu4c/layoutex/ |
Makefile | 24 ## Target information 29 TARGET = $(LIBDIR)/$(LIBSICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(A) 47 ALL_TARGETS = $(TARGET) $(ALL_SO_TARGETS) $(BATCH_TARGET) 101 $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) 145 $(TARGET): $(STATIC_OBJECTS)
|
/external/icu4c/samples/udata/ |
Makefile | 22 # Name of your target 31 CLEANFILES=*~ $(TARGET).out $(TARGET1).out $(TARGET2).out
|
/build/core/ |
multi_prebuilt.mk | 92 $($(if $(prebuilt_is_host),HOST,TARGET)_OUT_INTERMEDIATE_LIBRARIES), \
|
envsetup.mk | 116 # Set up configuration for target machine. 127 # the target build type defaults to release 141 # Move the host or target under the debug/ directory 143 TARGET_OUT_ROOT_release := $(OUT_DIR)/target 144 TARGET_OUT_ROOT_debug := $(DEBUG_OUT_DIR)/target 242 COMMON_MODULE_CLASSES := TARGET-NOTICE_FILES HOST-NOTICE_FILES HOST-JAVA_LIBRARIES
|
/development/tools/labpretest/ |
labpretest.sh | 63 # above TARGET if below LIMIT 74 TARGET=80 87 if (( $battery >= $TARGET )); then break; fi 88 tick=$[$TARGET - $battery] 90 sleep $[$TARGET - $battery * 10]
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 104 * Represents the OBEX Target header. This is the name of the service an 107 * The value of <code>TARGET</code> is 0x46 (70). 109 public static final int TARGET = 0x46; 312 case TARGET: 317 throw new IllegalArgumentException("Target must be a byte array"); 461 case TARGET: 528 out.write(TARGET);
|
ObexHelper.java | 360 if ((headImpl.mConnectionID != null) && (headImpl.getHeader(HeaderSet.TARGET) == null)) { 520 // Target Header 521 value = (byte[])headImpl.getHeader(HeaderSet.TARGET); 523 out.write((byte)HeaderSet.TARGET); 530 headImpl.setHeader(HeaderSet.TARGET, null); [all...] |
/external/bluetooth/glib/tests/ |
unicode-encoding.c | 199 #define TARGET "UTF-16LE" 201 #define TARGET "UTF-16" 204 if (!(utf16_expected_tmp = (gunichar2 *)g_convert (utf8, -1, TARGET, "UTF-8",
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
AvoidXfermodeTest.java | 62 new AvoidXfermode(greenPaint.getColor(), TOLERANCE, AvoidXfermode.Mode.TARGET);
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
noderemovechild23.js | 103 child = doc.createProcessingInstruction("TARGET","DATA"); 106 removedName = removed.target; 108 assertEquals("noderemovechild23","TARGET",removedName);
|
nodegetbaseuri10.js | 103 newPI = doc.createProcessingInstruction("TARGET","DATA");
|
nodegetbaseuri11.js | 108 newPI = newDoc.createProcessingInstruction("TARGET","DATA");
|
/external/zlib/nintendods/ |
Makefile | 12 # TARGET is the name of the output 18 TARGET := $(shell basename $(CURDIR))
|
/external/chromium/chrome/browser/ui/views/infobars/ |
after_translate_infobar.cc | 27 target_language_menu_model_(delegate, LanguagesMenuModel::TARGET), 156 LanguagesMenuModel::TARGET);
|
/external/icu4c/test/letest/ |
Makefile.in | 22 ## Target information 74 $(RMV) $(COMMONOBJECTS) $(TESTOBJECTS) $(CTESTOBJECTS) $(GENOBJECTS) $(TARGET)
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 10 // This file implements the JIT interfaces for the 32-bit PowerPC target. 40 #define BUILD_B(TARGET, LINK) \ 41 ((18 << 26) | (((TARGET) & 0x00FFFFFF) << 2) | ((LINK) & 1)) 54 AtI[0] = BUILD_B(Offset, isCall); // b/bl target 133 // Pop 3 frames off the stack and branch to target 194 // Pop 3 frames off the stack and branch to target 281 // Pop 3 frames off the stack and branch to target 302 void *Target = JITCompilerFunction(StubCallAddr); 309 intptr_t Offset = ((intptr_t)Target - (intptr_t)OrigCallAddr) >> 2; 312 // Clear the original target out [all...] |
/external/libffi/include/ |
ffi.h.in | 60 #ifndef @TARGET@ 61 #define @TARGET@
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
Constants.java | 241 Log.v(TAG, "TARGET : " + hs.getHeader(HeaderSet.TARGET));
|
/ndk/toolchains/x86-4.4.3/ |
setup.mk | 20 # various sources into target object files, libraries or executables. 36 # Add and LDFLAGS for the target here 53 # This function will be called to determine the target CFLAGS used to build 56 TARGET-process-src-files-tags = \ 59 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 60 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
|
/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/toolchains/arm-linux-androideabi-4.4.3/ |
setup.mk | 20 # various sources into target object files, libraries or executables. 84 # This function will be called to determine the target CFLAGS used to build 87 TARGET-process-src-files-tags = \ 92 $(call set-src-files-target-cflags, \ 95 $(call set-src-files-target-cflags,\ 98 $(call set-src-files-target-cflags,\ 101 $(call set-src-files-target-cflags,\ 104 $(call set-src-files-target-cflags,\ 107 $(call add-src-files-target-cflags,\
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 183 byte[] uuid = (byte[])request.getHeader(HeaderSet.TARGET); 209 reply.setHeader(HeaderSet.TARGET, remote); [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...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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...] |