Searched defs:source (Results 1 - 25 of 2375) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... Object { private final com.google.zxing.LuminanceSource source protected void " href="/5.1.0_r1/s? ...
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) argument
44 _buffer[(_tail+i) % _capacity] = source[offset+i];
/external/zlib/src/contrib/minizip/
H A Dunzip.c30 The encryption/decryption parts of this source code (as opposed to the
32 whole source package can be freely distributed, including from the USA.
1482 char source[12]; local
1626 if(ZREAD64(s->z_filefunc, s->filestream,source, 12)<12)
1630 zdecode(s->keys,s->pcrc_32_tab,source[i]);
/external/zlib/src/contrib/puff/
H A Dpuff.c24 * and document some of the less obvious aspects of the format. This source
36 * - Update puff() dest and source pointers on negative
43 * - Use pointers instead of long to specify source and
750 * Inflate source to dest. On return, destlen and sourcelen are updated to the
753 * source data, i.e. it is not in the deflate format, then a negative value is
758 * inflate data (a negative error), the dest and source pointers are updated to
795 const unsigned char *source, /* pointer to source data pointer */
808 s.in = source;
793 puff(unsigned char *dest, unsigned long *destlen, const unsigned char *source, unsigned long *sourcelen) argument
H A Dpufftest.c93 unsigned char *source = NULL, *dest; local
117 source = load(name, &len);
118 if (source == NULL) {
125 free(source);
130 free(source);
137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
153 free(source);
156 puff(dest, &destlen, source + skip, &sourcelen);
163 free(source);
/external/zlib/src/examples/
H A Dzpipe.c30 /* Compress from file source to file dest until EOF on source.
36 int def(FILE *source, FILE *dest, int level) argument
54 strm.avail_in = fread(in, 1, CHUNK, source);
55 if (ferror(source)) {
59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
63 compression if all of source has been read in */
86 /* Decompress from file source to file dest until stream ends or EOF.
92 int inf(FILE *source, FILE *dest) argument
112 strm.avail_in = fread(in, 1, CHUNK, source);
[all...]
/external/zopfli/src/zopfli/
H A Dlz77.c39 const ZopfliLZ77Store* source, ZopfliLZ77Store* dest) {
43 (unsigned short*)malloc(sizeof(*dest->litlens) * source->size);
44 dest->dists = (unsigned short*)malloc(sizeof(*dest->dists) * source->size);
48 dest->size = source->size;
49 for (i = 0; i < source->size; i++) {
50 dest->litlens[i] = source->litlens[i];
51 dest->dists[i] = source->dists[i];
38 ZopfliCopyLZ77Store( const ZopfliLZ77Store* source, ZopfliLZ77Store* dest) argument
H A Dsqueeze.c50 static void CopyStats(SymbolStats* source, SymbolStats* dest) { argument
51 memcpy(dest->litlens, source->litlens, 288 * sizeof(dest->litlens[0]));
52 memcpy(dest->dists, source->dists, 32 * sizeof(dest->dists[0]));
54 memcpy(dest->ll_symbols, source->ll_symbols,
56 memcpy(dest->d_symbols, source->d_symbols, 32 * sizeof(dest->d_symbols[0]));
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp19 2. Altered source versions must be plainly marked as such, and must not be
22 3. This notice may not be removed or altered from any source
43 This source file is built up in the following large parts. The code sections
56 define them in your own project's source files without needing to change
57 lodepng source code. Don't forget to remove "static" if you copypaste them
2539 unsigned lodepng_color_mode_copy(LodePNGColorMode* dest, const LodePNGColorMode* source) argument
2543 *dest = *source;
2544 if(source->palette)
2547 if(!dest->palette && source->palettesize) return 83; /*alloc fail*/
2548 for(i = 0; i < source
2711 LodePNGText_copy(LodePNGInfo* dest, const LodePNGInfo* source) argument
2780 LodePNGIText_copy(LodePNGInfo* dest, const LodePNGInfo* source) argument
2870 lodepng_info_copy(LodePNGInfo* dest, const LodePNGInfo* source) argument
4863 lodepng_state_copy(LodePNGState* dest, const LodePNGState* source) argument
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dcopy_set_operations.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
53 void WebRtcSpl_MemCpyReversedOrder(WebRtc_Word16* dest, WebRtc_Word16* source, int length) argument
57 WebRtc_Word16* sourcePtr = source;
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c261 struct android_poll_source* source; local
267 (void**)&source)) >= 0) {
270 if (source != NULL) {
271 source->process(state, source);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPUtils.java148 * @param source The source XMP object.
154 public static void appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, argument
157 appendProperties(source, dest, doAllProperties, replaceOldValues, false);
166 * XMP object (source) to another (dest). The default operation is to append only external
175 * level properties. The processed properties from the source (according to
177 * replacing any existing values.Properties in the destination that are not in the source
185 * <li>If <code>deleteEmptyValues</code> is passed then an empty value in the source XMP causes
196 * for all source schema (top level namespaces):
202 * if deleteEmptyValues and source valu
238 appendProperties(XMPMeta source, XMPMeta dest, boolean doAllProperties, boolean replaceOldValues, boolean deleteEmptyValues) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java63 * Parses the input source into an XMP metadata object, including
186 InputSource source = new InputSource(buffer.getByteStream());
189 return parseInputSource(source);
218 source = new InputSource(buffer.getByteStream());
219 return parseInputSource(source);
241 InputSource source = new InputSource(new StringReader(input));
244 return parseInputSource(source);
250 source = new InputSource(new FixASCIIControlsReader(new StringReader(input)));
251 return parseInputSource(source);
263 * @param source a
267 parseInputSource(InputSource source) argument
[all...]
H A DXMPUtilsImpl.java507 * @param source The source XMP object.
511 * @param deleteEmptyValues Delete destination values if source property is empty.
514 public static void appendProperties(XMPMeta source, XMPMeta destination, argument
518 ParameterAsserts.assertImplementation(source);
521 XMPMetaImpl src = (XMPMetaImpl) source;
540 // Process the source schema's children.
591 * @param sourceNode the source node
662 // because the "xml:lang" qualifier provides unambiguous source/dest correspondence.
/external/valgrind/main/none/tests/s390x/
H A Dex_clone.c10 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
32 ::"a" (buf2), "a" (source)
55 ::"a" (target), "a" (source)
H A Dex_sig.c11 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
25 ::"a" (buf2), "a" (source)
43 ::"a" (target), "a" (source)
H A Dmvst.c16 int mvst(void *targetp, void *source) argument
21 ::"a" (targetp),"a" (source): "0", "memory", "cc");
25 int mvst_full(void *targetp, void *source) argument
31 ::"a" (targetp),"a" (source): "0", "memory", "cc");
/external/valgrind/main/perf/
H A Dbz2.c32 Redistribution and use in source and binary forms, with or without
36 1. Redistributions of source code must retain the above copyright
44 3. Altered source versions must be plainly marked as such, and must
104 Redistribution and use in source and binary forms, with or without
108 1. Redistributions of source code must retain the above copyright
116 3. Altered source versions must be plainly marked as such, and must
338 char* source,
348 char* source,
1324 Redistribution and use in source and binary forms, with or without
1328 1. Redistributions of source cod
5597 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
5649 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
H A Dtest_input_for_tinycc.c972 char* source,
982 char* source,
4325 char* source,
4335 source == ((void *)0) ||
4349 strm.next_in = source;
4377 char* source,
4386 source == ((void *)0) ||
4397 strm.next_in = source;
4460 my_strcat(inbuf, "Redistribution and use in source and binary forms, with or without\n");
4464 my_strcat(inbuf, "1. Redistributions of source cod
4322 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
4374 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/vixl/src/a64/
H A Dinstructions-a64.cc4 // Redistribution and use in source and binary forms, with or without
7 // * Redistributions of source code must retain the above copyright notice,
229 void Instruction::SetImmLLiteral(Instruction* source) { argument
230 VIXL_ASSERT(((source - this) & 3) == 0);
231 int offset = (source - this) >> kLiteralEntrySizeLog2;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c16 Redistribution and use in source and binary forms, with or without
20 1. Redistributions of source code must retain the above copyright
28 3. Altered source versions must be plainly marked as such, and must
88 Redistribution and use in source and binary forms, with or without
92 1. Redistributions of source code must retain the above copyright
100 3. Altered source versions must be plainly marked as such, and must
322 char* source,
332 char* source,
1309 Redistribution and use in source and binary forms, with or without
1313 1. Redistributions of source cod
5582 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
5634 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c81 // The source -- how to get hold of the file we are reading
82 Source source; member in struct:_DiImage
462 if (img->source.is_local) {
464 SysRes sr = VG_(pread)(img->source.fd, &ce->data[0], (Int)len, off);
468 vg_assert(img->source.session_id > 0);
470 = mk_Frame_le64_le64_le64("READ", img->source.session_id, off, len);
471 Frame* res = do_transaction(img->source.fd, req);
487 if (rx_session_id != img->source.session_id
614 img->source.is_local = True;
615 img->source
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c39 Redistribution and use in source and binary forms, with or without
43 1. Redistributions of source code must retain the above copyright
51 3. Altered source versions must be plainly marked as such, and must
111 Redistribution and use in source and binary forms, with or without
115 1. Redistributions of source code must retain the above copyright
123 3. Altered source versions must be plainly marked as such, and must
345 char* source,
355 char* source,
1333 Redistribution and use in source and binary forms, with or without
1337 1. Redistributions of source cod
5606 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
5658 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c32 Redistribution and use in source and binary forms, with or without
36 1. Redistributions of source code must retain the above copyright
44 3. Altered source versions must be plainly marked as such, and must
104 Redistribution and use in source and binary forms, with or without
108 1. Redistributions of source code must retain the above copyright
116 3. Altered source versions must be plainly marked as such, and must
338 char* source,
348 char* source,
1324 Redistribution and use in source and binary forms, with or without
1328 1. Redistributions of source cod
5597 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
5650 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]
H A Dvarinfo6.c70 Redistribution and use in source and binary forms, with or without
74 1. Redistributions of source code must retain the above copyright
82 3. Altered source versions must be plainly marked as such, and must
142 Redistribution and use in source and binary forms, with or without
146 1. Redistributions of source code must retain the above copyright
154 3. Altered source versions must be plainly marked as such, and must
376 char* source,
386 char* source,
1362 Redistribution and use in source and binary forms, with or without
1366 1. Redistributions of source cod
5635 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
5687 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
[all...]

Completed in 4166 milliseconds

1234567891011>>