Searched refs:new (Results 26 - 50 of 2217) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusBase.h25 void* (operator new)(size_t in_size)
33 void* (operator new[])(size_t in_size)
/external/skia/experimental/PdfViewer/scripts/
H A Dtest_all_pdfs.sh17 folder Folder containing PDF files. The PNG results will be placed in "folder/new".
18 If folder contains a folder named "old", the PNGs in "folder/new" will be
44 # Create the directory to contain the new results. If old new results exist, remove them.
45 if [ -d $1/new ]
47 rm -rf $1/new
50 mkdir $1/new/
92 $SKDIFF $1/old $1/new $1/d
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dnuances.rb28 lexer = EmptyAlt::Lexer.new( 'foo' )
29 parser = EmptyAlt::Parser.new lexer
58 lexer = Subrule::Lexer.new( 'BEGIN A END' )
59 parser = Subrule::Parser.new lexer
95 lexer = SpecialStates::Lexer.new 'foo'
96 parser = SpecialStates::Parser.new lexer
101 lexer = SpecialStates::Lexer.new 'foo name1'
102 parser = SpecialStates::Parser.new lexer
107 lexer = SpecialStates::Lexer.new 'bar name1'
108 parser = SpecialStates::Parser.new lexe
[all...]
/external/tcpdump/
H A Dmakemib179 # add a new object to the tree
181 # new OBJECT IDENTIFIER ::= { parent value }
184 function oidadd(new, parent, value) {
189 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
191 gsub(/[-&\/]/,"",new)
196 inn(FILENAME), parent, new, value
200 if (oid[new] > 0 && oid[new] != value) {
202 inn(FILENAME), parent, new, value, oid[new]
[all...]
/external/blktrace/btt/
H A Dlist.h50 * Insert a new entry between two known consecutive entries.
55 static inline void __list_add(struct list_head *new, argument
59 next->prev = new;
60 new->next = next;
61 new->prev = prev;
62 prev->next = new;
66 * list_add - add a new entry
67 * @new: new entry to be added
70 * Insert a new entr
73 list_add(struct list_head *new, struct list_head *head) argument
86 list_add_tail(struct list_head *new, struct list_head *head) argument
223 list_replace(struct list_head *old, struct list_head *new) argument
232 list_replace_init(struct list_head *old, struct list_head *new) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A DcomplexityMeasures.m22 new=zeros(frames,functionOrder);
26 new(i,st(j,2)) = new(i,st(j,2)) + st(j,1);
32 nonzeroelements = find(new(1:end,i)>0);
36 % result(i,2)=(sum(new(nonzeroelements,i))/(length(nonzeroelements)*0.03))/1000000;
40 % result(i,3)=(max(new(1:end,i))/0.03)/1000000;
41 result(i,3)=(max(new(1:size(new,1)/2,i))/0.03)/1000000 + (max(new(size(new,
[all...]
/external/ipsec-tools/src/racoon/
H A Dstr2val.c55 caddr_t new; local
59 if ((new = racoon_malloc(len)) == 0) return(0);
62 snprintf(&new[j], len - j, "%02x", (u_char)buf[i]);
65 new[j++] = ' ';
66 new[j] = '\0';
69 new[j] = '\0';
71 return(new);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h29 * Insert a new entry between two known consecutive entries.
34 static __inline__ void __list_add(struct list_head * new, argument
38 next->prev = new;
39 new->next = next;
40 new->prev = prev;
41 prev->next = new;
45 * Insert a new entry after the specified head..
47 static __inline__ void list_add(struct list_head *new, struct list_head *head) argument
49 __list_add(new, head, head->next);
53 * Insert a new entr
55 list_add_tail(struct list_head *new, struct list_head *head) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DXMLDocument.h39 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass));
44 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass | XHTMLDocumentClass));
49 return adoptRefWillBeNoop(new XMLDocument(initializer, XMLDocumentClass | SVGDocumentClass));
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dvideorendererfactory.h46 return new GtkVideoRenderer(x, y);
48 CarbonVideoRenderer* renderer = new CarbonVideoRenderer(x, y);
57 return new GdiVideoRenderer(x, y);
/external/chromium_org/third_party/webrtc/base/
H A Dwindowpickerfactory.h38 return new Win32WindowPicker();
40 return new MacWindowPicker();
42 return new X11WindowPicker();
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dast-builder.rb19 AST::CommonTreeAdaptor.new( token_class )
29 AST::RewriteRuleSubtreeStream.new( @adaptor, desc, element )
33 AST::RewriteRuleTokenStream.new( @adaptor, desc, element )
37 AST::RewriteRuleNodeStream.new( @adaptor, desc, element )
/external/chromium_org/third_party/libjingle/overrides/allocator_shim/
H A Dallocator_stub.h8 #include <new>
17 // The stub implementations that forward new / delete calls to the allocator
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dmakedep.sh40 :>${output}.new
45 echo "\$(objects)/$obj: $src \\" >>${output}.new
49 search_deps $src | sort | uniq >>${output}.new
52 c) cat >>${output}.new <<__EOF__
58 cc) cat >>${output}.new <<__EOF__
64 m) cat >>${output}.new <<__EOF__
70 asm) cat >>${output}.new <<__EOF__
76 S) cat >>${output}.new <<__EOF__
82 rc) cat >>${output}.new <<__EOF__
90 echo "" >>${output}.new
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb5 Call = Struct.new( :file, :line, :method )
13 return Call.new( file, line )
18 return Call.new( file, line, method )
/external/chromium_org/sync/syncable/
H A Dsyncable_read_transaction.h25 void* operator new(size_t size) { return (::operator new)(size); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.h35 static PassRefPtr<StyleDeprecatedFlexibleBoxData> create() { return adoptRef(new StyleDeprecatedFlexibleBoxData); }
36 PassRefPtr<StyleDeprecatedFlexibleBoxData> copy() const { return adoptRef(new StyleDeprecatedFlexibleBoxData(*this)); }
H A DStyleFilterData.h37 static PassRefPtr<StyleFilterData> create() { return adoptRef(new StyleFilterData); }
38 PassRefPtr<StyleFilterData> copy() const { return adoptRef(new StyleFilterData(*this)); }
H A DStyleFlexibleBoxData.h38 static PassRefPtr<StyleFlexibleBoxData> create() { return adoptRef(new StyleFlexibleBoxData); }
39 PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); }
/external/dhcpcd/
H A Dif-pref.c48 if (si->state->new && !ti->state->new)
50 if (!si->state->new && ti->state->new)
54 if (si->state->new && ti->state->new) {
55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
87 /* Are we the new head? */
/external/libcxx/test/language.support/support.dynamic/new.delete/
H A DAndroid.mk17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/Android.mk
19 test_name := language.support/support.dynamic/new.delete/nothing_to_do
/external/stlport/stlport/stl/
H A D_new.h25 // new.h uses ::malloc ;(
31 // eMbedded Visual C++ .NET unfortunately uses _INC_NEW for both <new.h> and <new>
32 // we undefine the symbol to get the stuff in the SDK's <new>
37 # if defined (new)
38 /* STLport cannot replace native Std library new header if new is a macro,
39 * please define new macro after <new> header inclusion.
41 # error Cannot include native new heade
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dialloc.c46 icatalloc(old, new)
48 const char * const new;
53 newsize = (new == NULL) ? 0 : strlen(new);
60 if (new != NULL)
61 (void) strcpy(result + oldsize, new);
/external/icu/icu4c/source/tools/tzcode/
H A Dialloc.c46 icatalloc(old, new)
48 const char * const new;
53 newsize = (new == NULL) ? 0 : strlen(new);
60 if (new != NULL)
61 (void) strcpy(result + oldsize, new);
/external/valgrind/main/none/tests/s390x/
H A Dlpr.c4 int lpr(int org, int *new) argument
13 *new = _new;
17 int lpgr(unsigned long org, unsigned long *new) argument
27 *new = _new;
31 int lpgfr(unsigned long org, unsigned long *new) argument
41 *new = _new;
52 printf("new: %d cc: %d\n", n, cc);
62 printf("new: %ld cc: %d\n", n, cc);
72 printf("new: %ld cc: %d\n", n, cc);

Completed in 832 milliseconds

1234567891011>>