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

<<41424344454647484950>>

  /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
191 // Random values, mostly in range.
212 const void* in = &inputs[0]; local
215 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
239 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
319 const void* in = &inputs[0]; local
322 m_executor->execute(m_context, (int)inputs.size(), &in, &out);
347 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
416 // Random values, mostly in range
437 const void* in = &inputs[0]; local
544 const void* in = &inputs[0]; local
669 const void* in = &inputs[0]; local
788 const void* in = &inputs[0]; local
916 const void* in = &inputs[0]; local
1029 const void* in = &inputs[0]; local
1161 const void* in = &inputs[0]; local
1274 const void* in = &inputs[0]; local
    [all...]