Home
last modified time | relevance | path

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

1234567891011

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DBasicTest.java59 Basic basic = new Basic(); in testElementName()
62 assertEquals(Basic.ELEMENT_NAME, basic.getElementName()); in testElementName()
68 Basic basic = new Basic(Basic.OPEN); in testSerializingWithBasicOpen()
87 Basic basic = new Basic(Basic.CLOSED); in testSerializingWithBasicClosed()
109 .append(Basic.OPEN) in testParsingWithBasicOpen()
117 Basic basic = null; in testParsingWithBasicOpen()
123 && Basic.ELEMENT_NAME.equals(parser.getName())) { in testParsingWithBasicOpen()
124 basic = new Basic(); in testParsingWithBasicOpen()
134 assertEquals(Basic.OPEN, basic.getValue()); in testParsingWithBasicOpen()
H A DStatusTest.java68 Basic basic = new Basic(Basic.OPEN); in testSerializing()
93 .append("<basic>").append(Basic.OPEN).append("</basic>") in testParsing()
119 assertEquals(Basic.OPEN, status.getBasic().getValue()); in testParsing()
H A DTupleTest.java84 Basic basic = new Basic(Basic.OPEN); in testSerializing()
149 final String status = Basic.OPEN; in testParsing()
200 assertEquals(Basic.OPEN, PidfParserUtils.getTupleStatus(tuple)); in testParsing()
H A DPresenceTest.java82 Tuple tuple1 = getTuple(Basic.OPEN, serviceId1, description1, contact); in testSerializing()
86 Tuple tuple2 = getTuple(Basic.OPEN, serviceId2, description2, contact); in testSerializing()
176 Basic basic = new Basic(statusValue); in getTuple()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DStatus.java40 private Basic mBasic;
55 public void setBasic(Basic basic) { in setBasic()
59 public Basic getBasic() { in getBasic()
89 Basic basic = new Basic(); in parse()
H A DBasic.java36 public class Basic extends ElementBase { class
56 public Basic() { in Basic() method in Basic
59 public Basic(@BasicValue String value) { in Basic() method in Basic
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
H A DPidfParserUtils.java34 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic;
114 Basic basicElement = new Basic(status); in handleTupleStatusElement()
199 Basic basic = status.getBasic(); in getTupleStatus()
H A DPidfParser.java34 import com.android.ims.rcs.uce.presence.pidfparser.pidf.Basic;
222 if (Basic.OPEN.equals(PidfParserUtils.getTupleStatus(tuple))) { in getRcsContactPresenceTuple()
/aosp12/system/nvram/messages/tests/
H A Dio_test.cpp79 TEST(InputStreamBufferTest, Basic) { in TEST() argument
249 TEST(OutputStreamBufferTest, Basic) { in TEST() argument
301 TEST(CountingOutputStreamBuffer, Basic) { in TEST() argument
319 TEST(BlobOutputStreamBuffer, Basic) { in TEST() argument
/aosp12/system/extras/perf2cfg/
H A DREADME.md8 - Basic blocks and assembly instructions are annotated with their contribution
10 - Basic blocks are colored according to their contribution to the method
37 (default: cpu-cycles). Basic blocks are color
79 ## Basic block coloring
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestSyncService.java38 public static class Basic extends TestSyncService { class in TestSyncService
H A DTestAuthenticationService.java51 public static class Basic extends TestAuthenticationService { class in TestAuthenticationService
/aosp12/frameworks/base/data/keyboards/
H A DVendor_0957_Product_0001.idc20 # Basic Parameters
H A DVendor_248a_Product_8266.idc20 # Basic Parameters
/aosp12/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
H A Dsetelementat.rscript6 // Basic scalar and floating point types.
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/private/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/system/sepolicy/reqd_mask/
H A Dmls_macros51 # Basic level names for system low and high
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dperformance.md13 * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/j…

1234567891011