Home
last modified time | relevance | path

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

12345678910>>...350

/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dgenerated_date_localizations.dart13 'NAME': r'''af''',
14 'ERAS': <dynamic>[r'''v.C.''', r'''n.C.'''],
15 'ERANAMES': <dynamic>[r'''voor Christus''', r'''na Christus'''],
17 r'''J''',
18 r'''F''',
19 r'''M''',
20 r'''A''',
21 r'''M''',
22 r'''J''',
23 r'''J''',
[all …]
/third_party/openssl/fuzz/corpora/conf/
Dad6f1c8b4e849dc9f3075202a2f0bf7da9ac99eb1r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\r\rr\r\r
/third_party/jerryscript/tests/jerry/
Dregexp-non-capture-groups.js15 var r; variable
18 r = new RegExp ("(?:)"); variable
19 assert (r.exec ("a") == "");
21 r = new RegExp ("(?:a)"); variable
22 assert (r.exec ("a") == "a");
24 r = new RegExp ("(?:(?:a)b)c"); variable
25 assert (r.exec ("abc") == "abc");
27 r = new RegExp ("(?:a)*"); variable
28 assert (r.exec ("b") == "");
29 assert (r.exec ("aaaa") == "aaaa");
[all …]
Dregexp-capture-groups.js15 var r; variable
18 r = new RegExp ("()"); variable
19 assert (r.exec ("a") == ",");
21 r = new RegExp ("(a)"); variable
22 assert (r.exec ("a") == "a,a");
24 r = new RegExp ("((a)b)c"); variable
25 assert (r.exec ("abc") == "abc,ab,a");
27 r = new RegExp ("(a)*"); variable
28 assert (r.exec ("b")[0] == "");
29 assert (r.exec ("b")[1] == undefined);
[all …]
Dregexp-character-class.js15 var r; variable
17 r = new RegExp ("[abc]*").exec("aaabbcccabcacbacabacbacab");
18 assert (r == "aaabbcccabcacbacabacbacab");
20 r = new RegExp ("[abc]*").exec("aaabbcccabdcacb");
21 assert (r == "aaabbcccab");
23 r = new RegExp ("[abc]*").exec("defghjklmnopqrstuvwxyz");
24 assert (r == "");
26 r = new RegExp ("[a-z]*").exec("abcdefghjklmnopqrstuvwxyz");
27 assert (r == "abcdefghjklmnopqrstuvwxyz");
29 r = new RegExp ("[A-Z]*").exec("abcdefghjklmnopqrstuvwxyz");
[all …]
/third_party/flutter/skia/tests/
DSkSLErrorTest.cpp12 static void test_failure(skiatest::Reporter* r, const char* src, const char* error) { in test_failure() argument
27 REPORTER_ASSERT(r, compiler.errorText() == skError); in test_failure()
30 static void test_success(skiatest::Reporter* r, const char* src) { in test_success() argument
37 REPORTER_ASSERT(r, program); in test_success()
40 DEF_TEST(SkSLOpenArray, r) { in DEF_TEST() argument
41 test_failure(r, in DEF_TEST()
46 DEF_TEST(SkSLUndefinedSymbol, r) { in DEF_TEST() argument
47 test_failure(r, in DEF_TEST()
52 DEF_TEST(SkSLUndefinedFunction, r) { in DEF_TEST() argument
53 test_failure(r, in DEF_TEST()
[all …]
DSkNxTest.cpp14 static void test_Nf(skiatest::Reporter* r) { in test_Nf() argument
23 REPORTER_ASSERT(r, ok); in test_Nf()
27 REPORTER_ASSERT(r, ok); in test_Nf()
64 REPORTER_ASSERT(r, (a == b).allTrue()); in test_Nf()
65 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf()
66 REPORTER_ASSERT(r, !(a+b == a*b-b).allTrue()); in test_Nf()
67 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf()
68 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf()
69 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()
70 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
[all …]
DSkSLGLSLTest.cpp19 static void test(skiatest::Reporter* r, const char* src, const SkSL::Program::Settings& settings, in test() argument
29 REPORTER_ASSERT(r, program); in test()
32 REPORTER_ASSERT(r, compiler.toGLSL(*program, &output)); in test()
39 REPORTER_ASSERT(r, output == skExpected); in test()
44 static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& caps, in test() argument
49 test(r, src, settings, expected, &inputs, kind); in test()
52 DEF_TEST(SkSLHelloWorld, r) { in DEF_TEST() argument
53 test(r, in DEF_TEST()
63 DEF_TEST(SkSLControl, r) { in DEF_TEST() argument
64 test(r, in DEF_TEST()
[all …]
/third_party/typescript/tests/baselines/reference/
DnestedRecursiveLambda.types6 void (r =>(r => r));
7 >void (r =>(r => r)) : undefined
8 >(r =>(r => r)) : (r: any) => (r: any) => any
9 >r =>(r => r) : (r: any) => (r: any) => any
10 >r : any
11 >(r => r) : (r: any) => any
12 >r => r : (r: any) => any
13 >r : any
14 >r : any
16 f((r =>(r => r)));
[all …]
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_precision_test.py42 r'\(expression +float16_t +/'),
57 r'\(expression +int16_t +/'),
72 r'\(expression +uint16_t +/'),
82 r'\(expression +float16_t +dot\b'),
94 r'\(expression +float16_t +/'),
110 r'\(expression +int16_t +/'),
126 r'\(expression +uint16_t +/'),
139 r'\(expression +float16_t +/'),
156 r'\(expression +int16_t +/'),
173 r'\(expression +uint16_t +/'),
[all …]
/third_party/freetype/docs/reference/assets/javascripts/lunr/min/
Dlunr.pt.min.js18r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()… argument
Dlunr.it.min.js18r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()… argument
Dlunr.fr.min.js18r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()… argument
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Drender-a11y-string.min.js1r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("katex"));else if… argument
/third_party/mesa3d/src/util/tests/
Dbitset_test.cpp156 BITSET_DECLARE(r, 128); in TEST()
159 BITSET_ZERO(r); in TEST()
163 BITSET_AND(r, a, b); in TEST()
164 EXPECT_EQ(BITSET_TEST_RANGE(r, 0, 31), false); in TEST()
165 EXPECT_EQ(BITSET_TEST_RANGE(r, 32, 63), false); in TEST()
166 EXPECT_EQ(BITSET_TEST_RANGE(r, 64, 95), false); in TEST()
167 EXPECT_EQ(BITSET_TEST_RANGE(r, 96, 127), false); in TEST()
172 BITSET_AND(r, a, b); in TEST()
174 EXPECT_EQ(BITSET_TEST_RANGE(r, 0, 31), false); in TEST()
175 EXPECT_EQ(BITSET_TEST_RANGE(r, 32, 63), false); in TEST()
[all …]
/third_party/skia/tests/
DSkStringViewTest.cpp12 DEF_TEST(SkStringViewConstructors, r) { in DEF_TEST() argument
14 REPORTER_ASSERT(r, empty.data() == nullptr); in DEF_TEST()
15 REPORTER_ASSERT(r, empty.length() == 0); in DEF_TEST()
19 REPORTER_ASSERT(r, helloWorld.data() == str); in DEF_TEST()
20 REPORTER_ASSERT(r, helloWorld.length() == strlen(str)); in DEF_TEST()
23 REPORTER_ASSERT(r, hello.data() == str); in DEF_TEST()
24 REPORTER_ASSERT(r, hello.length() == 5); in DEF_TEST()
27 REPORTER_ASSERT(r, copy.data() == str); in DEF_TEST()
28 REPORTER_ASSERT(r, copy.length() == 5); in DEF_TEST()
31 REPORTER_ASSERT(r, copy.data() == str); in DEF_TEST()
[all …]
DSkNxTest.cpp14 static void test_Nf(skiatest::Reporter* r) { in test_Nf() argument
23 REPORTER_ASSERT(r, ok); in test_Nf()
27 REPORTER_ASSERT(r, ok); in test_Nf()
61 REPORTER_ASSERT(r, (a == b).allTrue()); in test_Nf()
62 REPORTER_ASSERT(r, (a+b == a*b-b).anyTrue()); in test_Nf()
63 REPORTER_ASSERT(r, !(a+b == a*b-b).allTrue()); in test_Nf()
64 REPORTER_ASSERT(r, !(a+b == a*b).anyTrue()); in test_Nf()
65 REPORTER_ASSERT(r, !(a != b).anyTrue()); in test_Nf()
66 REPORTER_ASSERT(r, (a < fours).anyTrue()); in test_Nf()
67 REPORTER_ASSERT(r, (a <= fours).anyTrue()); in test_Nf()
[all …]
DSkTOptionalTest.cpp13 DEF_TEST(SkTOptionalEmpty, r) { in DEF_TEST() argument
15 REPORTER_ASSERT(r, !o); in DEF_TEST()
16 REPORTER_ASSERT(r, !o.has_value()); in DEF_TEST()
19 DEF_TEST(SkTOptionalNulloptCtor, r) { in DEF_TEST() argument
21 REPORTER_ASSERT(r, !o); in DEF_TEST()
22 REPORTER_ASSERT(r, !o.has_value()); in DEF_TEST()
25 DEF_TEST(SkTOptionalValueOr, r) { in DEF_TEST() argument
28 REPORTER_ASSERT(r, !strcmp(o.value_or("Hello"), "Hello")); in DEF_TEST()
32 REPORTER_ASSERT(r, !strcmp(o.value_or("Hello"), "Bye")); in DEF_TEST()
37 REPORTER_ASSERT(r, *a == 5); in DEF_TEST()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/
Damdgpu_asic_addr.h133 #define ASICREV_IS(r, rn) AMDGPU_IN_RANGE(r, AMDGPU_##rn##_RANGE) argument
134 #define ASICREV_IS_TAHITI_P(r) ASICREV_IS(r, TAHITI) argument
135 #define ASICREV_IS_PITCAIRN_PM(r) ASICREV_IS(r, PITCAIRN) argument
136 #define ASICREV_IS_CAPEVERDE_M(r) ASICREV_IS(r, CAPEVERDE) argument
137 #define ASICREV_IS_OLAND_M(r) ASICREV_IS(r, OLAND) argument
138 #define ASICREV_IS_HAINAN_V(r) ASICREV_IS(r, HAINAN) argument
140 #define ASICREV_IS_BONAIRE_M(r) ASICREV_IS(r, BONAIRE) argument
141 #define ASICREV_IS_HAWAII_P(r) ASICREV_IS(r, HAWAII) argument
143 #define ASICREV_IS_SPECTRE(r) ASICREV_IS(r, SPECTRE) argument
144 #define ASICREV_IS_SPOOKY(r) ASICREV_IS(r, SPOOKY) argument
[all …]
/third_party/pulseaudio/src/pulsecore/
Dresampler.c41 static int copy_init(pa_resampler *r);
43 static void setup_remap(const pa_resampler *r, pa_remap_t *m, bool *lfe_remixed);
46 static int (* const init_table[])(pa_resampler *r) = {
335 pa_resampler *r = NULL; in pa_resampler_new() local
348 r = pa_xnew0(pa_resampler, 1); in pa_resampler_new()
349 r->mempool = pool; in pa_resampler_new()
350 r->method = method; in pa_resampler_new()
351 r->flags = flags; in pa_resampler_new()
354 r->i_ss = *a; in pa_resampler_new()
355 r->o_ss = *b; in pa_resampler_new()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dpointer-add.c1 char *caddv(char *p, int o) { char *r = p; r = r + o; return r; } in caddv() local
2 void *vaddv(void *p, int o) { void *r = p; r = r + o; return r; } in vaddv() local
3 int *iaddv(int *p, int o) { int *r = p; r = r + o; return r; } in iaddv() local
5 char *caddc(char *p, int o) { char *r = p; r = r + 3; return r; } in caddc() local
6 void *vaddc(void *p, int o) { void *r = p; r = r + 3; return r; } in vaddc() local
7 int *iaddc(int *p, int o) { int *r = p; r = r + 3; return r; } in iaddc() local
9 char *cincv(char *p, int o) { char *r = p; r += o; return r; } in cincv() local
10 void *vincv(void *p, int o) { void *r = p; r += o; return r; } in vincv() local
11 int *iincv(int *p, int o) { int *r = p; r += o; return r; } in iincv() local
13 char *cincc(char *p, int o) { char *r = p; r += 3; return r; } in cincc() local
[all …]
/third_party/python/Modules/
D_statisticsmodule.c33 double q, num, den, r, x; in _statistics__normal_dist_inv_cdf_impl() local
40 r = 0.180625 - q * q; in _statistics__normal_dist_inv_cdf_impl()
42 num = (((((((2.5090809287301226727e+3 * r + in _statistics__normal_dist_inv_cdf_impl()
43 3.3430575583588128105e+4) * r + in _statistics__normal_dist_inv_cdf_impl()
44 6.7265770927008700853e+4) * r + in _statistics__normal_dist_inv_cdf_impl()
45 4.5921953931549871457e+4) * r + in _statistics__normal_dist_inv_cdf_impl()
46 1.3731693765509461125e+4) * r + in _statistics__normal_dist_inv_cdf_impl()
47 1.9715909503065514427e+3) * r + in _statistics__normal_dist_inv_cdf_impl()
48 1.3314166789178437745e+2) * r + in _statistics__normal_dist_inv_cdf_impl()
50 den = (((((((5.2264952788528545610e+3 * r + in _statistics__normal_dist_inv_cdf_impl()
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_lock.c69 HRESULT r; in LockAuthenticatedChannel9_GetCertificateSize() local
71 r = NineAuthenticatedChannel9_GetCertificateSize(This, pCertificateSize); in LockAuthenticatedChannel9_GetCertificateSize()
73 return r; in LockAuthenticatedChannel9_GetCertificateSize()
81 HRESULT r; in LockAuthenticatedChannel9_GetCertificate() local
83 r = NineAuthenticatedChannel9_GetCertificate(This, CertifacteSize, ppCertificate); in LockAuthenticatedChannel9_GetCertificate()
85 return r; in LockAuthenticatedChannel9_GetCertificate()
93 HRESULT r; in LockAuthenticatedChannel9_NegotiateKeyExchange() local
95 r = NineAuthenticatedChannel9_NegotiateKeyExchange(This, DataSize, pData); in LockAuthenticatedChannel9_NegotiateKeyExchange()
97 return r; in LockAuthenticatedChannel9_NegotiateKeyExchange()
107 HRESULT r; in LockAuthenticatedChannel9_Query() local
[all …]
/third_party/skia/third_party/externals/tint/
DPRESUBMIT.py31 r'.*? Copyright( \(c\))? %(year)s The Tint [Aa]uthors\n '
32 r'.*?\n'
33 r'.*? Licensed under the Apache License, Version 2.0 (the "License");\n'
34 r'.*? you may not use this file except in compliance with the License.\n'
35 r'.*? You may obtain a copy of the License at\n'
36 r'.*?\n'
37 r'.*? http://www.apache.org/licenses/LICENSE-2.0\n'
38 r'.*?\n'
39 r'.*? Unless required by applicable law or agreed to in writing, software\n'
40 r'.*? distributed under the License is distributed on an "AS IS" BASIS,\n'
[all …]
/third_party/FreeBSD/sys/sys/
Dbus.h532 #define bus_barrier(r, o, l, f) \ argument
533 bus_space_barrier((r)->r_bustag, (r)->r_bushandle, (o), (l), (f))
534 #define bus_poke_1(r, o, v) \ argument
535 bus_space_poke_1((r)->r_bustag, (r)->r_bushandle, (o), (v))
536 #define bus_peek_1(r, o, vp) \ argument
537 bus_space_peek_1((r)->r_bustag, (r)->r_bushandle, (o), (vp))
538 #define bus_read_1(r, o) \ argument
539 bus_space_read_1((r)->r_bustag, (r)->r_bushandle, (o))
540 #define bus_read_multi_1(r, o, d, c) \ argument
541 bus_space_read_multi_1((r)->r_bustag, (r)->r_bushandle, (o), (d), (c))
[all …]

12345678910>>...350