/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionTest.java | 53 TestTelephonyConnection c = new TestTelephonyConnection(); in testSetupCommunicator() local 71 TestTelephonyConnection c = new TestTelephonyConnection(); in testDoNotSetupCommunicatorWhenDisabled() local 86 TestTelephonyConnection c = new TestTelephonyConnection(); in testDoNotSetupCommunicatorForNonIms() local 101 TestTelephonyConnection c = new TestTelephonyConnection(); in testDoNotSetupCommunicatorNoTransports() local 119 TestTelephonyConnection c = new TestTelephonyConnection(); in testSetupRtpOnly() local 140 TestTelephonyConnection c = new TestTelephonyConnection(); in testHangupAfterRedial() local 157 TestTelephonyConnection c = new TestTelephonyConnection(); in testSetupDtmfOnly() local 178 TestTelephonyConnection c = new TestTelephonyConnection(); in testCodecInIms() local 188 TestTelephonyConnection c = new TestTelephonyConnection(); in testConferenceNotSupportedForDownGradedVideoCall() local 206 TestTelephonyConnection c = new TestTelephonyConnection(); in testImsExternalConnectionOnRefreshConference() local
|
/packages/modules/DnsResolver/ |
D | res_comp.cpp | 131 #define hyphenchar(c) ((c) == 0x2d) argument 132 #define bslashchar(c) ((c) == 0x5c) argument 133 #define periodchar(c) ((c) == PERIOD) argument 134 #define asterchar(c) ((c) == 0x2a) argument 135 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) || ((c) >= 0x61 && (c) <= 0x7a)) argument 136 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) argument 137 #define underscorechar(c) ((c) == 0x5f) argument 139 #define borderchar(c) (alphachar(c) || digitchar(c)) argument 140 #define middlechar(c) (borderchar(c) || hyphenchar(c) || underscorechar(c)) argument 141 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) argument
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | NoLogMessage.java | 27 public WifiLog.LogMessage c(String value) { in c() method in NoLogMessage 32 public WifiLog.LogMessage c(long value) { in c() method in NoLogMessage 37 public WifiLog.LogMessage c(char value) { in c() method in NoLogMessage 42 public WifiLog.LogMessage c(boolean value) { in c() method in NoLogMessage
|
D | WifiLog.java | 206 LogMessage c(String value); in c() method 213 LogMessage c(long value); in c() method 220 LogMessage c(char value); in c() method 227 LogMessage c(boolean value); in c() method
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | InspectorProvider.java | 72 MatrixCursor c = createDocCursor(projection); in queryDocument() local 77 MatrixCursor c = createDocCursor(projection); in queryDocument() local 98 MatrixCursor c = createDocCursor(projection); in queryChildDocuments() local 106 MatrixCursor c = createDocCursor(projection); in queryChildDocuments() local 114 MatrixCursor c = createDocCursor(projection); in queryChildDocuments() local 121 MatrixCursor c = createDocCursor(projection); in queryChildDocuments() local 134 private void addFileWithSize(MatrixCursor c, String id, long size) { in addFileWithSize()
|
D | TestRootProvider.java | 68 MatrixCursor c = new MatrixCursor( in queryRoots() local 79 protected void addFile(MatrixCursor c, String id) { in addFile() 83 protected void addFile(MatrixCursor c, String id, int flags) { in addFile() 93 protected void addFolder(MatrixCursor c, String id) { in addFolder() 97 protected void addFolder(MatrixCursor c, String id, int flags) { in addFolder() 108 MatrixCursor c = new MatrixCursor( in createDocCursor() local
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | char_utils.h | 32 static AK_FORCE_INLINE bool isAsciiUpper(int c) { in isAsciiUpper() 38 static AK_FORCE_INLINE int toLowerCase(const int c) { in toLowerCase() 48 static AK_FORCE_INLINE int toBaseLowerCase(const int c) { in toBaseLowerCase() 66 static AK_FORCE_INLINE int toBaseCodePoint(int c) { in toBaseCodePoint() 130 static AK_FORCE_INLINE bool isAscii(int c) { in isAscii() 134 static AK_FORCE_INLINE int toAsciiLower(int c) { in toAsciiLower()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 128 Ch c = is.Take(); in Decode() local 157 Ch c; in Validate() local 199 Ch c = Take(is); in TakeBOM() local 265 Ch c = is.Take(); in Decode() local 284 Ch c; in Validate() local 302 CharType c = Take(is); in TakeBOM() local 309 CharType c = (unsigned char)is.Take(); in Take() local 334 CharType c = Take(is); in TakeBOM() local 341 CharType c = (unsigned char)is.Take() << 8; in Take() local 388 Ch c = is.Take(); in Decode() local [all …]
|
D | filewritestream.h | 35 void Put(char c) { in Put() 42 void PutN(char c, size_t n) { in PutN() 89 inline void PutN(FileWriteStream& stream, char c, size_t n) { in PutN()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecConfigTest.java | 44 IpSecConfig c = new IpSecConfig(); in testDefaults() local 60 IpSecConfig c = new IpSecConfig(); in getSampleConfig() local 105 IpSecConfig c = getSampleConfig(); in testParcelUnparcel() local
|
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
D | WifiP2pManager.java | 1129 private static void checkChannel(Channel c) { in checkChannel() 1141 private static void checkP2pConfig(WifiP2pConfig c) { in checkP2pConfig() 1214 public void discoverPeers(Channel c, ActionListener listener) { in discoverPeers() 1230 public void stopPeerDiscovery(Channel c, ActionListener listener) { in stopPeerDiscovery() 1258 public void connect(Channel c, WifiP2pConfig config, ActionListener listener) { in connect() 1275 public void cancelConnect(Channel c, ActionListener listener) { in cancelConnect() 1300 public void createGroup(Channel c, ActionListener listener) { in createGroup() 1331 public void createGroup(@NonNull Channel c, in createGroup() 1350 public void removeGroup(Channel c, ActionListener listener) { in removeGroup() 1365 public void startListening(@NonNull Channel c, @Nullable ActionListener listener) { in startListening() [all …]
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/search/ |
D | CarSettingsSearchIndexablesProviderTest.java | 107 Cursor c = mProvider.queryXmlResources(null); in queryXmlResources_fillsColumns() local 129 Cursor c = mProvider.queryXmlResources(null); in queryXmlResources_returnsAllRows() local 151 Cursor c = mProvider.queryXmlResources(null); in queryXmlResources_onPartiallyFilledFields_returnsPartialRows() local 179 Cursor c = mProvider.queryRawData(null); in queryRawData_fillsColumns() local 199 Cursor c = mProvider.queryRawData(null); in queryRawData_returnsAllRows() local 221 Cursor c = mProvider.queryRawData(null); in queryRawData_onPartiallyFilledFields_returnsPartialRows() local 254 Cursor c = mProvider.queryNonIndexableKeys(null); in queryNonIndexableKeys_fillsColumns() local 273 Cursor c = mProvider.queryNonIndexableKeys(null); in queryNonIndexableKeys_returnsAllRows() local 316 private void assertEqual(Cursor c, SearchIndexableResource res) { in assertEqual() 346 private void assertEqual(Cursor c, SearchIndexableRaw raw) { in assertEqual()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DocumentFilters.java | 51 private static boolean isSharableInO(Cursor c) { in isSharableInO() 62 private static boolean isSharablePreO(Cursor c) { in isSharablePreO() 74 private static final boolean isVirtual(Cursor c) { in isVirtual() 82 private static final boolean isNotMovable(Cursor c) { in isNotMovable()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/ |
D | GlobalSearchLoaderTest.java | 135 final Cursor c = result.getCursor(); in testSearchResult_includeDirectory() local 165 final Cursor c = result.getCursor(); in testSearchResult_isNotMovable() local 196 final Cursor c = result.getCursor(); in testSearchResult_includeDirectory_excludedOtherUsers() local 226 final Cursor c = result.getCursor(); in testSearchResult_includeSearchString() local 260 final Cursor c = result.getCursor(); in testSearchResult_includeDifferentRoot() local 292 final Cursor c = result.getCursor(); in testSearchResult_includeCurrentUserRootOnly() local 326 final Cursor c = result.getCursor(); in testSearchResult_includeBothUsersRoots() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 54 char c = source.charAt(i); in filter() local 62 char c = dest.charAt(i); in filter() local 74 char c = source.charAt(i); in filter() local
|
/packages/apps/Gallery2/jni/filters/ |
D | contrast.c | 20 unsigned char clamp(int c) in clamp() 30 int clampMax(int c,int max) in clampMax() 47 float c = 127-m*127; in JNIFUNCF() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | Utf8ByteLengthFilter.java | 55 char c = source.charAt(i); in filter() local 63 char c = dest.charAt(i); in filter() local 75 char c = source.charAt(i); in filter() local
|
/packages/apps/TV/src/com/android/tv/util/ |
D | AsyncDbTask.java | 152 try (Cursor c = in doInBackground() 183 protected abstract Result onQuery(Cursor c); in onQuery() 226 protected final List<T> onQuery(Cursor c) { in onQuery() 256 protected abstract T fromCursor(Cursor c); in fromCursor() 278 protected final T onQuery(Cursor c) { in onQuery() 308 protected abstract T fromCursor(Cursor c); in fromCursor() 326 protected final Channel fromCursor(Cursor c) { in fromCursor() 366 protected final Program fromCursor(Cursor c) { in fromCursor() 379 protected final RecordedProgram fromCursor(Cursor c) { in fromCursor() 442 protected Program fromCursor(Cursor c) { in fromCursor()
|
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
D | UnicodeSurrogate.java | 31 public static boolean isLowSurrogate(final char c) { in isLowSurrogate() 35 public static boolean isHighSurrogate(final char c) { in isHighSurrogate()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 325 public void setMessageColumns(Cursor c) { in setMessageColumns() 350 public void setEmailMessageColumns(Cursor c) { in setEmailMessageColumns() 358 public void setImMessageColumns(Cursor c) { in setImMessageColumns() 369 public void setEmailImConvoColumns(Cursor c) { in setEmailImConvoColumns() 381 public void setEmailImConvoContactColumns(Cursor c) { in setEmailImConvoContactColumns() 399 public void setSmsColumns(Cursor c) { in setSmsColumns() 410 public void setMmsColumns(Cursor c) { in setMmsColumns() 443 private static void close(Closeable c) { in close() 452 private void setProtected(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setProtected() 469 private void setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, in setThreadId() [all …]
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 117 MatrixCursor c = new MatrixCursor(COLUMNS); in setUp() local 230 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_sizesWithBucketing_ascending() local 282 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_sizesWithBucketing_descending() local 333 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_time_ascending() local 370 MatrixCursor c = new MatrixCursor(COLUMNS); in testSort_time_descending() local 476 MatrixCursor c = new MatrixCursor(COLUMNS); in testReturnsWrappedExtras() local 499 private Cursor createSortingCursorWrapper(Cursor c) { in createSortingCursorWrapper()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoStoreTest.java | 142 Cursor c = mDb.query(Tables.PHOTO_FILES, in runStorageTestForResource() local 163 Cursor c = mDb.query(Tables.PHOTO_FILES, in runStorageTestForResourceWithCrop() local 187 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID}, in testRemoveEntry() local 233 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID}, in testCleanup() local
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Workspace.java | 110 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWorkspaceAppIcon() 128 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in getWorkspaceAppIcon() 145 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in ensureWorkspaceIsScrollable() 249 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer("pressed Ctrl+W")) { in openAllWidgets() 267 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetWidget() 278 try (LauncherInstrumentation.Closable c = mLauncher.addContextLayer( in tryGetPendingWidget()
|
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/ |
D | PublicVolumeTest.java | 90 try (Cursor c = contentResolver.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, in testIncludeRecentlyUnmountedVolumes() 98 try (Cursor c = contentResolver.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, in testIncludeRecentlyUnmountedVolumes() 106 try (Cursor c = contentResolver.query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, in testIncludeRecentlyUnmountedVolumes()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
D | ScheduledRecordingTest.java | 72 Channel c = new ChannelImpl.Builder().build(); in testBuildProgram() local 102 ScheduledRecording c = in testBuild_priority() local 115 ScheduledRecording a, ScheduledRecording b, ScheduledRecording c) { in sortByPriority()
|