Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dtest_dex_file.py20 self.assertEqual(b'\xc0\x80', u'\u0000'.encode('mutf-8'))
21 self.assertEqual(b'\x09', u'\u0009'.encode('mutf-8'))
22 self.assertEqual(b'\x7f', u'\u007f'.encode('mutf-8'))
23 self.assertEqual(b'\xc2\x80', u'\u0080'.encode('mutf-8'))
24 self.assertEqual(b'\xdf\xbf', u'\u07ff'.encode('mutf-8'))
25 self.assertEqual(b'\xe0\xa0\x80', u'\u0800'.encode('mutf-8'))
26 self.assertEqual(b'\xe7\xbf\xbf', u'\u7fff'.encode('mutf-8'))
28 u'\U00010400'.encode('mutf-8'))
32 self.assertEqual(u'\u0000', b'\xc0\x80'.decode('mutf-8'))
33 self.assertEqual(u'\u0009', b'\x09'.decode('mutf-8'))
[all …]
/development/python-packages/fastboot/
Ddevice.py199 arg = arg.replace(u"'", u"''")
201 arg = u"'" + arg + u"'"
208 ps_code = u'$ErrorActionPreference = "Stop"\r\n'
211 ps_code += u'$env:Path = ".;" + $env:Path\r\n'
213 ps_code += u'& ' + u' '.join(argv)
215 ps_code += u'\r\nExit $LastExitCode'
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java213 int u = mU; in add() local
222 if (u + width > mStrikeWidth) { in add()
224 u = 0; in add()
233 int u2 = u + width; in add()
238 background.setBounds(u, v, u + width, v + height); in add()
244 u + padding.left + centerOffsetWidth, in add()
250 mU = u + width; in add()
254 u, v + height, width, -height)); in add()
DGrid.java95 void set(int i, int j, float x, float y, float z, float u, float v) { in set() argument
111 mTexCoordBuffer.put(texIndex, u); in set()
/development/python-packages/adb/
Ddevice.py172 arg = arg.replace(u"'", u"''")
174 arg = u"'" + arg + u"'"
181 ps_code = u'$ErrorActionPreference = "Stop"\r\n'
184 ps_code += u'$env:Path = ".;" + $env:Path\r\n'
186 ps_code += u'& ' + u' '.join(argv)
188 ps_code += u'\r\nExit $LastExitCode'
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DQuotedPrintable.java53 int u = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local
55 if (u == -1 || l == -1) { in decodeQuotedPrintable()
58 buffer.write((char) ((u << 4) + l)); in decodeQuotedPrintable()
/development/tools/repo_diff/service/repodiff/constants/
Dconstants.go75 u, _ := uuid.FromBytes(emptyBytes)
76 return u
/development/tools/repo_diff/service/repodiff/repositories/
Dproject.go69 u, err := uuid.FromBytes(uuidBytes)
73 return timestamp, u, nil
Dcommit.go89 u, err := uuid.FromBytes(uuidBytes)
93 return timestamp, u, nil
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DMatrixPaletteRenderer.java151 float u, float v, in set() argument
171 mVertexBuffer.put(u); in set()
397 float u = -4.0f * (float) i / uSteps; in generateWeightedGrid() local
401 grid.set(i, j, x, y, z, u, v, w0, w1, 0, 1); in generateWeightedGrid()
/development/samples/TtsEngine/assets/
Deng-GBR.freq6 u:64
Deng-USA.freq21 u:250
/development/vndk/tools/header-checker/Documentation/
DDevelopment.md12 -u persistent-https://android.googlesource.com/platform/manifest \
/development/tools/logblame/
Dsample.txt6 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
144 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
156 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
163 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
166 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
175 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
181 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
188 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
191 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
1373 …ed { search } for name="leds" dev="sysfs" ino=7453 scontext=u:r:thermal-engine:s0 tcontext=u:objec…
[all …]
/development/tools/emulator/skins/WQVGA432/
Dlayout191 u {
/development/tools/emulator/skins/WQVGA400/
Dlayout191 u {
/development/tools/emulator/skins/QVGA/
Dlayout191 u {
/development/tools/emulator/skins/WVGA854/
Dlayout191 u {
/development/tools/emulator/skins/WVGA800/
Dlayout191 u {
/development/vndk/tools/sourcedr/blueprint/tests/
Dtest_lexer.py287 self.assertEqual(lit, py3_str(u'\uffff'))
316 self.assertEqual(lit, py3_str(u'\U0001ffff'))
/development/tools/emulator/skins/HVGA/
Dlayout191 u {
/development/tools/repo_diff/service/repodiff/
DREADME.md58 …Differentials](https://datastudio.google.com/c/u/0/org/UTgoe29uR0C3F1FBAYBSww/reporting/1lTzMXHBWi…
/development/tools/winscope/
Dyarn.lock158 …integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc…
3596 integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv5013 …/harfbuzz_ng,fake_fqc_mlDLTZKH5q8vKOdMXw@fakeemail.com,Fix for reordering of Tibetan vowel u (#443)
13987 …orm/external/freetype,fake_IFIinmEVR2a5weQoLfiIkg@fakeemail.com,Fix for 10.4u SDK bundled to Mac O…
27703 …b16,platform/system/bt,fake__99j7I7uRCWoNdKvhcQE2Q@fakeemail.com,btif_sock_rfc: Use %u for uint32_t
31984 …platform/external/libxml2,fake_U0tF70kLTq66EeObtbiNWQ@fakeemail.com,"Implement ""runtest -u"" mode"
40979 …68b3,platform/libcore,fake_C-3K7dTjRfyz3Kv3mftMxg@fakeemail.com,Port of s.s.u.AbstractAlgorithmCon…
43369 …tform/external/mesa3d,fake_j7Gvmzz5R9enluN8uGOkJg@fakeemail.com,mesa: print unsigned values with %u
48964 …sa3d,fake_MVKCSWSCRQa0jK6oYiO_KQ@fakeemail.com,mesa: Fix glGetVertexAttribI[u]iv now that we have …
57863 …NgL9Z_RBOvVaTv7a3FYg@fakeemail.com,mesa: Initializes the stencil value masks to 0xFF instead of ~0u
60654 …ZaI-AszcRIWTQ@fakeemail.com,"gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int"
63838 …nal/mesa3d,fake_j7Gvmzz5R9enluN8uGOkJg@fakeemail.com,swrast: Mark MAX_GLUINT literal with u suffix.
[all …]
/development/sdk/
Dsdk_files_NOTICE.txt8858 ;* Authors: Loren Merritt <lorenm@u.washington.edu>