Searched refs:setType (Results 76 - 100 of 117) sorted by relevance

12345

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DELF.h950 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf32_Sym
970 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf64_Sym
1026 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rel
1043 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rela
1061 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rel
1080 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rela
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFileInputType.cpp65 button->setType("button");
73 button->setType("button");
H A DHTMLInputElement.h154 void setType(const String&);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/unix/
H A DConnectionUnix.cpp97 void setType(Attachment::Type type) { m_type = type; } function in class:CoreIPC::AttachmentInfo
522 attachmentInfo[i].setType(attachments[i].type());
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/access/
H A DAccessExample.java141 dbConfig.setType(DatabaseType.BTREE);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DBtRecExample.java42 config.setType(DatabaseType.BTREE);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DPartialGetTest.java210 dbConfig.setType(DatabaseType.BTREE);
H A DDatabaseTest.java371 db_config.setType(DatabaseType.BTREE);
/macosx-10.9.5/IOAudioFamily-197.4.2/
H A DIOAudioControl.h489 virtual void setType(UInt32 type);
492 * @function setType
H A DIOAudioControl.cpp201 setType(type);
237 void IOAudioControl::setType(UInt32 type) function in class:IOAudioControl
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlsBlackBerry.cpp377 button->setType("button");
414 button->setType("button");
482 timeline->setType("range");
584 button->setType("button");
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorApplicationCacheAgent.cpp208 .setType(types);
H A DInspectorResourceAgent.cpp269 .setType(InspectorPageAgent::cachedResourceTypeJson(*cachedResource))
584 .setType(TypeBuilder::Network::Initiator::Type::Script);
591 .setType(TypeBuilder::Network::Initiator::Type::Parser);
601 .setType(TypeBuilder::Network::Initiator::Type::Other)
H A DNetworkResourcesData.h101 void setType(InspectorPageAgent::ResourceType type) { m_type = type; } function in class:WebCore::NetworkResourcesData::ResourceData
H A DConsoleMessage.cpp198 jsonObj->setType(messageTypeValue(m_type));
H A DNetworkResourcesData.cpp192 resourceData->setType(type);
H A DInspectorIndexedDBAgent.cpp249 keyPath = KeyPath::create().setType(KeyPath::Type::Null);
252 keyPath = KeyPath::create().setType(KeyPath::Type::String);
256 keyPath = KeyPath::create().setType(KeyPath::Type::Array);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEColorMatrix.cpp55 bool FEColorMatrix::setType(ColorMatrixType type) function in class:WebCore::FEColorMatrix
H A DFETurbulence.cpp75 bool FETurbulence::setType(TurbulenceType type) function in class:WebCore::FETurbulence
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DContextMenuItemGtk.cpp207 void ContextMenuItem::setType(ContextMenuItemType type) function in class:WebCore::ContextMenuItem
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_context_menu_item.cpp87 item->setType(type);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/repquote/
H A DRepQuoteExample.java266 dbconf.setType(DatabaseType.BTREE);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEvent.h290 virtual void setType(IOHIDEventType type);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DCharScanner.hpp505 tok->setType(t);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DASTFactory.cpp98 node->setType(Token::INVALID_TYPE);

Completed in 231 milliseconds

12345