Searched defs:TLS (Results 1 - 23 of 23) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { argument
22 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS)));
39 I.second.TLS
H A DAddressPool.h25 bool TLS; member in struct:llvm::AddressPool::AddressPoolEntry
26 AddressPoolEntry(unsigned Number, bool TLS) : Number(Number), TLS(TLS) {} argument
41 unsigned getIndex(const MCSymbol *Sym, bool TLS = false);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DParameterNames.java47 public static final String TLS = GenericURI.TLS; field in interface:ParameterNames
92 * Added changes for TLS support contributed by Daniel Martinez
H A DNetObject.java66 protected static final String TLS = "tls"; field in class:NetObject
/external/nist-sip/java/javax/sip/
H A DListeningPoint.java11 String TLS = "TLS"; field in interface:ListeningPoint
/external/libvncserver/libvncserver/
H A Dzlib.c48 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
49 #define TLS __thread macro
51 #ifndef TLS
52 #define TLS macro
55 static TLS int zlibBeforeBufSize = 0;
56 static TLS char *zlibBeforeBuf = NULL;
58 static TLS int zlibAfterBufSize = 0;
59 static TLS char *zlibAfterBuf = NULL;
60 static TLS int zlibAfterBufLen = 0;
H A Dtight.c60 #if LIBVNCSERVER_HAVE_LIBPTHREAD && LIBVNCSERVER_HAVE_TLS && !defined(TLS) && defined(__linux__)
61 #define TLS __thread macro
63 #ifndef TLS
64 #define TLS macro
68 static TLS rfbBool usePixelFormat24 = FALSE;
109 static TLS int compressLevel = 1;
110 static TLS int qualityLevel = 95;
111 static TLS int subsampLevel = TJ_444;
138 static TLS int paletteNumColors = 0;
139 static TLS in
[all...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DIOHandler.java45 * TLS support Added by Daniel J.Martinez Manzano <dani@dif.um.es>
69 private static String TLS = "tls"; field in class:IOHandler
250 } else if (transport.compareToIgnoreCase(TLS) == 0) {
/external/libgsm/
H A DMakefile124 TLS = $(ROOT)/tls macro
158 $(TLS)/taste.h
190 $(TLS)/sour.c \
191 $(TLS)/ginger.c \
192 $(TLS)/sour1.dta \
193 $(TLS)/sour2.dta \
194 $(TLS)/bitter.c \
195 $(TLS)/bitter.dta \
196 $(TLS)/taste.c \
197 $(TLS)/swee
[all...]
/external/clang/lib/CodeGen/
H A DCGDeclCXX.cpp261 SourceLocation Loc, bool TLS) {
265 if (!getLangOpts().AppleKext && !TLS) {
536 // these initializations. This happens for TLS initialization functions.
259 CreateGlobalInitOrDestructFunction( llvm::FunctionType *FTy, const Twine &Name, const CGFunctionInfo &FI, SourceLocation Loc, bool TLS) argument
H A DItaniumCXXABI.cpp1920 // We only need to use thread-safe statics for local non-TLS variables and
2095 bool TLS) {
2097 if (TLS) {
2140 CGM.ErrorUnsupported(&D, "non-trivial TLS destruction");
2238 /*TLS=*/true);
2092 emitGlobalDtorWithCXAAtExit(CodeGenFunction &CGF, llvm::Constant *dtor, llvm::Constant *addr, bool TLS) argument
/external/python/cpython2/Lib/
H A Dtelnetlib.py123 TLS = chr(46) # Telnet Start TLS variable
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h208 TLS, member in class:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_LocType
/external/mdnsresponder/mDNSCore/
H A DmDNS.c6648 // For responses that come over TCP (Responses that can't fit within UDP) or TLS (Private queries
7488 mDNSBool TLS = (dstaddr == (mDNSAddr *)1); // For debug logs: dstaddr = 0 means TCP; dstaddr = 1 means TLS local
7489 if (TLS) dstaddr = mDNSNULL;
7543 DumpPacket(m, mStatus_NoError, mDNSfalse, TLS ? "TLS" : !dstaddr ? "TCP" : "UDP", srcaddr, srcport, dstaddr, dstport, msg, end);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2542 /// \brief Convert a TLS address reference into the correct sequence of loads
2546 /// Darwin only has one TLS scheme which must be capable of dealing with the
2569 assert(Subtarget->isTargetDarwin() && "TLS only supported on Darwin");
2573 // the TLS descriptor lives.
2589 // TLS calls preserve all registers except those that absolutely must be
2611 assert(Subtarget->isTargetWindows() && "Windows specific TLS lowering");
2632 // A pointer to the TLS array is located at offset 0x2c from the TEB.
2638 // The pointer to the thread's TLS data area is at the TLS Index scaled by 4
2641 // Load the TLS inde
2650 SDValue TLS = DAG.getLoad(PtrVT, DL, Chain, local
[all...]
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5323 milliseconds