HomeSort by relevance Sort by last modified time
    Searched full:typeinfo (Results 1 - 25 of 839) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/tracing/tracing/base/
extension_registry_type_based.html 34 var typeInfo = new RegisteredTypeInfo(
38 typeInfo.typeNames = [];
39 typeInfo.categoryParts = [];
41 typeInfo.typeNames.push(metadata.typeName);
43 typeInfo.typeNames.push.apply(
44 typeInfo.typeNames, metadata.typeNames);
47 typeInfo.categoryParts.push.apply(
48 typeInfo.categoryParts, metadata.categoryParts);
51 if (typeInfo.typeNames.length === 0 &&
52 typeInfo.categoryParts.length === 0
    [all...]
  /external/libcxxabi/www/
spec.html 836 000000000000d570 (__DATA,__const) external typeinfo for char32_t
837 000000000000cfd0 (__DATA,__const) external typeinfo for std::nullptr_t
838 000000000000d520 (__DATA,__const) external typeinfo for char16_t
839 000000000000d580 (__DATA,__const) external typeinfo for char32_t*
840 000000000000cfe0 (__DATA,__const) external typeinfo for std::nullptr_t*
841 000000000000d530 (__DATA,__const) external typeinfo for char16_t*
842 000000000000d5a0 (__DATA,__const) external typeinfo for char32_t const*
843 000000000000d000 (__DATA,__const) external typeinfo for std::nullptr_t const*
844 000000000000d550 (__DATA,__const) external typeinfo for char16_t const*
845 000000000000d190 (__DATA,__const) external typeinfo for signed char const
    [all...]
  /external/libcxx/lib/
libc++unexp.exp 11 # typeinfo for std::__1::__types
14 # typeinfo name for std::__1::__types
  /external/doclava/src/com/google/doclava/
TypeInfo.java 23 public class TypeInfo implements Resolvable {
28 public TypeInfo(boolean isPrimitive, String dimension, String simpleTypeName,
37 public TypeInfo(String typeString) {
46 ArrayList<TypeInfo> generics = new ArrayList<TypeInfo>();
55 TypeInfo info = new TypeInfo(entry);
65 TypeInfo info = new TypeInfo(typeString.substring(entryStartPos, paramEndPos).trim());
104 private TypeInfo(TypeInfo other)
    [all...]
ParameterInfo.java 26 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg,
38 public ParameterInfo cloneWithTypeArguments(Map<String, TypeInfo> typeArgumentMapping) {
43 TypeInfo type() {
64 makeHDF(data, base, isLastVararg, typeVariables, Collections.<String, TypeInfo>emptyMap());
68 Map<String, TypeInfo> typeMapping) {
76 makeHDF(data, base, params, isVararg, typeVariables, Collections.<String, TypeInfo>emptyMap());
80 HashSet<String> typeVariables, Map<String, TypeInfo> typeMapping) {
100 TypeInfo mType;
  /external/chromium-trace/trace-viewer/tracing/tracing/model/
annotation.html 30 var typeInfo = Annotation.findTypeInfoMatching(function(typeInfo) {
31 return typeInfo.metadata.typeName === args.typeName;
34 if (typeInfo === undefined)
37 return typeInfo.constructor.fromDict(args);
72 if (!e.typeInfo.constructor.hasOwnProperty('fromDict'))
75 if (!e.typeInfo.metadata.typeName)
event_registry.html 26 var metadata = e.typeInfo.metadata;
53 EventRegistry.getAllRegisteredTypeInfos().forEach(function(typeInfo) {
54 eventsByTypeName[typeInfo.metadata.name] = typeInfo;
72 var typeInfo = EventRegistry.getEventTypeInfoByTypeName(typeName);
73 var str = typeInfo.metadata.name;
78 var typeInfo = EventRegistry.getEventTypeInfoByTypeName(typeName);
79 var str = typeInfo.metadata.pluralName;
  /ndk/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // 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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // 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
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // 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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // 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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
typeinfo.h 16 // 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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
typeinfo.h 16 // 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
  /external/chromium-trace/trace-viewer/tracing/tracing/core/
scripting_controller.html 24 typeInfos.forEach(function(typeInfo) {
25 this.addScriptObject(typeInfo.metadata.name, typeInfo.constructor);
27 global[typeInfo.metadata.name] = typeInfo.constructor;
  /external/icu/icu4c/source/common/
utypeinfo.h 13 // Windows header <typeinfo> does not define 'exception' in 'std' namespace.
18 // instead of <typeinfo>.
28 #include <typeinfo> // for 'typeid' to work
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # 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
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # 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
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # 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
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # 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
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 22 # 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
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_typeinfo.h 22 # 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/clang/test/Parser/
cxx-typeid.cpp 3 // FIXME: This should really include <typeinfo>, but we don't have that yet.
  /ndk/tests/build/gnustl-force-all/jni/
forced_all.cpp 6 #include <typeinfo>
  /ndk/tests/build/gnustl-force-exceptions/jni/
forced_exceptions.cpp 5 #include <typeinfo>
  /ndk/tests/build/gnustl-force-none/jni/
force_none.cpp 6 #include <typeinfo>

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>