/external/icu/icu4c/source/tools/pkgdata/ |
pkgdata.cpp | 30 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */ 169 /* This enum and the following char array should be kept in sync. */ 250 "Specify a version when packaging in dll or static mode", 291 "%s: error in command line argument \"%s\"\n", 359 /* OK, fill in the options struct */ 659 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n"); 854 /* Read in options file. */ 889 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames. 897 /* MinGW does not need the library prefix when building in dll mode. */ 1994 FileStream *in; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MeasureFormat.java | 52 // If you update the examples in the doc, don't forget to update MesaureUnitTest.TestExamplesInDocs too. 188 * In these cases formatMeasures formats as 5:37:23 instead of 5h, 37m, 23s. 304 * @param pos Identifies a field in the formatted text. 344 * @provisional This API might change or be removed in a future release. 355 * responsibility to have the appropriate values in appropriate order, 357 * in descending order, with all but the last Measure having integer values 373 * responsibility to have the appropriate values in appropriate order, 379 * @param lowValue low value in range 380 * @param highValue high value in range 491 * @param measure the measure object. In above example, 3.5 meters [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberRegressionTests.java | 116 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat. 458 * never contain the monetary separator! Decimal separator in pattern is 472 errln("ERROR in test: want decimal sep != monetary sep"); 755 * This is not a reproducable doc error in 116 source code. 1416 double in = Double.valueOf(DATA[i]).doubleValue(); local [all...] |
/external/jline/src/src/main/java/jline/ |
ConsoleReader.java | 5 * BSD license in the documentation provided with this software. 123 InputStream in; field in class:ConsoleReader 152 * Create a new reader using {@link FileDescriptor#in} for input and 153 * {@link System#out} for output. {@link FileDescriptor#in} is used because 157 this(new FileInputStream(FileDescriptor.in), 167 public ConsoleReader(final InputStream in, final Writer out) 169 this(in, out, null); 172 public ConsoleReader(final InputStream in, final Writer out, 174 this(in, out, bindings, Terminal.getTerminal()); 180 * @param in [all...] |
/external/libjpeg-turbo/ |
jquant2.c | 37 * In the first pass over the image, we accumulate a histogram showing the 41 * in the same histogram cell. 45 * have as many boxes as desired colors. Then the mean color in each 53 * Heckbert-style quantizers vary a good deal in their policies for choosing 55 * used here have proved out well in experimental comparisons, but better ones 58 * In earlier versions of the IJG code, this module quantized in YCbCr color 65 * The present code works in the post-conversion color space, typically RGB. 67 * To improve the visual quality of the results, we actually work in scaled 68 * RGB space, giving G distances more weight than R, and R in turn more tha 1084 int in, out; local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
fwd_txfm_impl_sse2.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 37 // through iF (in raster order), intermediate variables are a0, b0, c0 38 // through f, and correspond to the in-place computations mapped to input 44 // In the comments, pN means cos(N pi /64) and mN is -cos(N pi /64), 115 // can never be equal to one. To increment in the non-zero case, we 214 // rounding steps in a row 578 const int16_t *in = input; local [all...] |
inv_txfm_ssse3.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 382 static INLINE void add_sub_butterfly(const __m128i *in, __m128i *out, 388 out[i] = _mm_add_epi16(in[i], in[bound - i]); 389 out[bound - i] = _mm_sub_epi16(in[i], in[bound - i]) 623 __m128i in[32], col[32]; local 1303 __m128i col[128], in[32]; local [all...] |
loopfilter_sse2.c | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 1592 unsigned char *in = src[idx8x8]; local [all...] |
/external/libxml2/ |
encoding.c | 7 * [ISO-10646] UTF-8 and UTF-16 in Annexes 12 * described in Unicode Technical Report #4. 162 * @in: a pointer to an array of ASCII chars 163 * @inlen: the length of @in 165 * Take a block of ASCII chars in and try to convert it to an UTF-8 174 const unsigned char* in, int *inlen) { 176 const unsigned char* base = in; 177 const unsigned char* processed = in; 182 inend = in + (*inlen); 183 while ((in < inend) && (out - outstart + 5 < *outlen)) 491 unsigned short* in = (unsigned short*) inb; local 729 unsigned short* in = (unsigned short*) inb; local 2057 xmlBufPtr in; local 2183 xmlBufPtr in; local 2414 xmlBufPtr in; local 2937 xmlParserInputPtr in; local [all...] |
/external/mesa3d/src/compiler/glsl/ |
ast.h | 7 * to deal in the Software without restriction, including without limitation 13 * paragraph) shall be included in all copies or substantial portions of the 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22 * DEALINGS IN THE SOFTWARE. 55 * Print an AST node in something approximating the original GLSL code 122 unsigned first_column; /**< First column in the first line. */ 124 unsigned last_column; /**< Last column in the last line. */ 205 * This is done as a define instead of as an additional value in the enum s 472 unsigned in:1; member in struct:ast_type_qualifier::__anon27314::__anon27315 [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_compiler.c | 6 * to deal in the Software without restriction, including without limitation 12 * next paragraph) shall be included in all copies or substantial portions 17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21 * DEALINGS IN THE SOFTWARE. 32 * *) in case of ps, semantic -> varying id mapping 34 * 3) temporary-to-output mapping (in case of vs, fixed for ps) 95 enum tgsi_file_type file; /* IN, OUT, TEMP, ... */ 97 bool active; /* used in program * 1526 struct etna_inst_src sincos[3], in = src[0]; local [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
ir3_compiler_nir.c | 8 * to deal in the Software without restriction, including without limitation 14 * paragraph) shall be included in all copies or substantial portions of the 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 62 * IN[] registers. So we do all the input tracking normally 122 /* gpu pointer size in units of 32bit registers/slots */ 177 /* fast-path for shader key that lowers nothing in NIR: */ 204 * Immediates go last mostly because they are inserted in the CP pas 529 struct ir3_instruction *in; local 2508 struct ir3_instruction *in = inputs[(i*4) + j]; local [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_lowering_nvc0.cpp | 6 * to deal in the Software without restriction, including without limitation 11 * The above copyright notice and this permission notice shall be included in 16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 * OTHER DEALINGS IN THE SOFTWARE. 75 // float. We will just stick 0 in the bottom 32 bits. 83 // 2. We don't care about the low 32 bits of the destination. Stick a 0 in. 216 // have nested loops, with the tex in the inner loop, and uses before it in 451 BasicBlock *in = BasicBlock::get(ei.getNode()); local 568 BasicBlock *in = BasicBlock::get(ei.getNode()); local [all...] |
/external/mesa3d/src/mesa/main/ |
ffvertex_prog.c | 8 * "Software"), to deal in the Software without restriction, including 15 * next paragraph) shall be included in all copies or substantial portions 21 * IN NO EVENT SHALL VMWARE AND/OR ITS SUPPLIERS BE LIABLE FOR 22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 286 * NOTE: These are passed by value extensively in this file rather 288 * remembering they are just 32bits in size. 290 * GCC is smart enough to deal with these dword-sized structures in 518 * matrix out in one go 1484 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i); local 1491 struct ureg in = (!is_undef(out_texgen) ? local 1558 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE); local [all...] |
/external/openssh/ |
sftp.c | 7 * copyright notice and this permission notice appear in all copies. 11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 80 /* Are we in batchfile mode? */ 290 "!command Execute 'command' in local shell\n" 1027 * Undo escaping of glob sequences in place. Used to undo extra escaping 1028 * applied in makeargv() when the string is destined for a function that 1071 * use in parsing incomplete commandlines during tab autocompletion. 1076 * argument is placed in *lastquote ("\0", "'" or "\"") 2265 int in, out, ch, err; local [all...] |
ssh-keygen.c | 11 * incompatible with the protocol description in the RFC file, it must be 69 /* Number of bits in the RSA/DSA key. This value can be set on the command line. */ 93 /* Flag indicating that we want lookup a host in known_hosts file */ 388 ask_filename(pw, "Enter file in which the key is"); 524 "remaining bytes in key blob %d", rlen); 698 ask_filename(pw, "Enter file in which the key is"); 758 ask_filename(pw, "Enter file in which the key is"); 891 ask_filename(pw, "Enter file in which the key is"); 963 invalid = 0; /* One good key in the file is sufficient */ 1043 error("Could not save your public key in %s" 2612 FILE *in; local [all...] |
/external/python/cpython2/Modules/_io/ |
textio.c | 34 "After the underlying buffer has been detached, the TextIO is in an\n" 180 "Codec used when reading a file in universal newlines mode. It wraps\n" 183 "translate=False, it ensures that the newline sequence is returned in\n" 303 * then readline() is sure to get \r\n in one pass 327 all in one pass. */ 349 (there's nothing else to be done, even when in translation mode) 407 Py_UNICODE *in, *out, *end; local 412 translation is done in place. */ 425 in = in_str; 431 while ((c = *in++) > '\r' [all...] |
/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
Instruction.java | 3 // BSD-style license that can be found in the LICENSE file. 195 for (Value in : inValues) { 196 printer.append(" v").append(in.getNumber()); 202 // HIR and LIR values are not confused in the c1 visualizer. 298 * Returns true if this instruction need this value in a register.
|
/external/selinux/libsemanage/src/ |
semanage_store.c | 16 * This library is distributed in the hope that it will be useful, 130 /* A node used in a linked list of file contexts; used for sorting. 140 int meta; /* position of first meta char in path, -1 if none */ 144 /* A node used in a linked list of buckets that contain 152 /* A node used in a linked list of netfilter rules. 419 /* THIS MUST BE THE FIRST FUNCTION CALLED IN THIS LIBRARY. If the 504 * configuration file. If semanage.conf file in the semanage 696 int in, out, retval = 0, amount_read, n, errsv = errno; local 705 if ((in = open(src, O_RDONLY)) == -1) { 716 close(in); [all...] |
/external/slf4j/integration/lib/ |
slf4j-simple-1.6.6.jar | |
/external/swiftshader/src/OpenGL/compiler/ |
OutputASM.cpp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 360 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const 362 TBasicType baseType = in->getType().getBasicType(); 481 // are considered active, even if they are not referenced in any shader in the program. 1202 TIntermTyped *in = arguments[i]->getAsTyped(); local [all...] |
/external/swiftshader/src/OpenGL/libGLESv2/ |
Program.cpp | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 1192 // Make sure the flags will fit in a 64 bit unsigned int variabl 1315 int in = input->reg; local [all...] |
/external/syslinux/efi/ |
main.c | 128 * will trigger the next entry in the EFI Boot Manager list. 202 /* Lookup primary Unicode encoding in the system codepage */ 345 SIMPLE_INPUT_INTERFACE *in = ST->ConIn; local 350 status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key); 357 * We currently only handle scan codes that fit in 8 bits. 365 SIMPLE_INPUT_INTERFACE *in = ST->ConIn; local 368 status = WaitForSingleEvent(in->WaitForKey, 1); 426 /* Routines in support of efi boot loader were obtained from 511 /* Have we run out of space in this region? * 1260 SIMPLE_INPUT_INTERFACE *in; local [all...] |
/external/syslinux/gpxe/src/util/ |
nrv2b.c | 48 #include <netinet/in.h> 159 unsigned int look; /* bytes in lookahead buffer */ 169 const unsigned char *in; member in struct:ucl_compress 222 /* public - "built-in" */ 285 if (m_off <= (unsigned int) (c->bp - c->in)) 293 d_off = m_off - (unsigned int) (c->bp - c->in); 300 assert(c->in + m_len - d_off < c->ip); 301 assert(memcmp(c->bp + d_off, c->in, m_len - d_off) == 789 const uint8_t *in = c->in; 1238 uint8_t *in, *out; local [all...] |
/external/v8/src/compiler/arm/ |
instruction-selector-arm.cc | 3 // found in the LICENSE file. 464 // OutOfLineRecordWrite uses the index in an 'add' instruction as well as 572 // it to account for the base register in inputs[0]. 1290 InstructionOperand in[] = {temp_operand, result_operand, shift_31}; local 1298 InstructionOperand in[] = {temp_operand, result_operand, shift_31, local [all...] |