Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/runtime/
DModelArgumentInfo.cpp96 const ANeuralNetworksOperandType* newType) { in updateDimensionInfo()
DExecutionBuilder.cpp55 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java480 private void testChangeCredentials(int userId, String newCredential, int newType, in testChangeCredentials()
484 mService.setLockCredential(newCredential.getBytes(), newType, oldCredential.getBytes(), in testChangeCredentials() local
/frameworks/base/libs/hwui/
DFrameInfoVisualizer.cpp232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardApplicationStatus.java168 AppType newType; in AppTypeFromRILInt() local
/frameworks/base/rs/java/android/renderscript/
DMesh.java344 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl85 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource()
/frameworks/rs/driver/
DrsdAllocation.cpp595 const Type *newType, bool zeroNew) { in rsdAllocationResize()
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java549 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSource()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp430 OperandTypeWithExtraParams newType = mValidInputs[i]; in testMutatingInputOperandCode() local
548 OperandTypeWithExtraParams newType = mValidOutputs[i].operandType; in testMutatingOutputOperandCode() local
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4374 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked()
4387 noteStartWakeLocked(newWs.get(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
4396 newHistoryName, newType, newUnimportantForLogging, elapsedRealtime, in noteChangeWakelockFromSourceLocked() local
/frameworks/base/core/java/android/widget/
DTextView.java6674 int newType = input.getInputType(); in setInputType() local