HomeSort by relevance Sort by last modified time
    Searched defs:Create (Results 1 - 25 of 305) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_gtk.cc 8 StatusTray* StatusTray::Create() {
  /external/chromium/net/http/
url_security_manager_posix.cc 12 URLSecurityManager* URLSecurityManager::Create(
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.cc 36 MediaEngine* MediaEngine::Create() {
  /external/ceres-solver/internal/ceres/
schur_eliminator.cc 49 SchurEliminatorBase::Create(const LinearSolver::Options& options) {
linear_solver.cc 48 LinearSolver* LinearSolver::Create(const LinearSolver::Options& options) {
trust_region_strategy.cc 10 TrustRegionStrategy* TrustRegionStrategy::Create(const Options& options) {
evaluator.cc 49 Evaluator* Evaluator::Create(const Evaluator::Options& options,
70 *error = "Invalid Linear Solver Type. Unable to create evaluator.";
95 Evaluator::Create(evaluator_options, program, &error));
97 LOG(ERROR) << "Unable to create an Evaluator object. "
  /external/chromium/chrome/browser/
tab_closeable_state_watcher.cc 17 ::TabCloseableStateWatcher* ::TabCloseableStateWatcher::Create() {
  /external/chromium/third_party/libjingle/source/talk/base/
sslstreamadapter.cc 57 SSLStreamAdapter* SSLStreamAdapter::Create(StreamInterface* stream) {
ssladapter.cc 58 SSLAdapter::Create(AsyncSocket* socket) {
  /external/clang/lib/AST/
DeclGroup.cpp 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
  /external/skia/src/gpu/
GrGpuFactory.cpp 17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext context) {
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk.cc 19 StatusTray* StatusTray::Create() {
  /external/skia/legacy/src/images/
SkImageEncoder_Factory.cpp 22 SkImageEncoder* SkImageEncoder::Create(Type t) {
  /external/skia/src/images/
SkImageEncoder_Factory.cpp 22 SkImageEncoder* SkImageEncoder::Create(Type t) {
  /external/webrtc/src/system_wrappers/source/
event.cc 26 EventWrapper* EventWrapper::Create()
31 return EventPosix::Create();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 46 * create(Token), errorNode(), and to be safe, YourTreeClass.dupNode().
52 public override object Create( IToken payload )
58 * Tell me how to create a token for use with imaginary token nodes.
60 * token DECL, but you need to create it as a payload or whatever for
75 * Tell me how to create a token for use with imaginary token nodes.
77 * token DECL, but you need to create it as a payload or whatever for
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 17 Notification SystemNotificationFactory::Create(
28 Notification SystemNotificationFactory::Create(
32 // Create an icon notification with or without a footer link
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_gtk.cc 14 NativeViewPhotobooth* NativeViewPhotobooth::Create(
  /external/skia/legacy/include/effects/
SkTransparentShader.h 37 static SkFlattenable* Create(SkFlattenableReadBuffer& buffer) {
  /external/skia/legacy/src/effects/
SkPixelXorXfermode.cpp 32 return Create;
35 SkFlattenable* SkPixelXorXfermode::Create(SkFlattenableReadBuffer& rb) {
  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 33 SectionData* SectionData::Create(LDSection& pSection)
  /frameworks/compile/mclinker/lib/Support/
MemoryRegion.cpp 33 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize)
38 MemoryRegion* MemoryRegion::Create(void* pStart, size_t pSize, Space& pSpace)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeFactory.cs 39 TTree Create( TToken payload );
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager_win.cc 13 BrowserAccessibilityManager* BrowserAccessibilityManager::Create(

Completed in 642 milliseconds

1 2 3 4 5 6 7 8 91011>>