/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/ |
H A D | ByteBuffersAsyncRequestBody.java | 46 private final String mimetype; field in ByteBuffersAsyncRequestBody 50 private ByteBuffersAsyncRequestBody(String mimetype, Long length, ByteBuffer... buffers) { in ByteBuffersAsyncRequestBody() 132 public static ByteBuffersAsyncRequestBody of(String mimetype, ByteBuffer... buffers) { in of() 139 …public static ByteBuffersAsyncRequestBody of(String mimetype, Long length, ByteBuffer... buffers) { in of() 148 public static ByteBuffersAsyncRequestBody from(String mimetype, byte[] bytes) { in from()
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_email/ |
D | test_contentmanager.py | 801 def content_object_as_header_receiver(self, obj, mimetype): argument 809 def content_object_as_disposition_inline_receiver(self, obj, mimetype): argument 814 def content_object_as_non_ascii_filename_receiver(self, obj, mimetype): argument 821 def content_object_as_cid_receiver(self, obj, mimetype): argument 826 def content_object_as_params_receiver(self, obj, mimetype): argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
H A D | http.py | 271 def mimetype(self): member in MediaUpload 403 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, argument 440 def mimetype(self): member in MediaIoBaseUpload 528 def __init__(self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, argument 579 def __init__(self, body, mimetype='application/octet-stream', argument
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/ |
D | http.py | 319 def mimetype(self): member in MediaUpload 451 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, resumable=False): argument 487 def mimetype(self): member in MediaIoBaseUpload 575 self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, resumable=False argument 639 mimetype="application/octet-stream", argument
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/ |
D | TypePrecedence.java | 86 public static int getTypePrecedence(String mimetype, int type) { in getTypePrecedence() 101 private static int[] getTypePrecedenceList(String mimetype) { in getTypePrecedenceList()
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
D | DownloadDrmHelper.java | 42 public static boolean isDrmMimeType(Context context, String mimetype) { in isDrmMimeType() 66 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
|
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | DownloadDrmHelper.java | 44 public static boolean isDrmMimeType(Context context, String mimetype) { in isDrmMimeType() 69 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
|
/aosp_15_r20/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivityTest.java | 715 final String mimetype = "image/png"; in testDownload() local 865 MockResponse(String body, String mimetype, Map<String, String> headers) { in MockResponse() argument 903 private void setResponse(String query, String body, String mimetype, in setResponse() 929 String filename, String mimetype) throws Exception { in prepareTestDirectlyOpen()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSessionTest.java | 95 String mimetype = "image/jpeg"; in startThenStop_startsAndStopsClientThread() local 163 String mimetype = "image/jpeg"; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError() local
|
D | BluetoothOppShareInfoTest.java | 38 private String mimetype = "image/jpeg"; field in BluetoothOppShareInfoTest
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | MoveRawContactsTest.java | 252 private void assertData(long rawContactId, String mimetype, String data1, int expectedCount) { in assertData() 264 private void assertDataExists(long rawContactId, String mimetype, String data1) { in assertDataExists() 268 private void assertDataDoesNotExist(long rawContactId, String mimetype, String data1) { in assertDataDoesNotExist()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppUtility.java | 198 Context context, String fileName, String mimetype, Long timeStamp, Uri uri) { in openReceivedFile() 310 public static boolean isRecognizedFileType(Context context, Uri fileUri, String mimetype) { in isRecognizedFileType()
|
D | BluetoothOppShareInfo.java | 76 String mimetype, in BluetoothOppShareInfo()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/ |
H A D | ContentHandlerFactory.java | 54 ContentHandler createContentHandler(String mimetype); in createContentHandler()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/ |
D | ContentHandlerFactory.java | 54 ContentHandler createContentHandler(String mimetype); in createContentHandler()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/net/ |
D | ContentHandlerFactory.java | 54 ContentHandler createContentHandler(String mimetype); in createContentHandler()
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForCustomMimetype.java | 24 AbstractContactAggregator aggregator, String mimetype) { in DataRowHandlerForCustomMimetype()
|
D | DataRowHandlerForCommonDataKind.java | 36 AbstractContactAggregator aggregator, String mimetype, String typeColumn, in DataRowHandlerForCommonDataKind()
|
/aosp_15_r20/frameworks/base/core/java/android/webkit/ |
H A D | DownloadListener.java | 31 String contentDisposition, String mimetype, long contentLength); in onDownloadStart()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/util/ |
H A D | MimetypeTest.java | 28 private static Mimetype mimetype; field in MimetypeTest
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | cgi.h | 48 *mimetype; /* MIME media type */ member
|
/aosp_15_r20/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadDrmHelper.java | 41 public static boolean isDrmConvertNeeded(String mimetype) { in isDrmConvertNeeded()
|
/aosp_15_r20/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
H A D | MediaFrameworkTest.java | 86 String mimetype = MediaFormat.MIMETYPE_AUDIO_MPEG; in startPlayback() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/util/ |
H A D | Mimetype.java | 78 private static volatile Mimetype mimetype; field in Mimetype
|
/aosp_15_r20/prebuilts/go/linux-x86/test/codegen/ |
D | switch.go | 78 func mimetype(ext string) string { func
|