/external/icu4c/test/testdata/ |
pkgdataMakefile.in | 9 # So that you have $(top_builddir)/config.status 21 @echo SO=$(SO) >> $(OUTPUTFILE)
|
/external/icu4c/config/ |
mh-hpux-acc | 64 ## For aCC, use the C++ linker so that __shlinit gets defined 97 SO= sl 124 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 126 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 127 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-solaris | 56 SO= so 83 %.$(SO).$(SO_TARGET_VERSION_MAJOR): %.$(SO).$(SO_TARGET_VERSION) 85 %.$(SO): %.$(SO).$(SO_TARGET_VERSION_MAJOR) 86 $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@
|
mh-cygwin | 41 # so, they must be valid shell script starting from column 4 54 SO = dll 87 #FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO) 88 FINAL_SO_TARGET=$(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) 92 MIDDLE_IMPORT_LIB = $(subst cyg,lib,$(basename $(SO_TARGET)))$(SO_TARGET_VERSION_MAJOR).$(SO).$(A)#M# 99 #%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) 101 %.$(SO): %$(SO_TARGET_VERSION_MAJOR).$(SO) 121 # put this here again so it gets cyguc.. [all...] |
mh-os390 | 38 # TODO: Fix this configuration so that icu-config will work! 122 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO) 123 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) 177 SO = so 182 SO = dll 220 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) 221 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@ 222 %.$(SO): %$(SO_TARGET_VERSION).$(SO [all...] |
mh-cygwin-msvc | 75 SO = dll 85 # Cygwin's ar can't handle Win64 right now. So we use Microsoft's tool instead. 97 # Change the stubnames so that poorly working FAT disks and installation programs can work. 156 # So system headers are ignored by ignoring \\ 182 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO) 208 #%$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO) 213 %.$(SO): %$(SO_TARGET_VERSION_MAJOR).$(SO)
|
icu-config-bottom | 165 --so) 166 echo $SO
|
Makefile.inc.in | 55 # libicuuc21.so for example. 116 ICULIBS_COMMON_LIB_NAME = ${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO} 276 # It is put last so that the mh-file can override anything.
|
/external/valgrind/main/helgrind/ |
libhb.h | 40 /* typedef struct _SO SO; */ /* now in hg_lock_n_thread.h */ 63 SO* libhb_so_alloc ( void ); 66 void libhb_so_dealloc ( SO* so ); 71 strong send, the VC inside the SO is replaced by the clock of the 73 that already in the SO, if any. This subtlety is needed to model 80 SO reflects the join of the VCs of all the threads releasing the 83 void libhb_so_send ( Thr* thr, SO* so, Bool strong_send ); 93 void libhb_so_recv ( Thr* thr, SO* so, Bool strong_recv ) [all...] |
hg_main.c | 71 // from our mappings, so that the associated SO can be freed up 151 so it can participate in lock sets in the usual way. */ 228 acquired, so as to produce better lock-order error messages. */ 284 acquired, so as to produce better lock-order error messages. */ 704 found. So assert it is non-null; that in effect asserts that we 940 // is there a transition to ShM. So what we want to do is note the 942 // the lockset, so we can present it later if there should be a 945 // So this function finds such transitions. For each, it associates 949 // initialised or first locked. ExeContexts are permanent so keepin 1733 SO* so; local 2173 SO* so; \/* libhb-allocated SO *\/ member in struct:__anon12501 2198 SO* so = libhb_so_alloc(); local 2609 SO* so; local 2633 SO* so; local 2661 SO* so; local 2710 SO* so; local 2738 SO* so; local 2945 SO* so = libhb_so_alloc(); local 3149 SO* so = libhb_so_alloc(); local 3178 SO* so; local 3203 SO* so; local [all...] |
/external/icu4c/tools/genren/ |
Makefile | 16 #SO=so 18 COM=$(ICUDIR)/lib/libicuuc.$(SO) 19 I18=$(ICUDIR)/lib/libicui18n.$(SO) 20 LAY=$(ICUDIR)/lib/libicule.$(SO) 21 LEX=$(ICUDIR)/lib/libiculx.$(SO) 22 DAT=$(ICUDIR)/stubdata/libicudata.$(SO) 23 UIO=$(ICUDIR)/lib/libicuio.$(SO)
|
/external/icu4c/samples/ufortune/resources/ |
Makefile | 24 # code that can then be built into a .so 38 RESTARGET=lib$(RESNAME).$(SO)
|
/external/icu4c/samples/ |
defs.mk | 19 SO=$(shell icu-config --so)
|
/external/llvm/tools/llvm-shlib/ |
Makefile | 32 # Include all archives in libLLVM.(so|dylib) except the ones that have 40 $(LibName.SO): $(LLVMLibsPaths) 87 $(LibName.SO): $(SHLIB_STUBS)
|
/external/llvm/utils/TableGen/ |
CodeEmitterGen.cpp | 57 // Update the bits in reversed order so that emitInstrOpBits will get the 117 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx); 118 std::string &EncoderMethodName = CGI.Operands[SO.first].EncoderMethodName; 124 // sub-operands, if there are more than one, so only 126 if (SO.second == 0) {
|
/external/valgrind/tsan/pin/ |
Makefile | 19 SO=so 32 SO=dll 60 pintool: ts_pin$(SUFIX).$(SO) 84 ts_pin$(SUFIX).so: $(ALL_OBJECTS) 104 #all_tests: simple_pin_test.so detach_example.so 105 #%.so: %.$(OBJ) 114 rm -fv *.so *.o *.obj *.dll core* pintool.log* pin.log *.exp *.lib *.pdb *.ilk *.exe
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 493 const StackObject &SO = Objects[i]; 495 if (SO.Size == ~0ULL) { 499 if (SO.Size == 0) 502 OS << "size=" << SO.Size; 503 OS << ", align=" << SO.Alignment; 507 if (i < NumFixedObjects || SO.SPOffset != -1) { 508 int64_t Off = SO.SPOffset - ValOffset;
|
/external/icu4c/tools/icuinfo/ |
Makefile.in | 85 PLUGIN=$(LIBPREFIX)plugin.$(SO)
|
/external/clang/lib/AST/ |
CXXInheritance.cpp | 259 // declarations that are so hidden are eliminated from 325 // base is a subobject of any other path; if so, then the 491 // so let the base class fill in our overriders for us. 499 // overrides so that we do not walk the virtual base class (and 551 // This virtual method overrides other virtual methods, so it does 554 // overrider. To do so, we dig down to the original virtual 622 for (OverridingMethods::iterator SO = OM->second.begin(), 624 SO != SOEnd; 625 ++SO) { 626 llvm::SmallVector<UniqueVirtualMethod, 4> &Overriding = SO->second [all...] |
/external/icu4c/data/mappings/ |
ucmfiles.mk | 19 # * To add EBCDIC converters that uses different SI/SO characters: 21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
|
/external/llvm/lib/Target/ARM/ |
ARMAddressingModes.h | 395 "Unable to encode second part of T2 two part SO immediate"); 418 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO, 422 return Imm12 | ((int)isSub << 12) | (SO << 13) | (IdxMode << 16) ;
|
/build/core/ |
cleanspec.mk | 18 # WHEN DOING SO
|
/external/icu4c/io/ |
Makefile | 7 ## Makefile.in for ICU - icuio.so 34 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
|
/external/icu4c/layout/ |
Makefile | 33 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
|
/external/icu4c/layoutex/ |
Makefile | 33 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO)
|