/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 470 * first one in the database. If no account exists, returns {@link #NO_ACCOUNT} [all...] |
/prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.19.0/ |
google-http-client-jackson2-1.19.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client-jackson2/1.22.0/ |
google-http-client-jackson2-1.22.0.jar | |
/tools/apksig/src/main/java/com/android/apksig/ |
ApkVerifier.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 94 Closeable in = null; local 101 in = f; 108 if (in != null) { 109 in.close(); 306 * Android resource ID of the {@code android:targetSandboxVersion} attribute in 315 * @param androidManifestContents contents of {@code AndroidManifest.xml} in binary Android 332 // In each manifest element, targetSandboxVersion defaults to 1 359 + " : no manifest element in AndroidManifest.xml") [all...] |
/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 | |
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/ |
maven-dependency-analyzer-1.4.jar | |
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/ |
httpmime-4.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/ |
apache-mime4j-core-0.7.2.jar | |
/external/guice/extensions/persist/lib/ |
commons-io.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/ |
netty-buffer-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/ |
httpmime-4.3.2.jar | |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestCharset.java | 274 + Integer.toHexString(i) + (arrays ? " with arrays" : " without arrays") + " in " + converter); 300 + (arrays ? " with arrays" : " without arrays") + " in " + converter); 326 + (arrays ? " with arrays" : " without arrays") + " in " + converter); 409 errln("Incorrect result in " + converter + " for underflow / overflow edge cases"); 413 // test surrogate combinations in encoding 455 errln("Incorrect result in " + converter + " for \"" + input[index] + "\"" + ", expected: " + result[index] + ", received: " + cr); 470 errln("Incorrect result in " + converter + " for \"" + input[index] + "\"" + ", expected: " + result[index] + ", received: " + cr); 506 errln("Incorrect result in " + converter + " for 0x" 527 errln("Incorrect result in " + converter + " for 0x" 550 errln("Incorrect result in " + converter + " for 0x 609 char[] in = new char[] { local 1795 CharBuffer in = CharBuffer.wrap("\\ud800a"); local 1852 char[] in = new char[] { 0x1122, 0x2211, 0x3344, 0x4433, local 2589 ByteBuffer in = ByteBuffer.wrap(new byte[] { 0x00, 0x41, 0x00, 0x42, 0x01 }); local 2607 ByteBuffer in = ByteBuffer.allocate(400); local 2637 char[] in = new char[] { 0xd800, 0xdc00, local [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
BatteryStatsService.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 101 * Replaces the information in the given rpmStats with up-to-date information. 728 // There was a change in WiFi power state. 1298 Parcel in = Parcel.obtain(); local [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/ |
netty-codec-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/ |
netty-codec-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/ |
netty-codec-4.1.6.Final.jar | |
/bionic/libc/kernel/uapi/rdma/ |
rdma_user_cm.h | 55 __u16 in; member in struct:rdma_ucm_cmd_hdr
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
eventlib_p.h | 9 * copyright notice and this permission notice appear in all copies. 13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR 15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 33 #include <netinet/in.h> 95 struct sockaddr_in in; member in union:evAccept::__anon1323 103 struct sockaddr_in in; member in union:evAccept::__anon1324 236 int maxnfds; /* # elements in above */
|
/build/kati/ |
func.cc | 4 // you may not use this file except in compliance with the License. 9 // Unless required by applicable law or agreed to in writing, software 58 const char* in = cmd->c_str(); local 59 for (; *in && !done; in++) { 60 switch (*in) { 63 while (in[1] && *in != '\n') 64 in++; 72 if (quote == *in) 142 const string&& in = args[1]->Eval(ev); local [all...] |
/build/make/core/ |
java.mk | 256 # We don't need the .so files in bundled branches 337 # to fail except for bugs in their respective tools. If you would 388 # we preopt from is a temporary file. This will be addressed in a follow up, possibly 392 # Note that we set this only when called from package_internal.mk and not in other cases. 475 # Set ${in} and ${out} so they can be referenced by LOCAL_JAR_PROCESSOR_ARGS 477 in := $(full_classes_compiled_jar) macro 484 in := macro 546 # - prevent ProGuard stripping subclass in the support library that extends class added in the higher SDK version. 562 # jack already has the libraries in its classpath and doesn't support jar [all...] |
/cts/tests/app/app/src/android/app/stubs/ |
LaunchpadActivity.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 54 public MyBadParcelable createFromParcel(Parcel in) { 55 return new MyBadParcelable(in); 63 public MyBadParcelable(Parcel in) { 64 in.readString(); 81 // Also used as the Binder interface descriptor string in these tests 219 * @param debugName for the lifecycle shown in the logs
|
/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.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 591 final InputStream in = new ByteArrayInputStream(out.toByteArray()); local 592 parser.setInput(in, "utf-8"); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ExifInterfaceTest.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 54 // These files will be available for download in Android O release. 312 InputStream in = null; local 315 in = new BufferedInputStream(new FileInputStream(imageFile.getAbsolutePath())); 316 exifInterface = new ExifInterface(in); 319 IoUtils.closeQuietly(in); 416 // about writing back in here.
|