/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardApplicationStatus.java | 137 AppType newType; in AppTypeFromRILInt() local 140 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt() 141 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt() 142 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt() 143 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt() 144 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt() 145 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt() 147 newType = AppType.APPTYPE_UNKNOWN; in AppTypeFromRILInt() 150 return newType; in AppTypeFromRILInt()
|
/frameworks/ml/nn/runtime/ |
D | ExecutionBuilder.cpp | 47 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo() argument 49 if (newType != nullptr) { in checkDimensionInfo() 54 if (validateOperandType(*newType, info, tag, allowUnspecified) != in checkDimensionInfo() 62 if (operand.dimensions.size() != newType->dimensionCount) { in checkDimensionInfo() 66 for (uint32_t i = 0; i < newType->dimensionCount; i++) { in checkDimensionInfo() 67 if (operand.dimensions[i] != newType->dimensions[i] && operand.dimensions[i] != 0) { in checkDimensionInfo() 151 const ANeuralNetworksOperandType* newType) { in updateDimensionInfo() argument 152 if (newType == nullptr) { in updateDimensionInfo() 155 const uint32_t count = newType->dimensionCount; in updateDimensionInfo() 157 std::copy(&newType->dimensions[0], &newType->dimensions[count], dimensions.begin()); in updateDimensionInfo()
|
D | ExecutionBuilder.h | 70 int updateDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType);
|
/frameworks/base/libs/hwui/ |
D | FrameInfoVisualizer.cpp | 232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local 233 if (newType != mType) { in consumeProperties() 234 mType = newType; in consumeProperties()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 460 private void testChangeCredentials(int userId, String newCredential, int newType, in testChangeCredentials() argument 464 mService.setLockCredential(newCredential.getBytes(), newType, oldCredential.getBytes(), in testChangeCredentials() local 466 assertVerifyCredentials(userId, newCredential, newType, sid); in testChangeCredentials()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IBatteryStats.aidl | 85 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
|
/frameworks/rs/driver/ |
D | rsdAllocation.h | 97 const android::renderscript::Type *newType, bool zeroNew);
|
D | rsdAllocation.cpp | 595 const Type *newType, bool zeroNew) { in rsdAllocationResize() argument 597 const uint32_t dimX = newType->getDimX(); in rsdAllocationResize() 606 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr); in rsdAllocationResize() 609 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr); in rsdAllocationResize()
|
/frameworks/rs/rsov/driver/ |
D | rsovAllocation.h | 188 const android::renderscript::Type *newType,
|
D | rsovAllocation.cpp | 613 const Type *newType, bool zeroNew) { in rsovAllocationResize() argument
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 153 OperandTypeWithExtraParams newType = mValidInputs[i]; in testMutatingInputOperandCode() local 234 newType.operandType.type = newOperandCode; in testMutatingInputOperandCode() 236 inputs[i] = newType; in testMutatingInputOperandCode() 256 OperandTypeWithExtraParams newType = mValidOutputs[i].operandType; in testMutatingOutputOperandCode() local 276 newType.operandType.type = newOperandCode; in testMutatingOutputOperandCode() 278 outputs[i] = newType; in testMutatingOutputOperandCode()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Mesh.java | 343 Type newType(Element e, int size) { in newType() method in Mesh.Builder
|
/frameworks/rs/ |
D | rs_hal.h | 227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | BatteryStatsService.java | 549 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSource() argument 553 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging); in noteChangeWakelockFromSource()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 6669 int newType = input.getInputType(); in setInputType() local 6670 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS; in setInputType() 6675 newType |= EditorInfo.TYPE_TEXT_VARIATION_PASSWORD; in setInputType() 6677 type = newType; in setInputType()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 4371 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument 4384 noteStartWakeLocked(newWs.get(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local 4393 newHistoryName, newType, newUnimportantForLogging, elapsedRealtime, in noteChangeWakelockFromSourceLocked() local
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 64130 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…
|