Searched refs:typeinfo (Results 1 - 25 of 55) sorted by relevance

123

/external/stlport/test/unit/
H A Dtypeinfo_header_test.cpp8 #include <typeinfo>
H A Dreference_wrapper_test.cpp5 #include <typeinfo>
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypeinfo.h10 #include <typeinfo> // for typeid to work.
/external/clang/test/CodeGenCXX/
H A Drtti-fundamental.cpp3 #include <typeinfo>
H A Drtti-visibility.cpp7 #include <typeinfo>
29 // With -fhidden-weak-vtables, the typeinfo for A is marked hidden, but not its name.
H A Dnullptr.cpp3 #include <typeinfo>
H A Dtypeid.cpp2 #include <typeinfo>
H A Dtypeid-cxx11.cpp2 #include <typeinfo>
H A Drtti-linkage.cpp4 #include <typeinfo>
H A Dvtable-available-externally.cpp7 #include <typeinfo>
42 // This tests mainly that the typeinfo and typename constants have their linkage
/external/icu4c/common/
H A Dutypeinfo.h13 // Windows header <typeinfo> does not define 'exception' in 'std' namespace.
18 // instead of <typeinfo>.
25 #include <typeinfo> // for 'typeid' to work
/external/chromium_org/ppapi/
H A Dgenerate_ppapi_size_checks.py142 def CheckAndInsert(typeinfo, typeinfo_map):
148 - If the name does not exist, insert the typeinfo in to the map.
152 if typeinfo.name == "":
155 elif int(typeinfo.size) == 0:
158 elif typeinfo.source_location.filename.find("ppapi") == -1:
161 elif typeinfo.source_location.filename.find("GLES2") > -1:
165 elif (typeinfo.name[:4] == "PPP_") or (typeinfo.name[:4] == "PPB_"):
167 elif typeinfo.name in typeinfo_map:
168 if typeinfo
[all...]
/external/stlport/stlport/
H A Dtypeinfo.h16 // DMC has hardcoded inclusion of typeinfo.h at the begining of any translation unit.
18 // a problem as typeinfo.h is neither a C nor C++ Standard header, this header should
22 // is done from native typeinfo.h (see exception header).
24 # include <../include/typeinfo.h>
39 # include <typeinfo>
43 # include_next <typeinfo.h>
45 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo.h)
47 # include _STLP_NATIVE_CPP_C_HEADER(typeinfo.h)
57 // if <typeinfo> already included, do not import anything
H A Dtypeinfo34 # include_next <typeinfo>
36 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dtype_profiler_map.h10 #include <typeinfo>
/external/stlport/stlport/stl/
H A D_typeinfo.h22 # include <typeinfo.h>
25 # include_next <typeinfo>
27 # include _STLP_NATIVE_CPP_RUNTIME_HEADER(typeinfo)
32 // In .NET, <typeinfo> actually includes <typeinfo.h>
36 // if <typeinfo.h> already included, do not import anything
/external/chromium_org/base/allocator/
H A Dtype_profiler.h11 #include <typeinfo> // for std::typeinfo
H A Dtype_profiler_tcmalloc.h11 #include <typeinfo> // for std::type_info
/external/chromium_org/ppapi/generators/
H A Dgenerator.py51 typeinfo, value, tb = sys.exc_info()
52 traceback.print_exception(typeinfo, value, tb)
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dbucket.py20 def __init__(self, stacktrace, allocator_type, typeinfo, typeinfo_name):
23 self._typeinfo = typeinfo
37 if self._symbolized_typeinfo == 'no typeinfo':
49 """Makes a symbolized stacktrace and typeinfo with |symbol_mapping_cache|.
66 self._symbolized_typeinfo = 'no typeinfo'
71 self._symbolized_typeinfo = 'no typeinfo'
85 def typeinfo(self): member in class:Bucket
147 typeinfo = None
154 typeinfo = int(word[1:], 16)
155 self._typeinfo_addresses.add(typeinfo)
[all...]
H A Dpolicy.py29 # POLICY_DEEP_3 contains typeinfo.
153 typeinfo = bucket.symbolized_typeinfo
154 if typeinfo.startswith('0x'):
155 typeinfo = bucket.typeinfo_name
163 (not rule.typeinfo_pattern or rule.typeinfo_pattern.match(typeinfo))):
312 rule['typeinfo'] if 'typeinfo' in rule else None,
/external/chromium_org/v8/src/
H A Druntime-profiler.cc135 int typeinfo, total, percentage; local
136 GetICCounts(function->shared()->code(), &typeinfo, &total, &percentage);
137 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
336 int typeinfo, total, percentage; local
337 GetICCounts(shared_code, &typeinfo, &total, &percentage);
350 typeinfo, total, percentage);
/external/v8/src/
H A Druntime-profiler.cc138 int typeinfo, total, percentage; local
139 GetICCounts(function, &typeinfo, &total, &percentage);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
296 int typeinfo, total, percentage; local
297 GetICCounts(function, &typeinfo, &total, &percentage);
310 typeinfo, total, percentage);
/external/clang/INPUTS/
H A Dall-std-headers.cpp50 #include <typeinfo>
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtype_profiler_map.cc11 #include <typeinfo>

Completed in 546 milliseconds

123