Searched defs:newType (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java201 private void testChangeCredentials(int userId, String newCredential, int newType, argument
205 mService.setLockCredential(newCredential, newType, oldCredential, quality, userId);
206 assertVerifyCredentials(userId, newCredential, newType, sid);
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp222 ProfileType newType = Properties::getProfileType(); local
223 if (newType != mType) {
224 mType = newType;
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java339 Type newType(Element e, int size) { method in class:Mesh.Builder
/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp97 const ANeuralNetworksOperandType* newType) {
99 if (newType == nullptr) {
108 uint32_t count = newType->dimensionCount;
109 if (static_cast<OperandType>(newType->type) != operand.type ||
117 if (operand.dimensions[i] != 0 && operand.dimensions[i] != newType->dimensions[i]) {
121 dimensions[i] = newType->dimensions[i];
96 updateDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType) argument
/frameworks/ml/nn/runtime/test/
H A DTestValidateOperations.cpp83 ANeuralNetworksOperandType newType = mValidInputs[i]; local
89 newType.type = newOperandCode;
91 inputs[i] = newType;
111 ANeuralNetworksOperandType newType = mValidOutputs[i]; local
117 newType.type = newOperandCode;
119 outputs[i] = newType;
/frameworks/rs/driver/
H A DrsdAllocation.cpp594 const Type *newType, bool zeroNew) {
596 const uint32_t dimX = newType->getDimX();
605 size_t s = AllocationBuildPointerTable(rsc, alloc, newType, nullptr);
608 size_t verifySize = AllocationBuildPointerTable(rsc, alloc, newType, ptr);
593 rsdAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp613 const Type *newType, bool zeroNew) {
612 rsovAllocationResize(const Context *rsc, const Allocation *alloc, const Type *newType, bool zeroNew) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java529 String newHistoryName, int newType, boolean newUnimportantForLogging) {
533 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
527 noteChangeWakelockFromSource(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4514 String newHistoryName, int newType, boolean newUnimportantForLogging) {
4527 noteStartWakeLocked(newWs.get(i), newPid, null, newName, newHistoryName, newType,
4536 newHistoryName, newType, newUnimportantForLogging, elapsedRealtime,
4512 noteChangeWakelockFromSourceLocked(WorkSource ws, int pid, String name, String historyName, int type, WorkSource newWs, int newPid, String newName, String newHistoryName, int newType, boolean newUnimportantForLogging) argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 167 milliseconds