Searched refs:is (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtest_wctype.c2 This file is part of the GNU C Library.
4 The GNU C Library is free software; you can redistribute it and/or
9 The GNU C Library is distributed in the hope that it will be useful,
27 if ((is##test (ch) == 0) != (iswctype (ch, bit_##test) == 0)) { \
32 if ((is##test (ch) == 0) != (isw##test (ch) == 0)) { \
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp247 istream &is = getInputStream(); local
251 if (!is.getline(buffer, sizeof(buffer))) {
255 buffer[is.gcount() - 2] = '\0';
261 while (is.getline(buffer, sizeof(buffer))) {
265 buffer[is.gcount() - 2] = '\0';
315 istream &is = getInputStream(); local
318 while (size > 0 && is.read(buf, bufsize)) {
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
27 % As a special exception, when this file is read by TeX when processing
55 % It is possible to adapt texinfo.tex for other languages, to some
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
120 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
121 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
155 % In some macros, we cannot use the `\? notation---the left quote is
173 % The following is used inside several \edef's.
210 % leading; that is exactl
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfInputFile.cpp75 IStream * is; member in struct:Imf::InputFile::Data
101 is (0),
119 delete is;
178 // tiles is cached in order to prevent redundent tile reads when
200 // Figure out which one is first in the file so we can read without seeking
316 _data->is = new StdIFStream (fileName);
335 InputFile::InputFile (IStream &is, int numThreads): argument
340 _data->is = &is;
348 "\"" << is
[all...]
H A DImfInputFile.h83 InputFile (IStream &is, int numThreads = globalThreadCount());
118 // The current frame buffer is the destination for the pixel
120 // set at least once before readPixels() is called.
136 // Check if the file is complete:
172 // without uncompressing it (this function is
182 // without uncompressing it (this function is
H A DImfTiledInputFile.h61 // exception if the file is not tiled.
80 TiledInputFile (IStream &is, int numThreads = globalThreadCount ());
115 // The current frame buffer is the destination for the pixel
117 // set at least once before readTile() is called.
133 // Check if the file is complete:
167 // return value is: 1
170 // return value is: rfunc (log (max (w, h)) / log (2)) + 1
173 // return value is: rfunc (log (w) / log (2)) + 1
176 // w is the width of the image's data window, max.x - min.x + 1,
177 // y is th
[all...]
/haiku-fatelf/docs/user/
H A Dapidoc.dox23 This document is divided into three sections. \ref formalrequirements
32 know which information is mandatory for the documentation. Aspiring members
47 an ingenious parser that is able to scan through both header and source
56 isn't BeOS and Haiku's best quality. The second reason is that the
60 documentation in the source code is that it unnecessarily clutters up
69 -# The root directory of the public API headers is at \c
71 files is at \c /trunk/docs/user. The subdirectory
73 -# The name of the files is the same as the base of the header files,
99 -# The header is put in a standard C comment, which is enclose
[all...]
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h10 * its documentation for any purpose is hereby granted without fee,
17 * It is provided "as is" without express or implied warranty.
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku-fatelf/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
38 addr_range framebuffer; // maps where the framebuffer is located, in physical memory
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLpsClient.h49 void transferData(istream& is, int size = -1)
/haiku-fatelf/src/bin/sharutils/intl/
H A DMakefile5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
86 # This installation goal is only used in GNU gettext. Packages which
91 # library. A special case is where configure found a previously installed
138 @echo "This command is intended for maintainers to use;"
149 # This dist goal is only used in GNU gettext. GNU gettext needs not contain
/haiku-fatelf/src/bin/sharutils/src/
H A DMakefile5 # This program is free software; you can redistribute it and/or modify
10 # This program is distributed in the hope that it will be useful,
131 @echo "This command is intended for maintainers to use;"
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java60 * <p>Yes, it is.</p>
104 * If not specified default system encoding is used.</p>
155 BufferedReader is = new BufferedReader(isr);
164 while ((len = is.read(chars)) > 0) {
170 // is current char CR?
173 // skip it if next char is LF
180 // if CR is last char of buffer we must look ahead
181 carry = is.read();
198 is.close();
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DText.java114 BufferedReader is = new BufferedReader(isr);
123 while ((len = is.read(chars)) > 0) {
129 // is current char CR?
132 // skip it if next char is LF
139 // if CR is last char of buffer we must look ahead
140 carry = is.read();
159 is.close();
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbonnie++.spec16 Bonnie++ is a benchmark suite that is aimed at performing a number of simple
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp96 TRACE("PRD table is at %p\n", fPRDTable);
112 fRegs->is = fRegs->is;
152 TRACE("is 0x%08" B_PRIx32 "\n", fRegs->is);
192 fRegs->is = fRegs->is;
332 uint32 is = fRegs->is; local
333 fRegs->is
356 InterruptErrorHandler(uint32 is) argument
[all...]
/haiku-fatelf/src/bin/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
22 Rem If their environment space is too small, re-exec with a larger one
42 echo FAIL: Sed is not available.
45 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dcurses.priv.h4 * Permission is hereby granted, free of charge, to any person obtaining a *
9 * copies of the Software, and to permit persons to whom the Software is *
143 * In any case, resizing is an extended feature. Use it if we've got it.
181 * Scroll hints are useless when hashmap is used
297 #undef NCURSES_CH_T /* this is not a termlib feature */
347 char visible; /* field is visible */
395 bool _keypad_on; /* keypad mode is currently on */
406 int _coloron; /* is color enabled? */
412 int _nl; /* True if NL -> CR/NL is on */
486 * functions. A caveat is i
[all...]
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php10 /* This is where font/image/PDF input files live. Adjust as necessary.
36 /* This line is required to avoid problems on Japanese systems */
H A Dquickreference.php5 /* This is where font/image/PDF input files live. Adjust as necessary. */
23 /* This line is required to avoid problems on Japanese systems */
/haiku-fatelf/src/add-ons/translators/exr/openexr/half/
H A Dhalf.cpp95 // Our floating point number, f, is represented by the bit
117 // E is less than -10. The absolute value of f is
128 // E is between -10 and 0. F is a normalized float
129 // whose magnitude is less than HALF_NRM_MIN.
167 // F is an infinity; convert f to a half
176 // F is a NAN; we produce a half NAN that preserves
191 // E is greater than zero. F is
[all...]
/haiku-fatelf/src/bin/gdb/gdb/config-x86/
H A Dobserver.inc5 This file is part of GDB.
7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
/haiku-fatelf/src/bin/gdb/gdb/config-x86_64/
H A Dobserver.inc5 This file is part of GDB.
7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-iri-disabled.px37 Link to page 3 <a href="http://localhost:{{port}}/p3_${eurosign_l15}${eurosign_l15}${eurosign_l15}.html">My tailor is rich</a>.
64 &Eacute;&eacute;n is niet veel maar toch meer dan nul.<br/>
65 Nerdelands is een mooie taal... dit zin stuckje spreekt vanzelf, of niet :)

Completed in 206 milliseconds

1234567891011>>