Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 7008) sorted by relevance

12345678910>>...281

/external/webrtc/webrtc/modules/rtp_rtcp/
Drtp_rtcp.gypi3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
28 'source/bitrate.cc',
29 'source/bitrate.h',
30 'source/byte_io.h',
31 'source/fec_receiver_impl.cc',
32 'source/fec_receiver_impl.h',
33 'source/packet_loss_stats.cc',
34 'source/packet_loss_stats.h',
[all …]
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
22 "source/bitrate.cc",
23 "source/bitrate.h",
24 "source/byte_io.h",
25 "source/dtmf_queue.cc",
26 "source/dtmf_queue.h",
27 "source/fec_private_tables_bursty.h",
28 "source/fec_private_tables_random.h",
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts8 <source>Select network interface to add</source>
13 <source>driver</source>
18 <source>interface</source>
23 <source>description</source>
28 <source>Add interface command could not be completed.</source>
33 <source>Failed to add the interface.</source>
38 <source>Failed to add the interface into registry.</source>
46 <source>wpa_gui error</source>
54 <source>Event history</source>
59 <source>Close</source>
[all …]
/external/skia/gyp/
Ddng_sdk.gyp3 # Use of this source code is governed by a BSD-style license that can be
23 '../third_party/externals/dng_sdk/source/RawEnvironment.h',
24 '../third_party/externals/dng_sdk/source/dng_1d_function.h',
25 '../third_party/externals/dng_sdk/source/dng_1d_table.h',
26 '../third_party/externals/dng_sdk/source/dng_abort_sniffer.h',
27 '../third_party/externals/dng_sdk/source/dng_area_task.h',
28 '../third_party/externals/dng_sdk/source/dng_assertions.h',
29 '../third_party/externals/dng_sdk/source/dng_auto_ptr.h',
30 '../third_party/externals/dng_sdk/source/dng_bad_pixels.h',
31 '../third_party/externals/dng_sdk/source/dng_bottlenecks.h',
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Disacfix.gypi3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
33 'fix/source/arith_routines.c',
34 'fix/source/arith_routines_hist.c',
35 'fix/source/arith_routines_logist.c',
36 'fix/source/audio_decoder_isacfix.cc',
37 'fix/source/audio_encoder_isacfix.cc',
38 'fix/source/bandwidth_estimator.c',
39 'fix/source/decode.c',
[all …]
Disac.gypi3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
34 'main/source/arith_routines.c',
35 'main/source/arith_routines_hist.c',
36 'main/source/arith_routines_logist.c',
37 'main/source/audio_decoder_isac.cc',
38 'main/source/audio_encoder_isac.cc',
39 'main/source/bandwidth_estimator.c',
40 'main/source/crc.c',
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/
Drcssmin.c183 const rchar *source = *source_; in copy_match() local
188 && source < ctx->sentinel && target < ctx->tsentinel in copy_match()
189 && ((c = *source++) == *pattern++)) in copy_match()
192 *source_ = source; in copy_match()
201 #define MATCH(PAT, source, target, ctx) ( \ argument
204 source, target, ctx) \
215 const rchar *source = *source_, *pstart = pattern; in copy_imatch() local
220 && source < ctx->sentinel && target < ctx->tsentinel in copy_imatch()
221 && ((c = *source++) == *pattern in copy_imatch()
227 *source_ = source; in copy_imatch()
[all …]
/external/llvm/lib/Support/
DConvertUTF.c122 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
124 while (source < sourceEnd) { in ConvertUTF32toUTF16()
129 ch = *source++; in ConvertUTF32toUTF16()
134 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
152 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
160 *sourceStart = source; in ConvertUTF32toUTF16()
171 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
174 while (source < sourceEnd) { in ConvertUTF16toUTF32()
175 … const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32()
176 ch = *source++; in ConvertUTF16toUTF32()
[all …]
/external/icu/icu4c/source/common/
Ducnvlat1.c34 const uint8_t *source; in _Latin1ToUnicodeWithOffsets() local
42 source=(const uint8_t *)pArgs->source; in _Latin1ToUnicodeWithOffsets()
53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source); in _Latin1ToUnicodeWithOffsets()
69 target[0]=source[0]; in _Latin1ToUnicodeWithOffsets()
70 target[1]=source[1]; in _Latin1ToUnicodeWithOffsets()
71 target[2]=source[2]; in _Latin1ToUnicodeWithOffsets()
72 target[3]=source[3]; in _Latin1ToUnicodeWithOffsets()
73 target[4]=source[4]; in _Latin1ToUnicodeWithOffsets()
74 target[5]=source[5]; in _Latin1ToUnicodeWithOffsets()
75 target[6]=source[6]; in _Latin1ToUnicodeWithOffsets()
[all …]
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java45 result.source = buffer;
59 result.source = new RealBufferedSource(buffer);
73 result.source = new RealBufferedSource(new ForwardingSource(buffer) {
92 BufferedSource source; field in BufferedSourceTest.Pipe
114 private BufferedSource source; field in BufferedSourceTest
119 source = pipe.source; in setUp()
124 assertEquals(0xab, source.readByte() & 0xff); in readBytes()
125 assertEquals(0xcd, source.readByte() & 0xff); in readBytes()
126 assertTrue(source.exhausted()); in readBytes()
133 assertEquals((short) 0xabcd, source.readShort()); in readShort()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java195 public static int charAt(String source, int offset16) { in charAt() argument
196 char single = source.charAt(offset16); in charAt()
200 return _charAt(source, offset16, single); in charAt()
203 private static int _charAt(String source, int offset16, char single) { in _charAt() argument
214 if (source.length() != offset16) { in _charAt()
215 char trail = source.charAt(offset16); in _charAt()
224 char lead = source.charAt(offset16); in _charAt()
248 public static int charAt(CharSequence source, int offset16) { in charAt() argument
249 char single = source.charAt(offset16); in charAt()
253 return _charAt(source, offset16, single); in charAt()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java215 public static int charAt(String source, int offset16) { in charAt() argument
216 char single = source.charAt(offset16); in charAt()
220 return _charAt(source, offset16, single); in charAt()
223 private static int _charAt(String source, int offset16, char single) { in _charAt() argument
234 if (source.length() != offset16) { in _charAt()
235 char trail = source.charAt(offset16); in _charAt()
244 char lead = source.charAt(offset16); in _charAt()
269 public static int charAt(CharSequence source, int offset16) { in charAt() argument
270 char single = source.charAt(offset16); in charAt()
274 return _charAt(source, offset16, single); in charAt()
[all …]
/external/google-breakpad/src/common/
Dconvert_UTF.c85 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
87 while (source < sourceEnd) { in ConvertUTF32toUTF16()
92 ch = *source++; in ConvertUTF32toUTF16()
97 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
115 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
123 *sourceStart = source; in ConvertUTF32toUTF16()
133 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
136 while (source < sourceEnd) { in ConvertUTF16toUTF32()
137 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32()
138 ch = *source++; in ConvertUTF16toUTF32()
[all …]
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3convertutf.c56 const UTF32* source = *sourceStart; in ConvertUTF32toUTF16() local
58 while (source < sourceEnd) { in ConvertUTF32toUTF16()
63 ch = *source++; in ConvertUTF32toUTF16()
68 --source; /* return to the illegal value itself */ in ConvertUTF32toUTF16()
86 --source; /* Back up source pointer! */ in ConvertUTF32toUTF16()
94 *sourceStart = source; in ConvertUTF32toUTF16()
105 const UTF16* source = *sourceStart; in ConvertUTF16toUTF32() local
108 while (source < sourceEnd) { in ConvertUTF16toUTF32()
109 const UTF16* oldSource = source; /* In case we have to back up because of target overflow. */ in ConvertUTF16toUTF32()
110 ch = *source++; in ConvertUTF16toUTF32()
[all …]
/external/libjpeg-turbo/
Drdrle.c85 rle_source_ptr source = (rle_source_ptr) sinfo; in start_input_rle() local
92 source->header = *rle_hdr_init(NULL); in start_input_rle()
93 source->header.rle_file = source->pub.input_file; in start_input_rle()
94 switch (rle_get_setup(&(source->header))) { in start_input_rle()
117 width = source->header.xmax - source->header.xmin + 1; in start_input_rle()
118 height = source->header.ymax - source->header.ymin + 1; in start_input_rle()
119 source->header.xmin = 0; /* realign horizontally */ in start_input_rle()
120 source->header.xmax = width-1; in start_input_rle()
126 if (source->header.ncolors == 1 && source->header.ncmap == 0) { in start_input_rle()
127 source->visual = GRAYSCALE; in start_input_rle()
[all …]
Drdtarga.c178 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_gray_row() local
182 ptr = source->pub.buffer[0]; in get_8bit_gray_row()
184 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_gray_row()
185 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]); in get_8bit_gray_row()
194 tga_source_ptr source = (tga_source_ptr) sinfo; in get_8bit_row() local
198 register JSAMPARRAY colormap = source->colormap; in get_8bit_row()
200 ptr = source->pub.buffer[0]; in get_8bit_row()
202 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */ in get_8bit_row()
203 t = UCH(source->tga_pixel[0]); in get_8bit_row()
215 tga_source_ptr source = (tga_source_ptr) sinfo; in get_16bit_row() local
[all …]
Drdppm.c142 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_gray_row() local
143 FILE * infile = source->pub.input_file; in get_text_gray_row()
145 register JSAMPLE *rescale = source->rescale; in get_text_gray_row()
147 int maxval = source->maxval; in get_text_gray_row()
149 ptr = source->pub.buffer[0]; in get_text_gray_row()
161 ppm_source_ptr source = (ppm_source_ptr) sinfo; in get_text_rgb_row() local
162 FILE * infile = source->pub.input_file; in get_text_rgb_row()
164 register JSAMPLE *rescale = source->rescale; in get_text_rgb_row()
166 int maxval = source->maxval; in get_text_rgb_row()
168 ptr = source->pub.buffer[0]; in get_text_rgb_row()
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
Drjsmin.c86 rjsmin(const rchar *source, rchar *target, Py_ssize_t length, in rjsmin() argument
89 const rchar *reset, *sentinel = source + length; in rjsmin()
93 while (source < sentinel) { in rjsmin()
94 c = *source++; in rjsmin()
103 reset = source; in rjsmin()
105 while (source < sentinel) { in rjsmin()
106 c = *source++; in rjsmin()
116 if (source < sentinel) { in rjsmin()
117 c = *source++; in rjsmin()
119 if (c == U('\r') && source < sentinel in rjsmin()
[all …]
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dtokenize.py89 def _GetString(source, start, i): argument
90 i = source.find('"', i+1)
91 while source[i-1] == '\\':
95 while source[j] == '\\':
101 i = source.find('"', i+1)
105 def _GetChar(source, start, i): argument
107 i = source.find("'", i+1)
108 while source[i-1] == '\\':
110 if (i - 2) > start and source[i-2] == '\\':
112 i = source.find("'", i+1)
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs52 public static double Average(IEnumerable<int> source) { in Average() argument
53 …return Average<int, long, double>(source, delegate(long a, int b) { return a + b; }, delegate(long… in Average()
56 static TResult Average<TElement, TAggregate, TResult>(IEnumerable<TElement> source,
61 Check.Source(source); in Check.Source()
65 foreach (var element in source) {
76 public static double Average(IEnumerable<double> source) { in Average() argument
77 …return Average<double, double, double>(source, delegate(double a, double b) { return a + b; }, del… in Average()
84 public static bool Contains<TSource>(IEnumerable<TSource> source, TSource value) { in Contains() argument
85 var collection = source as ICollection<TSource>; in Contains()
89 return Contains<TSource>(source, value, null); in Contains()
[all …]
/external/webrtc/webrtc/system_wrappers/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
44 "source/aligned_malloc.cc",
45 "source/atomic32_mac.cc",
46 "source/atomic32_win.cc",
47 "source/clock.cc",
48 "source/condition_variable.cc",
49 "source/condition_variable_event_win.cc",
50 "source/condition_variable_event_win.h",
[all …]
Dsystem_wrappers.gyp3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
7 # be found in the AUTHORS file in the root of the source tree.
52 'source/aligned_malloc.cc',
53 'source/atomic32_mac.cc',
54 'source/atomic32_posix.cc',
55 'source/atomic32_win.cc',
56 'source/clock.cc',
57 'source/condition_variable.cc',
58 'source/condition_variable_posix.cc',
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java24 private OpenSSLBIOInputStream source; field in OpenSSLBIOSource
31 public OpenSSLBIOSource(OpenSSLBIOInputStream source) { in OpenSSLBIOSource() argument
32 this.source = source; in OpenSSLBIOSource()
36 return source.getBioContext(); in getContext()
40 if (source != null) { in release()
41 NativeCrypto.BIO_free_all(source.getBioContext()); in release()
42 source = null; in release()
56 private final ByteBuffer source; field in OpenSSLBIOSource.ByteBufferInputStream
58 public ByteBufferInputStream(ByteBuffer source) { in ByteBufferInputStream() argument
59 this.source = source; in ByteBufferInputStream()
[all …]
/external/clang/test/Index/
Dusrs.m103 // RUN: c-index-test -test-load-source-usrs all -target x86_64-apple-macosx10.7 %s -isystem %S/Inpu…
173 // RUN: c-index-test -test-load-source all %s -isystem %S/Inputs | FileCheck -check-prefix=CHECK-so…
174 // CHECK-source: usrs-system.h:1:9: macro definition=MACRO_FROM_SYSTEM_HEADER_1 Extent=[1:9 - 1:40]
175 // CHECK-source: usrs.m:94:9: macro definition=MACRO1 Extent=[94:9 - 94:19]
176 // CHECK-source: usrs.m:96:9: macro definition=MACRO2 Extent=[96:9 - 96:19]
177 // CHECK-source: usrs.m:98:9: macro definition=MACRO2 Extent=[98:9 - 98:19]
178 // CHECK-source: usrs.m:100:9: macro definition=MACRO3 Extent=[100:9 - 100:25]
179 // CHECK-source: usrs.m:101:9: macro definition=MACRO3 Extent=[101:9 - 101:25]
180 // CHECK-source: usrs.m:3:19: FunctionDecl=my_helper:3:19 (Definition) Extent=[3:1 - 3:60]
181 // CHECK-source: usrs.m:3:33: ParmDecl=x:3:33 (Definition) Extent=[3:29 - 3:34]
[all …]
/external/webrtc/webrtc/base/
Dstringencode.cc27 const char * source, size_t srclen, in escape() argument
35 char ch = source[srcpos++]; in escape()
49 const char * source, size_t srclen, in unescape() argument
57 char ch = source[srcpos++]; in unescape()
59 ch = source[srcpos++]; in unescape()
68 const char * source, size_t srclen, in encode() argument
76 char ch = source[srcpos++]; in encode()
93 const char * source, size_t srclen, in decode() argument
101 char ch = source[srcpos++]; in decode()
104 && hex_decode(source[srcpos], &h1) in decode()
[all …]

12345678910>>...281