Searched refs:in (Results 251 - 275 of 723) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLTest.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
37 InputStream in = ssl.getInputStream();
38 assertNotNull(in);
47 int ret = in.read(b);
/frameworks/base/tools/preload/
H A DCompile.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
26 * an emulator or device running in the background, this class will use it
43 BufferedReader in = new BufferedReader(new InputStreamReader(
48 while ((line = in.readLine()) != null) {
69 in.close();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.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
32 * is in the process of being set up.
37 * This is the map described in the Javadoc comment above. The positions
68 /** Link speed in Mbps */
147 * @return the BSSID, in the form of a six-byte MAC address: {@code XX:XX:XX:XX:XX:XX}
157 * @return the RSSI, in the range ??? to ???
168 * Returns the current link speed in {@link #LINK_SPEED_UNITS}.
182 * @param macAddress the MAC address in {@code XX:XX:XX:XX:XX:XX} form
218 * access point, in th
[all...]
H A DWpsResult.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
79 public WpsResult createFromParcel(Parcel in) {
81 result.status = Status.valueOf(in.readString());
82 result.pin = in.readString();
H A DWifiConfiguration.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
35 * If this field is found in the configuration, the migration code is
203 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */
214 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
229 /** AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] */
282 * which must be enclosed in double quotation marks
284 * hex digits,which are not enclosed in quotes
291 * a string in the format of an Ethernet MAC address, e.g.,
305 * Up to four WEP keys. Either an ASCII string enclosed in doubl
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s22 ; * [in] blockIndex block index indicating the component type and
23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
26 ; * blocks 0 to 3 in the same macroblock.
27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
28 ; * [in] pQpBuf pointer to the quantization parameter buffer
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s22 ; * [in] blockIndex block index indicating the component type and
23 ; * position as defined in subclause 6.1.3.8, of ISO/IEC
26 ; * blocks 0 to 3 in the same macroblock.
27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
28 ; * [in] pQpBuf pointer to the quantization parameter buffer
/frameworks/base/location/java/android/location/
H A DGeofence.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 * @param latitude latitude in degrees
42 * @param longitude longitude in degrees
43 * @param radius radius in meters
103 public Geofence createFromParcel(Parcel in) {
104 int type = in.readInt();
105 double latitude = in.readDouble();
106 double longitude = in.readDouble();
107 float radius = in
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DCellSignalStrengthGsm.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
35 private int mSignalStrength; // Valid values are (0-31, 99) as defined in TS 27.007 8.5
36 private int mBitErrorRate; // bit error rate (0-7, 99) as defined in TS 27.007 8.5
111 // signal, its better to show 0 bars to the user in such cases.
149 // signal, its better to show 0 bars to the user in such cases.
201 private CellSignalStrengthGsm(Parcel in) { argument
202 mSignalStrength = in.readInt();
203 mBitErrorRate = in.readInt();
218 public CellSignalStrengthGsm createFromParcel(Parcel in) {
[all...]
H A DServiceState.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
27 * The following phone information is included in returned ServiceState:
42 * with an operator either in home network or in roaming.
197 public ServiceState(Parcel in) { argument
198 mState = in.readInt();
199 mRoaming = in.readInt() != 0;
200 mOperatorAlphaLong = in.readString();
201 mOperatorAlphaShort = in
[all...]
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pConfig.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
82 //Based on definitions in wps/wps_defs.h
138 public WifiP2pConfig createFromParcel(Parcel in) {
140 config.deviceAddress = in.readString();
141 config.wps = (WpsInfo) in.readParcelable(null);
142 config.groupOwnerIntent = in.readInt();
143 config.netId = in.readInt();
H A DWifiP2pDevice.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
54 * Secondary device type is an optional attribute that can be provided by a device in
60 // These definitions match the ones in wpa_supplicant
167 * Note: The events formats can be looked up in the wpa_supplicant code
342 public WifiP2pDevice createFromParcel(Parcel in) {
344 device.deviceName = in.readString();
345 device.deviceAddress = in.readString();
346 device.primaryDeviceType = in.readString();
347 device.secondaryDeviceType = in
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.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
208 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
218 in >> chStart;
219 if (!in || ((chStart != '<') && (chStart != '['))) { return rect; }
222 in >> rect.left;
223 if (!in) { return rect; }
224 in >> ch;
225 if (!in || (ch != ',')) { return rect; }
228 in >> rec
259 hwcTestParseDim(istringstream& in, bool& error) argument
303 hwcTestParseColor(istringstream& in, bool& error) argument
[all...]
H A DhwcRects.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
141 #define NUMA(a) (sizeof(a) / sizeof(a [0])) // Num elements in an array
282 "closing >] in: %s", rectDesc.c_str());
368 istringstream in(rectStr);
374 in >> str;
375 if (!in) {
381 testPrintE("Unknown graphic format in: %s", rectStr.c_str());
387 rect.displayFrame = hwcTestParseHwcRect(in, error);
389 testPrintE("Invalid display frame in
[all...]
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHeap.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
50 * Register for the messages we're interested in.
112 ByteBuffer in = wrapChunk(request);
114 int when = in.get();
130 ByteBuffer in = wrapChunk(request);
132 int when = in.get();
133 int what = in.get();
156 ByteBuffer in = wrapChunk(request);
160 int len = in
[all...]
/frameworks/base/core/java/android/nfc/
H A DTag.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
54 * single activity via the {@link NfcAdapter#EXTRA_TAG} extra in an
57 * most appropriate activity to handle the tag. The Android OS executes each stage in order,
74 * If the tag contains NDEF data the system inspects the first {@link NdefRecord} in the first
78 * type is put in the intent's type field. This allows activities to register to be launched only
91 * more technologies in the tag. See {@link NfcAdapter#ACTION_TECH_DISCOVERED} for more detail.
99 * it is in range. Tag's can come in many forms, such as stickers, cards, key fobs, or
100 * even embedded in
336 readBytesWithNull(Parcel in) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerCubic.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
73 int16_t *in = mBuffer.i16; local
83 // out[outputIndex++] += vr * in[inputIndex*2];
102 in = mBuffer.i16;
107 advance(&left, in[inputIndex*2]);
108 advance(&right, in[inputIndex*2+1]);
139 int16_t *in = mBuffer.i16; local
169 in = mBuffer.i16;
173 advance(&left, in[inputInde
[all...]
H A DAudioResampler.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
48 // number of bits used in interpolation multiply - 15 bits avoids overflow
60 void AsmMono16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx,
63 void AsmStereo16Loop(int16_t *in, int32_t* maxOutPt, int32_t maxInIdx,
338 int16_t *in = mBuffer.i16; member in namespace:android
343 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
344 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
360 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
366 out[outputIndex++] += vl * Interp(in[inputInde
[all...]
/frameworks/base/core/java/android/hardware/usb/
H A DUsbAccessory.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
197 public UsbAccessory createFromParcel(Parcel in) {
198 String manufacturer = in.readString();
199 String model = in.readString();
200 String description = in.readString();
201 String version = in.readString();
202 String uri = in.readString();
203 String serial = in.readString();
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.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 public StatusBarIconList(Parcel in) { argument
32 readFromParcel(in);
35 public void readFromParcel(Parcel in) { argument
36 this.mSlots = in.readStringArray();
37 final int N = in.readInt();
43 if (in.readInt() != 0) {
44 mIcons[i] = new StatusBarIcon(in);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.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
91 in = input signal (Word16)
126 Word16 in[], // i : input signal (length l_trm)
133 temp = shr (in[0], 2);
138 temp = shr (in[i], 2);
169 Word16 in[], /* i : input signal (length l_trm) */
181 temp = in[i] >> 2;
196 in = input signal (Word16)
229 CALL energy_old ( in
168 energy_old( Word16 in[], Word16 l_trm, Flag *pOverflow ) argument
258 energy_old_Wrapper(Word16 in[], Word16 l_trm, Flag *pOverflow) argument
370 energy_new( Word16 in[], Word16 l_trm, Flag *pOverflow ) argument
478 energy_new_Wrapper(Word16 in[], Word16 l_trm, Flag *pOverflow) argument
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureStore.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
122 * Get all the gesture entry names in the library
279 DataInputStream in = null;
281 in = new DataInputStream((stream instanceof BufferedInputStream) ? stream :
290 final short versionNumber = in.readShort();
293 readFormatV1(in);
302 if (closeStream) GestureUtils.closeStream(in);
306 private void readFormatV1(DataInputStream in) throws IOException { argument
311 // Number of entries in th
[all...]
/frameworks/support/v7/
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
17 # Note: the source code is in java/, not src/, because this code is also part of
21 # without being included in it.
39 # Include this library in the build server's output directory
/frameworks/base/tests/BiDiTests/
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
20 # Only compile source java files in this apk.
/frameworks/base/tools/layoutlib/bridge/tests/
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
19 # Only compile source java files in this lib.

Completed in 1343 milliseconds

<<11121314151617181920>>