/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 47 # source files, where putting all generated files in the same directory would 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 66 # include brief member descriptions after the members that are listed in 80 # that is used to form the text in various listings. Each string 81 # in this list, if found as the leading text of the brief description, will be 108 # inherited members of a class in the documentation of that class as if those 115 # path before files name in the file list and in the header files. If set [all …]
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 47 # source files, where putting all generated files in the same directory would 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 66 # include brief member descriptions after the members that are listed in 80 # that is used to form the text in various listings. Each string 81 # in this list, if found as the leading text of the brief description, will be 108 # inherited members of a class in the documentation of that class as if those 115 # path before files name in the file list and in the header files. If set [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 47 # source files, where putting all generated files in the same directory would 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 66 # include brief member descriptions after the members that are listed in 80 # that is used to form the text in various listings. Each string 81 # in this list, if found as the leading text of the brief description, will be 108 # inherited members of a class in the documentation of that class as if those 115 # path before files name in the file list and in the header files. If set [all …]
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 17 # This tag specifies the encoding used for all characters in the config file 44 # 4096 sub-directories (in 2 levels) under the output directory of each output 47 # source files, where putting all generated files in the same directory would 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 66 # include brief member descriptions after the members that are listed in 80 # that is used to form the text in various listings. Each string 81 # in this list, if found as the leading text of the brief description, will be 108 # inherited members of a class in the documentation of that class as if those 115 # path before files name in the file list and in the header files. If set [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Message.java | 301 private Message(Parcel in) { in Message() argument 302 id = in.readLong(); in Message() 303 serverId = in.readString(); in Message() 304 uri = in.readParcelable(null); in Message() 305 conversationUri = in.readParcelable(null); in Message() 306 subject = in.readString(); in Message() 307 snippet = in.readString(); in Message() 308 mFrom = in.readString(); in Message() 309 mTo = in.readString(); in Message() 310 mCc = in.readString(); in Message() [all …]
|
D | Account.java | 307 public Account buildFrom(Parcel in, ClassLoader loader) { in buildFrom() argument 308 return new Account(in, loader); in buildFrom() 569 protected Account(Parcel in, ClassLoader loader) { in Account() argument 570 displayName = in.readString(); in Account() 571 senderName = in.readString(); in Account() 572 type = in.readString(); in Account() 573 accountManagerName = in.readString(); in Account() 574 providerVersion = in.readInt(); in Account() 575 uri = in.readParcelable(null); in Account() 576 capabilities = in.readInt(); in Account() [all …]
|
D | Conversation.java | 203 private Conversation(Parcel in, ClassLoader loader) { in Conversation() argument 204 id = in.readLong(); in Conversation() 205 uri = in.readParcelable(null); in Conversation() 206 subject = in.readString(); in Conversation() 207 dateMs = in.readLong(); in Conversation() 208 hasAttachments = (in.readInt() != 0); in Conversation() 209 messageListUri = in.readParcelable(null); in Conversation() 210 sendingState = in.readInt(); in Conversation() 211 priority = in.readInt(); in Conversation() 212 read = (in.readInt() != 0); in Conversation() [all …]
|
D | Folder.java | 440 public Folder(Parcel in, ClassLoader loader) { in Folder() argument 441 id = in.readInt(); in Folder() 442 persistentId = in.readString(); in Folder() 443 folderUri = new FolderUri((Uri) in.readParcelable(loader)); in Folder() 444 name = in.readString(); in Folder() 445 capabilities = in.readInt(); in Folder() 447 hasChildren = in.readInt() == 1; in Folder() 448 syncWindow = in.readInt(); in Folder() 449 conversationListUri = in.readParcelable(loader); in Folder() 450 childFoldersListUri = in.readParcelable(loader); in Folder() [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | MatrixUtils.h | 63 static void convert9to33(double out[3][3], double in[9]) { in convert9to33() 64 out[0][0] = in[0]; in convert9to33() 65 out[0][1] = in[1]; in convert9to33() 66 out[0][2] = in[2]; in convert9to33() 68 out[1][0] = in[3]; in convert9to33() 69 out[1][1] = in[4]; in convert9to33() 70 out[1][2] = in[5]; in convert9to33() 72 out[2][0] = in[6]; in convert9to33() 73 out[2][1] = in[7]; in convert9to33() 74 out[2][2] = in[8]; in convert9to33() [all …]
|
D | Interp.h | 51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; in ciCalc() local 54 tmpf[0] = in[0] * ciTable[off + 40]; in ciCalc() 55 tmpf[0] += in[1] * ciTable[off]; in ciCalc() 56 tmpf[0] += in[2] * ciTable[40 - off]; in ciCalc() 57 tmpf[0] += in[3] * ciTable[80 - off]; in ciCalc() 58 in += img->pitch; in ciCalc() 59 tmpf[1] = in[0] * ciTable[off + 40]; in ciCalc() 60 tmpf[1] += in[1] * ciTable[off]; in ciCalc() 61 tmpf[1] += in[2] * ciTable[40 - off]; in ciCalc() 62 tmpf[1] += in[3] * ciTable[80 - off]; in ciCalc() [all …]
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | MatrixUtils.h | 63 static void convert9to33(double out[3][3], double in[9]) { in convert9to33() 64 out[0][0] = in[0]; in convert9to33() 65 out[0][1] = in[1]; in convert9to33() 66 out[0][2] = in[2]; in convert9to33() 68 out[1][0] = in[3]; in convert9to33() 69 out[1][1] = in[4]; in convert9to33() 70 out[1][2] = in[5]; in convert9to33() 72 out[2][0] = in[6]; in convert9to33() 73 out[2][1] = in[7]; in convert9to33() 74 out[2][2] = in[8]; in convert9to33() [all …]
|
D | Interp.h | 51 ImageTypeShortBase *in = img->ptr[yi-1] + xi - 1; in ciCalc() local 54 tmpf[0] = in[0] * ciTable[off + 40]; in ciCalc() 55 tmpf[0] += in[1] * ciTable[off]; in ciCalc() 56 tmpf[0] += in[2] * ciTable[40 - off]; in ciCalc() 57 tmpf[0] += in[3] * ciTable[80 - off]; in ciCalc() 58 in += img->pitch; in ciCalc() 59 tmpf[1] = in[0] * ciTable[off + 40]; in ciCalc() 60 tmpf[1] += in[1] * ciTable[off]; in ciCalc() 61 tmpf[1] += in[2] * ciTable[40 - off]; in ciCalc() 62 tmpf[1] += in[3] * ciTable[80 - off]; in ciCalc() [all …]
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Policy.java | 458 public Policy createFromParcel(Parcel in) { 459 return new Policy(in); 502 public Policy(Parcel in) { in Policy() argument 504 mId = in.readLong(); in Policy() 505 mPasswordMode = in.readInt(); in Policy() 506 mPasswordMinLength = in.readInt(); in Policy() 507 mPasswordMaxFails = in.readInt(); in Policy() 508 mPasswordHistory = in.readInt(); in Policy() 509 mPasswordExpirationDays = in.readInt(); in Policy() 510 mPasswordComplexChars = in.readInt(); in Policy() [all …]
|
D | Account.java | 853 public Account createFromParcel(Parcel in) { 854 return new Account(in); 905 public Account(Parcel in) { in Account() argument 907 mId = in.readLong(); in Account() 908 mDisplayName = in.readString(); in Account() 909 mEmailAddress = in.readString(); in Account() 910 mSyncKey = in.readString(); in Account() 911 mSyncLookback = in.readInt(); in Account() 912 mSyncInterval = in.readInt(); in Account() 913 mHostAuthKeyRecv = in.readLong(); in Account() [all …]
|
D | Mailbox.java | 831 public Mailbox(Parcel in) { in Mailbox() argument 832 mBaseUri = in.readParcelable(null); in Mailbox() 833 mId = in.readLong(); in Mailbox() 834 mDisplayName = in.readString(); in Mailbox() 835 mServerId = in.readString(); in Mailbox() 836 mParentServerId = in.readString(); in Mailbox() 837 mParentKey = in.readLong(); in Mailbox() 838 mAccountKey = in.readLong(); in Mailbox() 839 mType = in.readInt(); in Mailbox() 840 mDelimiter = in.readInt(); in Mailbox() [all …]
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcStatsEntry.java | 74 public ProcStatsEntry(Parcel in) { in ProcStatsEntry() argument 75 mPackage = in.readString(); in ProcStatsEntry() 76 mUid = in.readInt(); in ProcStatsEntry() 77 mName = in.readString(); in ProcStatsEntry() 78 in.readStringList(mPackages); in ProcStatsEntry() 79 mDuration = in.readLong(); in ProcStatsEntry() 80 mAvgPss = in.readLong(); in ProcStatsEntry() 81 mMaxPss = in.readLong(); in ProcStatsEntry() 82 mAvgUss = in.readLong(); in ProcStatsEntry() 83 mMaxUss = in.readLong(); in ProcStatsEntry() [all …]
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
D | UTF7StyleCharsetDecoder.java | 64 protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) { in decodeLoop() argument 65 while (in.hasRemaining()) { in decodeLoop() 66 byte b = in.get(); in decodeLoop() 70 return malformed(in); in decodeLoop() 73 return overflow(in); in decodeLoop() 80 return overflow(in); in decodeLoop() 81 CoderResult result = handleBase64(in, out, b); in decodeLoop() 90 return malformed(in); in decodeLoop() 95 return overflow(in); in decodeLoop() 103 private CoderResult overflow(ByteBuffer in) { in overflow() argument [all …]
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | ProvisioningParams.java | 99 public ProvisioningParams createFromParcel(Parcel in) { 101 params.mTimeZone = in.readString(); 102 params.mLocalTime = in.readLong(); 103 params.mLocale = (Locale) in.readSerializable(); 104 params.mWifiSsid = in.readString(); 105 params.mWifiHidden = in.readInt() == 1; 106 params.mWifiSecurityType = in.readString(); 107 params.mWifiPassword = in.readString(); 108 params.mWifiProxyHost = in.readString(); 109 params.mWifiProxyPort = in.readInt(); [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 117 Intent in = new Intent(context, BluetoothOppIncomingFileConfirmActivity.class); in onReceive() local 118 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive() 119 in.setDataAndNormalize(uri); in onReceive() 120 context.startActivity(in); in onReceive() 158 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive() local 159 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onReceive() 160 in.setDataAndNormalize(uri); in onReceive() 161 context.startActivity(in); in onReceive() 173 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local 174 in.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP); in onReceive() [all …]
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | HostAuthCompat.java | 100 public HostAuthCompat(Parcel in) { in HostAuthCompat() argument 101 mProtocol = in.readString(); in HostAuthCompat() 102 mAddress = in.readString(); in HostAuthCompat() 103 mPort = in.readInt(); in HostAuthCompat() 104 mFlags = in.readInt(); in HostAuthCompat() 105 mLogin = in.readString(); in HostAuthCompat() 106 mPassword = in.readString(); in HostAuthCompat() 107 mDomain = in.readString(); in HostAuthCompat() 108 mClientCertAlias = in.readString(); in HostAuthCompat() 109 mServerCert = in.createByteArray(); in HostAuthCompat() [all …]
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | DashboardTile.java | 150 public void readFromParcel(Parcel in) { in readFromParcel() argument 151 id = in.readLong(); in readFromParcel() 152 titleRes = in.readInt(); in readFromParcel() 153 title = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in); in readFromParcel() 154 summaryRes = in.readInt(); in readFromParcel() 155 summary = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in); in readFromParcel() 156 iconRes = in.readInt(); in readFromParcel() 157 fragment = in.readString(); in readFromParcel() 158 fragmentArguments = in.readBundle(); in readFromParcel() 159 if (in.readInt() != 0) { in readFromParcel() [all …]
|
/packages/apps/Browser/src/com/android/browser/ |
D | BrowserBackupAgent.java | 67 DataInputStream in = new DataInputStream( in onBackup() local 70 savedFileSize = in.readLong(); in onBackup() 71 savedCrc = in.readLong(); in onBackup() 72 savedVersion = in.readInt(); in onBackup() 77 if (in != null) { in onBackup() 78 in.close(); in onBackup() 102 DataInputStream in = new DataInputStream(infstream); in onRestore() local 105 int count = in.readInt(); in onRestore() 112 mark.url = in.readUTF(); in onRestore() 113 mark.visits = in.readInt(); in onRestore() [all …]
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | CachedInputStream.java | 44 public CachedInputStream(InputStream in) { in CachedInputStream() argument 45 super(in); in CachedInputStream() 105 if (in!=null) { in close() 106 in.close(); in close() 107 in = null; in close() 134 if (in == null) { in read() 138 int reads = in.read(buffer, offset, count); in read() 158 int reads = in.read(buf, indexInBuf, toRead); in read() 167 reads = in.read(buffer, offset, count); in read() 206 if (in == null) { in available() [all …]
|
/packages/apps/Calculator/ |
D | NOTICE | 5 you may not use this file except in compliance with the License. 7 Unless required by applicable law or agreed to in writing, software 16 you may not use this file except in compliance with the License. 18 Unless required by applicable law or agreed to in writing, software 58 "Work" shall mean the work of authorship, whether in Source or 60 copyright notice that is included in or attached to the work 61 (an example is provided in the Appendix below). 63 "Derivative Works" shall mean any work, whether in Source or Object 74 submitted to Licensor for inclusion in the Work by the copyright owner 83 designated in writing by the copyright owner as "Not a Contribution." [all …]
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallFlowAnalytics.java | 153 public InstallFlowAnalytics createFromParcel(Parcel in) { 154 return new InstallFlowAnalytics(in); 165 public InstallFlowAnalytics(Parcel in) { in InstallFlowAnalytics() argument 166 mFlags = in.readInt(); in InstallFlowAnalytics() 167 mResult = in.readByte(); in InstallFlowAnalytics() 168 mPackageManagerInstallResult = in.readInt(); in InstallFlowAnalytics() 169 mStartTimestampMillis = in.readLong(); in InstallFlowAnalytics() 170 mPackageInfoObtainedTimestampMillis = in.readLong(); in InstallFlowAnalytics() 171 mInstallButtonClickTimestampMillis = in.readLong(); in InstallFlowAnalytics() 172 mEndTimestampMillis = in.readLong(); in InstallFlowAnalytics() [all …]
|