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

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushEvent.h26 return adoptRefWillBeNoop(new PushEvent);
30 return adoptRefWillBeNoop(new PushEvent(type, data));
34 return adoptRefWillBeNoop(new PushEvent(type, initializer));
/external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length
23 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length
/external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler
23 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-scheme.rb11 @ts = TokenScheme.new do
15 @a_class = Class.new do
22 @an_instance = @a_class.new
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_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c104 struct nouveau_heap *new = r->next; local
106 new->prev = r->prev;
108 r->prev->next = new;
109 new->size += r->size;
110 new->start = r->start;
113 r = new;
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c104 struct nouveau_heap *new = r->next; local
106 new->prev = r->prev;
108 r->prev->next = new;
109 new->size += r->size;
110 new->start = r->start;
113 r = new;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
H A Dbasic.rb32 lexer = FlatList::Lexer.new( "abc 34" )
33 tokens = ANTLR3::CommonTokenStream.new( lexer )
34 parser = FlatList::Parser.new( tokens )
37 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
39 walker = FlatListWalker::TreeParser.new( nodes )
68 lexer = SimpleTree::Lexer.new( "abc 34" )
69 tokens = ANTLR3::CommonTokenStream.new( lexer )
70 parser = SimpleTree::Parser.new( tokens )
73 nodes = ANTLR3::AST::CommonTreeNodeStream.new( result.tree )
75 walker = SimpleTreeWalker::TreeParser.new( node
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSInitialValue.h33 return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ false));
37 return adoptRefWillBeNoop(new CSSInitialValue(/* implicit */ true));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRectList.h47 return adoptRefWillBeNoop(new ClientRectList);
51 return adoptRefWillBeNoop(new ClientRectList(quads));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleBackgroundData.h38 static PassRefPtr<StyleBackgroundData> create() { return adoptRef(new StyleBackgroundData); }
39 PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); }
H A DStyleGridItemData.h43 static PassRefPtr<StyleGridItemData> create() { return adoptRef(new StyleGridItemData); }
44 PassRefPtr<StyleGridItemData> copy() const { return adoptRef(new StyleGridItemData(*this)); }
H A DStyleInheritedData.h39 static PassRefPtr<StyleInheritedData> create() { return adoptRef(new StyleInheritedData); }
40 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*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)); }
H A DStyleVisualData.h37 static PassRefPtr<StyleVisualData> create() { return adoptRef(new StyleVisualData); }
38 PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); }
H A DStyleWillChangeData.h18 static PassRefPtr<StyleWillChangeData> create() { return adoptRef(new StyleWillChangeData); }
19 PassRefPtr<StyleWillChangeData> copy() const { return adoptRef(new StyleWillChangeData(*this)); }
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DMetadata.h45 return new Metadata(platformMetadata);
50 return new Metadata(metadata->m_platformMetadata);
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dpycrypto_rc4.py12 def new(key): function
20 self.context = Crypto.Cipher.ARC4.new(key)
/external/chromium_org/v8/src/
H A Disolate-inl.h37 new base::RandomNumberGenerator(FLAG_random_seed);
39 random_number_generator_ = new base::RandomNumberGenerator();
/external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/new.handler/new_handler
/external/llvm/lib/Support/Windows/
H A DMutex.inc27 data_ = new CRITICAL_SECTION;
/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/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dsyn-pred.rb26 lexer = SyntacticPredicateGate::Lexer.new( 'ac' )

Completed in 592 milliseconds

1234567891011>>