Home
last modified time | relevance | path

Searched refs:newType (Results 1 – 25 of 25) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardApplicationStatus.java168 AppType newType; in AppTypeFromRILInt() local
171 case 0: newType = AppType.APPTYPE_UNKNOWN; break; in AppTypeFromRILInt()
172 case 1: newType = AppType.APPTYPE_SIM; break; in AppTypeFromRILInt()
173 case 2: newType = AppType.APPTYPE_USIM; break; in AppTypeFromRILInt()
174 case 3: newType = AppType.APPTYPE_RUIM; break; in AppTypeFromRILInt()
175 case 4: newType = AppType.APPTYPE_CSIM; break; in AppTypeFromRILInt()
176 case 5: newType = AppType.APPTYPE_ISIM; break; in AppTypeFromRILInt()
178 newType = AppType.APPTYPE_UNKNOWN; in AppTypeFromRILInt()
181 return newType; in AppTypeFromRILInt()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DModelArgumentInfo.cpp114 const ANeuralNetworksOperandType* newType) { in updateDimensionInfo() argument
115 if (newType == nullptr) { in updateDimensionInfo()
118 const uint32_t count = newType->dimensionCount; in updateDimensionInfo()
120 std::copy(&newType->dimensions[0], &newType->dimensions[count], mInitialDimensions.begin()); in updateDimensionInfo()
H A DExecutionBuilder.cpp116 static bool checkDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType, in checkDimensionInfo() argument
118 if (newType != nullptr) { in checkDimensionInfo()
123 if (validateOperandType(*newType, info, tag, allowUnspecified) != in checkDimensionInfo()
131 if (operand.dimensions.size() != newType->dimensionCount) { in checkDimensionInfo()
133 << operand.dimensions.size() << ", new = " << newType->dimensionCount << ")"; in checkDimensionInfo()
136 for (uint32_t i = 0; i < newType->dimensionCount; i++) { in checkDimensionInfo()
137 if (operand.dimensions[i] != newType->dimensions[i] && operand.dimensions[i] != 0) { in checkDimensionInfo()
H A DModelArgumentInfo.h111 int updateDimensionInfo(const Operand& operand, const ANeuralNetworksOperandType* newType);
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java775 int newType; in updateVisualsOnDraftChanged() local
777 newType = ContentType.TYPE_IMAGE; in updateVisualsOnDraftChanged()
779 newType = ContentType.TYPE_AUDIO; in updateVisualsOnDraftChanged()
781 newType = ContentType.TYPE_VIDEO; in updateVisualsOnDraftChanged()
783 newType = ContentType.TYPE_VCARD; in updateVisualsOnDraftChanged()
785 newType = ContentType.TYPE_OTHER; in updateVisualsOnDraftChanged()
789 type = newType; in updateVisualsOnDraftChanged()
790 } else if (type != newType || type == ContentType.TYPE_OTHER) { in updateVisualsOnDraftChanged()
/aosp12/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp232 ProfileType newType = Properties::getProfileType(); in consumeProperties() local
233 if (newType != mType) { in consumeProperties()
234 mType = newType; in consumeProperties()
/aosp12/art/test/957-methodhandle-transforms/src/
H A DMain.java823 final MethodType newType = MethodType.methodType(void.class, new Class<?>[] { in testPermuteArguments() local
828 target, newType, new int[] { 7, 6, 5, 4, 3, 2, 1, 0 }); in testPermuteArguments()
835 MethodHandles.permuteArguments(target, newType, in testPermuteArguments()
844 MethodHandles.permuteArguments(target, newType, in testPermuteArguments()
852 MethodHandles.permuteArguments(target, newType, in testPermuteArguments()
865 final MethodType newType = MethodType.methodType(String.class, String.class, in testPermuteArguments() local
871 newType, new int[] { 1, 0 }); in testPermuteArguments()
874 permutation = MethodHandles.permuteArguments(target, newType, new int[] { 0, 0 }); in testPermuteArguments()
877 permutation = MethodHandles.permuteArguments(target, newType, new int[] { 1, 1 }); in testPermuteArguments()
887 final MethodType newType = MethodType.methodType(void.class, in testPermuteArguments() local
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIBatteryStats.aidl90 String newHistoryName, int newType, boolean newUnimportantForLogging); in noteChangeWakelockFromSource() argument
/aosp12/frameworks/rs/driver/
H A DrsdAllocation.h97 const android::renderscript::Type *newType, bool zeroNew);
H A DrsdAllocation.cpp595 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java1017 int newType = externalConfig.getDefaultSecurityParams().getSecurityType(); in mergeSecurityParamsListWithInternalWifiConfiguration() local
1018 if (oldType != newType) { in mergeSecurityParamsListWithInternalWifiConfiguration()
1019 if (internalConfig.isSecurityType(newType)) { in mergeSecurityParamsListWithInternalWifiConfiguration()
1020 internalConfig.setSecurityParamsIsAddedByAutoUpgrade(newType, false); in mergeSecurityParamsListWithInternalWifiConfiguration()
1022 internalConfig.setSecurityParams(newType); in mergeSecurityParamsListWithInternalWifiConfiguration()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DMesh.java346 Type newType(Element e, int size) { in newType() method in Mesh.Builder
/aosp12/frameworks/rs/
H A Drs_hal.h227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java546 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType() argument
548 if (newType != mModeSwitchingType) { in setModeSwitchingType()
549 mModeSwitchingType = newType; in setModeSwitchingType()
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp429 OperandTypeWithExtraParams newType = mValidInputs[i]; in testMutatingInputOperandCode() local
525 newType.operandType.type = newOperandCode; in testMutatingInputOperandCode()
527 inputs[i] = newType; in testMutatingInputOperandCode()
547 OperandTypeWithExtraParams newType = mValidOutputs[i].operandType; in testMutatingOutputOperandCode() local
576 newType.operandType.type = newOperandCode; in testMutatingOutputOperandCode()
578 outputs[i] = newType; in testMutatingOutputOperandCode()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java2505 String newType = newRow.getAsString(TYPE); in mergeFieldsAndUpdateDb() local
2507 if (!oldType.equalsIgnoreCase(newType)) { in mergeFieldsAndUpdateDb()
2508 if (oldType.equals("") || newType.equals("")) { in mergeFieldsAndUpdateDb()
2512 String[] newTypes = newType.toLowerCase().split(","); in mergeFieldsAndUpdateDb()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1025 final String newName, final String newHistoryName, final int newType, in noteChangeWakelockFromSource() argument
1036 localNewWs, newPid, newName, newHistoryName, newType, in noteChangeWakelockFromSource()
/aosp12/frameworks/base/core/java/android/widget/
H A DTextView.java6803 int newType = input.getInputType(); in setInputType() local
6804 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS; in setInputType()
6809 newType |= EditorInfo.TYPE_TEXT_VARIATION_PASSWORD; in setInputType()
6811 type = newType; in setInputType()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4584 String newHistoryName, int newType, boolean newUnimportantForLogging) { in noteChangeWakelockFromSourceLocked() argument
4586 newName, newHistoryName, newType, newUnimportantForLogging, in noteChangeWakelockFromSourceLocked()
4592 String newHistoryName, int newType, boolean newUnimportantForLogging, in noteChangeWakelockFromSourceLocked() argument
4603 noteStartWakeLocked(newWs.getUid(i), newPid, null, newName, newHistoryName, newType, in noteChangeWakelockFromSourceLocked() local
4612 newHistoryName, newType, newUnimportantForLogging, elapsedRealtimeMs, in noteChangeWakelockFromSourceLocked() local
/aosp12/packages/apps/TV/libs/
H A Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49348 Landroid/renderscript/Mesh$Builder;->newType(Landroid/renderscript/Element;I)Landroid/renderscript/…