Searched refs:typeName (Results 1 - 25 of 137) sorted by relevance

123456

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLIntrinsicRepository.cpp38 #define FUNCTION_TYPE_INITIALIZATION(typeName, type) , m_##typeName(0)
53 #define FUNCTION_TYPE_GETTER_SLOW_DEFINITION(typeName, type) \
54 LType IntrinsicRepository::typeName##Slow() \
56 m_##typeName = type; \
57 return m_##typeName; \
H A DFTLIntrinsicRepository.h109 #define FUNCTION_TYPE_GETTER(typeName, type) \
110 LType typeName() \
112 if (!m_##typeName) \
113 return typeName##Slow(); \
114 return m_##typeName; \
119 #define FUNCTION_TYPE_RESOLVER(typeName, type) \
120 LType operationType(JSC::typeName) \
122 return typeName(); \
137 #define FUNCTION_TYPE_GETTER_SLOW_DECLARATION(typeName, type) \
138 LType typeName##Slo
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DExceptionBase.cpp41 m_message = m_name + ": " + description.typeName + " Exception " + String::number(description.code);
43 m_message = makeString(description.typeName, " Exception ", String::number(description.code));
H A DDOMCoreException.cpp68 description->typeName = "DOM";
H A DEventException.cpp47 description->typeName = "DOM Events";
H A DRangeException.cpp47 description->typeName = "DOM Range";
/macosx-10.10/WTF-7600.1.24/wtf/efl/
H A DUniquePtrEfl.h56 #define WTF_DEFINE_EFLPTR_DELETER(typeName, deleterFunc) \
57 template<> struct EflPtrDeleter<typeName> \
59 void operator() (typeName* ptr) const \
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DExceptionHandlers.mm46 if (strcmp(description.typeName, "DOM Range") == 0)
48 else if (strcmp(description.typeName, "DOM Events") == 0)
50 else if (strcmp(description.typeName, "DOM XPath") == 0)
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDashboardRegion.mm63 static const char* typeName(WebDashboardRegionType type)
80 return [NSString stringWithFormat:@"rect:%@ clip:%@ type:%s", NSStringFromRect(rect), NSStringFromRect(clip), typeName(type)];
/macosx-10.10/WTF-7600.1.24/wtf/gobject/
H A DGUniquePtr.h48 #define WTF_DEFINE_GPTR_DELETER(typeName, deleterFunc) \
49 template<> struct GPtrDeleter<typeName> \
51 void operator() (typeName* ptr) const \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCommonASTWithHiddenTokens.hpp25 virtual const char* typeName( void ) const function in class:antlr::CommonASTWithHiddenTokens
H A DASTNULLType.hpp25 const char* typeName( void ) const;
H A DCommonAST.hpp45 virtual const char* typeName( void ) const function in class:antlr::CommonAST
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLException.cpp56 description->typeName = "DOM SQL";
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileException.cpp58 description->typeName = "DOM File";
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGException.cpp48 description->typeName = "DOM SVG";
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequestException.cpp48 description->typeName = "XMLHttpRequest";
H A DXPathException.cpp47 description->typeName = "DOM XPath";
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.cpp120 const char *typeName; local
122 case MACH_NOTIFY_PORT_DELETED: typeName = "port deleted"; break;
123 case MACH_NOTIFY_PORT_DESTROYED:typeName = "port destroyed"; break;
124 case MACH_NOTIFY_NO_SENDERS: typeName = "no senders"; break;
125 case MACH_NOTIFY_SEND_ONCE: typeName = "send once"; break;
126 case MACH_NOTIFY_DEAD_NAME: typeName = "dead name"; break;
127 default: typeName = "???"; break;
130 secdebug("port", "%d cancel notify %s", port(), typeName);
132 secdebug("port", "%d request notify %s to %d (sync %d)", port(), typeName, notify, sync);
H A Ddebugging.h66 string typeName(const Object &obj) function in namespace:Security::Debug
72 string typeName() function in namespace:Security::Debug
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.cpp120 const char *typeName; local
122 case MACH_NOTIFY_PORT_DELETED: typeName = "port deleted"; break;
123 case MACH_NOTIFY_PORT_DESTROYED:typeName = "port destroyed"; break;
124 case MACH_NOTIFY_NO_SENDERS: typeName = "no senders"; break;
125 case MACH_NOTIFY_SEND_ONCE: typeName = "send once"; break;
126 case MACH_NOTIFY_DEAD_NAME: typeName = "dead name"; break;
127 default: typeName = "???"; break;
130 secdebug("port", "%d cancel notify %s", port(), typeName);
132 secdebug("port", "%d request notify %s to %d (sync %d)", port(), typeName, notify, sync);
H A Ddebugging.h66 string typeName(const Object &obj) function in namespace:Security::Debug
72 string typeName() function in namespace:Security::Debug
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dsprpdata.c55 const char* typeName; local
58 typeName = fields[2][0];
61 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){
68 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){
75 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DASTNULLType.cpp150 const char* ASTNULLType::typeName( void ) const function in class:antlr::ASTNULLType
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseException.cpp78 description->typeName = "DOM IDBDatabase";

Completed in 300 milliseconds

123456