Searched refs:dataType (Results 26 - 50 of 57) sorted by relevance

123

/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.cpp113 if (val.dataType != Res_value::TYPE_STRING) {
/frameworks/rs/driver/runtime/
H A Drs_element.c98 return element->mHal.state.dataType;
H A Drs_sample.c537 rs_data_type dt = elem->mHal.state.dataType;
589 rs_data_type dt = elem->mHal.state.dataType;
636 rs_data_type dt = elem->mHal.state.dataType;
/frameworks/rs/
H A DrsElement.h45 RsDataType dataType; member in struct:android::renderscript::Element::Hal::State
H A DrsElement.cpp173 mHal.state.dataType = mComponent.getType();
/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl99 void notePhoneDataConnectionState(int dataType, boolean hasData);
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp333 return value.dataType == value.TYPE_REFERENCE
334 || value.dataType == value.TYPE_ATTRIBUTE
H A Dandroid_util_AssetManager.cpp108 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
1318 if (value.dataType != Res_value::TYPE_NULL) {
1333 if (value.dataType == Res_value::TYPE_REFERENCE && value.data == 0) {
1334 value.dataType = Res_value::TYPE_NULL;
1338 //printf("Attribute 0x%08x: final type=0x%x, data=0x%08x\n", curIdent, value.dataType, value.data);
1341 dest[STYLE_TYPE] = value.dataType;
1432 if (value.dataType == Res_value::TYPE_STRING) {
1490 if (value.dataType == Res_value::TYPE_STRING) {
1554 if (value.dataType >= Res_value::TYPE_FIRST_INT
1555 && value.dataType <
[all...]
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp406 out_value->dataType = Res_value::TYPE_REFERENCE;
433 for (size_t iteration = 0u; in_out_value->dataType == Res_value::TYPE_REFERENCE &&
779 if (force || entry.value.dataType == Res_value::TYPE_NULL) {
822 switch (entry.value.dataType) {
845 out_value->dataType = Res_value::TYPE_REFERENCE;
879 if (in_out_value->dataType == Res_value::TYPE_ATTRIBUTE) {
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp189 EXPECT_EQ(android::Res_value::TYPE_REFERENCE, value.dataType);
H A DResourceValues.h239 BinaryPrimitive(uint8_t dataType, uint32_t data);
H A DResourceParser_test.cpp223 EXPECT_EQ(uint16_t(android::Res_value::TYPE_NULL), integer->value.dataType);
799 EXPECT_THAT(val->value.dataType, Eq(android::Res_value::TYPE_FLOAT));
812 EXPECT_THAT(val->value.dataType, Eq(android::Res_value::TYPE_FRACTION));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java566 int discContentDesc, int dataContentDesc, int dataType, boolean isWide,
571 mDataType = dataType;
564 MobileIconGroup(String name, int[][] sbIcons, int[][] qsIcons, int[] contentDesc, int sbNullState, int qsNullState, int sbDiscState, int qsDiscState, int discContentDesc, int dataContentDesc, int dataType, boolean isWide, int qsDataType) argument
/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener_test.cpp99 if (expected_data_type != val.dataType) {
102 << " but got data type " << (int)val.dataType << std::dec
H A DXmlFlattener.cpp276 flat_attr->typedValue.dataType = android::Res_value::TYPE_STRING;
/frameworks/base/core/java/android/content/
H A DIntentFilter.java383 * @param dataType The type to match, such as "vnd.android.cursor.dir/person".
389 public static IntentFilter create(String action, String dataType) { argument
391 return new IntentFilter(action, dataType);
431 * @param dataType The type to match, such as "vnd.android.cursor.dir/person".
434 public IntentFilter(String action, String dataType) argument
439 addDataType(dataType);
/frameworks/base/tools/aapt2/test/
H A DBuilders.h148 value.dataType = type;
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp62 switch(dataType) { \
1400 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize,
1406 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1407 dataType);
1439 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize,
1446 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
1484 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType,
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, argument
1542 jint count, jobject data, jint sizeBytes, jint dataType,
1548 "dataType(
1399 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1541 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1596 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp51 switch(dataType) { \
1173 jint count, jobject data, jint sizeBytes, jint dataType, jint mSize,
1178 "dataType(%i)", (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes,
1179 dataType);
1220 jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize,
1226 "type(%i)", (RsContext)con, alloc, xoff, yoff, w, h, sizeBytes, dataType);
1259 jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType,
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, argument
1308 jint count, jobject data, jint sizeBytes, jint dataType,
1313 "dataType(
1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
[all...]
/frameworks/base/tools/aapt2/proto/
H A DTableProtoSerializer.cpp86 pb_prim->set_type(val.dataType);
H A DTableProtoDeserializer.cpp177 prim.dataType = static_cast<uint8_t>(pb_prim.type());
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2329 outValue->dataType = outValue->TYPE_STRING;
2338 if (outValue->dataType == outValue->TYPE_STRING) {
2533 outValue->dataType = Res_value::TYPE_INT_HEX;
3734 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3741 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3778 par.dataType = it.parsedValue.dataType;
3783 String8(mName).string(), it.parsedValue.dataType,
3819 map.value.dataType = it.parsedValue.dataType;
[all...]
H A DCommand.cpp259 if (value.dataType == Res_value::TYPE_STRING) {
263 } else if (Res_value::TYPE_FIRST_INT <= value.dataType &&
264 value.dataType <= Res_value::TYPE_LAST_INT) {
1404 if (value.dataType >= Res_value::TYPE_FIRST_INT &&
1405 value.dataType <= Res_value::TYPE_LAST_INT) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1331 uint32_t dataType; // unused local
1334 if (mb->meta_data()->findData(kKeySEI, &dataType, &seiData, &seiLength)) {
1342 kKeyMpegUserData, &dataType, &mpegUserDataPointer, &mpegUserDataLength)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java646 public void notePhoneDataConnectionState(int dataType, boolean hasData) { argument
649 mStats.notePhoneDataConnectionStateLocked(dataType, hasData);

Completed in 2216 milliseconds

123