Home
last modified time | relevance | path

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

12345678910>>...24

/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStackEventTest.java35 public void getTypeString() { in getTypeString() method in HeadsetStackEventTest
40 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_NONE"); in getTypeString()
45 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_CONNECTION_STATE_CHANGED"); in getTypeString()
48 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_AUDIO_STATE_CHANGED"); in getTypeString()
51 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_VR_STATE_CHANGED"); in getTypeString()
54 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_ANSWER_CALL"); in getTypeString()
57 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_HANGUP_CALL"); in getTypeString()
60 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_VOLUME_CHANGED"); in getTypeString()
63 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_DIAL_CALL"); in getTypeString()
66 assertThat(event.getTypeString()).isEqualTo("EVENT_TYPE_SEND_DTMF"); in getTypeString()
[all …]
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java223 public String getTypeString() in getTypeString() method in XObject
239 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a number"); in num()
267 new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a number"); in bool()
413 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in iter()
440 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in nodeset()
456 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeList!"); in nodelist()
474 … new Object[]{ getTypeString() }); //"Can not convert "+getTypeString()+" to a NodeSetDTM!"); in mutableNodeset()
519 new Object[]{ getTypeString(), in castToType()
H A DXNull.java59 public String getTypeString() in getTypeString() method in XNull
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeUnsupportedPayload.java48 "It is not supported to encode a " + getTypeString()); in encodeToByteBuffer()
59 "It is not supported to get payload length of " + getTypeString()); in getPayloadLength()
68 public String getTypeString() { in getTypeString() method in IkeUnsupportedPayload
DIkeVendorPayload.java54 "It is not supported to encode a " + getTypeString()); in encodeToByteBuffer()
73 public String getTypeString() { in getTypeString() method in IkeVendorPayload
DIkeIdPayload.java65 throw new InvalidSyntaxException(getTypeString() + " is too short."); in IkeIdPayload()
162 public String getTypeString() { in getTypeString() method in IkeIdPayload
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DObjectStreamFieldTest.java136 assertTrue("getTypeString returned: " + holaField.getTypeString(), in test_getTypeString()
137 holaField.getTypeString().indexOf("Object") >= 0); in test_getTypeString()
139 .getTypeString()); in test_getTypeString()
142 assertTrue(osf.getTypeString() == "Ljava/lang/String;"); in test_getTypeString()
219 assertTrue(objectStreamClass.getField("s").getTypeString() == "Ljava/lang/String;"); in test_isUnshared()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/
DSatelliteWarningDialogActivity.kt60 getTypeString(warningType) in Content()
66 getTypeString(warningType) in Content()
74 private fun getTypeString(num: Int): String { in getTypeString() method in com.android.settings.network.SatelliteWarningDialogActivity
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Ddatagen.h685 std::string getTypeString(typedef_struct_type *pStruct)
690 std::string getTypeString(image_kernel_data *pStruct)
695 std::string getTypeString(testStruct *pStruct)
700 std::string getTypeString(work_item_data *pStruct)
710 str += getTypeString(pStruct) ;
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java140 public String getTypeString() { in getTypeString() method in HeadsetStackEvent
196 builder.append(getTypeString()) in buildString()
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeCipher.java101 throw new IllegalArgumentException("Failed to construct " + getTypeString(), e); in IkeCipher()
249 public String getTypeString() { in getTypeString() method in IkeCipher
DIkeCrypto.java59 public abstract String getTypeString(); in getTypeString() method in IkeCrypto
/aosp_15_r20/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java132 private String getTypeString() { in getTypeString() method in GpsNavigationMessage
298 builder.append(String.format(format, "Type", getTypeString())); in toString()
H A DGpsClock.java121 private String getTypeString() { in getTypeString() method in GpsClock
451 builder.append(String.format(format, "Type", getTypeString())); in toString()
H A DGnssNavigationMessage.java236 private String getTypeString() { in getTypeString() method in GnssNavigationMessage
511 builder.append(String.format(format, "Type", getTypeString())); in toString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackFrameLayoutAnalysisPass.cpp114 std::string getTypeString(SlotType Ty) { in getTypeString() function
154 << "], Type: " << ore::NV("Type", getTypeString(D.SlotTy)) in emitStackSlotRemark()
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/
H A DJUnitCodeGen.java217 … testRuleMethodST.setAttribute("tokenType", getTypeString(entry.getValue().getType())); in genParserMethods()
267 … testRuleMethodST.setAttribute("tokenType", getTypeString(entry.getValue().getType())); in genTreeMethods()
286 public String getTypeString(int type) { in getTypeString() method in JUnitCodeGen
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/
H A DProgram.java621 public String getTypeString(int typeIdx) { in getTypeString() method in Program
646 return "()" + getTypeString(protoIdItem.returnTypeIdx); in getMethodProto()
654 return typeItem + ")" + getTypeString(protoIdItem.returnTypeIdx); in getMethodProto()
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp40 static std::string getTypeString(Type *T) { in getTypeString() function
1175 getTypeString(Val->getType()) + "'"); in GetGlobalVal()
1206 getTypeString(Val->getType()) + "'"); in GetGlobalVal()
2507 getTypeString(Val->getType()) + "'"); in GetVal()
2548 getTypeString(Val->getType()) + "'"); in GetVal()
2597 getTypeString(FI->second.first->getType()) + "'"); in SetInstName()
2614 getTypeString(FI->second.first->getType()) + "'"); in SetInstName()
2774 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID()
2798 getTypeString(Elts[0]->getType())); in ParseValID()
2807 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp57 static std::string getTypeString(Type *T) { in getTypeString() function
1603 getTypeString(Val->getType()) + "' but expected '" + in checkValidVariableType()
1604 getTypeString(Ty) + "'"); in checkValidVariableType()
3305 getTypeString(FI->second.first->getType()) + in setInstName()
3323 getTypeString(FI->second.first->getType()) + in setInstName()
3502 getTypeString(Elts[0]->getType())); in parseValID()
3526 getTypeString(Elts[0]->getType())); in parseValID()
3535 getTypeString(Elts[0]->getType())); in parseValID()
3624 getTypeString(ExpectedTy) + "'"); in parseValID()
3754 getTypeString(SrcVal->getType()) + "' to '" + in parseValID()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp56 static std::string getTypeString(Type *T) { in getTypeString() function
1393 getTypeString(Val->getType()) + "' but expected '" + in checkValidVariableType()
1394 getTypeString(SuggestedTy) + "'"); in checkValidVariableType()
2976 getTypeString(FI->second.first->getType()) + "'"); in SetInstName()
2993 getTypeString(FI->second.first->getType()) + "'"); in SetInstName()
3167 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID()
3191 getTypeString(Elts[0]->getType())); in ParseValID()
3200 " is not of type '" + getTypeString(Elts[0]->getType())); in ParseValID()
3336 getTypeString(SrcVal->getType()) + "' to '" + in ParseValID()
3337 getTypeString(DestTy) + "'"); in ParseValID()
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java199 final String expectedType = getTypeString(expected); in assertDiffPattern()
200 final String foundType = getTypeString(found); in assertDiffPattern()
225 static String getTypeString(CPOWrapper cpoWrapper) { in getTypeString() method in RawContactDeltaListTests
/aosp_15_r20/system/netd/server/
H A DDummyNetwork.h31 std::string getTypeString() const override { return "DUMMY"; }; in getTypeString() function
H A DLocalNetwork.h30 std::string getTypeString() const override { return "LOCAL"; }; in getTypeString() function
H A DUnreachableNetwork.h33 std::string getTypeString() const override { return "UNREACHABLE"; }; in getTypeString() function

12345678910>>...24