Searched refs:new (Results 151 - 175 of 2217) sorted by relevance

1234567891011>>

/external/valgrind/main/massif/tests/
H A Doverloaded-new.post.exp2 Command: ./overloaded-new
44 99.73% (12,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
45 ->33.24% (4,000B) 0x........: main (overloaded-new.cpp:49)
47 ->33.24% (4,000B) 0x........: main (overloaded-new.cpp:50)
49 ->16.62% (2,000B) 0x........: main (overloaded-new.cpp:51)
51 ->16.62% (2,000B) 0x........: main (overloaded-new.cpp:52)
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb9 MethodDescription = Struct.new( :name, :body, :arguments )
17 context = Template::Context.new
22 context = Template::Context.new(
35 context = Template::Context.new(
46 context = Template::Context.new( :a => 3 )
55 context = Template::Context.new( :a => 3 )
64 context = Template::Context.new( :a => 1, :b => 2)
132 @group = Template::Group.new do
179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
180 MethodDescription.new(
[all...]
H A Dtest-streams.rb13 @stream = StringStream.new( "oh\nhey!\n" )
207 @stream = FileStream.new(path)
256 @source = MockSource.new
257 @stream = CommonTokenStream.new( @source )
262 @source1 = MockSource.new
263 @source2 = MockSource.new
265 @stream = CommonTokenStream.new( @source1 )
277 @source = MockSource.new
278 @stream = CommonTokenStream.new(@source)
283 @source = MockSource.new
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dcommon.h42 : data_(new T[samples_per_channel * num_channels]),
43 channels_(new T*[num_channels]),
50 : data_(new T[samples_per_channel * num_channels]),
51 channels_(new T*[num_channels]),
60 : data_(new T[samples_per_channel * num_channels]),
61 channels_(new T*[num_channels]),
/external/stlport/src/
H A Dcxa.c72 struct exit_function *new = __new_exitfn (); local
74 if ( new == NULL )
77 new->flavor = ef_cxa;
78 new->func.cxa.fn = (void (*) (void *, int)) func;
79 new->func.cxa.arg = arg;
80 new->func.cxa.dso_handle = d;
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-impl.h24 return Define(node, new (zone())
29 return Define(result, new (zone())
34 return Define(node, new (zone())
40 return Define(node, new (zone())
58 new (zone()) UnallocatedOperand(
63 return Use(node, new (zone())
71 return Use(node, new (zone()) UnallocatedOperand(UnallocatedOperand::ANY));
77 return Use(node, new (zone())
82 return Use(node, new (zone())
88 return Use(node, new (zon
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb50 output = StringIO.new
62 input = StringIO.new( "yada yada" ) # <- used to simulate $stdin
63 output = StringIO.new
88 output = StringIO.new
89 input = StringIO.new( 'yada yada' )
112 output = StringIO.new
113 input = StringIO.new 'yada + yada'
147 output = StringIO.new
148 input = StringIO.new 'a+b'
184 output = StringIO.new
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h43 #include <new>
120 new(space()) Type;
125 new(space()) Type(p1);
130 new(space()) Type(p1, p2);
135 new(space()) Type(p1, p2, p3);
140 new(space()) Type(p1, p2, p3, p4);
146 new(space()) Type(p1, p2, p3, p4, p5);
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
167 new(spac
[all...]
/external/chromium_org/base/json/
H A Djson_value_converter.h280 scoped_ptr<Element> e(new Element);
314 scoped_ptr<NestedType> nested(new NestedType);
351 scoped_ptr<NestedType> nested(new NestedType);
379 fields_.push_back(new internal::FieldConverter<StructType, int>(
380 field_name, field, new internal::BasicValueConverter<int>));
385 fields_.push_back(new internal::FieldConverter<StructType, std::string>(
386 field_name, field, new internal::BasicValueConverter<std::string>));
391 fields_.push_back(new internal::FieldConverter<StructType, string16>(
392 field_name, field, new internal::BasicValueConverter<string16>));
397 fields_.push_back(new interna
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DIntArray.h36 * manually adding new elements.
75 data = new int[INITIAL_SIZE];
82 int[] newData = new int[newSize];
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dnuances.rb23 lexer = Bug80::Lexer.new( 'defined' )
43 lexer = EndOfFile::Lexer.new( " " )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb40 lexer = ParserActions::Lexer.new "int foo;"
41 parser = ParserActions::Parser.new lexer
91 lexer = AllKindsOfActions::Lexer.new( "foobar _Ab98 \n A12sdf" )
92 parser = AllKindsOfActions::Parser.new lexer
141 lexer = Finally::Lexer.new( 'foobar' )
142 parser = Finally::Parser.new lexer
219 lexer = SpecialActionScopes::Lexer.new( "10 20 30 40 50" )
220 parser = SpecialActionScopes::Parser.new lexer
/external/chromium_org/mojo/public/cpp/application/
H A Dinterface_factory_impl.h22 BindToRequest(new Impl(), &request);
40 BindToRequest(new Impl(context_), &request);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DArrayValue.h56 static void* operator new(size_t);
57 static void* operator new[](size_t);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTagCollection.h38 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName));
44 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, starAtom, localName));
H A DTouchList.h42 return adoptRefWillBeNoop(new TouchList);
47 return adoptRefWillBeNoop(new TouchList(touches));
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DCustomEvent.h44 return adoptRefWillBeNoop(new CustomEvent);
49 return adoptRefWillBeNoop(new CustomEvent(type, initializer));
H A DResourceProgressEvent.h50 return adoptRefWillBeNoop(new ResourceProgressEvent);
54 return adoptRefWillBeNoop(new ResourceProgressEvent(type, lengthComputable, loaded, total, url));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DDOMFormData.h54 return adoptRefWillBeNoop(new DOMFormData(form));
59 return adoptRefWillBeNoop(new DOMFormData(encoding));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasGradient.h46 return adoptRefWillBeNoop(new CanvasGradient(p0, p1));
50 return adoptRefWillBeNoop(new CanvasGradient(p0, r0, p1, r1));
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.h47 return adoptRefWillBeNoop(new TrackEvent);
52 return adoptRefWillBeNoop(new TrackEvent(type, initializer));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DConsoleMessageStorage.h23 return adoptPtrWillBeNoop(new ConsoleMessageStorage(context));
28 return adoptPtrWillBeNoop(new ConsoleMessageStorage(frame));
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleMultiColData.h40 static PassRefPtr<StyleMultiColData> create() { return adoptRef(new StyleMultiColData); }
41 PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathByteStream.h40 return adoptPtr(new SVGPathByteStream);
45 return adoptPtr(new SVGPathByteStream(m_data));
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEvent.h39 return adoptRefWillBeNoop(new XMLHttpRequestProgressEvent);
43 return adoptRefWillBeNoop(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));

Completed in 511 milliseconds

1234567891011>>