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

<<21222324252627282930>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_unittest.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
78 int16_t in[kSamples]; local
98 in[i] = WEBRTC_SPL_WORD32_MAX / (i + 1);
101 WebRtcIsacfix_HighpassFilterFixDec32(in, kSamples,
105 EXPECT_EQ(out[i], in[i]);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
26 * sections are used to filter the input in a cascade manner.
50 the input signal, and part of the signal in the input 'lookahead buffer'.
53 in: a length FRAMESAMPLES array of input samples
60 based on the samples in the two prefiltdata->INLABUFx arrays
64 array in[]
94 float in[FRAMESAMPLES]; local
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerCubic.cpp 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
75 int16_t *in = mBuffer.i16; local
84 // out[outputIndex++] += vr * in[inputIndex*2];
103 in = mBuffer.i16;
108 advance(&left, in[inputIndex*2]);
109 advance(&right, in[inputIndex*2+1]);
142 int16_t *in = mBuffer.i16; local
172 in = mBuffer.i16;
176 advance(&left, in[inputIndex])
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SOAPParser.java 51 public SOAPParser(InputStream in)
56 XMLParser parser = new XMLParser(in);
59 in.close();
116 <xsd:documentation>When the mobile device receives this command, it launches its default browser to the URI contained in this element. The URI must use HTTPS as the protocol and must contain an FQDN.</xsd:documentation>
131 <xsd:documentation>The issuer name of an acceptable provider-issued certificate. The text of this element is formatted in accordance with the Issuer Name field in RFC-3280. This element is present only when acceptProviderCerts is true.</xsd:documentation>
149 <xsd:documentation>When this boolean is true, X509v3 certificates issued by providers identified in the providerIssuerName child element(s) are acceptable for mobile device authentication.</xsd:documentation>
157 <xsd:documentation>Command to mobile to upload the MO named in the moURN attribute to the SPP server.</xsd:documentation>
165 <xsd:documentation>Element to allow the addition of new commands in the future.</xsd:documentation>
174 <xsd:documentation>This command causes an management object in the mobile devices management tree at the specified location to be added. If there is already a m (…)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 133 SectionMap::Output::reference in = script.sectionMap().back()->back(); local
135 if (in->dotAssignments().empty()) {
138 in->getSection()->getSectionData()->front());
141 in->dotAssignments().push_back(
145 Assignment& prevDotAssign = in->dotAssignments().back().second;
158 in->dotAssignments().push_back(std::make_pair(
159 in->getSection()->getSectionData()->front().getNextNode(), *this));
  /frameworks/native/services/surfaceflinger/
GpuService.cpp 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 int in = data.readFileDescriptor(); local
56 status = shellCommand(in, out, err, args);
78 status_t GpuService::shellCommand(int /*in*/, int out, int err,
  /frameworks/rs/tests/java_api/HelloComputeNDK/src/com/example/android/rs/hellocomputendk/
HelloComputeNDK.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
33 native void nativeMono(String cacheDir, int X, int Y, Bitmap in, Bitmap out);
44 ImageView in = findViewById(R.id.displayin); local
45 in.setImageBitmap(mBitmapIn);
  /frameworks/support/
Android.mk 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
20 # Don't include in unbundled build.
26 # Find all of the files in the given subdirs that match the
36 define find-files-in-subdirs-exclude
51 $(call find-files-in-subdirs-exclude,$(LOCAL_PATH),"$(1)","$(2)",$(3))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassNotFoundExceptionTest.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
26 * Thrown when an application tries to load in a class through its string
27 * name using the forName method in class Class.
53 IOException in = new IOException(); local
54 ClassNotFoundException e = new ClassNotFoundException("SomeMessage", in);
55 assertEquals("Wrong Exception", in, e.getException());
57 assertEquals("Wrong cause", in, e.getCause());
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilder.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
106 InputSource in = new InputSource(is); local
107 return parse(in);
130 InputSource in = new InputSource(is); local
131 in.setSystemId(systemId);
132 return parse(in);
154 InputSource in = new InputSource(uri); local
155 return parse(in);
182 InputSource in = new InputSource(escapedURI) local
    [all...]
  /libcore/luni/src/test/java/libcore/util/
SerializationTester.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
89 ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes)); local
90 Object result = in.readObject();
91 assertEquals(-1, in.read());
  /libcore/ojluni/src/main/java/java/io/
FileDescriptor.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
72 * known as <code>System.in</code>.
74 * @see java.lang.System#in
77 public static final FileDescriptor in = dupFd(0); field in class:FileDescriptor
113 * relevant device(s). In particular, if this FileDescriptor
114 * refers to a physical storage medium, such as a file in a file
115 * system, sync will not return until all in-memory modified copies
120 * storage (such as a file) to be in a known state Fo
    [all...]
  /libcore/ojluni/src/main/java/sun/net/
NetProperties.java 9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
57 * the file is in jre/lib/net.properties
68 InputStream in = new FileInputStream(fname); local
69 BufferedInputStream bin = new BufferedInputStream(in);
  /libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/
TCKValueRangeSerialization.java 9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
34 * Redistribution and use in source and binary forms, with or without
40 * * Redistributions in binary form must reproduce the above copyright notice,
41 * this list of conditions and the following disclaimer in the documentation
51 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
57 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
148 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(val))) {
149 in.readObject()
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
TCKZoneRulesSerialization.java 9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
34 * Redistribution and use in source and binary forms, with or without
40 * * Redistributions in binary form must reproduce the above copyright notice,
41 * this list of conditions and the following disclaimer in the documentation
51 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
56 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
57 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
95 ObjectInputStream in = new ObjectInputStream(bais); local
96 ZoneRules result = (ZoneRules) in.readObject()
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
FakeSocketServerHelper.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
53 BufferedReader in = null; local
57 in = new BufferedReader(
65 String response = in.readLine();
  /external/objenesis/main/src/test/java/org/objenesis/
ClassReader.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
48 CONSTANT_Utf8_info(DataInputStream in) throws IOException {
49 bytes = in.readUTF();
64 CONSTANT_Methodref_info(DataInputStream in) throws IOException {
65 class_index = in.readUnsignedShort();
66 name_and_type_index = in.readUnsignedShort();
81 public CONSTANT_Class_info(DataInputStream in) throws IOException{
82 name_index = in.readUnsignedShort();
97 public CONSTANT_NameAndType_info(DataInputStream in) throws IOException
249 DataInputStream in = new DataInputStream(iin); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.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
78 // Avoid IOException in tearDown().
111 Reader in = new BufferedReader(new Support_StringReader(new String( local
114 in.skip(6);
115 in.mark(14);
116 in.read(new char[14], 0, 14);
117 in.reset();
118 assertTrue("Wrong chars", in.read() == (char) 6
119 && in.read() == (char) 7)
159 Reader in = new BufferedReader(new Support_StringReader(new String( local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.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
46 InputStream in = createInflaterStream(DeflaterOutputStream.class, true); local
47 assertEquals(1, in.read());
48 assertEquals(2, in.read());
49 assertEquals(3, in.read());
50 in.close();
54 InputStream in = createInflaterStream(DeflaterOutputStream.class, false); local
56 in.read();
60 in.close()
    [all...]
ZipInputStreamTest.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
53 ZipInputStream in = new ZipInputStream(new ByteArrayInputStream(bytes)); local
56 ZipEntry entry = in.getNextEntry();
61 while ((count = in.read(buffer)) != -1) {
65 assertNull(in.getNextEntry()); // There's only one entry in the Zip files we create.
67 in.close();
76 ZipInputStream in = new ZipInputStream(emptyZipIn); local
78 ZipEntry entry = in.getNextEntry()
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.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
117 FileInputStream in = null; local
119 in = new FileInputStream(file);
120 while (in.available() > 0) {
121 out.write(in.read());
123 in.close();
134 if (in != null) {
135 in.close();
  /external/emma/lib/internal/
stamptool.jar 
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 52 void handleArchiveEntry (JarInputStream in, ZipEntry entry);
206 JarInputStream in = null; local
210 // crash the JVM in some builds; however, it uses random file
212 // entries in their archives (which JarInputStream can't do);
219 in = new JarInputStream (new BufferedInputStream (new FileInputStream (fullArchive), 32 * 1024));
223 Manifest manifest = in.getManifest (); // can be null
230 for (ZipEntry entry; (entry = in.getNextEntry ()) != null; )
235 handler.handleArchiveEntry (in, entry);
236 in.closeEntry ();
245 if (manifest == null) manifest = in.getManifest ()
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 6 * 1.1 (the "License"); you may not use this file except in compliance with
31 * <p><b>Note:</b> although this class is included in the Javassist API,
33 * Javassist. Especially, there might be security flaws in this server.
189 InputStream in = new BufferedInputStream(clnt.getInputStream()); local
190 String cmd = readLine(in);
193 while (skipLine(in) > 0){
198 doReply(in, out, cmd);
205 in.close();
210 private String readLine(InputStream in) throws IOException {
213 while ((c = in.read()) >= 0 && c != 0x0d
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
SerializationBenchmark.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
99 ObjectInputStream in = new ObjectInputStream(bais); local
100 in.readObject();
101 in.close();

Completed in 629 milliseconds

<<21222324252627282930>>