HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 276 - 300 of 10128) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.h 25 @property(nonatomic, readonly) ARDSignalingMessageType type; variable
  /frameworks/av/drm/common/
IDrmServiceListener.cpp 49 int type = data.readInt32(); local
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
Operation.java 25 public final int type; field in class:Operation
27 public Operation(int initialState, BackupRestoreTask callbackObj, int type) {
30 this.type = type;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaSmsSubaddress.java 20 public int type; field in class:CdmaSmsSubaddress
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
PlaybackError.java 21 public int type; field in class:PlaybackError
  /frameworks/base/tools/aapt2/link/
PrivateAttributeMover.cpp 60 ResourceTableType* type = package->FindType(ResourceType::kAttr); local
61 if (!type) {
65 if (type->visibility_level != Visibility::Level::kPublic) {
73 move_if(type->entries, std::back_inserter(private_attr_entries),
  /frameworks/native/libs/binder/
IMediaResourceMonitor.cpp 31 virtual void notifyResourceGranted(/*in*/ int32_t pid, /*in*/ const int32_t type)
36 data.writeInt32(type);
51 const int32_t type = data.readInt32(); local
52 notifyResourceGranted(/*in*/ pid, /*in*/ type);
  /frameworks/native/services/thermalservice/libthermalcallback/
ThermalCallback.cpp 33 int type = DEVICE_TEMPERATURE_UNKNOWN; local
35 switch(temperature.type) {
37 type = DEVICE_TEMPERATURE_CPU;
40 type = DEVICE_TEMPERATURE_GPU;
43 type = DEVICE_TEMPERATURE_BATTERY;
46 type = DEVICE_TEMPERATURE_SKIN;
50 type = DEVICE_TEMPERATURE_UNKNOWN;
57 android::os::Temperature thermal_svc_temp(value, type);
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidItem.h 28 unsigned int type; member in struct:HidUtil::HidItem
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
Chunk.java 33 public int type; // chunk type field in class:Chunk
45 public Chunk(int type, byte[] data, int offset, int length) {
46 this.type = type;
56 public Chunk(int type, ByteBuffer buf) {
57 this.type = type;
  /libcore/ojluni/src/lambda/java/java/lang/invoke/
CallSite.java 31 public MethodType type() { return null; } method in class:CallSite
  /libcore/ojluni/src/main/java/java/security/cert/
CRL.java 48 // the CRL type
49 private String type; field in class:CRL
52 * Creates a CRL of the specified type.
54 * @param type the standard name of the CRL type.
60 protected CRL(String type) {
61 this.type = type;
65 * Returns the type of this CRL.
67 * @return the type of this CRL
    [all...]
  /libcore/ojluni/src/main/java/jdk/net/
ExtendedSocketOptions.java 40 private final Class<T> type; field in class:ExtendedSocketOptions.ExtSocketOption
41 ExtSocketOption(String name, Class<T> type) {
43 this.type = type;
46 @Override public Class<T> type() { return type; } method in class:ExtendedSocketOptions.ExtSocketOption
  /libcore/ojluni/src/main/java/sun/net/
ApplicationProxy.java 33 * proxies by type.
37 super(proxy.type(), proxy.address());
  /libcore/support/src/test/java/libcore/tlswire/record/
TlsRecord.java 27 public int type; field in class:TlsRecord
33 result.type = in.readUnsignedByte();
  /packages/apps/Car/Radio/src/com/android/car/radio/storage/
IdentifierEntity.java 28 public final int type; field in class:IdentifierEntity
32 IdentifierEntity(@IdentifierType int type, long value) {
33 this.type = type;
38 type = id.getType();
44 return id.getType() == type && id.getValue() == value;
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactLoaderUtils.java 50 final String type = resolver.getType(uri); local
52 if (ContactsContract.Contacts.CONTENT_ITEM_TYPE.equals(type)) {
57 if (RawContacts.CONTENT_ITEM_TYPE.equals(type)) {
  /packages/apps/Contacts/tests/src/com/android/contacts/model/account/
ExternalAccountTypeTest.java 88 * Initialize with an invalid package name and see if type will be initialized, but empty.
91 final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), local
93 assertTrue(type.isInitialized());
101 final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), local
104 assertTrue(type.isInitialized());
107 assertNotNull(type.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE));
108 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_NAME));
109 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME));
110 assertNotNull(type.getKindForMimetype(Email.CONTENT_ITEM_TYPE));
111 assertNotNull(type.getKindForMimetype(StructuredPostal.CONTENT_ITEM_TYPE))
127 final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), local
155 final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), local
167 final ExternalAccountType type = new ExternalAccountType(getInstrumentation().getTargetContext(), local
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestFileTypeLookup.java 31 final String type = fileTypes.get(mimeType); local
33 return type == null ? DEFAULT_TYPE : type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_he.h 17 char type; member in struct:he_ioctl_reg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_AUDIT.h 27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-restore.h 40 pa_device_type_t type; /**< Device type sink or source? */ member in struct:pa_ext_device_restore_info
68 pa_device_type_t type,
95 pa_device_type_t type,
103 pa_device_type_t type,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 43 * 1) has a typedef element_type which names tehe type it points to.
49 * This type supports the semantics of the pointer cast operators (below.)
53 { typedef typename _ToType::element_type* type; }; typedef in struct:_Caster
57 { typedef _ToType* type; }; typedef in struct:_Caster
64 * element_type typedef which names the type it points to.
70 type>(__arg.get())); }
76 type>(__arg.get())); }
82 type>(__arg.get())); }
88 type>(__arg.get())); }
98 type>(__arg));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
entry_cmp.hpp 57 typedef Cmp_Fn type; typedef in struct:__gnu_pbds::detail::entry_cmp
71 struct type : public Cmp_Fn struct in struct:__gnu_pbds::detail::entry_cmp
73 type() { } function in struct:__gnu_pbds::detail::entry_cmp::type
75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } function in struct:__gnu_pbds::detail::entry_cmp::type
entry_pred.hpp 56 typedef Pred type; typedef in struct:__gnu_pbds::detail::entry_pred
69 struct type : public Pred struct in struct:__gnu_pbds::detail::entry_pred
72 type() { } function in struct:__gnu_pbds::detail::entry_pred::type
75 type(const Pred& other) : Pred(other) { } function in struct:__gnu_pbds::detail::entry_pred::type

Completed in 587 milliseconds

<<11121314151617181920>>