Searched refs:in (Results 451 - 475 of 856) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP.
17 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
24 ; * [in] ppBitStream pointer to the pointer to the current byte in
26 ; * [in] pBitOffset pointer to the bit position in the byte pointed
29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
38 ; * [in] fcodeForwar
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
44 * Register for the messages we're interested in.
88 ByteBuffer in = wrapChunk(request);
90 boolean enable = (in.get() != 0);
101 ByteBuffer in = wrapChunk(request);
102 // currently nothing to read from "in"
119 * However, we're using the short threadId in THST messages, so we
121 * thread ID in the low 16 bits and somehow serialize the top 16 bits.)
124 ByteBuffer in
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceRequest.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
43 * Service discovery protocol. It's defined in table63 in Wi-Fi Direct specification.
49 * The value is equal to 2 plus the number of octets in the
69 * This constructor is only used in newInstance().
88 * This constructor is only used in Parcelable.
267 public WifiP2pServiceRequest createFromParcel(Parcel in) {
268 int servType = in.readInt();
269 int length = in
[all...]
H A DWifiP2pServiceResponse.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
40 * Service type. It's defined in table63 in Wi-Fi Direct specification.
46 * It's defined in table65 in Wi-Fi Direct specification.
110 * Hidden constructor. This is only used in framework.
223 // The length equals to 3 plus the number of octets in the vendor
363 public WifiP2pServiceResponse createFromParcel(Parcel in) {
365 int type = in
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
60 * List of settings that are backed up are stored in the Settings.java file
75 // Slots in the checksum array. Never insert new items in the middle
86 // Number of entries in the checksum array at various version numbers
123 // stored in the full-backup tarfile as well, so should not be changed.
126 // Delay in milliseconds between the restore operation and when we will bounce
127 // wifi in order to rewrite the supplicant config etc.
143 public static Network readFromStream(BufferedReader in) { argument
226 readNetworks(BufferedReader in) argument
950 readInt(byte[] in, int pos) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DPackageManagerBackupAgent.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
63 // version & signature info of each app in a restore set
84 // in backup. This set changes as apps are installed & removed.
146 * String incremental -- the incremental release name of the OS stored in
206 // marshal the version code in a canonical form
222 // At this point, the only entries in 'existing' are apps that were
223 // mentioned in the saved state file, but appear to no longer be present
251 // set of app signatures associated with each backed-up app in this restore
318 // write the number of signatures in th
329 readSignatureArray(DataInputStream in) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp5 * 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 * Renders a horizontal blend in two frames. The first frame is rendered
43 * in the upper third of the display and is called the reference frame.
44 * The second frame is displayed in the middle third and is called the
46 * that the colors produced in the reference and equivalence frames are
57 * The horizontal blend in the reference frame is produced from a linear
61 * from the reference frame. A color of black is used in the equivalence
119 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
203 istringstream in(st
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
264 * windows are kept next to their attached window in Z-order, and their
331 * user interaction with the phone (in particular incoming calls).
473 * in the world.
571 * This can be used independently, or in combination with
624 * by Window as described in {@link Window#setFlags}. */
639 * <p>This flag can be controlled in your theme through the
641 * is automatically set for you in the standard fullscreen themes
663 * it from appearing in screenshot
1562 LayoutParams(Parcel in) argument
[all...]
/frameworks/rs/
H A DrsMatrix4x4.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
302 void Matrix4x4::vectorMultiply(float *out, const float *in) const {
303 out[0] = (m[0] * in[0]) + (m[4] * in[1]) + (m[8] * in[2]) + m[12];
304 out[1] = (m[1] * in[0]) + (m[5] * in[1]) + (m[9] * in[2]) + m[13];
305 out[2] = (m[2] * in[
[all...]
/frameworks/base/core/java/android/net/
H A DRouteInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
90 throw new IllegalArgumentException("Invalid arguments passed in: " + gateway + "," +
245 public RouteInfo createFromParcel(Parcel in) {
250 if (in.readByte() == 1) {
251 byte[] addr = in.createByteArray();
252 prefix = in.readInt();
259 if (in.readByte() == 1) {
260 byte[] addr = in.createByteArray();
267 String iface = in
[all...]
H A DLinkCapabilities.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
66 * in kilobits per second (kbps). Values should be strings such
72 * Required minimum forward link (download) bandwidth, in
80 * This value is in kilobits per second (kbps).
87 * in kilobits per second (kbps).
95 * Required minimum reverse link (upload) bandwidth, in kilobits
104 * This value is in kilobits per second (kbps).
110 * Maximum latency for the socket, in milliseconds, above which
126 * This can be different from BOUND_INTERFACE in case
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
132 * @param in input string
135 public static final long crc64Long(String in) { argument
136 if (in == null || in.length() == 0) {
139 return crc64Long(getBytes(in));
163 public static byte[] getBytes(String in) { argument
164 byte[] result = new byte[in.length() * 2];
166 for (char ch : in
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DBatchedScanSettings.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
71 /** The channels used in the scan. If all channels should be used, {@code null} may be
77 /** The time between the start of two sequential scans, in seconds. If another
243 public BatchedScanSettings createFromParcel(Parcel in) {
245 settings.maxScansPerBatch = in.readInt();
246 settings.maxApPerScan = in.readInt();
247 settings.scanIntervalSec = in.readInt();
248 settings.maxApForDistance = in.readInt();
249 int channelCount = in
[all...]
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
41 * The type of the <em>first</em> record in the message has
163 * An NDEF Message can be formatted to bytes in different ways
185 * in an NFC Forum NDEF compatible tag.<p>
189 * @return NDEF Message in binary format
219 public NdefMessage createFromParcel(Parcel in) {
220 int recordsLength = in.readInt();
222 in.readTypedArray(records, NdefRecord.CREATOR);
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
31 * Inserts default data from InputStream, should be in XML format.
42 * Delete, it must be in order of uri, select, and arg:
61 * Insert multiple rows in to same table and same attributes:
87 public void insert(ContentResolver contentResolver, InputStream in) argument
90 Xml.parse(in, Xml.Encoding.UTF_8, this);
93 public void insert(ContentResolver contentResolver, String in) argument
96 Xml.parse(in, this);
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
160 public ParceledListSlice createFromParcel(Parcel in) {
161 return new ParceledListSlice(in, null);
165 public ParceledListSlice createFromParcel(Parcel in, ClassLoader loader) {
166 return new ParceledListSlice(in, loader);
/frameworks/base/core/tests/ConnectivityManagerTest/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/core/tests/utillib/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/base/data/keyboards/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
H A Dcommon.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
H A Dkeyboards.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software

Completed in 1363 milliseconds

<<11121314151617181920>>