HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1351 - 1375 of 2162) sorted by null

<<51525354555657585960>>

  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 243 // {sfb} kind of silly in C++, just checking for new success
311 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat.
319 // {sfb} One note about this test: if you pass in a pointer
322 // of the symbols, it is necessary to pass in a reference to the symbols
452 // {sfb} this is silly in C++
576 // {sfb} slightly converted into a round-trip test, since in C++
610 // {sfb} doesn't apply in C++
835 * never contain the monetary separator! Decimal separator in pattern is
858 errln("ERROR in test: want decimal sep != monetary sep");
2270 double in = DOUBLE[i\/3]; local
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 28 /* popen/pclose aren't defined in strict ANSI on Cygwin and MinGW */
154 /* This enum and the following char array should be kept in sync. */
235 "Specify a version when packaging in dll or static mode",
276 "%s: error in command line argument \"%s\"\n",
344 /* OK, fill in the options struct */
644 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n");
832 /* Read in options file. */
864 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
869 /* MinGW does not need the library prefix when building in dll mode. */
1952 FileStream *in; local
    [all...]
  /external/jpeg/
jquant2.c 34 * In the first pass over the image, we accumulate a histogram showing the
38 * in the same histogram cell.
42 * have as many boxes as desired colors. Then the mean color in each
50 * Heckbert-style quantizers vary a good deal in their policies for choosing
52 * used here have proved out well in experimental comparisons, but better ones
55 * In earlier versions of the IJG code, this module quantized in YCbCr color
62 * The present code works in the post-conversion color space, typically RGB.
64 * To improve the visual quality of the results, we actually work in scaled
65 * RGB space, giving G distances more weight than R, and R in turn more tha
1113 int in, out; 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
2413 xmlBufPtr in; local
2923 xmlParserInputPtr in; local
    [all...]
  /external/mesa3d/src/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.
65 * ralloc_free in that case. */
72 * Print an AST node in something approximating the original GLSL code
121 unsigned column; /**< Column in the line. */
299 * This is done as a define instead of as an additional value in the enum s
366 unsigned in:1; member in struct:ast_type_qualifier::__anon31430::__anon31431
    [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 TUNGSTEN GRAPHICS 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
519 * matrix out in one go
1493 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i); local
1500 struct ureg in = (!is_undef(out_texgen) ? local
1567 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE); local
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 28 * A simple, tiny, nicely embeddable HTTP server in Java
42 * <li>Supports parameter parsing of GET and POST methods (+ rudimentary PUT support in 1.25)</li>
56 * <li>Contains a built-in list of most common mime types</li>
73 * Maximum time to wait on Socket.getInputStream().read() (in milliseconds)
87 * Pseudo-Parameter to use to store the actual query string in the parameters map for later re-processing.
151 * @throws IOException if the socket is in use.
264 * @param parms Parsed, percent decoded parameters from URI and, in case of POST, data.
318 * supplied several times, by return lists of values. In general these lists will contain a single
330 * supplied several times, by return lists of values. In general these lists will contain a single
467 * <p></p>This class stores its files in the standard location (that is
966 BufferedReader in = null; local
    [all...]
  /external/openssl/apps/
apps.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
1591 BIO *in=NULL; local
1800 BIO *in = BIO_new(BIO_s_file()); local
    [all...]
ca.c 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
304 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL; local
1584 BIO *in=NULL; local
    [all...]
  /external/openssl/crypto/cms/
cms.h 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
134 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
177 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, variable
    [all...]
  /external/openssl/crypto/pkcs7/
pkcs7.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/openssl/include/openssl/
cms.h 8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
49 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
134 int i2d_CMS_bio_stream(BIO *out, CMS_ContentInfo *cms, BIO *in, int flags)
177 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in, variable
    [all...]
pkcs7.h 11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRIC
370 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, variable
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 34 * In the first pass over the image, we accumulate a histogram showing the
38 * in the same histogram cell.
42 * have as many boxes as desired colors. Then the mean color in each
50 * Heckbert-style quantizers vary a good deal in their policies for choosing
52 * used here have proved out well in experimental comparisons, but better ones
55 * In earlier versions of the IJG code, this module quantized in YCbCr color
62 * The present code works in the post-conversion color space, typically RGB.
64 * To improve the visual quality of the results, we actually work in scaled
65 * RGB space, giving G distances more weight than R, and R in turn more tha
1113 int in, out; local
    [all...]
  /external/strace/
file.c 8 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
215 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
394 * In kernel, off_t is always the same as (kernel's) long
445 * hi,lo are "unsigned longs" and combined exactly this way in kernel:
879 * <linux/include/asm-x86_64/ia32.h> is not in the public includes set
2270 unsigned char *in = &buf[3 * size]; local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 14 In addition to the permissions in the GNU Library General Public
19 restrictions do apply in other respects; for example, they cover
23 Libiberty is distributed in the hope that it will be useful,
39 /* This file lives in both GCC and libiberty. When making changes, please
42 #if 0 /* in valgrind */
46 #endif /* ! in valgrind */
48 #if 0 /* in valgrind */
50 #endif /* ! in valgrind */
52 #if 0 /* in valgrind *
165 const char *const in; member in struct:optable
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 19 This program is distributed in the hope that it will be useful, but
29 The GNU General Public License is contained in the file COPYING.
184 it is called from is POST(sys_io_setup). In particular,
185 ML_(generic_PRE_sys_mmap), in m_syswrap, is the "normal case" handler for
295 /* In all remaining cases, if the old range does not fall within a
316 - grow -> if can grow in-place, do so, else fail
323 - grow -> if can grow in-place, do so, else
395 /* try growing it in-place */
710 struct vki_sockaddr_in in; member in union:u
729 inet_to_name(&(laddr.in), llen, lname)
    [all...]
  /external/webp/src/dec/
vp8l.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
153 // to ReadSymbol, in order to pre-fetch enough bits.
318 // The huffman data is stored in red and green bytes.
439 uint8_t* in, int in_stride, int mb_h,
445 uint8_t* const row_in = in + num_lines_in * in_stride;
471 return mb_h; // Num rows out == num rows in
728 const uint8_t* const in = local
1228 const uint32_t* const in = dec->pixels_ + dec->width_ * dec->last_row_; local
    [all...]
  /external/webp/src/dsp/
dec_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
90 uint32x4x4_t in; local
91 INIT_VECTOR4(in, zero, zero, zero, zero);
93 LOADQ_LANE_32b(in.val[0], 0);
94 LOADQ_LANE_32b(in.val[1], 0);
95 LOADQ_LANE_32b(in.val[2], 0)
    [all...]
enc_neon.c 4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
27 // This code is pretty much the same as TransformOne in the dec_neon.c, except
120 const int16_t* in, uint8_t* dst) {
122 INIT_VECTOR2(rows, vld1q_s16(in + 0), vld1q_s16(in + 8));
131 const int16_t* in, uint8_t* dst)
485 int16x4x4_t in; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 878 BIO *in, *out; local
884 in = BIO_new_file(fname, "r");
885 if (in == NULL) {
890 cert = d2i_X509_bio(in, NULL);
891 BIO_free(in);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
130 // Use this if there's no state necessary to save in order to execute
241 // The correct flags will be updated in Source::kWhatFlagsChanged
521 msg->post(1000000ll); // poll again in a second.
544 // If the video decoder is not set (perhaps audio only in this case)
829 getDecoder(audio)->initiateShutdown(); // In the middle of a seek.
2064 Parcel in; local
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
190 " --user <USER_ID> | current: Specify user instrumentation runs in;\n" +
232 "am switch-user: switch to put USER_ID in the foreground, starting\n" +
235 "am start-user: start USER_ID in background if it is currently stopped,\n" +
236 " use switch-user if you want to start the user in foreground.\n" +
594 // to fill in any data not specified so far.
1400 BufferedReader in = new BufferedReader(converter); local
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
573 * Lists all the permissions in a group.
784 * in PackageManager.
1073 InputStream in = null; local
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
57 IApplicationThread in = local
59 if (in != null) {
60 return in;
    [all...]

Completed in 649 milliseconds

<<51525354555657585960>>