Searched refs:tsi (Results 1 - 8 of 8) sorted by relevance

/external/curl/lib/
H A Dgetinfo.c362 struct curl_tlssessioninfo *tsi = &data->tsi; local
367 *tsip = tsi;
368 tsi->backend = Curl_ssl_backend();
369 tsi->internals = NULL;
372 if(conn && tsi->backend != CURLSSLBACKEND_NONE) {
376 tsi->internals = Curl_ssl->get_internals(&conn->ssl[i], info);
H A Durldata.h1748 struct curl_tlssessioninfo tsi; /* Information about the TLS session, only member in struct:Curl_easy
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
H A DAnalyzer.java195 TableSwitchInsnNode tsi = (TableSwitchInsnNode) insnNode;
196 merge(indexes.get(tsi.dflt), current, subroutine);
197 for (int j = 0; j < tsi.labels.size(); ++j) {
198 Label label = (Label) tsi.labels.get(j);
/external/v8/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp190 const clang::TypeSourceInfo* tsi = var_decl->getTypeSourceInfo(); local
205 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/clang/lib/AST/
H A DExpr.cpp1312 TypeSourceInfo *tsi,
1319 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1331 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1336 /*ValueDependent=*/tsi->getType()->isDependentType(),
1337 tsi->getType()->isInstantiationDependentType(),
1338 tsi->getType()->containsUnexpandedParameterPack()),
1339 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1310 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1330 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExpr.h1890 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1901 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1919 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
1920 TSInfo = tsi;
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 269 milliseconds