HomeSort by relevance Sort by last modified time
    Searched defs:in (Results 1151 - 1175 of 2162) sorted by null

<<41424344454647484950>>

  /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
40 * EAS uses (as defined in the EAS specification).
77 private InputStream in; field in class:Parser
94 // The tag is in the low 6 bits
133 // the tag enums defined in Tags.java.
145 // TODO: Define a new parse exception type rather than lumping these in as IOExceptions.
148 * Generated when the parser comes to EOF prematurely during parsing (i.e. in error)
155 * An EmptyStreamException is an EofException that occurs reading the first byte in the parser's
156 * 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::__anon73965
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::__anon75263
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::__anon76573
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/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...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.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
63 * Whether or not the user has asked for notifications of new mail in this account
79 // Whether the account is in the process of being created; any account reconciliation code
80 // MUST ignore accounts with this bit set; in addition, ContentObservers for this data
83 // Security hold is used when the device is not in compliance with security policies
84 // required by the server; in this state, the user MUST be alerted to the need to update
90 // Whether the account should try to cache attachments in the background
95 // sync mailboxes in this account automatically. A manual sync request to sync a mailbox
464 * first one in the database. If no account exists, returns {@link #NO_ACCOUNT}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /packages/apps/ContactsCommon/libs/
geocoder-2.9.jar 
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 62 __u16 in; member in struct:rdma_ucm_cmd_hdr

Completed in 53 milliseconds

<<41424344454647484950>>