Searched refs:type (Results 201 - 225 of 873) sorted by relevance

1234567891011>>

/frameworks/base/tools/aidl/
H A DAST.cpp77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
130 :type(NULL),
137 :type(t),
144 :type(t),
157 types->insert(this->type);
167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(),
392 :type(t)
397 :type(t)
421 fprintf(to, "new %s(", this->type
[all...]
/frameworks/rs/scriptc/
H A Drs_cl.rsh36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
37 CVT_FUNC_2(type, char) \
38 CVT_FUNC_2(type, ushort) \
39 CVT_FUNC_2(type, short) \
40 CVT_FUNC_2(type, uint) \
41 CVT_FUNC_2(type, int) \
42 CVT_FUNC_2(type, float)
263 * type.
291 * type
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DVpnProfile.java51 public int type = TYPE_PPTP; // 1 field in class:VpnProfile
76 type = in.readInt();
97 out.writeInt(type);
128 profile.type = Integer.valueOf(values[1]);
129 if (profile.type < 0 || profile.type > TYPE_MAX) {
156 builder.append('\0').append(type);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp47 /* Play an audio URIs on the given stream type */
48 void TestStreamTypeConfiguration( SLObjectItf sl, const char* path, const SLint32 type) argument
139 /* Set the Android audio stream type on the player */
141 SL_ANDROID_KEY_STREAM_TYPE, &type, sizeof(SLint32));
143 fprintf(stderr, "invalid stream type %d\n", type);
192 /* Get the stream type during playback */
199 fprintf(stderr, "ERROR: size for stream type is %u, should be %u\n",
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type i
[all...]
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java107 private boolean registerLegacyListener(int legacyType, int type, argument
113 Sensor sensor = mSensorManager.getDefaultSensor(type);
160 private void unregisterLegacyListener(int legacyType, int type, argument
165 Sensor sensor = mSensorManager.getDefaultSensor(type);
262 int type = event.sensor.getType();
263 int legacyType = getLegacySensorType(type);
265 if (type == Sensor.TYPE_ORIENTATION) {
353 private static int getLegacySensorType(int type) { argument
354 switch (type) {
/frameworks/base/media/java/android/media/
H A DTimedText.java399 int type = parcel.readInt();
400 if (type == KEY_LOCAL_SETTING) {
401 type = parcel.readInt();
402 if (type != KEY_START_TIME) {
406 mKeyObjectMap.put(type, mStartTimeMs);
408 type = parcel.readInt();
409 if (type != KEY_STRUCT_TEXT) {
421 } else if (type != KEY_GLOBAL_SETTING) {
422 Log.w(TAG, "Invalid timed text key found: " + type);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java123 // methods deleted from their return type.
188 // methods deleted from their return type.
297 public void visitTypeInsn(int opcode, String type) {
298 assertTrue(!getBase(type).equals(JAVA_CLASS_NAME));
299 super.visitTypeInsn(opcode, type);
313 private boolean testType(Type type) { argument
314 int sort = type.getSort();
316 assertTrue(!getBase(type.getInternalName()).equals(JAVA_CLASS_NAME));
318 assertTrue(!getBase(type.getElementType().getInternalName())
322 for (Type t : type
[all...]
/frameworks/base/core/java/android/provider/
H A DContactsContract.java448 * The MIME-type of {@link #CONTENT_URI} providing a directory of
455 * The MIME type of a {@link #CONTENT_URI} item.
481 * The type of directory captured as a resource ID in the context of the
511 * The account type which this directory is associated.
773 * The type of account to which this row belongs, which when paired with
1239 * filter-as-you-type suggestions, use the {@link #CONTENT_FILTER_URI} URI.
1286 * That row has the mime type
1290 * that mime type.</td>
1572 * The content:// style URI used for "type-to-filter" functionality on the
1596 * The content:// style URI used for "type
5560 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
5570 getDisplayLabel(Context context, int type, CharSequence label) argument
5579 getTypeLabelResource(int type) argument
5610 getTypeLabel(Resources res, int type, CharSequence label) argument
5746 getTypeLabelResource(int type) argument
5761 getTypeLabel(Resources res, int type, CharSequence label) argument
5954 getTypeLabelResource(int type) argument
5968 getTypeLabel(Resources res, int type, CharSequence label) argument
6092 getTypeLabelResource(int type) argument
6106 getTypeLabel(Resources res, int type, CharSequence label) argument
6120 getProtocolLabelResource(int type) argument
6140 getProtocolLabel(Resources res, int type, CharSequence label) argument
6300 getTypeLabelResource(int type) argument
6313 getTypeLabel(Resources res, int type, CharSequence label) argument
6412 getTypeLabelResource(int type) argument
6439 getTypeLabel(Resources res, int type, CharSequence label) argument
6516 getTypeResource(Integer type) argument
6832 getTypeLabelResource(int type) argument
6846 getTypeLabel(Resources res, int type, CharSequence label) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java656 * Gets the acceleration curve type for this animation.
979 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
981 * @param value The dimension associated with the type parameter
986 protected float resolveSize(int type, float value, int size, int parentSize) { argument
987 switch (type) {
1078 public int type; field in class:Animation.Description
1100 d.type = ABSOLUTE;
1103 if (value.type == TypedValue.TYPE_FRACTION) {
1104 d.type = (value.data & TypedValue.COMPLEX_UNIT_MASK) ==
1109 } else if (value.type
[all...]
H A DTranslateAnimation.java61 mFromXType = d.type;
66 mToXType = d.type;
71 mFromYType = d.type;
76 mToYType = d.type;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java137 int type = 1;
147 return type + section.getItemViewType(position - 1);
152 type += section.getViewTypeCount();
/frameworks/base/tools/preload/
H A Dsorttable.js77 // work through each column and calculate its type
80 // manually override the type with a sorttable_type attribute
167 // guess the type of a column based on its first non-blank row
374 function dean_addEvent(element, type, handler) {
376 element.addEventListener(type, handler, false);
383 var handlers = element.events[type];
385 handlers = element.events[type] = {};
387 if (element["on" + type]) {
388 handlers[0] = element["on" + type];
394 element["on" + type]
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileSystem.h62 FileType type() const { return m_Value; } function in class:mcld::sys::fs::FileStatus
69 return rhs.type() == lhs.type();
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java436 int type;
437 while ((type = parser.next()) != XmlPullParser.START_TAG &&
438 type != XmlPullParser.END_DOCUMENT) {
442 if (type != XmlPullParser.START_TAG) {
728 int type;
730 while (((type = parser.next()) != XmlPullParser.END_TAG ||
731 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) {
733 if (type != XmlPullParser.START_TAG) {
768 int type;
771 while (((type
[all...]
H A DSurfaceHolder.java50 * whose type is SURFACE_TYPE_PUSH_BUFFERS.
149 * Sets the surface's type.
154 public void setType(int type); argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp34 unsigned int type; member in struct:ApplyFunctionTriple
59 Relocation::Type type = pRelocation.type(); local
61 if (type >= sizeof(ApplyFunctions) / sizeof(ApplyFunctions[0])) {
66 return ApplyFunctions[type].func(pRelocation, *this);
145 switch (pReloc.type()){
223 fatal(diag::unknown_relocation) << (int)pReloc.type()
234 switch (pReloc.type()){
279 fatal(diag::invalid_global_relocation) << (int)pReloc.type()
312 fatal(diag::dynamic_relocation) << (int)pReloc.type();
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp147 if (llvm::ELF::PT_LOAD == (*seg).type()) {
222 llvm::errs() << "unspported output file type: " << pConfig.codeGenType() << ".\n";
310 shdr[sectIdx].sh_type = ld_sect->type();
347 phdr[index].p_type = (*seg).type();
405 if (pSection.type() == SHT_REL) {
414 } else if (pSection.type() == SHT_RELA) {
424 llvm::report_fatal_error("unsupported relocation section type!");
465 rel->setSymbolAndType(Index, relocation->type());
507 rel->setSymbolAndType(Index, relocation->type());
523 if (llvm::ELF::SHT_DYNSYM == pSection.type() ||
[all...]
/frameworks/native/opengl/libagl/
H A Darray.cpp108 c->arrays.vertex.type = GL_FLOAT;
110 c->arrays.color.type = GL_FLOAT;
112 c->arrays.normal.type = GL_FLOAT;
115 c->arrays.texture[i].type = GL_FLOAT;
255 static const fn_t color_fct[2][16] = { // size={3,4}, type={ub,f,x}
263 static const fn_t color_clamp_fct[2][16] = { // size={3,4}, type={ub,f,x}
271 static const fn_t normal_fct[1][16] = { // size={3}, type={b,s,f,x}
277 static const fn_t vertex_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
291 static const fn_t texture_fct[3][16] = { // size={2,3,4}, type={b,s,f,x}
313 GLint size, GLenum type, GLsize
312 init( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, const buffer_t* bo, GLsizei count) argument
746 read_index(int type, const GLvoid*& p) argument
765 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
787 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
814 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
841 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
870 const int type = (c->arrays.indicesType == GL_UNSIGNED_BYTE); local
1235 glVertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1256 glColorPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1276 glNormalPointer( GLenum type, GLsizei stride, const GLvoid *pointer) argument
1297 glTexCoordPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) argument
1385 glDrawElements( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) argument
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h154 // kKeyEncryptedSizes, 0 /* type */, encSizes, sizeof(encSizes));
213 bool setData(uint32_t key, uint32_t type, const void *data, size_t size);
215 bool findData(uint32_t key, uint32_t *type,
232 void setData(uint32_t type, const void *data, size_t size);
233 void getData(uint32_t *type, const void **data, size_t *size) const;
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h41 // Shelf type
48 // type Type of the filter (high shelf or low shelf).
51 AudioShelvingFilter(ShelfType type, int nChannels, int sampleRate);
117 // Shelf type.
/frameworks/base/core/java/android/bluetooth/
H A DIBluetooth.aidl81 ParcelFileDescriptor connectSocket(in BluetoothDevice device, int type, in ParcelUuid uuid, int port, int flag);
82 ParcelFileDescriptor createSocketChannel(int type, in String serviceName, in ParcelUuid uuid, int port, int flag);
/frameworks/base/core/java/android/text/method/
H A DReplacementTransformationMethod.java183 public <T> T[] getSpans(int start, int end, Class<T> type) { argument
184 return mSpanned.getSpans(start, end, type);
199 public int nextSpanTransition(int start, int end, Class type) { argument
200 return mSpanned.nextSpanTransition(start, end, type);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java63 int type;
64 while ((type = xml.next()) != XmlPullParser.START_TAG
65 && type != XmlPullParser.END_DOCUMENT) {
67 assertEquals(XmlPullParser.START_TAG, type);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardDisplayManager.java66 public void onRouteSelected(MediaRouter router, int type, RouteInfo info) {
67 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
72 public void onRouteUnselected(MediaRouter router, int type, RouteInfo info) {
73 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
/frameworks/base/services/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java38 * @param type the authenticator type to return
40 * matches the account type or null if none is present
43 AuthenticatorDescription type, int userId);
42 getServiceInfo( AuthenticatorDescription type, int userId) argument

Completed in 802 milliseconds

1234567891011>>