Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 2770) sorted by relevance

12345678910>>...111

/external/libcxx/test/std/re/re.alg/re.alg.search/
Dawk.pass.cpp34 std::cmatch m; in main() local
50 std::cmatch m; in main() local
65 std::cmatch m; in main() local
72 std::cmatch m; in main() local
87 std::cmatch m; in main() local
94 std::cmatch m; in main() local
109 std::cmatch m; in main() local
124 std::cmatch m; in main() local
142 std::cmatch m; in main() local
164 std::cmatch m; in main() local
[all …]
Dbasic.pass.cpp34 std::cmatch m; in main() local
40 std::cmatch m; in main() local
56 std::cmatch m; in main() local
71 std::cmatch m; in main() local
78 std::cmatch m; in main() local
93 std::cmatch m; in main() local
100 std::cmatch m; in main() local
115 std::cmatch m; in main() local
130 std::cmatch m; in main() local
148 std::cmatch m; in main() local
[all …]
Dextended.pass.cpp34 std::cmatch m; in main() local
50 std::cmatch m; in main() local
65 std::cmatch m; in main() local
72 std::cmatch m; in main() local
87 std::cmatch m; in main() local
94 std::cmatch m; in main() local
109 std::cmatch m; in main() local
124 std::cmatch m; in main() local
142 std::cmatch m; in main() local
164 std::cmatch m; in main() local
[all …]
Decma.pass.cpp34 std::cmatch m; in main() local
50 std::cmatch m; in main() local
65 std::cmatch m; in main() local
72 std::cmatch m; in main() local
87 std::cmatch m; in main() local
94 std::cmatch m; in main() local
109 std::cmatch m; in main() local
124 std::cmatch m; in main() local
142 std::cmatch m; in main() local
163 std::cmatch m; in main() local
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp34 std::cmatch m; in main() local
40 std::cmatch m; in main() local
56 std::cmatch m; in main() local
71 std::cmatch m; in main() local
78 std::cmatch m; in main() local
84 std::cmatch m; in main() local
91 std::cmatch m; in main() local
97 std::cmatch m; in main() local
112 std::cmatch m; in main() local
130 std::cmatch m; in main() local
[all …]
Decma.pass.cpp34 std::cmatch m; in main() local
50 std::cmatch m; in main() local
65 std::cmatch m; in main() local
72 std::cmatch m; in main() local
78 std::cmatch m; in main() local
85 std::cmatch m; in main() local
91 std::cmatch m; in main() local
106 std::cmatch m; in main() local
124 std::cmatch m; in main() local
130 std::cmatch m; in main() local
[all …]
Dextended.pass.cpp34 std::cmatch m; in main() local
50 std::cmatch m; in main() local
65 std::cmatch m; in main() local
72 std::cmatch m; in main() local
78 std::cmatch m; in main() local
85 std::cmatch m; in main() local
91 std::cmatch m; in main() local
106 std::cmatch m; in main() local
124 std::cmatch m; in main() local
131 std::cmatch m; in main() local
[all …]
/external/valgrind/none/tests/ppc64/
Dtw_td.c33 static void tw_0 ( long n, long m ) { in tw_0()
37 static void tw_1 ( long n, long m ) { in tw_1()
41 static void tw_2 ( long n, long m ) { in tw_2()
45 static void tw_3 ( long n, long m ) { in tw_3()
49 static void tw_4 ( long n, long m ) { in tw_4()
53 static void tw_5 ( long n, long m ) { in tw_5()
57 static void tw_6 ( long n, long m ) { in tw_6()
61 static void tw_7 ( long n, long m ) { in tw_7()
65 static void tw_8 ( long n, long m ) { in tw_8()
69 static void tw_9 ( long n, long m ) { in tw_9()
[all …]
/external/valgrind/none/tests/ppc32/
Dtw.c33 static void tw_0 ( long n, long m ) { in tw_0()
37 static void tw_1 ( long n, long m ) { in tw_1()
41 static void tw_2 ( long n, long m ) { in tw_2()
45 static void tw_3 ( long n, long m ) { in tw_3()
49 static void tw_4 ( long n, long m ) { in tw_4()
53 static void tw_5 ( long n, long m ) { in tw_5()
57 static void tw_6 ( long n, long m ) { in tw_6()
61 static void tw_7 ( long n, long m ) { in tw_7()
65 static void tw_8 ( long n, long m ) { in tw_8()
69 static void tw_9 ( long n, long m ) { in tw_9()
[all …]
/external/v8/src/compiler/
Dmachine-operator-reducer.cc169 Int32BinopMatcher m(node); in Reduce() local
178 Int32BinopMatcher m(node); in Reduce() local
193 Int64BinopMatcher m(node); in Reduce() local
216 Int32BinopMatcher m(node); in Reduce() local
237 Int32BinopMatcher m(node); in Reduce() local
260 Int32BinopMatcher m(node); in Reduce() local
276 Int32BinopMatcher m(node); in Reduce() local
284 Uint32BinopMatcher m(node); in Reduce() local
309 Uint32BinopMatcher m(node); in Reduce() local
319 Float32BinopMatcher m(node); in Reduce() local
[all …]
Dsimplified-operator-reducer.cc22 NumberMatcher m(input); in DecideObjectIsSmi() local
45 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
52 Int32Matcher m(node->InputAt(0)); in Reduce() local
59 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
65 Float64Matcher m(node->InputAt(0)); in Reduce() local
72 Int32Matcher m(node->InputAt(0)); in Reduce() local
81 NumberMatcher m(node->InputAt(0)); in Reduce() local
96 NumberMatcher m(node->InputAt(0)); in Reduce() local
107 NumberMatcher m(node->InputAt(0)); in Reduce() local
116 Uint32Matcher m(node->InputAt(0)); in Reduce() local
[all …]
/external/libcups/cups/
Dversioning.h154 # define _CUPS_DEPRECATED_MSG(m) _CUPS_PUBLIC argument
155 # define _CUPS_DEPRECATED_1_2_MSG(m) _CUPS_PUBLIC argument
156 # define _CUPS_DEPRECATED_1_6_MSG(m) _CUPS_PUBLIC argument
157 # define _CUPS_DEPRECATED_1_7_MSG(m) _CUPS_PUBLIC argument
158 # define _CUPS_DEPRECATED_2_2_MSG(m) _CUPS_PUBLIC argument
165 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) _CUPS_PUBLIC argument
166 # define _CUPS_DEPRECATED_1_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.5)) API_UNAVAILABLE(ios) _C… argument
167 # define _CUPS_DEPRECATED_1_6_MSG(m) API_DEPRECATED(m, macos(10.2,10.8)) API_UNAVAILABLE(ios) _C… argument
168 # define _CUPS_DEPRECATED_1_7_MSG(m) API_DEPRECATED(m, macos(10.2,10.9)) API_UNAVAILABLE(ios) _C… argument
169 # define _CUPS_DEPRECATED_2_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.12)) API_UNAVAILABLE(ios) _… argument
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.h10 #define NVC0_TILE_SHIFT_X(m) ((((m) >> 0) & 0xf) + 6) argument
11 #define NVC0_TILE_SHIFT_Y(m) ((((m) >> 4) & 0xf) + 3) argument
12 #define NVC0_TILE_SHIFT_Z(m) ((((m) >> 8) & 0xf) + 0) argument
14 #define NVC0_TILE_SIZE_X(m) (64 << (((m) >> 0) & 0xf)) argument
15 #define NVC0_TILE_SIZE_Y(m) ( 8 << (((m) >> 4) & 0xf)) argument
16 #define NVC0_TILE_SIZE_Z(m) ( 1 << (((m) >> 8) & 0xf)) argument
20 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf)) argument
22 #define NVC0_TILE_SIZE(m) ((64 * 8) << (((m) + ((m) >> 4) + ((m) >> 8)) & 0xf)) argument
/external/curl/lib/
Dcurl_threads.h31 # define Curl_mutex_init(m) pthread_mutex_init(m, NULL) argument
32 # define Curl_mutex_acquire(m) pthread_mutex_lock(m) argument
33 # define Curl_mutex_release(m) pthread_mutex_unlock(m) argument
34 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m) argument
42 # define Curl_mutex_init(m) InitializeCriticalSection(m) argument
44 # define Curl_mutex_init(m) InitializeCriticalSectionEx(m, 0, 1) argument
46 # define Curl_mutex_acquire(m) EnterCriticalSection(m) argument
47 # define Curl_mutex_release(m) LeaveCriticalSection(m) argument
48 # define Curl_mutex_destroy(m) DeleteCriticalSection(m) argument
/external/clang/test/CodeGen/
Davx512er-builtins.c14 __m512d test_mm512_mask_rsqrt28_round_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_round_pd()
20 __m512d test_mm512_maskz_rsqrt28_round_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_round_pd()
32 __m512d test_mm512_mask_rsqrt28_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_pd()
38 __m512d test_mm512_maskz_rsqrt28_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_pd()
50 __m512 test_mm512_mask_rsqrt28_round_ps(__m512 s, __mmask16 m, __m512 a) { in test_mm512_mask_rsqrt28_round_ps()
56 __m512 test_mm512_maskz_rsqrt28_round_ps(__mmask16 m, __m512 a) { in test_mm512_maskz_rsqrt28_round_ps()
68 __m512 test_mm512_mask_rsqrt28_ps(__m512 s, __mmask16 m, __m512 a) { in test_mm512_mask_rsqrt28_ps()
74 __m512 test_mm512_maskz_rsqrt28_ps(__mmask16 m, __m512 a) { in test_mm512_maskz_rsqrt28_ps()
86 __m128 test_mm_mask_rsqrt28_round_ss(__m128 s, __mmask16 m, __m128 a, __m128 b) { in test_mm_mask_rsqrt28_round_ss()
92 __m128 test_mm_maskz_rsqrt28_round_ss(__mmask16 m, __m128 a, __m128 b) { in test_mm_maskz_rsqrt28_round_ss()
[all …]
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddefault.pass.cpp24 std::multimap<int, double> m; in main() local
30 std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> m; in main() local
37 std::multimap<int, double, std::less<int>, A> m; in main() local
43 std::multimap<int, double, std::less<int>, A> m(a); in main() local
49 std::multimap<int, double> m = {}; in main() local
/external/libcxx/test/std/containers/associative/map/map.cons/
Ddefault.pass.cpp24 std::map<int, double> m; in main() local
30 std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> m; in main() local
37 std::map<int, double, std::less<int>, A> m; in main() local
43 std::map<int, double, std::less<int>, A> m(a); in main() local
49 std::map<int, double> m = {}; in main() local
/external/libcxx/test/std/containers/associative/set/set.cons/
Ddefault.pass.cpp24 std::set<int> m; in main() local
30 std::set<int, std::less<int>, min_allocator<int>> m; in main() local
37 std::set<int, std::less<int>, A> m; in main() local
43 std::set<int, std::less<int>, A> m(a); in main() local
49 std::set<int> m = {}; in main() local
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddefault.pass.cpp24 std::multiset<int> m; in main() local
30 std::multiset<int, std::less<int>, min_allocator<int>> m; in main() local
37 std::multiset<int, std::less<int>, A> m; in main() local
43 std::multiset<int, std::less<int>, A> m(a); in main() local
49 std::multiset<int> m = {}; in main() local
/external/libcxx/test/std/localization/locale.stdcvt/
Dcodecvt_utf16_length.pass.cpp32 std::mbstate_t m; in main() local
55 std::mbstate_t m; in main() local
78 std::mbstate_t m; in main() local
101 std::mbstate_t m; in main() local
124 std::mbstate_t m; in main() local
149 std::mbstate_t m; in main() local
172 std::mbstate_t m; in main() local
195 std::mbstate_t m; in main() local
218 std::mbstate_t m; in main() local
241 std::mbstate_t m; in main() local
[all …]
/external/libpng/
Dpngdebug.h60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
66 # define png_debug2(l,m,p1,p2) \ argument
81 # define png_debug(l,m) \ argument
89 # define png_debug1(l,m,p1) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
106 # define png_debug(l,m) \ argument
117 # define png_debug1(l,m,p1) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
145 # define png_debug(l, m) ((void)0) argument
[all …]
/external/pdfium/third_party/libpng16/
Dpngdebug.h60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
66 # define png_debug2(l,m,p1,p2) \ argument
81 # define png_debug(l,m) \ argument
89 # define png_debug1(l,m,p1) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
106 # define png_debug(l,m) \ argument
117 # define png_debug1(l,m,p1) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
145 # define png_debug(l, m) ((void)0) argument
[all …]
/external/skia/third_party/libpng/
Dpngdebug.h60 # define png_debug(l,m) _RPT0(_CRT_WARN,m PNG_STRING_NEWLINE) argument
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) argument
66 # define png_debug2(l,m,p1,p2) \ argument
81 # define png_debug(l,m) \ argument
89 # define png_debug1(l,m,p1) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
106 # define png_debug(l,m) \ argument
117 # define png_debug1(l,m,p1) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
145 # define png_debug(l, m) ((void)0) argument
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DMessageTest.java25 Message m = new Message(); in testGetData() local
35 Message m = new Message(); in testPeekData() local
43 Message m = new Message(); in testGetTarget() local
52 Message m = new Message(); in testCopyFrom() local
72 Message m = Message.obtain(); in testObtain() local
79 Message m = Message.obtain(h); in testObtainWithHandler() local
87 Message m = Message.obtain(h, what); in testObtainWithHandlerAndWhat() local
99 Message m = Message.obtain(h, what, obj); in testObtainWithHandlerWhatAndObject() local
113 Message m = Message.obtain(h, what, arg1, arg2); in testObtainWithHandlerWhatAndTwoArgs() local
128 Message m = Message.obtain(h, what, arg1, arg2, obj); in testObtainWithHandlerWhatTwoArgsAndObj() local
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-function-mockers.h632 #define MOCK_METHOD0(m, F) GMOCK_METHOD0_(, , , m, F) argument
633 #define MOCK_METHOD1(m, F) GMOCK_METHOD1_(, , , m, F) argument
634 #define MOCK_METHOD2(m, F) GMOCK_METHOD2_(, , , m, F) argument
635 #define MOCK_METHOD3(m, F) GMOCK_METHOD3_(, , , m, F) argument
636 #define MOCK_METHOD4(m, F) GMOCK_METHOD4_(, , , m, F) argument
637 #define MOCK_METHOD5(m, F) GMOCK_METHOD5_(, , , m, F) argument
638 #define MOCK_METHOD6(m, F) GMOCK_METHOD6_(, , , m, F) argument
639 #define MOCK_METHOD7(m, F) GMOCK_METHOD7_(, , , m, F) argument
640 #define MOCK_METHOD8(m, F) GMOCK_METHOD8_(, , , m, F) argument
641 #define MOCK_METHOD9(m, F) GMOCK_METHOD9_(, , , m, F) argument
[all …]

12345678910>>...111