Searched refs:new (Results 126 - 150 of 433) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/network/wget/tests/
H A DTest--spider-fail.px45 my $the_test = HTTPTest->new (name => "Test--spider-fail",
H A DTest--spider.px45 my $the_test = HTTPTest->new (name => "Test--spider",
H A DTest-HTTP-Content-Disposition.px49 my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition",
H A DTest-N-current.px57 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-N-no-info.px55 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-N-old.px55 my $the_test = HTTPTest->new (name => "Test-N-old",
H A DTest-N-smaller.px58 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-Restrict-Lowercase.px48 my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
H A DTest-Restrict-Uppercase.px48 my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase",
H A DTest-c-partial.px59 my $the_test = HTTPTest->new (name => "Test-c-partial",
H A DTest-c-shorter.px56 my $the_test = HTTPTest->new (name => "Test-c-partial",
H A DTest-cookies.px51 my $the_test = HTTPTest->new (name => "Test-cookies",
H A DTest-ftp-bad-list.px59 my $the_test = FTPTest->new (name => "Test-ftp-bad-list",
H A DTest-ftp-iri-disabled.px44 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-iri-fallback.px40 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-iri-recursive.px40 my $the_test = FTPTest->new (name => "Test-ftp-iri-recursive",
H A DTest-ftp-iri.px41 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-recursive.px47 my $the_test = FTPTest->new (name => "Test-ftp-recursive",
H A DTest-idn-cmd.px44 my $the_test = HTTPTest->new (name => "Test-idn-cmd",
H A DTest-idn-headers.px59 my $the_test = HTTPTest->new (name => "Test-idn-headers",
H A DTest-idn-meta.px60 my $the_test = HTTPTest->new (name => "Test-idn-meta",
H A DTest-noop.px49 my $the_test = HTTPTest->new (name => "Test-noop",
H A DTest-restrict-ascii.px61 my $the_test = HTTPTest->new (name => "Test-restrict-ascii",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/private/
H A DRequestAllocator.h6 #include <new>
80 *request = new(allocator.GetRequest()) SpecificRequest;
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen_gr.c90 static int isnew(char **old, char *new);
91 static int countnew(char **old, char **new);
92 static size_t sizenew(char **old, char **new);
355 * p points to new portion.
370 * Enlarge destination membuf; cp points at new portion.
404 * Add new elements.
457 isnew(char **old, char *new) { argument
459 if (strcmp(*old, new) == 0)
465 countnew(char **old, char **new) { argument
468 for (; *new; ne
474 sizenew(char **old, char **new) argument
[all...]

Completed in 53 milliseconds

1234567891011>>