HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 976 - 1000 of 2266) sorted by null

<<31323334353637383940>>

  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.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
98 * @return The type of image data held in this Icon. One of
231 * @param context {@link android.content.Context Context} in which to load the drawable; see
248 * @param context {@link Context Context} in which to load the drawable; see
264 * @param context {@link android.content.Context Context} in which to load the drawable; used
488 * @param resPackage Name of the package containing the resource in question
502 * Create an Icon pointing to a bitmap in memory.
515 * Create an Icon pointing to a compressed bitmap stored in a byte array.
564 * @param tint a color, as in {@link Drawable#setTint(int)
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 288 // in object files.
315 SectionMap::Output::iterator in, inBegin, inEnd; local
324 for (in = inBegin; in != inEnd; ++in) {
325 LDSection* in_sect = (*in)->getSection();
412 SectionMap::Output::iterator in, inBegin, inEnd; local
416 for (in = inBegin; in != inEnd; ++in) {
    [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.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
43 * Exposes application secondary dex files as files in the application data
74 * Extracts application secondary dexes into files in the application data
166 // Ensure that whatever deletions happen in prepareDexDir only happen if the zip that
167 // contains a secondary dex file in there is not consistent with the latest apk. Otherwise,
308 InputStream in = apk.getInputStream(dexFile); local
322 int length = in.read(buffer);
325 length = in.read(buffer);
337 closeQuietly(in);
    [all...]
  /frameworks/native/cmds/atrace/
atrace.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
65 // Whether the file must be writable in order to enable the tracing
307 // uses file existance rather than writability in the /sys/ file checks.
348 // Set the size of the kernel's trace buffer in kilobytes.
398 // clock will result in the kernel using a per-CPU local clock.
420 // Poke all the binder-enabled processes in the system to get them to re-read
509 // Make sure that every function listed in funcs is in the list we just
595 // the enables to allow the same enable to exist in multiple categories
665 uint8_t *in, *out; local
    [all...]
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Filters.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
41 Object in, Type outputType);
42 public void forEach(Allocation in, Allocation out);
47 Object in, Type outputType) {
48 return builder.addKernel(getKernelID(), outputType, in);
63 void forEach(Allocation in, Allocation out) { s.forEach_(in, out); }
78 public void forEach(Allocation in, Allocation out) { s_mat.forEach_colormatrix(in, out);
386 ScriptGroup.Input in = b2.addInput(); local
    [all...]
  /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
63 * libraries. All methods of this class are accessed in a static way and the
73 public static final InputStream in; field in class:System
111 in = new BufferedInputStream(new FileInputStream(FileDescriptor.in));
151 setFieldImpl("in", "Ljava/io/InputStream;", newIn);
189 * in which case copying is performed as if the source element
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
DefaultHostnameVerifierTest.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
141 // Confirm that neither of the parameters used later in the test cause the verifier to blow
415 // Verify using a certificate where the pattern is in the CN
421 // Verify using a certificate where the pattern is in a DNS SubjectAltName
428 // Assert that in both cases the verifier gives the same result
430 fail("Different results between pattern in CN and SubjectAltName."
432 + ", when pattern in CN: " + resultWhenPatternInCn
433 + ", when pattern in SubjectAltName: " + resultWhenPatternInSubjectAltName);
449 InputStream in = new ByteArrayInputStream(encoded.getBytes(StandardCharsets.US_ASCII)) local
    [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]));
343 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); local
344 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
345 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
130 * Receives events from mConnectThread & mSession back in the main thread.
149 * failed, and all shares in batch failed
268 Intent in = new Intent(BluetoothShare.USER_CONFIRMATION_TIMEOUT_ACTION); local
269 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
62 * VPN profiles are saved in an xml file and will be loaded through {@link VpnProfileParser}.
107 InputStream in = null; local
115 in = new FileInputStream(profileFile);
116 mVpnInfoPool = VpnProfileParser.parse(in);
331 * 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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
hdspm.h 13 * This program is distributed in the hope that it will be useful,
82 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the
192 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
196 /* organisation is 64 channelfader in a continous memory block */
201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
206 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_cm.h 8 * COPYING in the main directory of this source tree, or the
11 * Redistribution and use in source and binary forms, with or
19 * - Redistributions in binary form must reproduce the above
21 * disclaimer in the documentation and/or other materials
27 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
28 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
30 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70 __u16 in; member in struct:ib_ucm_cmd_hdr
269 /* ari in ib_ucm_event_get info field. *
    [all...]
rdma_user_cm.h 7 * COPYING in the main directory of this source tree, or the
10 * Redistribution and use in source and binary forms, with or
18 * - Redistributions in binary form must reproduce the above
20 * disclaimer in the documentation and/or other materials
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
72 __u16 in; member in struct:rdma_ucm_cmd_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
hdspm.h 13 * This program is distributed in the hope that it will be useful,
82 * obtained via SNDRV_HDSPM_IOCTL_GET_LTC or in the
192 /* MADI mixer: 64inputs+64playback in 64outputs = 8192 => *4Byte =
196 /* organisation is 64 channelfader in a continuous memory block */
201 Ins to Outs mixer[out].in[in], Outstreams to Outs mixer[out].pb[pb] */
206 unsigned int in[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_channelfader
  /prebuilts/devtools/tools/lib/
gson-2.2.4.jar 

Completed in 454 milliseconds

<<31323334353637383940>>