HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 501 - 525 of 3217) sorted by null

<<21222324252627282930>>

  /external/libvorbis/vq/
latticebuild.c 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
63 FILE *in=NULL; local
80 in=fopen(filename,"r");
81 if(!in){
97 line=get_line(in);
118 line=setup_line(in);
172 /* save the book in C header form */
latticetune.c 6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
30 /* This util takes a training-collected file listing codewords used in
46 FILE *in=NULL; local
88 in=fopen(argv[2],"r");
89 if(!in){
96 line=setup_line(in);
105 line=setup_line(in);
112 line=setup_line(in);
126 line=setup_line(in);
130 fclose(in);
    [all...]
  /external/lzma/xz-embedded/
xz.h 26 /* In Linux, this is used to make extern functions static when needed. */
66 * return code is possible only in multi-call mode
70 * is still possible in multi-call mode by simply
74 * which is not used in the kernel. Unsupported
85 * only in multi-call mode (XZ_PREALLOC or
91 * compression options. In the decoder this means
99 * In multi-call mode, XZ_BUF_ERROR is returned when two consecutive calls
106 * In single-call mode, XZ_BUF_ERROR is returned only when the output buffer
107 * is too small or the compressed input is corrupt in a way that makes the
126 * @in: Beginning of the input buffer. This may be NULL if and onl
141 const uint8_t *in; member in struct:xz_buf
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.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 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
223 BasicBlock *in = func->bbArray[j]; local
224 Instruction *exit = in->getExit();
227 in->binSize -= 8;
233 in->remove(exit)
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/util/
ServerRunner.java 9 * Redistribution and use in source and binary forms, with or without modification,
15 * 2. Redistributions in binary form must reproduce the above copyright notice,
16 * this list of conditions and the following disclaimer in the documentation
26 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
30 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
31 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
60 System.in.read();
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
ApacheHttpClient.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
67 InputStream in = response.getEntity().getContent(); local
70 in = new GZIPInputStream(in);
73 long total = readAllAndClose(in);
77 System.out.println(String.format("Transferred % 8d bytes in %4d ms",
  /external/opencv3/3rdparty/zlib/
inffast.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
38 inflate execution time is spent in this routine.
52 BAD -- error in block data
72 z_const unsigned char FAR *in; /* local strm->next_in */ local
73 z_const unsigned char FAR *last; /* have enough input while in < last */
81 unsigned whave; /* valid bytes in the window */
99 in = strm->next_in - OFF;
100 last = in + (strm->avail_in - 5);
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 50 /* several glyphs (those `in the stack'). */
62 /* re-implement it in one way or the other, which wasted code and */
354 /* adjust contours count in newest outline */
377 FT_Outline* in = &source->base.outline; local
380 FT_ARRAY_COPY( out->points, in->points,
382 FT_ARRAY_COPY( out->tags, in->tags,
384 FT_ARRAY_COPY( out->contours, in->contours,
  /external/pdfium/third_party/zlib_v128/
inffast.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
38 inflate execution time is spent in this routine.
52 BAD -- error in block data
72 z_const unsigned char FAR *in; /* local strm->next_in */ local
73 z_const unsigned char FAR *last; /* have enough input while in < last */
81 unsigned whave; /* valid bytes in the window */
99 in = strm->next_in - OFF;
100 last = in + (strm->avail_in - 5);
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
13 // in the documentation and/or other materials provided with the
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
56 // We put this in setUp() rather than in its own test method because we
67 // time, leaving not much to do in this method. Let's just do some random
138 ObjectInputStream in = new ObjectInputStream(bais) local
    [all...]
  /external/selinux/policycoreutils/restorecond/
user.c 12 * This program is distributed in the hope that it will be useful,
62 /* User data is the event loop we are running in */
222 GIOChannel *in = g_io_channel_unix_new(0); local
223 g_io_add_watch_full( in,
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 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
29 explicit HexTo(const char* in) {
31 ss << std::hex << in; local
  /external/tlsdate/src/
test-bio.c 6 * found in the LICENSE file.
11 * input sent to it, which is handed back in response to BIO_read() by the
31 unsigned char *in; member in struct:test_ctx
56 const unsigned char *in, size_t insz)
59 memcpy (*buf + *bufsz, in, insz);
69 ctx->in = NULL;
85 free (ctx->in);
104 return buf_drain (&ctx->in, &ctx->insz, (unsigned char *) buf, sz);
155 return buf_fill (&c->in, &c->insz, buf, bufsz);
  /external/toybox/toys/lsb/
md5sum.c 55 // that involves not just floating point but pulling in -lm (and arguing with
89 unsigned int in, temp, swap; local
91 in = i;
95 in = (1+(5*i))&15;
99 in = (3*i+5)&15;
102 in = (7*i)&15;
105 temp += x[0] + b[in] + md5table[i];
215 // message size (in bits, big endian), and adding enough zero bits in
218 // Since our input up to now has been in whole bytes, we can deal wit
    [all...]
  /external/webp/src/dsp/
lossless_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.
103 const uint8x16_t in = vld1q_u8((uint8_t*)(argb_data + i)); local
105 const uint8x16_t greens = DoGreenShuffle(in, shuffle);
109 const int16x8_t B = vshlq_n_s16(vreinterpretq_s16_u8(in), 8);
119 const int8x16_t out = vsubq_s8(vreinterpretq_s8_u8(in),
  /external/zlib/src/contrib/masmx64/
inffas8664.c 5 * For conditions of distribution and use, see copyright notice in zlib.h
12 * inffas8664.c call function inffas8664fnc in inffasx64.asm
17 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
25 * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
49 inflate execution time is spent in this routine.
63 BAD -- error in block data
86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ member in struct:inffast_ar
87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
127 ar.in = strm->next_in;
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
    [all...]
  /external/zlib/src/contrib/puff/
pufftest.c 4 * For conditions of distribution and use, see copyright notice in puff.h
55 Reallocate to larger buffers until the entire file is read in. Return a
64 FILE *in; local
70 in = name == NULL ? stdin : fopen(name, "rb");
71 if (in != NULL) {
73 *len += fread((char *)buf + *len, 1, size - *len, in);
83 fclose(in);
  /external/zlib/src/
inffast.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
38 inflate execution time is spent in this routine.
52 BAD -- error in block data
72 z_const unsigned char FAR *in; /* local strm->next_in */ local
73 z_const unsigned char FAR *last; /* have enough input while in < last */
81 unsigned whave; /* valid bytes in the window */
99 in = strm->next_in - OFF;
100 last = in + (strm->avail_in - 5);
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits
    [all...]
  /external/zopfli/src/zopfli/
zopfli_bin.c 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
72 const unsigned char* in, size_t insize) {
75 fwrite((char*)in, 1, insize, file);
86 unsigned char* in; local
90 LoadFile(infilename, &in, &insize);
96 ZopfliCompress(options, output_type, in, insize, &out, &outsize);
109 free(in);
  /frameworks/base/core/java/android/ddm/
DdmHandleThread.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
44 * Register for the messages we're interested in.
88 ByteBuffer in = wrapChunk(request); local
90 boolean enable = (in.get() != 0);
101 ByteBuffer in = wrapChunk(request); local
102 // currently nothing to read from "in"
119 * However, we're using the short threadId in THST messages, so we
121 * thread ID in the low 16 bits and somehow serialize the top 16 bits.)
124 ByteBuffer in = wrapChunk(request) local
    [all...]
  /frameworks/base/core/java/android/gesture/
GestureLibraries.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
83 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
85 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
131 final InputStream in = context.getResources().openRawResource(mResourceId); local
133 mStore.load(in, true);
  /frameworks/base/core/java/android/util/
Base64InputStream.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
42 * @param in the InputStream to read the source data from
44 * constants in {@link Base64}
46 public Base64InputStream(InputStream in, int flags) {
47 this(in, flags, false);
54 * @param in the InputStream to read the source data from
56 * constants in {@link Base64}
61 public Base64InputStream(InputStream in, int flags, boolean encode) {
62 super(in);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverTargetActionsDialogFragment.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
90 Intent in = new Intent().setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) local
93 startActivity(in);
  /frameworks/base/core/tests/coretests/src/android/net/
SSLTest.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
37 InputStream in = ssl.getInputStream(); local
38 assertNotNull(in);
47 int ret = in.read(b);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DurableUtils.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
40 final ByteArrayInputStream in = new ByteArrayInputStream(data); local
43 d.read(new DataInputStream(in));
94 public static String readNullableString(DataInputStream in) throws IOException {
95 if (in.read() != 0) {
96 return in.readUTF();

Completed in 136 milliseconds

<<21222324252627282930>>