HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1101 - 1125 of 2135) sorted by null

<<41424344454647484950>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.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.
48 // similar. In the first one, we transform the columns and transpose
49 // the results. In the second one, we transform the rows. To achieve that,
52 // in normal/row positions).
56 const int16_t *in = input; local
67 input[0] = in[0 * stride] * 16
324 const int16_t *in = input; local
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.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
272 const struct legacy_stream_in *in = local
274 return in->legacy_in->sampleRate();
279 struct legacy_stream_in *in = local
289 const struct legacy_stream_in *in = local
291 return in->legacy_in->bufferSize();
296 const struct legacy_stream_in *in = local
298 return (audio_channel_mask_t) in->legacy_in->channels();
303 const struct legacy_stream_in *in local
311 struct legacy_stream_in *in = local
320 struct legacy_stream_in *in = reinterpret_cast<struct legacy_stream_in *>(stream); local
326 const struct legacy_stream_in *in = local
334 struct legacy_stream_in *in = local
353 const struct legacy_stream_in *in = local
373 struct legacy_stream_in *in = local
381 struct legacy_stream_in *in = local
388 struct legacy_stream_in *in = local
395 const struct legacy_stream_in *in = local
402 const struct legacy_stream_in *in = local
563 struct legacy_stream_in *in; local
609 struct legacy_stream_in *in = local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
294 const struct qcom_stream_in *in = local
296 return in->qcom_in->sampleRate();
301 struct qcom_stream_in *in = local
311 const struct qcom_stream_in *in = local
313 return in->qcom_in->bufferSize();
318 const struct qcom_stream_in *in = local
320 return in->qcom_in->channels();
325 const struct qcom_stream_in *in local
332 struct qcom_stream_in *in = local
341 struct qcom_stream_in *in = reinterpret_cast<struct qcom_stream_in *>(stream); local
347 const struct qcom_stream_in *in = local
355 struct qcom_stream_in *in = local
374 const struct qcom_stream_in *in = local
394 struct qcom_stream_in *in = local
402 struct qcom_stream_in *in = local
409 struct qcom_stream_in *in = local
416 const struct qcom_stream_in *in = local
423 const struct qcom_stream_in *in = local
631 struct qcom_stream_in *in; local
679 struct qcom_stream_in *in = local
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.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
42 private final DataInputStream in; field in class:BinaryHprofReader
75 this.in = new DataInputStream(inputStream);
126 String version = BinaryHprof.readMagic(in);
137 int idSize = in.readInt();
147 long time = in.readLong();
165 int tagOrEOF = in.read();
170 int timeDeltaInMicroseconds = in.readInt();
171 int recordLength = in.readInt()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.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
44 static private final String source = "This is a test message with Unicode character. \u4e2d\u56fd is China's name in Chinese";
416 InputStreamReader in = new InputStreamReader(fis); local
418 int b = in.read();
474 assertEquals("Error when reading bytes in "
528 assertEquals("Error when reading bytes in "
548 assertTrue("Used in tests", true);
  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.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
261 // Set of context names used in toString method
530 /* !! There is no description in the documentation what this method must
587 * in that it supports multiple character ranges, depending
607 * in that it supports multiple character ranges, depending
698 * @param contextIndex index of the script index to use in shaper
785 * according to the serialized form of this class mentioned in the
802 * according to the serialized form of this class mentioned in the
831 * @param in the i
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.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
21 * you may not use this file except in compliance with the License.
26 * Unless required by applicable law or agreed to in writing, software
62 * libraries. All methods of this class are accessed in a static way and the
72 public static final InputStream in; field in class:System
107 in = new BufferedInputStream(new FileInputStream(FileDescriptor.in));
121 setFieldImpl("in", "Ljava/io/InputStream;", newIn);
159 * in which case copying is performed as if the source element
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
210 if (V) Log.v(TAG, "Uri in batch: " + Uri.parse(splitUri[i]));
348 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); local
349 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
350 in.putExtra("title", mContext.getString(R.string.enabling_progress_title))
    [all...]
BluetoothOppTransfer.java 6 * Redistribution and use in source and binary forms, with or without
12 * - Redistributions in binary form must reproduce the above copyright notice,
13 * this list of conditions and the following disclaimer in the documentation
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
128 * Receives events from mConnectThread & mSession back in the main thread.
147 * failed, and all shares in batch failed
266 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); local
267 mContext.sendBroadcast(in);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.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
75 * the chooser is only opened with the first item in the list.
105 * Entries in this list are compared to the end of the lower-cased filename, so they must
119 * Entries in this list are compared to the end of the lower-cased filename, so they must
128 * so we should probably factor that in. A 5MB attachment will generally be around
135 * so we should probably factor that in. A 5MB attachment will generally be around
209 * NOTE: Since mime types on Android are case-*sensitive*, return values are always in
294 * In support of deleting a message, find all attachments and delete associated attachment
319 * In support of deleting a message, find all attachments and delete associated cache
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 6 * you may not use this file except in compliance with the License.
11 * Unless required by applicable law or agreed to in writing, software
41 * EAS uses (as defined in the EAS specification).
77 private InputStream in; field in class:Parser
91 // The tag is in the low 6 bits
130 // the tag enums defined in Tags.java.
142 // TODO: Define a new parse exception type rather than lumping these in as IOExceptions.
145 * Generated when the parser comes to EOF prematurely during parsing (i.e. in error)
152 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
153 * input stream; in other words, the stream had no content
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFlowAnalytics.java 6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
84 * provided in {@link #mPackageManagerInstallResult}).
118 * Time instant when the installation request arrived, measured in elapsed realtime
124 * Time instant when the information about the package being installed was obtained, measured in
130 * Time instant when the user clicked the Install button, measured in elapsed realtime
137 * Time instant when this flow terminated, measured in elapsed realtime milliseconds. See
153 public InstallFlowAnalytics createFromParcel(Parcel in) {
154 return new InstallFlowAnalytics(in);
165 public InstallFlowAnalytics(Parcel in) {
591 InputStream in = null; local
    [all...]
  /packages/apps/Settings/tests/src/com/android/settings/vpn2/
VpnTests.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
64 * VPN profiles are saved in an xml file and will be loaded through {@link VpnProfileParser}.
109 InputStream in = null; local
117 in = new FileInputStream(profileFile);
118 mVpnInfoPool = VpnProfileParser.parse(in);
312 * Install certificates from a file loaded in external stroage on the device
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.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
50 * Facilities are provided in the following areas:
86 * Instances should NOT be constructed in standard programming.
93 * The number of bytes in a kilobyte.
98 * The number of bytes in a megabyte.
103 * The number of bytes in a gigabyte.
251 * @param directory the directory to search in.
272 * If your search should recurse into subdirectories you can pass in
278 * "temp" you pass in <code>FileFilterUtils.NameFileFilter("temp")</code
1104 InputStream in = null; local
1137 InputStream in = null; local
1158 InputStream in = null; local
1212 InputStream in = null; local
1707 InputStream in = null; local
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 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
51 const void *in; member in struct:android::renderscript::__anon53843
159 * A new gralloc buffer is in use. The pointers and strides in
162 * The new gralloc handle is provided in mHal.state.nativeBuffer
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 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
51 const void *in; member in struct:android::renderscript::__anon54372
159 * A new gralloc buffer is in use. The pointers and strides in
162 * The new gralloc handle is provided in mHal.state.nativeBuffer
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 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
51 const void *in; member in struct:android::renderscript::__anon54903
159 * A new gralloc buffer is in use. The pointers and strides in
162 * The new gralloc handle is provided in mHal.state.nativeBuffer
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.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
65 // Man-in-The-Middle (MiTM). The client connects to the MiTM which then connects to the server
66 // and starts forwarding all TLS records between the client and the server. In tests that check
144 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server")
166 "SSLSocket is vulnerable to Heartbleed in " + ((client) ? "client" : "server")
190 // Start the MiTM daemon in the background
201 // Start the server in the background
209 // Start the client in the background
381 InputStream in,
755 private final InputStream in; field in class:OpenSSLHeartbleedTest.TlsRecordReader
906 InputStream in = null; local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.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
803 InputStream in = EnvironmentHelper.PropertiesToInputStream(props); local
804 man.readConfiguration(in);
973 InputStream in = null; local
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 63 // TODO: make sure relative file names are converted to relative URLs in all anchors/hrefs
120 m_log.trace1 ("process", "[" + getType () + "] report generated in " + (end - start) + " ms");
439 // this visit only takes place in src views
614 // this visit only takes place in class views
774 // TODO: merge header and footer in the same method
1142 BufferedReader in = null; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskPersister.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
72 /** The maximum number of entries to keep in the queue before draining it automatically. */
87 // value in RecentsBackupHelper.
138 // The next time in milliseconds we will remove expired task from
278 // See if it is in the write queue
371 final XmlPullParser in = Xml.newPullParser(); local
372 in.setInput(reader);
375 while (((event = in.next()) != XmlPullParser.END_DOCUMENT) &&
377 final String name = in.getName()
777 final XmlPullParser in = Xml.newPullParser(); local
1112 final XmlPullParser in = Xml.newPullParser(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.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 // TODO: notify listeners in other users when package has been installed there
110 // TODO: purge expired sessions periodically in addition to at reboot
112 /** XML constants used in {@link #mSessionsFile} */
160 * heavy to store directly in {@link #mSessionsFile}.
309 final XmlPullParser in = Xml.newPullParser(); local
310 in.setInput(fis, null);
313 while ((type = in.next()) != END_DOCUMENT) {
315 final String tag = in.getName()
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.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 * The bytes of a dex file in memory for reading and writing. All int offsets
93 * Creates a new dex buffer of the dex in {@code in}, and closes {@code in}.
95 public Dex(InputStream in) throws IOException {
96 loadFrom(in);
110 throw new DexException("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file);
144 private void loadFrom(InputStream in) throws IOException
955 private final Dex.Section in = open(tableOfContents.classDefs.off); field in class:Dex.ClassDefIterator
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.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
624 ByteArrayInputStream in = new ByteArrayInputStream(out local
626 myProps2.load(in);
627 in.close();
677 ByteArrayInputStream in = new ByteArrayInputStream(out local
679 myProps2.load(in);
680 in.close();
714 ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray()); local
715 myProps2.load(in);
833 ByteArrayInputStream in = new ByteArrayInputStream(out local
858 ByteArrayInputStream in = new ByteArrayInputStream(out local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarFileTest.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
110 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -signkey root1.pem -out root1.crt
115 * /usr/bin/openssl x509 -req -days 3650 -in root2.csr -CA root1.crt -CAkey root1.pem -out root2.crt
116 * /usr/bin/openssl x509 -req -days 3650 -in root1.csr -CA root2.crt -CAkey root2.pem -out root1.crt
119 * /usr/bin/openssl x509 -req -days 3650 -in signer.csr -CA root1.crt -CAkey root1.pem -out signer.crt
120 * /usr/bin/openssl pkcs12 -inkey signer.pem -in signer.crt -export -out signer.p12 -name signer -passout pass:certloop
288 * Note only (and all of) the following should be contained in the file
332 assertEquals("Error in returned entry", 311, jarFile.getEntry(
369 assertEquals("Error in returned entry", 311, jarFile.getJarEntry
585 InputStream in = jar.getInputStream(entry); local
594 InputStream in = jar.getInputStream(entry); local
607 InputStream in = jar.getInputStream(entry); local
628 InputStream in = jar.getInputStream(entry); local
892 InputStream in = jarFile.getInputStream(zipEntry); local
1022 InputStream in = jf.getInputStream(new JarEntry("invalid")); local
    [all...]

Completed in 369 milliseconds

<<41424344454647484950>>