Searched refs:type (Results 126 - 150 of 693) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DPositionDependentOption.h48 inline const Type& type() const function in class:mcld::PositionDependentOption
/frameworks/compile/slang/
H A Dslang_rs_export_element.h44 RSExportPrimitiveType::DataType type; member in struct:slang::RSExportElement::__anon1334
H A Dslang_rs_metadata_spec.h32 // All ->type or ->base_type in RS*Type now becomes an index to RSType array.
46 const union RSType *type; member in struct:RSVar
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp51 switch(pOutput.type()) {
62 llvm::errs() << "unspported output file type: " << pOutput.type() << ".\n";
102 switch(pOutput.type()) {
113 llvm::errs() << "unspported output file type: " << pOutput.type() << ".\n";
146 && (pOutput.type() != Output::Object)
147 && (pOutput.type() != Output::DynObj));
196 shdr[sectIdx].sh_type = ld_sect->type();
229 shdr[sectIdx].sh_type = ld_sect->type();
[all...]
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java39 * typed data, such as MIME-type media, a URI, or a custom
53 * <li><em>type</em>: detailed typing for the payload</li>
60 * NDEF Records with correctly set tnf, type, id and payload fields, please
95 * Indicates the type field contains a well-known RTD type name.<p>
98 * The RTD type name format is specified in NFCForum-TS-RTD_1.0.
108 * Indicates the type field contains a media-type BNF
110 * Use this with MIME type names such as {@literal "image/jpeg"}, or
118 * Indicates the type fiel
455 createExternal(String domain, String type, byte[] data) argument
515 NdefRecord(short tnf, byte[] type, byte[] id, byte[] payload) argument
864 validateTnf(short tnf, byte[] type, byte[] id, byte[] payload) argument
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java740 media.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
758 for (int type : media.getRtpPayloadTypes()) {
759 codec = AudioCodec.getCodec(type, media.getRtpmap(type),
760 media.getFmtp(type));
768 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
771 for (int type : media.getRtpPayloadTypes()) {
772 String rtpmap = media.getRtpmap(type);
773 if ((type != codec.type)
[all...]
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java55 * A type of policy that this device admin can use: limit the passwords
65 * A type of policy that this device admin can use: able to watch login
76 * A type of policy that this device admin can use: able to reset the
86 * A type of policy that this device admin can use: able to force the device
97 * A type of policy that this device admin can use: able to factory
107 * A type of policy that this device admin can use: able to specify the
117 * A type of policy that this device admin can use: force the user to
126 * A type of policy that this device admin can use: require encryption of stored data.
134 * A type of policy that this device admin can use: disables use of all device cameras.
237 int type;
[all...]
/frameworks/base/tools/aidl/
H A DAST.h69 Type* type; member in struct:Variable
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
184 Type* type; member in struct:NewExpression
187 NewExpression(Type* type);
188 NewExpression(Type* type, int argc, ...);
198 Type* type; member in struct:NewArrayExpression
201 NewArrayExpression(Type* type, Expression* size);
220 Type* type; member in struct:Cast
224 Cast(Type* type, Expressio
345 Type* type; member in struct:Class
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp45 unsigned int type; member in struct:ApplyFunctionTriple
54 Relocation::Type type = pRelocation.type(); local
56 if (type >= sizeof(apply_functions) / sizeof(apply_functions[0])) {
57 llvm::report_fatal_error(llvm::Twine("Unknown relocation type. "
64 Result result = apply_functions[type].func(pRelocation, pLDInfo, *this);
69 llvm::Twine(apply_functions[type].name) +
78 llvm::Twine(apply_functions[type].name) +
93 // Get an relocation entry in .rel.dyn and set its type to R_MIPS_REL32,
120 if (llvm::ELF::R_MIPS_LO16 == reloc->type()
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp91 return type() > TRANSLATE;
249 uint32_t Transform::type() const function in class:android::Transform
303 return type() & 0xFF;
308 return (type() >> 8) & 0xFF;
318 type(); // updates the type
320 String8 flags, type; local
339 type.append("IDENTITY ");
341 type.append("SCALE ");
343 type
[all...]
/frameworks/base/core/java/android/content/res/
H A DResources.java212 * some other type of CharSequence if it is styled.
216 * tool. This integer encodes the package, type, and resource
241 * tool. This integer encodes the package, type, and resource
304 * tool. This integer encodes the package, type, and resource
330 * tool. This integer encodes the package, type, and resource
356 * tool. This integer encodes the package, type, and resource
381 * tool. This integer encodes the package, type, and resource
398 * some other type of CharSequence if it is styled.
401 * tool. This integer encodes the package, type, and resource
418 * tool. This integer encodes the package, type, an
2094 loadXmlResourceParser(int id, String type) argument
2109 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
[all...]
H A DColorStateList.java120 int type;
121 while ((type=parser.next()) != XmlPullParser.START_TAG
122 && type != XmlPullParser.END_DOCUMENT) {
125 if (type != XmlPullParser.START_TAG) {
176 int type;
186 while ((type=parser.next()) != XmlPullParser.END_DOCUMENT
188 || type != XmlPullParser.END_TAG)) {
189 if (type != XmlPullParser.START_TAG) {
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp49 int type = data.readInt32(); local
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.h65 DiscontinuityType type, const sp<AMessage> &extra);
73 sp<MediaSource> getSource(SourceType type);
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl109 * @param type Type of file system entity, e.g. FullBackup.TYPE_DIRECTORY.
117 int type, String domain, String path, long mode, long mtime,
/frameworks/base/core/java/android/bluetooth/
H A DAtParser.java35 * is parsed for name, type, and (optional) arguments, and an appropriate
88 // Extended command type enumeration, only used internally
313 // Determine what type of command this is.
316 int type;
319 type = TYPE_ACTION;
321 type = TYPE_READ;
325 type = TYPE_TEST;
327 type = TYPE_SET;
330 type = TYPE_SET;
333 type
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderResult.java43 int type = source.readInt();
44 if (type == 1) {
/frameworks/base/core/java/android/gesture/
H A DGestureLibrary.java51 public void setSequenceType(int type) { argument
52 mStore.setSequenceType(type);
/frameworks/base/libs/hwui/
H A DResourceCache.h44 ResourceReference(ResourceType type) { argument
45 refCount = 0; recycled = false; destroyed = false; resourceType = type;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDynamicIdMap.java44 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
47 * @param type the type of the resource
51 public Integer getId(ResourceType type, String name) { argument
52 return getId(Pair.of(type, name));
56 * Returns a dynamic integer for the given resource type/name, creating it if it doesn't
59 * @param resource the type/name of the resource
/frameworks/compile/linkloader/lib/
H A DELFHeader.cpp64 char const *ELFHeaderHelperMixin::getObjectTypeStr(uint16_t type) { argument
65 switch (type) {
66 default: return "No file type";
/frameworks/compile/mclinker/
H A Dmcld-host-build.mk7 -Werror=return-type \
/frameworks/native/opengl/libagl/
H A Dfixed_asm.S23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
/frameworks/rs/driver/
H A DrsdVertexArray.h38 uint32_t type; member in class:RsdVertexArray::Attrib
46 void set(uint32_t type, uint32_t size, uint32_t stride, bool normalized, uint32_t offset, const char *name);
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java45 final int type = info.getType();
46 switch (type) {

Completed in 584 milliseconds

1234567891011>>