Searched refs:new (Results 76 - 100 of 1623) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/dom/
H A DWebKitTransitionEvent.h37 return adoptRef(new WebKitTransitionEvent);
41 return adoptRef(new WebKitTransitionEvent(type, animationName, elapsedTime));
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLContextEvent.h37 return adoptRef(new WebGLContextEvent);
41 return adoptRef(new WebGLContextEvent(type, canBubble, cancelable, statusMessage));
/external/webkit/Source/WebCore/page/
H A DWebKitPoint.h39 return adoptRef(new WebKitPoint());
43 return adoptRef(new WebKitPoint(x, y));
/external/webkit/Source/WebCore/rendering/style/
H A DStyleFlexibleBoxData.h35 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); }
36 PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); }
H A DStyleMarqueeData.h37 static PassRefPtr<StyleMarqueeData> create() { return adoptRef(new StyleMarqueeData); }
38 PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); }
H A DStyleSurroundData.h37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); }
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); }
H A DStyleTransformData.h37 static PassRefPtr<StyleTransformData> create() { return adoptRef(new StyleTransformData); }
38 PassRefPtr<StyleTransformData> copy() const { return adoptRef(new StyleTransformData(*this)); }
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEvent.h38 return adoptRef(new XMLHttpRequestProgressEvent);
42 return adoptRef(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dshowtest.rb30 ie = IExploder.new($HTML_MAX_TAGS, $HTML_MAX_ATTRS, $CSS_MAX_PROPS)
/external/webkit/Source/JavaScriptCore/parser/
H A DASTBuilder.h116 JSC::SourceElements* createSourceElements() { return new (m_globalData) JSC::SourceElements(m_globalData); }
125 CommaNode* createCommaExpr(ExpressionNode* lhs, ExpressionNode* rhs) { return new (m_globalData) CommaNode(m_globalData, lhs, rhs); }
146 ExpressionNode* createLogicalNot(ExpressionNode* expr) { return new (m_globalData) LogicalNotNode(m_globalData, expr); }
147 ExpressionNode* createUnaryPlus(ExpressionNode* expr) { return new (m_globalData) UnaryPlusNode(m_globalData, expr); }
151 return new (m_globalData) VoidNode(m_globalData, expr);
156 return new (m_globalData) ThisNode(m_globalData);
162 return new (m_globalData) ResolveNode(m_globalData, *ident, start);
164 ExpressionNode* createObjectLiteral() { return new (m_globalData) ObjectLiteralNode(m_globalData); }
165 ExpressionNode* createObjectLiteral(PropertyListNode* properties) { return new (m_globalData) ObjectLiteralNode(m_globalData, properties); }
171 return new (m_globalDat
[all...]
/external/yaffs2/yaffs2/
H A Ddevextras.h29 #define new newHack macro
70 * Insert a new entry between two known consecutive entries.
75 static __inline__ void __list_add(struct list_head *new, argument
79 next->prev = new;
80 new->next = next;
81 new->prev = prev;
82 prev->next = new;
86 * list_add - add a new entry
87 * @new: new entr
93 list_add(struct list_head *new, struct list_head *head) argument
106 list_add_tail(struct list_head *new, struct list_head *head) argument
266 #undef new macro
[all...]
/external/kernel-headers/original/linux/
H A Dlist.h37 * Insert a new entry between two known consecutive entries.
42 static inline void __list_add(struct list_head *new, argument
46 next->prev = new;
47 new->next = next;
48 new->prev = prev;
49 prev->next = new;
53 * list_add - add a new entry
54 * @new: new entry to be added
57 * Insert a new entr
60 list_add(struct list_head *new, struct list_head *head) argument
73 list_add_tail(struct list_head *new, struct list_head *head) argument
84 __list_add_rcu(struct list_head * new, struct list_head * prev, struct list_head * next) argument
110 list_add_rcu(struct list_head *new, struct list_head *head) argument
131 list_add_tail_rcu(struct list_head *new, struct list_head *head) argument
199 list_replace(struct list_head *old, struct list_head *new) argument
208 list_replace_init(struct list_head *old, struct list_head *new) argument
223 list_replace_rcu(struct list_head *old, struct list_head *new) argument
675 hlist_replace_rcu(struct hlist_node *old, struct hlist_node *new) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dsyn-pred.rb26 lexer = SyntacticPredicateGate::Lexer.new( 'ac' )
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-recognizers.rb11 TrivialToken = Struct.new(:type) do
27 src = TestSource.new
42 stream = StringStream.new('foo')
43 TLexer.new(stream)
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_mock.h21 this->SetTransaction(new MockSyncableWriteTransaction(directory));
/external/elfutils/config/
H A DMakefile.am45 sed "/^%changelog/r $$tmpname" $@ > $@.new; \
47 mv -f $@.new $@
/external/qemu/
H A Dqemu-malloc.c87 char *new; local
93 new = qemu_malloc(size + 1);
94 new[size] = 0;
96 return memcpy(new, str, size);
/external/valgrind/main/massif/tests/
H A Ddeep-B.stderr.exp4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
H A Drealloc.stderr.exp4 Massif: operator new(unsigned)
5 Massif: operator new(unsigned long)
7 Massif: operator new[](unsigned)
8 Massif: operator new[](unsigned long)
14 Massif: operator new(unsigned, std::nothrow_t const&)
15 Massif: operator new[](unsigned, std::nothrow_t const&)
16 Massif: operator new(unsigned long, std::nothrow_t const&)
17 Massif: operator new[](unsigned long, std::nothrow_t const&)
/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMCustomVoidCallback.h42 return adoptRef(new WebDOMCustomVoidCallback());
H A DWebNativeNodeFilterCondition.h31 return adoptRef(new WebNativeNodeFilterCondition(filter));
/external/webkit/Source/WebCore/bindings/v8/
H A DDOMWrapperWorld.h45 static PassRefPtr<DOMWrapperWorld> create() { return adoptRef(new DOMWrapperWorld()); }
H A DIsolatedWorld.h42 static PassRefPtr<IsolatedWorld> create() { return adoptRef(new IsolatedWorld()); }
/external/webkit/Source/WebCore/css/
H A DCSSInheritedValue.h33 return adoptRef(new CSSInheritedValue);
H A DCSSQuirkPrimitiveValue.h36 return adoptRef(new CSSQuirkPrimitiveValue(value, type));

Completed in 614 milliseconds

1234567891011>>