Home
last modified time | relevance | path

Searched defs:tunit (Results 1 – 10 of 10) sorted by relevance

/external/libabigail/src/
Dabg-ctf-reader.cc341 translation_unit_sptr tunit, in process_ctf_typedef()
403 translation_unit_sptr tunit, in process_ctf_base_type()
470 translation_unit_sptr tunit) in build_ir_node_for_variadic_parameter_type()
496 translation_unit_sptr tunit, in process_ctf_function_type()
586 translation_unit_sptr tunit, in process_ctf_sou_members()
644 translation_unit_sptr tunit, in process_ctf_forward_type()
706 translation_unit_sptr tunit, in process_ctf_struct_type()
762 translation_unit_sptr tunit, in process_ctf_union_type()
816 translation_unit_sptr tunit, in process_ctf_array_type()
905 translation_unit_sptr tunit, in process_ctf_qualified_type()
[all …]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java169 TimeUnit tunit) in getEntry()
244 public void closeIdleConnections(long idletime, TimeUnit tunit) { in closeIdleConnections()
DPoolEntryRequest.java65 TimeUnit tunit) throws InterruptedException, ConnectionPoolTimeoutException; in getPoolEntry()
DThreadSafeClientConnManager.java170 long timeout, TimeUnit tunit) throws InterruptedException, in requestConnection()
DConnPoolByRoute.java241 TimeUnit tunit) in requestPoolEntry()
/external/apache-http/src/org/apache/http/conn/
DClientConnectionRequest.java69 ManagedClientConnection getConnection(long timeout, TimeUnit tunit) in getConnection()
DClientConnectionManager.java113 void closeIdleConnections(long idletime, TimeUnit tunit) in closeIdleConnections()
/external/icu/tools/icu4c_srcgen/
Dgenutil.py354 def handle_diagnostics(tunit): argument
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp983 llvm::DIFile *tunit, llvm::DIScope *scope, in createFieldType()
1074 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField()
1097 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields()
3360 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
/external/clang/lib/AST/
DDecl.cpp2521 const TranslationUnitDecl *tunit = in isMain() local