Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/tools/aapt/tests/
H A DPseudolocales_test.cpp30 Pseudolocalizer pseudo(method); in simple_helper() local
31 String16 result = pseudo.start() + pseudo.text(String16(String8(input))) + pseudo.end(); in simple_helper()
38 Pseudolocalizer pseudo(method); in compound_helper() local
39 String16 result = pseudo.start() + \ in compound_helper()
40 pseudo.text(String16(String8(in1))) + \ in compound_helper()
41 pseudo.text(String16(String8(in2))) + \ in compound_helper()
42 pseudo.text(String16(String8(in3))) + \ in compound_helper()
43 pseudo.end(); in compound_helper()
216 Pseudolocalizer pseudo(PSEUDO_ACCENTED); in TEST() local
218 pseudo.setMethod(NO_PSEUDOLOCALIZATION); in TEST()
[all …]
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocalizer_test.cpp32 Pseudolocalizer pseudo(method); in SimpleHelper() local
33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End(); in SimpleHelper()
43 Pseudolocalizer pseudo(method); in CompoundHelper() local
44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) + in CompoundHelper()
45 pseudo.Text(in3) + pseudo.End(); in CompoundHelper()
230 Pseudolocalizer pseudo(Pseudolocalizer::Method::kAccent); in TEST() local
231 std::string result = pseudo.Text("Hello, "); in TEST()
232 pseudo.SetMethod(Pseudolocalizer::Method::kNone); in TEST()
233 result += pseudo.Text("world!"); in TEST()
H A DPseudolocalizer.cpp118 bool pseudo = ((last_depth_ % 2) == 0); in Text() local
120 if (!pseudo || depth == last_depth_) { in Text()
126 if (pseudo) { in Text()
133 if (pseudo && depth < last_depth_) { // End of message in Text()
135 } else if (!pseudo && depth > last_depth_) { // Start of message in Text()
/aosp14/frameworks/base/tools/aapt/
H A Dpseudolocalize.cpp65 bool pseudo = ((mLastDepth % 2) == 0); in text() local
67 if (!pseudo || depth == mLastDepth) { in text()
73 if (pseudo) { in text()
81 if (pseudo && depth < mLastDepth) { // End of message in text()
83 } else if (!pseudo && depth > mLastDepth) { // Start of message in text()
H A DXMLNode.cpp213 Pseudolocalizer pseudo(pseudolocalize); in parseStyledString() local
220 curString.append(pseudo.start()); in parseStyledString()
229 pseudo.setMethod(pseudolocalize); in parseStyledString()
234 curString.append(pseudo.text(text)); in parseStyledString()
374 curString.append(pseudo.end()); in parseStyledString()
/aosp14/frameworks/base/mime/java-res/
H A Dvendor.mime.types20 # affects the current mappings along the lines of the following pseudo code:
H A Dandroid.mime.types21 # affects the current mappings along the lines of the following pseudo code:
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md97 Most devices have pseudo partitions, such as a `bootloader` partition,
99 When one of these pseudo partitions is flashed, the bootloader
101 partition. These pseudo partitions should be listed inside a `<part></part>`
103 which lists the name of this pseudo partition, and a `slots` attribute,
104 which can be yes or no if this pseudo partition is slotted.
106 all the real partition that make up this pseudo partition inside of
127 valid and invalid test packed images for flashing this particular pseudo partition.
352 that can be tested. Finally, make sure that the packed pseudo partitions and
/aosp14/frameworks/base/cmds/uinput/
H A DREADME.md23 All of the input commands should be in pseudo-JSON format as documented below.
/aosp14/frameworks/base/cmds/hid/
H A DREADME.md29 All of the input commands should be in pseudo-JSON format as documented below.
/aosp14/frameworks/base/tools/aapt2/
H A Dreadme.md165 `--pseudo-localize` option is specified.