Searched defs:newType (Results 1 - 9 of 9) 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/ml/nn/runtime/
H A DExecutionBuilder.cpp78 const ANeuralNetworksOperandType* newType) {
79 if (newType == nullptr) {
82 uint32_t count = newType->dimensionCount;
83 if (static_cast<OperandType>(newType->type) != operand.type ||
89 dimensions[i] = newType->dimensions[i];
77 updateDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType) argument
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java339 Type newType(Element e, int size) { method in class:Mesh.Builder
/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.java460 String newHistoryName, int newType, boolean newUnimportantForLogging) {
464 newWs, newPid, newName, newHistoryName, newType, newUnimportantForLogging);
458 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.java3972 String newHistoryName, int newType, boolean newUnimportantForLogging) {
3980 noteStartWakeLocked(newWs.get(i), newPid, newName, newHistoryName, newType,
3970 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 377 milliseconds