Home
last modified time | relevance | path

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

12345678910>>...498

/external/guava/guava-tests/test/com/google/common/io/testdata/
Dsimplifypathnoprefixtests.txt4 aaaaaaaa.a aaaaaaaa.a
7 aaaaaaaa/a aaaaaaaa/a
11 aaaaaaa.a. aaaaaaa.a.
12 aaaaaaa.a/ aaaaaaa.a
13 aaaaaaa..a aaaaaaa..a
16 aaaaaaa./a aaaaaaa./a
20 aaaaaaa/a. aaaaaaa/a.
21 aaaaaaa/a/ aaaaaaa/a
22 aaaaaaa/.a aaaaaaa/.a
25 aaaaaaa//a aaaaaaa/a
[all …]
Dsimplifypathwithabsoluteprefixtests.txt4 /b/c/aaaaaaaa.a /b/c/aaaaaaaa.a
7 /b/c/aaaaaaaa/a /b/c/aaaaaaaa/a
11 /b/c/aaaaaaa.a. /b/c/aaaaaaa.a.
12 /b/c/aaaaaaa.a/ /b/c/aaaaaaa.a
13 /b/c/aaaaaaa..a /b/c/aaaaaaa..a
16 /b/c/aaaaaaa./a /b/c/aaaaaaa./a
20 /b/c/aaaaaaa/a. /b/c/aaaaaaa/a.
21 /b/c/aaaaaaa/a/ /b/c/aaaaaaa/a
22 /b/c/aaaaaaa/.a /b/c/aaaaaaa/.a
25 /b/c/aaaaaaa//a /b/c/aaaaaaa/a
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py29 a = 'a' variable
66 (('imul', a, '#b@32(is_pos_power_of_two)'), ('ishl', a, ('find_lsb', b))),
67 (('imul', a, '#b@32(is_neg_power_of_two)'), ('ineg', ('ishl', a, ('find_lsb', ('iabs', b))))),
68 (('udiv', a, 1), a),
69 (('idiv', a, 1), a),
70 (('umod', a, 1), 0),
71 (('imod', a, 1), 0),
72 (('udiv', a, '#b@32(is_pos_power_of_two)'), ('ushr', a, ('find_lsb', b))),
73 …(('idiv', a, '#b@32(is_pos_power_of_two)'), ('imul', ('isign', a), ('ushr', ('iabs', a), ('find_ls…
74 …(('idiv', a, '#b@32(is_neg_power_of_two)'), ('ineg', ('imul', ('isign', a), ('ushr', ('iabs', a), …
[all …]
/external/toybox/tests/files/bc/
Darctan.txt2 a(.267)
3 a(1)
5 a(.267)
6 a(1)
8 a(.267)
9 a(1)
11 a(.267)
12 a(1)
14 a(.267)
15 a(1)
[all …]
/external/clang/test/SemaCXX/
Dwarn-unsequenced.cpp14 int a; in test() local
16 ++a = 0; // ok in test()
17 a + ++a; // expected-warning {{unsequenced modification and access to 'a'}} in test()
18 a = ++a; // ok in test()
19 a + a++; // expected-warning {{unsequenced modification and access to 'a'}} in test()
20 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} in test()
21 ++ ++a; // ok in test()
22 (a++, a++); // ok in test()
23 ++a + ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} in test()
24 a++ + a++; // expected-warning {{multiple unsequenced modifications}} in test()
[all …]
/external/clang/test/CodeGen/
Daarch64-neon-misc.c13 uint8x8_t test_vceqz_s8(int8x8_t a) { in test_vceqz_s8() argument
14 return vceqz_s8(a); in test_vceqz_s8()
23 uint16x4_t test_vceqz_s16(int16x4_t a) { in test_vceqz_s16() argument
24 return vceqz_s16(a); in test_vceqz_s16()
33 uint32x2_t test_vceqz_s32(int32x2_t a) { in test_vceqz_s32() argument
34 return vceqz_s32(a); in test_vceqz_s32()
43 uint64x1_t test_vceqz_s64(int64x1_t a) { in test_vceqz_s64() argument
44 return vceqz_s64(a); in test_vceqz_s64()
53 uint64x1_t test_vceqz_u64(uint64x1_t a) { in test_vceqz_u64() argument
54 return vceqz_u64(a); in test_vceqz_u64()
[all …]
Daarch64-neon-ldst-one.c12 uint8x16_t test_vld1q_dup_u8(uint8_t *a) { in test_vld1q_dup_u8() argument
13 return vld1q_dup_u8(a); in test_vld1q_dup_u8()
23 uint16x8_t test_vld1q_dup_u16(uint16_t *a) { in test_vld1q_dup_u16() argument
24 return vld1q_dup_u16(a); in test_vld1q_dup_u16()
34 uint32x4_t test_vld1q_dup_u32(uint32_t *a) { in test_vld1q_dup_u32() argument
35 return vld1q_dup_u32(a); in test_vld1q_dup_u32()
45 uint64x2_t test_vld1q_dup_u64(uint64_t *a) { in test_vld1q_dup_u64() argument
46 return vld1q_dup_u64(a); in test_vld1q_dup_u64()
54 int8x16_t test_vld1q_dup_s8(int8_t *a) { in test_vld1q_dup_s8() argument
55 return vld1q_dup_s8(a); in test_vld1q_dup_s8()
[all …]
Darm_neon_intrinsics.c13 int8x8_t test_vaba_s8(int8x8_t a, int8x8_t b, int8x8_t c) { in test_vaba_s8() argument
14 return vaba_s8(a, b, c); in test_vaba_s8()
27 int16x4_t test_vaba_s16(int16x4_t a, int16x4_t b, int16x4_t c) { in test_vaba_s16() argument
28 return vaba_s16(a, b, c); in test_vaba_s16()
41 int32x2_t test_vaba_s32(int32x2_t a, int32x2_t b, int32x2_t c) { in test_vaba_s32() argument
42 return vaba_s32(a, b, c); in test_vaba_s32()
49 uint8x8_t test_vaba_u8(uint8x8_t a, uint8x8_t b, uint8x8_t c) { in test_vaba_u8() argument
50 return vaba_u8(a, b, c); in test_vaba_u8()
63 uint16x4_t test_vaba_u16(uint16x4_t a, uint16x4_t b, uint16x4_t c) { in test_vaba_u16() argument
64 return vaba_u16(a, b, c); in test_vaba_u16()
[all …]
/external/clang/test/Sema/
Dwarn-unsequenced.c10 int a; in test() local
12 a + ++a; // expected-warning {{unsequenced modification and access to 'a'}} in test()
13 a = ++a; // expected-warning {{multiple unsequenced modifications to 'a'}} in test()
14 a + a++; // expected-warning {{unsequenced modification and access to 'a'}} in test()
15 a = a++; // expected-warning {{multiple unsequenced modifications to 'a'}} in test()
16 (a++, a++); // ok in test()
17 ++a + ++a; // expected-warning {{multiple unsequenced modifications}} in test()
18 a++ + a++; // expected-warning {{multiple unsequenced modifications}} in test()
19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test()
20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test()
[all …]
Dbool-compare.c5 int a,b; in f() local
8 …if ((a > 2) > 1) {} // expected-warning {{comparison of constant 1 with boolean expression is alwa… in f()
10 if (a > b) {} // no warning in f()
11 if (a < b) {} // no warning in f()
12 if (a >= b) {} // no warning in f()
13 if (a <= b) {} // no warning in f()
14 if (a == b) {} // no warning in f()
15 if (a != b) {} // no warning in f()
17 if (a > 0) {} // no warning in f()
18 if (a > 1) {} // no warning in f()
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h150 #define CHOICE(a,b,c) c argument
242 #define CHOICE(a,b,c) b argument
249 #define CHOICE(a,b,c) a argument
259 #define GLNAME(a) a argument
261 #define GLNAME(a) CONCAT(_,a) argument
334 #define ADDR(a) CHOICE(CONCAT($,a), $a, a) argument
335 #define CONST(a) CHOICE(CONCAT($,a), $a, a) argument
338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */ argument
339 #define REGIND(a) CHOICE((a), (a), (a)) /* Register a indirect */ argument
341 #define REGOFF(a, b) CHOICE(a(b), a(b), a(b)) argument
[all …]
/external/libcxx/test/std/algorithms/alg.sorting/alg.sort/is.sorted/
Dis_sorted_until.pass.cpp36 int a[] = {0}; in test() local
37 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
38 assert(std::is_sorted_until(Iter(a), Iter(a)) == Iter(a)); in test()
39 assert(std::is_sorted_until(Iter(a), Iter(a+sa)) == Iter(a+sa)); in test()
43 int a[] = {0, 0}; in test() local
44 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
45 assert(std::is_sorted_until(Iter(a), Iter(a+sa)) == Iter(a+sa)); in test()
48 int a[] = {0, 1}; in test() local
49 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
50 assert(std::is_sorted_until(Iter(a), Iter(a+sa)) == Iter(a+sa)); in test()
[all …]
Dis_sorted_until_comp.pass.cpp37 int a[] = {0}; in test() local
38 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
39 assert(std::is_sorted_until(Iter(a), Iter(a), std::greater<int>()) == Iter(a)); in test()
40 assert(std::is_sorted_until(Iter(a), Iter(a+sa), std::greater<int>()) == Iter(a+sa)); in test()
44 int a[] = {0, 0}; in test() local
45 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
46 assert(std::is_sorted_until(Iter(a), Iter(a+sa), std::greater<int>()) == Iter(a+sa)); in test()
49 int a[] = {0, 1}; in test() local
50 unsigned sa = sizeof(a) / sizeof(a[0]); in test()
51 assert(std::is_sorted_until(Iter(a), Iter(a+sa), std::greater<int>()) == Iter(a+1)); in test()
[all …]
/external/skqp/site/user/api/
DSkImage_Reference.md5 <a name='SkImage'></a>
10 class <a href='SkImage_Reference#SkImage'>SkImage</a> : public <a href='undocumented#SkRefCnt'>SkRe…
12 typedef void* <a href='#SkImage_ReleaseContext'>ReleaseContext</a>;
14a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
15a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
18 …ef void (*<a href='#SkImage_RasterReleaseProc'>RasterReleaseProc</a>)(const void* pixels, <a href=…
20a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
21 … <a href='#SkImage_RasterReleaseProc'>RasterReleaseProc</a> rasterReleaseProc,
22 … <a href='#SkImage_ReleaseContext'>ReleaseContext</a> releaseContext);
23a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
[all …]
DSkCanvas_Reference.md5 <a name='SkCanvas'></a>
10 class <a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a> {
12a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a>> <a href='#SkCanvas_MakeRasterDirect'>MakeRaster…
14 … const <a href='undocumented#SkSurfaceProps'>SkSurfaceProps</a>* props = nullptr);
15a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a>> <a href='#SkCanvas_MakeRasterDirectN32'>MakeRas…
17 <a href='#SkCanvas_empty_constructor'>SkCanvas()</a>;
18 …<a href='#SkCanvas_int_int_const_SkSurfaceProps_star'>SkCanvas</a>(int width, int height, const <a
19a href='#SkCanvas_copy_const_SkBitmap'>SkCanvas</a>(const <a href='SkBitmap_Reference#SkBitmap'>Sk…
20a href='#SkCanvas_const_SkBitmap_const_SkSurfaceProps'>SkCanvas</a>(const <a href='SkBitmap_Refere…
21 virtual <a href='#SkCanvas_destructor'>~SkCanvas()</a>;
[all …]
DSkPath_Reference.md5 <a name='SkPath'></a>
10 class <a href='SkPath_Reference#SkPath'>SkPath</a> {
12 enum <a href='#SkPath_Direction'>Direction</a> : int {
13 <a href='#SkPath_kCW_Direction'>kCW_Direction</a>,
14 <a href='#SkPath_kCCW_Direction'>kCCW_Direction</a>,
17 <a href='#SkPath_empty_constructor'>SkPath()</a>;
18 …<a href='#SkPath_copy_const_SkPath'>SkPath</a>(const <a href='SkPath_Reference#SkPath'>SkPath</a>&…
19 <a href='#SkPath_destructor'>~SkPath()</a>;
20a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_copy_operator'>operator=</a>(const <
21 …<a href='#SkPath_equal_operator'>operator==</a>(const <a href='SkPath_Reference#SkPath'>SkPath</a>…
[all …]
DSkIPoint_Reference.md5 <a name='SkIPoint'></a>
10 struct <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> {
12 int32_t <a href='#SkIPoint_fX'>fX</a>;
13 int32_t <a href='#SkIPoint_fY'>fY</a>;
15 …static constexpr <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> <a href='#SkIPoint_Make'>Make<…
16 int32_t <a href='#SkIPoint_x'>x()</a> const;
17 int32_t <a href='#SkIPoint_y'>y()</a> const;
18 bool <a href='#SkIPoint_isZero'>isZero</a>() const;
19 void <a href='#SkIPoint_set'>set</a>(int32_t x, int32_t y);
20 <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> operator-() const;
[all …]
DSkBitmap_Reference.md5 <a name='SkBitmap'></a>
10 class <a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a> {
12 <a href='#SkBitmap_empty_constructor'>SkBitmap()</a>;
13 …<a href='#SkBitmap_copy_const_SkBitmap'>SkBitmap</a>(const <a href='SkBitmap_Reference#SkBitmap'>S…
14 …<a href='#SkBitmap_move_SkBitmap'>SkBitmap</a>(<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>&…
15 <a href='#SkBitmap_destructor'>~SkBitmap()</a>;
16a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& <a href='#SkBitmap_copy_operator'>operator=</a>…
17 …<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& <a href='#SkBitmap_move_operator'>operator=</a
18 … void <a href='#SkBitmap_swap'>swap</a>(<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& other);
19 …const <a href='SkPixmap_Reference#SkPixmap'>SkPixmap</a>& <a href='#SkBitmap_pixmap'>pixmap()</a> …
[all …]
/external/skia/site/user/api/
DSkImage_Reference.md5 <a name='SkImage'></a>
10 class <a href='SkImage_Reference#SkImage'>SkImage</a> : public <a href='undocumented#SkRefCnt'>SkRe…
12 typedef void* <a href='#SkImage_ReleaseContext'>ReleaseContext</a>;
14a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
15a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
18 …ef void (*<a href='#SkImage_RasterReleaseProc'>RasterReleaseProc</a>)(const void* pixels, <a href=…
20a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
21 … <a href='#SkImage_RasterReleaseProc'>RasterReleaseProc</a> rasterReleaseProc,
22 … <a href='#SkImage_ReleaseContext'>ReleaseContext</a> releaseContext);
23a href='undocumented#sk_sp'>sk_sp</a><<a href='SkImage_Reference#SkImage'>SkImage</a>> <a href='#S…
[all …]
DSkCanvas_Reference.md5 <a name='SkCanvas'></a>
10 class <a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a> {
12a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a>> <a href='#SkCanvas_MakeRasterDirect'>MakeRaster…
14 … const <a href='undocumented#SkSurfaceProps'>SkSurfaceProps</a>* props = nullptr);
15a href='SkCanvas_Reference#SkCanvas'>SkCanvas</a>> <a href='#SkCanvas_MakeRasterDirectN32'>MakeRas…
17 <a href='#SkCanvas_empty_constructor'>SkCanvas()</a>;
18 …<a href='#SkCanvas_int_int_const_SkSurfaceProps_star'>SkCanvas</a>(int width, int height, const <a
19a href='#SkCanvas_copy_const_SkBitmap'>SkCanvas</a>(const <a href='SkBitmap_Reference#SkBitmap'>Sk…
20a href='#SkCanvas_const_SkBitmap_const_SkSurfaceProps'>SkCanvas</a>(const <a href='SkBitmap_Refere…
21 virtual <a href='#SkCanvas_destructor'>~SkCanvas()</a>;
[all …]
DSkPath_Reference.md5 <a name='SkPath'></a>
10 class <a href='SkPath_Reference#SkPath'>SkPath</a> {
12 enum <a href='#SkPath_Direction'>Direction</a> : int {
13 <a href='#SkPath_kCW_Direction'>kCW_Direction</a>,
14 <a href='#SkPath_kCCW_Direction'>kCCW_Direction</a>,
17 <a href='#SkPath_empty_constructor'>SkPath()</a>;
18 …<a href='#SkPath_copy_const_SkPath'>SkPath</a>(const <a href='SkPath_Reference#SkPath'>SkPath</a>&…
19 <a href='#SkPath_destructor'>~SkPath()</a>;
20a href='SkPath_Reference#SkPath'>SkPath</a>& <a href='#SkPath_copy_operator'>operator=</a>(const <
21 …<a href='#SkPath_equal_operator'>operator==</a>(const <a href='SkPath_Reference#SkPath'>SkPath</a>…
[all …]
DSkIPoint_Reference.md5 <a name='SkIPoint'></a>
10 struct <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> {
12 int32_t <a href='#SkIPoint_fX'>fX</a>;
13 int32_t <a href='#SkIPoint_fY'>fY</a>;
15 …static constexpr <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> <a href='#SkIPoint_Make'>Make<…
16 int32_t <a href='#SkIPoint_x'>x()</a> const;
17 int32_t <a href='#SkIPoint_y'>y()</a> const;
18 bool <a href='#SkIPoint_isZero'>isZero</a>() const;
19 void <a href='#SkIPoint_set'>set</a>(int32_t x, int32_t y);
20 <a href='SkIPoint_Reference#SkIPoint'>SkIPoint</a> operator-() const;
[all …]
DSkBitmap_Reference.md5 <a name='SkBitmap'></a>
10 class <a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a> {
12 <a href='#SkBitmap_empty_constructor'>SkBitmap()</a>;
13 …<a href='#SkBitmap_copy_const_SkBitmap'>SkBitmap</a>(const <a href='SkBitmap_Reference#SkBitmap'>S…
14 …<a href='#SkBitmap_move_SkBitmap'>SkBitmap</a>(<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>&…
15 <a href='#SkBitmap_destructor'>~SkBitmap()</a>;
16a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& <a href='#SkBitmap_copy_operator'>operator=</a>…
17 …<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& <a href='#SkBitmap_move_operator'>operator=</a
18 … void <a href='#SkBitmap_swap'>swap</a>(<a href='SkBitmap_Reference#SkBitmap'>SkBitmap</a>& other);
19 …const <a href='SkPixmap_Reference#SkPixmap'>SkPixmap</a>& <a href='#SkBitmap_pixmap'>pixmap()</a> …
[all …]
/external/clang/test/Analysis/
Dadditive-folding-range-constraints.c13 void smallAdjustmentGT (unsigned a) { in smallAdjustmentGT() argument
14 if (a+2 > 1) in smallAdjustmentGT()
15 clang_analyzer_eval(a < UINT_MAX-1); // expected-warning{{TRUE}} in smallAdjustmentGT()
17 clang_analyzer_eval(a == UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentGT()
20 void smallAdjustmentGE (unsigned a) { in smallAdjustmentGE() argument
21 if (a+2 >= 1) in smallAdjustmentGE()
22 clang_analyzer_eval(a < UINT_MAX-1 || a == UINT_MAX); // expected-warning{{TRUE}} in smallAdjustmentGE()
24 clang_analyzer_eval(a == UINT_MAX-1); // expected-warning{{TRUE}} in smallAdjustmentGE()
27 void smallAdjustmentLT (unsigned a) { in smallAdjustmentLT() argument
28 if (a+1 < 2) in smallAdjustmentLT()
[all …]
/external/libxml2/test/expr/
Dbase1 =>a
2 1 a
3 1 a | a
5 =>a|b
6 1 a
8 1 a | b
9 0 a{0}
11 =>a | b | a
12 1 a
14 1 a | b
[all …]

12345678910>>...498