Searched defs:type (Results 176 - 200 of 434) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java140 final String type, final String[] features,
139 getAccountsByTypeAndFeatures( final String type, final String[] features, AccountManagerCallback<Account[]> callback, Handler handler) argument
/frameworks/base/tests/BrowserTestPlugin/jni/
H A Dmain.cpp41 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream,
191 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java311 private static int buildShader(String source, int type) { argument
312 int shader = glCreateShader(type);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java81 private TrackerEntry(String tag, EntryType type) { argument
82 mType = type;
158 "Attribute length does not match data type length");
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java40 Component(int type, String name) { argument
42 mData.type = type;
/frameworks/base/tools/aapt/
H A DXMLNode.h57 enum type { enum in class:XMLNode
63 type getType() const;
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java342 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
369 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
397 mTmpValue.type == TypedValue.TYPE_DIMENSION) {
527 outValue.type = TypedValue.TYPE_STRING;
580 int assetCookie, String type) throws NotFoundException {
670 * Builds and throws a {@link Resources.NotFoundException} based on a resource id and a resource type.
579 loadXmlResourceParser(String file, int id, int assetCookie, String type) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DBaseAdapter.java57 protected AdapterItem(DataBindingItem item, int type, int fullPosition, argument
60 mType = type;
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h85 uint32_t type() const function in class:mcld::ELFSegment
H A DLDSection.h49 /// type - The categorizes the section's contents and semantics. It's
53 /// In MachO, it's type field of struct section::flags
54 uint32_t type() const function in class:mcld::LDSection
65 /// In ELF, if the type() is SHT_NOBITS, this function return zero.
128 void setType(uint32_t type) argument
129 { m_Type = type; }
/frameworks/compile/mclinker/lib/LD/
H A DResolveInfo.cpp190 uint32_t ResolveInfo::type() const function in class:ResolveInfo
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp35 unsigned int type; member in struct:ApplyFunctionTriple
60 Relocation::Type type = pRelocation.type(); local
62 if (type >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) {
63 fatal(diag::unknown_relocation) << (int)type
69 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
90 if (llvm::ELF::R_MIPS_LO16 == reloc->type() &&
129 if (!(got.isLocal(rsym) && rsym->type() == ResolveInfo::Section)) {
153 assert((pHiReloc.type() == llvm::ELF::R_MIPS_HI16 ||
154 pHiReloc.type()
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp37 unsigned int type; member in struct:ApplyFunctionTriple
63 Relocation::Type type = pRelocation.type(); local
65 if (type >= sizeof (ApplyFunctions) / sizeof (ApplyFunctions[0]) ) {
66 fatal(diag::unknown_relocation) << (int)type <<
72 return ApplyFunctions[type].func(pRelocation, pLDInfo, *this);
208 // Get an relocation entry in .rel.dyn and set its type to pType,
287 helper_DynRel(pReloc, pReloc.type(), pParent);
331 helper_DynRel(pReloc, pReloc.type(), pParent);
/frameworks/native/include/android/
H A Dsensor.h113 int32_t type; member in struct:ASensorEvent
160 * Returns the default sensor for the given type, or NULL if no sensor
161 * of that type exist.
163 ASensor const* ASensorManager_getDefaultSensor(ASensorManager* manager, int type);
235 * Return this sensor's type
/frameworks/native/libs/utils/
H A DDebug.cpp103 static char* typetostring(uint32_t type, char* out, argument
109 c[0] = (char)((type>>24)&0xFF);
110 c[1] = (char)((type>>16)&0xFF);
111 c[2] = (char)((type>>8)&0xFF);
112 c[3] = (char)(type&0xFF);
129 // if all zeros, not a valid type code.
160 return appendhexnum(type, pos);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
185 GLenum *type = (GLenum *) 0; local
281 GLenum *type = (GLenum *) 0; local
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
16 GLenum *type = (GLenum *) 0; local
58 _exceptionMessage = "type == null";
70 type = type_base + typeOffset;
95 (GLenum *)type,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
149 if (type == NULL) {
151 type
187 GLenum *type = (GLenum *) 0; local
282 GLenum *type = (GLenum *) 0; local
[all...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp45 mVSyncEvent[i].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
114 void EventThread::onVSyncReceived(int type, nsecs_t timestamp) { argument
115 ALOGE_IF(type >= HWC_DISPLAY_TYPES_SUPPORTED,
116 "received event for an invalid display (id=%d)", type);
119 if (type < HWC_DISPLAY_TYPES_SUPPORTED) {
120 mVSyncEvent[type].header.type = DisplayEventReceiver::DISPLAY_EVENT_VSYNC;
121 mVSyncEvent[type].header.id = type;
122 mVSyncEvent[type]
128 onHotplugReceived(int type, bool connected) argument
[all...]
H A DTransform.cpp91 return type() > TRANSLATE;
248 uint32_t Transform::type() const function in class:android::Transform
302 return type() & 0xFF;
307 return (type() >> 8) & 0xFF;
317 type(); // updates the type
319 String8 flags, type; local
338 type.append("IDENTITY ");
340 type.append("SCALE ");
342 type
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java205 * Checks if an Application of specified type present on the card
206 * @param type is AppType to look for
208 public boolean isApplicationOnIcc(IccCardApplicationStatus.AppType type); argument
H A DUiccCard.java195 // This is normal. (i.e. no application of this type)
298 public boolean isApplicationOnIcc(IccCardApplicationStatus.AppType type) { argument
301 if (mUiccApplications[i] != null && mUiccApplications[i].getType() == type) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java1635 private void runTest(int type, int code) { argument
1638 mRadioControl.triggerSsn(type, code);
1649 assertEquals(type, notification.notificationType);
/frameworks/rs/cpp/
H A DAllocation.cpp85 ALOGE("32 bit integer source does not match allocation type %i", dt);
93 ALOGE("16 bit integer source does not match allocation type %i", dt);
101 ALOGE("8 bit integer source does not match allocation type %i", dt);
109 ALOGE("32 bit float source does not match allocation type %i", dt);
126 ALOGE("Object source does not match allocation type %i", dt);
150 ALOGE("Source must be exactly one usage type.");
239 ALOGE("Array too small for allocation type.");
381 android::sp<Allocation> Allocation::createTyped(RenderScript *rs, sp<const Type> type, argument
383 void *id = rsAllocationCreateTyped(rs->mContext, type->getID(), mips, usage, 0);
388 return new Allocation(id, rs, type, usag
391 createTyped(RenderScript *rs, sp<const Type> type, RsAllocationMipmapControl mips, uint32_t usage, void *pointer) argument
400 createTyped(RenderScript *rs, sp<const Type> type, uint32_t usage) argument
[all...]
/frameworks/rs/driver/
H A DrsdShaderCache.h75 uint32_t type; member in struct:RsdShaderCache::UniformQueryData
/frameworks/rs/
H A DrsAllocation.h50 const Type * type; member in struct:android::renderscript::Allocation::Hal::State
86 const Type * getType() const {return mHal.state.type;}
153 mHal.state.type = t;
161 static void writePackedData(Context *rsc, const Type *type, uint8_t *dst,

Completed in 448 milliseconds

1234567891011>>