HomeSort by relevance Sort by last modified time
    Searched refs:uR (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Lexer/
string-literal-encoding.c 13 char16_t const *e = uR"(?????)"; // expected-error {{illegal character encoding in string literal}}
14 char32_t const *f = UR"(?????)"; // expected-error {{illegal character encoding in string literal}}
27 char16_t const *e = uR"(foo ?????)"; // expected-error {{illegal character encoding in string literal}}
28 char32_t const *f = UR"(foo ?????)"; // expected-error {{illegal character encoding in string literal}}
string_concat.cpp 16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
26 const char16_t* k = u"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
35 const char32_t* q = U"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
44 const wchar_t* w = L"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
45 const wchar_t* x = L"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 18 uRstr = uR"foo(a UTF-16 raw string)foo"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [20]'}}
20 URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [20]'}}
cxx98-compat.cpp 36 (void)uR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
37 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
  /external/clang/test/CodeGen/
string-literal.c 80 const char16_t *j = uR"foo(GH)foo";
83 const char32_t *k = UR"bar(IJ)bar";
112 const char16_t *t = uR\
118 const char32_t *u = UR\
string-literal-unicode-conversion.c 54 char16_t const *g = uR"(5?????)";
57 char32_t const *h = UR"(6?????)";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"'
    [all...]
  /external/python/cpython2/Lib/test/
test_tokenize.py 228 self.check_tokenize("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'", """\
231 STRING "ur'abc'" (1, 4) (1, 11)
233 STRING "Ur'ABC'" (1, 14) (1, 21)
235 STRING "uR'ABC'" (1, 24) (1, 31)
237 STRING "UR'ABC'" (1, 34) (1, 41)
239 self.check_tokenize('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"', """
    [all...]
  /external/skia/src/core/
SkScan_AAAPath.cpp 700 SkFixed ul, SkFixed ur, SkFixed ll, SkFixed lr,
707 SkAlpha alpha = trapezoidToAlpha(ur - ul, lr - ll);
713 // SkDebugf("y = %d, len = %d, ul = %f, ur = %f, ll = %f, lr = %f\n", y, len,
714 // SkFixedToFloat(ul), SkFixedToFloat(ur), SkFixedToFloat(ll), SkFixedToFloat(lr));
757 int uR = SkFixedFloorToInt(ur);
759 if (uR + 2 == lR) { // We only need to compute two triangles, accelerate this special case
760 SkFixed first = SkIntToFixed(uR) + SK_Fixed1 - ur;
761 SkFixed second = lr - ur - first
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu_vad.rtp     [all...]
stereo_pcmu.rtp     [all...]
stereo_pcmu_vad_jitter.rtp     [all...]
stereo_pcmu_jitter.rtp     [all...]
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 356 ?h?s?????)p?I??<!~7F5??f?x??????.E0?-??q??<!~N|??a?%???|@???7?uR?????<DE?{GO??V]?F??+??"???7 !r`?<DA?V~?^?????B
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 2566 milliseconds