/device/generic/goldfish/audio/ |
audio_hw_legacy.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 262 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 275 in->device, 276 in->dev); 283 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 298 in->device = (int)val; 311 struct generic_stream_in *in = (struct generic_stream_in *)stream; local 320 str_parms_add_int(reply, AUDIO_PARAMETER_STREAM_ROUTING, in->device); 340 struct generic_stream_in *in = (struct generic_stream_in *)stream local 553 struct generic_stream_in *in; local [all...] |
/device/google/dragon/audio/hal/ |
cras_dsp_pipeline.c | 3 * found in the LICENSE file. 15 /* We have a static representation of the dsp graph in a "struct ini", 16 * and here we will construct a dynamic representation of it in a 19 * graph actually needed in the dynamic one (so those plugins that are 41 * now disabled, in the pipeline we construct there will only be two 50 int original_index; /* the port index in the plugin */ 51 int buf_index; /* the buffer index in the pipeline */ 58 int original_index; /* the port index in the plugin */ 74 * between this and the port array in a struct plugin is that 93 * in number of frames. * 510 int in = ARRAY_COUNT(&instance->input_audio_ports); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
binascii.c | 2 ** Routines to represent binary data in ASCII and vice-versa
12 ** short binary data is zero-extended (so the bits are always in the
13 ** right place), this does *not* reflect in the length.
16 ** each char encodes 6 bits, in similar order as uucode/hqx. Encoding
18 ** Short binary data is filled (in ASCII) with '='.
28 ** Short binary data results in the runt ascii-byte being output with
29 ** the bits in the right place.
34 ** Programs that encode binary data in ASCII are written in
37 ** in unrelated sourcefiles, putting functions in include files, 621 Py_ssize_t in, inend, len; local 1181 Py_ssize_t in, out; local 1287 Py_ssize_t in, out; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
binascii.c | 2 ** Routines to represent binary data in ASCII and vice-versa
12 ** short binary data is zero-extended (so the bits are always in the
13 ** right place), this does *not* reflect in the length.
16 ** each char encodes 6 bits, in similar order as uucode/hqx. Encoding
18 ** Short binary data is filled (in ASCII) with '='.
28 ** Short binary data results in the runt ascii-byte being output with
29 ** the bits in the right place.
34 ** Programs that encode binary data in ASCII are written in
37 ** in unrelated sourcefiles, putting functions in include files, 630 Py_ssize_t in, inend, len; local 1196 Py_ssize_t in, out; local 1302 Py_ssize_t in, out; local [all...] |
/device/linaro/hikey/audio/ |
audio_hw.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 49 /* number of base blocks in a short period (low latency) */ 96 /* default to low power: will be corrected in out_write if necessary before first write to 492 /* TODO The retry mechanism isn't implemented in AudioPolicyManager/AudioFlinger. */ 591 struct stub_stream_in *in; local 594 in = (struct stub_stream_in *)calloc(1, sizeof(struct stub_stream_in)); 595 if (!in) 598 in->stream.common.get_sample_rate = in_get_sample_rate; 599 in->stream.common.set_sample_rate = in_set_sample_rate [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
URLClassLoaderTest.java | 6 * (the "License"); you may not use this file except in compliance with 11 * Unless required by applicable law or agreed to in writing, software 137 assertEquals("Returned incorrect resource/or in wrong order", 484 InputStream in = this.getClass() local 486 assertNotNull(in); 487 in = this.getClass().getResourceAsStream("test%25.properties"); 488 assertNull(in);
|
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/ |
BsPatchTest.java | 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 48 * run-time, potentially from a JAR, and therefore a copy must be made in the filesystem to access 79 // In this case the "patch stream" is just a stream of addends that transformBytes(...) will 321 // ExpectedFinalNewDataBytesWritten_Negative case is impossible in code, so no need to test 339 Assert.fail("Read patch that moves past EOF in new file"); 363 Assert.fail("Read patch with that moves to a negative offset in old file"); 387 Assert.fail("Read patch with that moves past EOF in old file"); 626 ByteArrayInputStream in = new ByteArrayInputStream(new byte[dataLength]); local 629 BsPatch.pipe(in, new ByteArrayOutputStream(), new byte[dataLength], dataLength + 1) 639 ByteArrayInputStream in = new ByteArrayInputStream(new byte[dataLength]); local 703 InputStream in = getClass().getResourceAsStream("testdata\/" + testDataFileName); local [all...] |
/external/clang/test/Sema/ |
designated-initializers.c | 21 [3] 2, // expected-warning{{use of GNU 'missing =' extension in designator}} 33 .a = 4.0, // expected-error{{field designator 'a' does not refer to any field in type 'struct point'}} 43 [2].z = 3.0, // expected-error{{field designator 'z' does not refer to any field in type 'struct point'}} 73 [2].top_left = { { .x = 1.1 } }, // expected-error{{designator in initializer for scalar type}} 98 struct outer { struct inner { int x, *y; } in, *inp; } zz[] = { member in struct:outer 99 [0].in.x = 2, &zz[0].in.x, &zz[0].in, 100 0, &anint, &zz[1].in, 101 [3].in = { .y = &anint, .x = 17 } [all...] |
/external/curl/packages/OS400/ |
os400sys.c | 10 * This software is licensed as described in the file COPYING, which 58 #include <netinet/in.h> 184 /* Get the buffer for the given local key in the current thread, and 213 /* Define the buffer system, get the buffer for the given local key in 670 /* No need to convert code: text results are already in ASCII. */ 753 /* Convert `buf' in place, from EBCDIC to ASCII. 784 gss_buffer_desc in; local 789 memcpy((char *) &in, (char *) in_name, sizeof in); 790 i = in.length 848 gss_buffer_desc in; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderPackingFunctionTests.cpp | 10 * you may not use this file except in compliance with the License. 15 * Unless required by applicable law or agreed to in writing, software 179 // Random values, mostly in range. 200 const void* in = &inputs[0]; local 203 m_executor->execute((int)inputs.size(), &in, &out); 227 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx 306 const void* in = &inputs[0]; local 309 m_executor->execute((int)inputs.size(), &in, &out); 334 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" 402 // Random values, mostly in range 423 const void* in = &inputs[0]; local 529 const void* in = &inputs[0]; local 653 const void* in = &inputs[0]; local 771 const void* in = &inputs[0]; local 898 const void* in = &inputs[0]; local 1010 const void* in = &inputs[0]; local 1141 const void* in = &inputs[0]; local 1253 const void* in = &inputs[0]; local [all...] |
/external/elfutils/libdwfl/ |
link_map.c | 18 or both in parallel, as here. 20 elfutils is distributed in the hope that it will be useful, but 49 data, because note payloads in a core file are not aligned. */ 77 data, because note payloads in a core file are not aligned. */ 234 /* Report a module for each struct link_map in the linked list at r_map 235 in the struct r_debug at R_DEBUG_VADDR. For r_debug_info description 236 see dwfl_link_map_report in libdwflP.h. If R_DEBUG_INFO is not NULL then no 237 modules get added to DWFL, caller has to add them from filled in 320 /* There can't be more elements in the link_map list than there are 323 there must be a loop in the pointers due to link_map clobberation. * 790 Elf_Data in = local 952 Elf_Data in = local [all...] |
/external/guava/guava/src/com/google/common/io/ |
ByteStreams.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 109 * @param in the input stream to read from 113 public static byte[] toByteArray(InputStream in) throws IOException { 115 copy(in, out); 126 InputStream in, int expectedSize) throws IOException { 132 int read = in.read(bytes, off, remaining); 142 int b = in.read(); 150 copy(in, out); 362 * returned in the byte array may not be exactly what was written via calls t [all...] |
/external/guice/core/test/com/google/inject/ |
BinderTestSuite.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 261 sbb.in(Scopes.SINGLETON); 270 sbb.in(Singleton.class); 279 sbb.in(TwoAtATimeScoped.class); 288 sbb.in(new TwoAtATimeScope()); 351 name(name + " in " + scoper);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
IslamicCalendar.java | 24 * is used as the civil calendar in most of the Arab world and the 34 * earlier in the corresponding Gregorian year. 37 * at sunset. However, in order to keep the time fields in this class 42 * There are three main variants of the Islamic calendar in existence. The first 45 * every 30 years. This calendar is easily calculated and thus predictable in 46 * advance, so it is used as the civil calendar in a number of Arab countries. 53 * observations are made, seasonal variations in the time of sunset, the 55 * site. This makes it impossible to calculate in advance, and it causes the 56 * start of a month in the religious calendar to differ from the civil calenda [all...] |
SimpleTimeZone.java | 25 * example, if Daylight Savings Time starts or ends at the last Sunday in a month, use 33 * @hide Only a subset of ICU is exposed in Android 80 * By default, this constructor specifies day-of-week-in-month rules. That 82 * indicates the first Sunday in the startMonth. A startDay of -1 likewise 110 * day-of-week-in-month. Please see the member 114 * @param startTime The daylight savings starting time in local wall 115 * time, which is standard time in this case. Please see the 119 * @param endDay The daylight savings ending day-of-week-in-month. 123 * @param endTime The daylight savings ending time in local wall time, 124 * which is daylight time in this case. Please see th [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
IslamicCalendar.java | 23 * is used as the civil calendar in most of the Arab world and the 33 * earlier in the corresponding Gregorian year. 36 * at sunset. However, in order to keep the time fields in this class 41 * There are three main variants of the Islamic calendar in existence. The first 44 * every 30 years. This calendar is easily calculated and thus predictable in 45 * advance, so it is used as the civil calendar in a number of Arab countries. 52 * observations are made, seasonal variations in the time of sunset, the 54 * site. This makes it impossible to calculate in advance, and it causes the 55 * start of a month in the religious calendar to differ from the civil calenda [all...] |
SimpleTimeZone.java | 24 * example, if Daylight Savings Time starts or ends at the last Sunday in a month, use 83 * By default, this constructor specifies day-of-week-in-month rules. That 85 * indicates the first Sunday in the startMonth. A startDay of -1 likewise 113 * day-of-week-in-month. Please see the member 117 * @param startTime The daylight savings starting time in local wall 118 * time, which is standard time in this case. Please see the 122 * @param endDay The daylight savings ending day-of-week-in-month. 126 * @param endTime The daylight savings ending time in local wall time, 127 * which is daylight time in this case. Please see the 157 * day-of-week-in-month. Please see the membe [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
MapMaker.java | 6 * 1.1 (the "License"); you may not use this file except in compliance with 337 int in = cur.incoming; local 338 if (in > 1) 340 else if (in < 1)
|
/external/jsoncpp/src/lib_json/ |
json_reader.cpp | 3 // recognized in your jurisdiction. 52 static inline bool in(Reader::Char c, function in namespace:Json 60 static inline bool in(Reader::Char c, function in namespace:Json 138 // in doc 388 !in(*current_, '.', 'e', 'E', '+', '-')) 449 "Missing ',' or '}' in object declaration", comma, tokenObjectEnd); 481 // Accept Comment after last item in the array. 490 "Missing ',' or ']' in array declaration", token, tokenArrayEnd); 511 isDouble = isDouble || in(*inspect, '.', 'e', 'E', '+') || 538 // c) it's small enough to fit in that rounding delta, we're okay [all...] |
/external/kernel-headers/original/uapi/rdma/ |
ib_user_cm.h | 8 * COPYING in the main directory of this source tree, or the 11 * Redistribution and use in source and binary forms, with or 19 * - Redistributions in binary form must reproduce the above 21 * disclaimer in the documentation and/or other materials 27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 28 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 30 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 70 __u16 in; member in struct:ib_ucm_cmd_hdr 269 /* ari in ib_ucm_event_get info field. * [all...] |
/external/kernel-headers/original/uapi/sound/ |
hdspm.h | 13 * This program is distributed in the hope that it will be useful, 84 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the 194 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte = 198 /* organisation is 64 channelfader in a continuous memory block */ 203 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */ 208 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
|
/external/libopus/celt/ |
arch.h | 10 Redistribution and use in source and binary forms, with or without 17 - Redistributions in binary form must reproduce the above copyright 18 notice, this list of conditions and the following disclaimer in the 24 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 29 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 60 fprintf (stderr, "Fatal (internal) error in %s, line %d: %s\n", file, line, str); 160 union {float f; opus_uint32 i;} in; local 161 in.f = x; 162 return ((in.i>>23)&0xFF)==0xFF && (in.i&0x007FFFFF)!=0 [all...] |
/external/libopus/src/ |
opus_demo.c | 5 Redistribution and use in source and binary forms, with or without 12 - Redistributions in binary form must reproduce the above copyright 13 notice, this list of conditions and the following disclaimer in the 19 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER 24 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 25 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 59 fprintf(stderr, "-framesize <2.5|5|10|20|40|60> : frame size in ms; default: 20 \n" ); 60 fprintf(stderr, "-max_payload <bytes> : maximum payload size in bytes, default: 1024\n" ); 65 fprintf(stderr, "-loss <perc> : simulate packet loss, in percent (0-100); default: 0\n" ); 243 short *in, *out local [all...] |
/external/libvncserver/libvncserver/ |
main.c | 34 #include <netinet/in.h> 280 * modifiedRegion. The idea: in this case it could be 310 * n.b. (dx, dy) is the vector pointing in the direction the 362 char *in,*out; local 369 in = screen->frameBuffer+(rect.x1-dx)*bpp+(rect.y1-dy)*rowstride; 371 for(j=rect.y1;j<rect.y2;j++,out+=rowstride,in+=rowstride) 372 memmove(out,in,widthInBytes); 375 in += rowstride*(rect.y2-rect.y1-1); 376 for(j=rect.y2-1;j>=rect.y1;j--,out-=rowstride,in-=rowstride) 377 memmove(out,in,widthInBytes) [all...] |
/external/libxml2/ |
SAX2.c | 511 * - override this xmlSAX2ResolveEntity() callback in the SAX block 680 "Entity(%s) already defined in the internal subset\n", 700 "Entity(%s) already defined in the external subset\n", name); 715 "SAX.xmlSAX2EntityDecl(%s) called while not in subset\n", 772 "SAX.xmlSAX2AttributeDecl(%s) called while not in subset\n", 823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n", 874 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n", 917 "Entity(%s) already defined in the internal subset\n", name); 937 "Entity(%s) already defined in the external subset\n", name); 952 "SAX.xmlSAX2UnparsedEntityDecl(%s) called while not in subset\n" 1935 const xmlChar *in; local [all...] |