HomeSort by relevance Sort by last modified time
    Searched refs:TypeName (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/third_party/libjingle/source/talk/base/
constructormagic.h 31 #define DISALLOW_ASSIGN(TypeName) \
32 void operator=(const TypeName&)
36 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
37 TypeName(const TypeName&); \
38 DISALLOW_ASSIGN(TypeName)
41 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
42 DISALLOW_COPY_AND_ASSIGN(TypeName)
50 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
51 TypeName(); \
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
angleutils.h 14 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
15 TypeName(const TypeName&); \
16 void operator=(const TypeName&)
  /external/webrtc/src/system_wrappers/interface/
constructor_magic.h 20 #define DISALLOW_ASSIGN(TypeName) \
21 void operator=(const TypeName&)
27 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
28 TypeName(const TypeName&); \
29 DISALLOW_ASSIGN(TypeName)
34 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
35 DISALLOW_COPY_AND_ASSIGN(TypeName)
45 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
46 TypeName(); \
    [all...]
  /external/chromium/googleurl/base/
basictypes.h 27 template <typename T, size_t N>
34 template <typename T, size_t N>
84 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
  /external/bluetooth/glib/tests/gobject/
deftype.c 39 } TypeName;
45 MY_DEFINE_TYPE (TypeName, type_name, G_TYPE_OBJECT)
47 static void type_name_init (TypeName *self)
  /frameworks/ex/variablespeed/jni/
macros.h 42 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
43 TypeName(const TypeName&); \
44 void operator=(const TypeName&)
  /external/chromium/base/
basictypes.h 84 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
85 TypeName(const TypeName&); \
86 void operator=(const TypeName&)
93 #define DISALLOW_EVIL_CONSTRUCTORS(TypeName) DISALLOW_COPY_AND_ASSIGN(TypeName)
101 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
102 TypeName(); \
103 DISALLOW_COPY_AND_ASSIGN(TypeName)
119 template <typename T, size_t N
    [all...]
  /external/bluetooth/glib/gobject/
gtypemodule.h 107 * @TypeName: The name of the new type, in Camel case.
177 #define G_DEFINE_DYNAMIC_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, flags, CODE) \
178 static void type_name##_init (TypeName *self); \
179 static void type_name##_class_init (TypeName##Class *klass); \
180 static void type_name##_class_finalize (TypeName##Class *klass); \
186 type_name##_class_init ((TypeName##Class*) klass); \
198 sizeof (TypeName##Class), \
204 sizeof (TypeName), \
211 #TypeName, \
  /external/webkit/Source/WebKit2/UIProcess/
WebPreferences.cpp 88 #define DEFINE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
91 if (!m_store.set##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key(), value)) \
93 update##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key(), value); \
99 return m_store.get##TypeName##ValueForKey(WebPreferencesKey::KeyLower##Key()); \
WebPreferences.h 36 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
64 #define DECLARE_PREFERENCE_GETTER_AND_SETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
  /system/media/mca/filterfw/native/base/
utilities.h 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key)
    [all...]
  /system/media/mca/filterpacks/base/native/
utilities.h 28 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
29 TypeName(const TypeName&); \
30 void operator=(const TypeName&)
34 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
35 TypeName(); \
36 DISALLOW_COPY_AND_ASSIGN(TypeName)
64 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key)
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 122 protected static abstract class TypeName extends TypeData {
129 protected TypeName() {
141 if (!(neighbor instanceof TypeName))
144 TypeName neighbor2 = (TypeName)neighbor;
152 TypeName tn = (TypeName)list2.get(i);
189 if (obj instanceof TypeName) {
191 TypeName tn = (TypeName)obj
    [all...]
  /external/v8/src/
globals.h 258 template <typename T>
269 template <typename F>
277 #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
278 TypeName(const TypeName&); \
279 void operator=(const TypeName&)
288 #define DISALLOW_IMPLICIT_CONSTRUCTORS(TypeName) \
289 TypeName(); \
290 DISALLOW_COPY_AND_ASSIGN(TypeName)
321 template <typename T, class P = FreeStoreAllocationPolicy> class List
    [all...]
  /external/clang/lib/AST/
InheritViz.cpp 78 std::string TypeName = Type.getAsString();
79 Out << " [ shape=\"box\", label=\"" << DOT::EscapeString(TypeName);
84 if (TypeName != CanonType.getAsString()) {
  /frameworks/compile/slang/
slang_rs_export_type.cpp 397 llvm::StringRef &TypeName,
404 TypeName = RSExportType::GetTypeName(T);
405 if (TypeName.empty()) {
537 const llvm::StringRef &TypeName) {
541 RSContext::export_type_iterator ETI = Context->findExportType(TypeName);
550 RSExportPrimitiveType::GetRSSpecificType(TypeName);
556 TypeName);
563 TypeName,
571 TypeName,
579 TypeName,
    [all...]
slang_rs_export_element.cpp 65 llvm::StringRef TypeName;
73 if (!RSExportType::NormalizeType(T, TypeName, Context->getDiagnostics(),
85 TypeName,
101 TypeName,
slang_rs_reflection.cpp     [all...]
slang_rs_context.h 193 export_type_iterator findExportType(const llvm::StringRef &TypeName) {
194 return mExportTypes.find(TypeName);
196 const_export_type_iterator findExportType(const llvm::StringRef &TypeName)
198 return mExportTypes.find(TypeName);
201 // Insert the specified Typename/Type pair into the map. If the key already
204 bool insertExportType(const llvm::StringRef &TypeName, RSExportType *Type);
slang_rs_spec_table.cpp 71 RSDataTypeSpec(const char *TypeName,
74 : mTypeName(TypeName),
94 RSMatrixDataTypeSpec(const char *TypeName,
97 : RSDataTypeSpec(TypeName, TypePragmaName, Dim * Dim * sizeof(ignore)),
108 RSObjectDataTypeSpec(const char *TypeName,
110 : RSDataTypeSpec(TypeName, TypePragmaName, 32 /* opaque pointer */) {
slang_rs_export_type.h 93 // @TypeName was retrieve from RSExportType::GetTypeName() before calling
98 const llvm::StringRef &TypeName);
128 llvm::StringRef &TypeName,
225 // @TypeName was retrieved from RSExportType::GetTypeName() before calling
229 const llvm::StringRef &TypeName,
263 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
306 const llvm::StringRef &TypeName);
342 const llvm::StringRef &TypeName,
387 const llvm::StringRef &TypeName,
490 // @TypeName was retrieved from RSExportType::GetTypeName() before callin
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 336 StringRef TypeName;
376 if (getParser().ParseIdentifier(TypeName))
412 if (!TypeName.empty()) {
413 if (TypeName == "init_array")
415 else if (TypeName == "fini_array")
417 else if (TypeName == "preinit_array")
419 else if (TypeName == "nobits")
421 else if (TypeName == "progbits")
423 else if (TypeName == "note")
425 else if (TypeName == "unwind"
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.cpp 37 #define DEFINE_KEY_GETTERS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
108 template<typename MappedType>
116 #define DEFINE_STRING_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
129 #define DEFINE_BOOL_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
142 #define DEFINE_UINT32_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
155 #define DEFINE_DOUBLE_DEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) defaults.set(WebPreferencesKey::KeyLower##Key(), DefaultValue);
163 template<typename MapType>
164 static typename MapType::MappedType valueForKey(const MapType& map, const typename MapType::KeyType& key)
166 typename MapType::const_iterator it = map.find(key)
    [all...]
  /external/bluetooth/glib/gobject/tests/
threadtests.c 28 #define _G_DEFINE_INTERFACE_EXTENDED_BEGIN(TypeName, type_name, TYPE_PREREQ) \
29 static void type_name##_default_init (TypeName##Interface *klass); \
38 g_intern_static_string (#TypeName), \
39 sizeof (TypeName##Interface), \
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPreferencesMac.mm 88 #define INITIALIZE_PREFERENCE_FROM_NSUSERDEFAULTS(KeyUpper, KeyLower, TypeName, Type, DefaultValue) \
89 set##TypeName##ValueIfInUserDefaults(m_identifier, WebPreferencesKey::KeyLower##Key(), m_store);

Completed in 1218 milliseconds

1 2