Home
last modified time | relevance | path

Searched defs:_ (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/third_party/boost/boost/preprocessor/seq/
Delem.hpp30 # define BOOST_PP_SEQ_ELEM_III(x, _) x BOOST_PP_EMPTY() argument
36 # define BOOST_PP_SEQ_ELEM_IV(x, _) x argument
44 # define BOOST_PP_SEQ_ELEM_III(x, _) x argument
48 # define BOOST_PP_SEQ_ELEM_1(_) BOOST_PP_SEQ_ELEM_0 argument
49 # define BOOST_PP_SEQ_ELEM_2(_) BOOST_PP_SEQ_ELEM_1 argument
50 # define BOOST_PP_SEQ_ELEM_3(_) BOOST_PP_SEQ_ELEM_2 argument
51 # define BOOST_PP_SEQ_ELEM_4(_) BOOST_PP_SEQ_ELEM_3 argument
52 # define BOOST_PP_SEQ_ELEM_5(_) BOOST_PP_SEQ_ELEM_4 argument
53 # define BOOST_PP_SEQ_ELEM_6(_) BOOST_PP_SEQ_ELEM_5 argument
54 # define BOOST_PP_SEQ_ELEM_7(_) BOOST_PP_SEQ_ELEM_6 argument
[all …]
Dsize.hpp31 # define BOOST_PP_SEQ_SIZE_0(_) BOOST_PP_SEQ_SIZE_1 argument
32 # define BOOST_PP_SEQ_SIZE_1(_) BOOST_PP_SEQ_SIZE_2 argument
33 # define BOOST_PP_SEQ_SIZE_2(_) BOOST_PP_SEQ_SIZE_3 argument
34 # define BOOST_PP_SEQ_SIZE_3(_) BOOST_PP_SEQ_SIZE_4 argument
35 # define BOOST_PP_SEQ_SIZE_4(_) BOOST_PP_SEQ_SIZE_5 argument
36 # define BOOST_PP_SEQ_SIZE_5(_) BOOST_PP_SEQ_SIZE_6 argument
37 # define BOOST_PP_SEQ_SIZE_6(_) BOOST_PP_SEQ_SIZE_7 argument
38 # define BOOST_PP_SEQ_SIZE_7(_) BOOST_PP_SEQ_SIZE_8 argument
39 # define BOOST_PP_SEQ_SIZE_8(_) BOOST_PP_SEQ_SIZE_9 argument
40 # define BOOST_PP_SEQ_SIZE_9(_) BOOST_PP_SEQ_SIZE_10 argument
[all …]
/third_party/benchmark/test/
Dreporter_output_test.cc68 for (auto _ : state) { in BM_basic() local
94 for (auto _ : state) { in BM_bytes_per_second() local
125 for (auto _ : state) { in BM_items_per_second() local
156 for (auto _ : state) { in BM_label() local
185 for (auto _ : state) { in BM_time_label_nanosecond() local
208 for (auto _ : state) { in BM_time_label_microsecond() local
231 for (auto _ : state) { in BM_time_label_millisecond() local
254 for (auto _ : state) { in BM_time_label_second() local
281 for (auto _ : state) { in BM_error() local
305 for (auto _ : state) { in BM_no_arg_name() local
[all …]
Dbasic_test.cc7 for (auto _ : state) { in BM_empty() local
15 for (auto _ : state) { in BM_spin_empty() local
28 for (auto _ : state) { in BM_spin_pause_before() local
38 for (auto _ : state) { in BM_spin_pause_during() local
53 for (auto _ : state) { in BM_pause_during() local
64 for (auto _ : state) { in BM_spin_pause_after() local
80 for (auto _ : state) { in BM_spin_pause_before_and_after() local
93 for (auto _ : state) { in BM_empty_stop_start() local
137 for (auto _ : state) { in BM_RangedFor() local
149 for (auto _ : state) { in BM_OneTemplateFunc() local
[all …]
Duser_counters_test.cc26 for (auto _ : state) { in BM_Counters_Simple() local
68 for (auto _ : state) { in BM_Counters_WithBytesAndItemsPSec() local
119 for (auto _ : state) { in BM_Counters_Rate() local
162 for (auto _ : state) { in BM_Invert() local
203 for (auto _ : state) { in BM_Counters_InvertedRate() local
249 for (auto _ : state) { in BM_Counters_Threads() local
289 for (auto _ : state) { in BM_Counters_AvgThreads() local
331 for (auto _ : state) { in BM_Counters_AvgThreadsRate() local
375 for (auto _ : state) { in BM_Counters_IterationInvariant() local
418 for (auto _ : state) { in BM_Counters_kIsIterationInvariantRate() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dmemutil_benchmark.cc98 for (auto _ : state) { in BM_Memmem() local
107 for (auto _ : state) { in BM_MemmemMedium() local
116 for (auto _ : state) { in BM_MemmemPathological() local
126 for (auto _ : state) { in BM_Memcasemem() local
135 for (auto _ : state) { in BM_MemcasememMedium() local
144 for (auto _ : state) { in BM_MemcasememPathological() local
158 for (auto _ : state) { in BM_Search() local
168 for (auto _ : state) { in BM_SearchMedium() local
178 for (auto _ : state) { in BM_SearchPathological() local
188 for (auto _ : state) { in BM_Searchcase() local
[all …]
/third_party/abseil-cpp/absl/strings/internal/
Dmemutil_benchmark.cc98 for (auto _ : state) { in BM_Memmem() local
107 for (auto _ : state) { in BM_MemmemMedium() local
116 for (auto _ : state) { in BM_MemmemPathological() local
126 for (auto _ : state) { in BM_Memcasemem() local
135 for (auto _ : state) { in BM_MemcasememMedium() local
144 for (auto _ : state) { in BM_MemcasememPathological() local
158 for (auto _ : state) { in BM_Search() local
168 for (auto _ : state) { in BM_SearchMedium() local
178 for (auto _ : state) { in BM_SearchPathological() local
188 for (auto _ : state) { in BM_Searchcase() local
[all …]
/third_party/typescript/tests/cases/compiler/
DunusedLocalsStartingWithUnderscore.ts6 for (const _ of []) { } constant
8 for (const _ in []) { } constant
11 let _; variable
12 for (const _ of []) { } constant
14 for (const _ in []) { } constant
DawaitInNonAsyncFunction.ts5 for await (const _ of []); constant
10 for await (const _ of []); constant
25 for await (const _ of []); constant
31 for await (const _ of []); constant
35 for await (const _ of []); constant
40 for await (const _ of []); constant
/third_party/node/deps/npm/node_modules/minimist/test/
Ddash.js6 t.deepEqual(parse([ '-n', '-' ]), { n: '-', _: [] }); property
7 t.deepEqual(parse([ '-' ]), { _: [ '-' ] }); property
8 t.deepEqual(parse([ '-f-' ]), { f: '-', _: [] }); property
11 { b: true, _: [ '-' ] } property
15 { s: '-', _: [] } property
21 t.deepEqual(parse([ '-a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
22 t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
23 t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
30 { name: 'John', _: [ 'before' ], '--': [ 'after' ] }); property
Dshort.js6 t.deepEqual(parse([ '-n123' ]), { n: 123, _: [] }); property
9 { 1: true, 2: true, 3: 456, _: [] } property
16 { b : true, _ : [] }, property
21 { _ : [ 'foo', 'bar', 'baz' ] }, property
26 { c : true, a : true, t : true, s : true, _ : [] }, property
31 { c : true, a : true, t : true, s : 'meow', _ : [] }, property
36 { h : 'localhost', _ : [] }, property
41 { h : 'localhost', p : 555, _ : [] }, property
52 _ : [ 'script.js' ] property
63 _ : [ 'script.js' ] property
Dlong.js7 { bool : true, _ : [] }, property
12 { pow : 'xixxle', _ : [] }, property
17 { pow : 'xixxle', _ : [] }, property
22 { host : 'localhost', port : 555, _ : [] }, property
27 { host : 'localhost', port : 555, _ : [] }, property
/third_party/node/deps/npm/node_modules/mkdirp/node_modules/minimist/test/
Ddash.js6 t.deepEqual(parse([ '-n', '-' ]), { n: '-', _: [] }); property
7 t.deepEqual(parse([ '-' ]), { _: [ '-' ] }); property
8 t.deepEqual(parse([ '-f-' ]), { f: '-', _: [] }); property
11 { b: true, _: [ '-' ] } property
15 { s: '-', _: [] } property
21 t.deepEqual(parse([ '-a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
22 t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
23 t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] }); property
30 { name: 'John', _: [ 'before' ], '--': [ 'after' ] }); property
Dshort.js6 t.deepEqual(parse([ '-n123' ]), { n: 123, _: [] }); property
9 { 1: true, 2: true, 3: 456, _: [] } property
16 { b : true, _ : [] }, property
21 { _ : [ 'foo', 'bar', 'baz' ] }, property
26 { c : true, a : true, t : true, s : true, _ : [] }, property
31 { c : true, a : true, t : true, s : 'meow', _ : [] }, property
36 { h : 'localhost', _ : [] }, property
41 { h : 'localhost', p : 555, _ : [] }, property
52 _ : [ 'script.js' ] property
63 _ : [ 'script.js' ] property
Dlong.js7 { bool : true, _ : [] }, property
12 { pow : 'xixxle', _ : [] }, property
17 { pow : 'xixxle', _ : [] }, property
22 { host : 'localhost', port : 555, _ : [] }, property
27 { host : 'localhost', port : 555, _ : [] }, property
/third_party/json/test/src/
Dunit-testsuites.cpp83 json _; variable
392 json _; variable
399 json _; variable
406 json _; variable
413 json _; variable
420 json _; variable
815 json _; variable
1033 json _; variable
1235 json _; variable
1301 json _; variable
[all …]
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_metadata.cc34 for (auto _ : state) { in BM_SliceFromStatic() local
43 for (auto _ : state) { in BM_SliceFromCopied() local
53 for (auto _ : state) { in BM_SliceIntern() local
64 for (auto _ : state) { in BM_SliceReIntern() local
74 for (auto _ : state) { in BM_SliceInternStaticMetadata() local
84 for (auto _ : state) { in BM_SliceInternEqualToStaticMetadata() local
96 for (auto _ : state) { in BM_MetadataFromNonInternedSlices() local
109 for (auto _ : state) { in BM_MetadataFromInternedSlices() local
126 for (auto _ : state) { in BM_MetadataFromInternedSlicesAlreadyInIndex() local
142 for (auto _ : state) { in BM_MetadataFromInternedKey() local
[all …]
Dbm_error.cc39 for (auto _ : state) { in BM_ErrorCreateFromStatic() local
48 for (auto _ : state) { in BM_ErrorCreateFromCopied() local
57 for (auto _ : state) { in BM_ErrorCreateAndSetStatus() local
68 for (auto _ : state) { in BM_ErrorCreateAndSetIntAndStr() local
83 for (auto _ : state) { in BM_ErrorCreateAndSetIntLoop() local
95 for (auto _ : state) { in BM_ErrorCreateAndSetStrLoop() local
107 for (auto _ : state) { in BM_ErrorRefUnref() local
117 for (auto _ : state) { in BM_ErrorUnrefNone() local
125 for (auto _ : state) { in BM_ErrorGetIntFromNoError() local
137 for (auto _ : state) { in BM_ErrorGetMissingInt() local
[all …]
Dbm_closure.cc36 for (auto _ : state) { in BM_NoOpExecCtx() local
46 for (auto _ : state) { in BM_WellFlushed() local
59 for (auto _ : state) { in BM_ClosureInitAgainstExecCtx() local
72 for (auto _ : state) { in BM_ClosureInitAgainstCombiner() local
87 for (auto _ : state) { in BM_ClosureRun() local
98 for (auto _ : state) { in BM_ClosureCreateAndRun() local
113 for (auto _ : state) { in BM_ClosureInitAndRun() local
129 for (auto _ : state) { in BM_ClosureSchedOnExecCtx() local
145 for (auto _ : state) { in BM_ClosureSched2OnExecCtx() local
164 for (auto _ : state) { in BM_ClosureSched3OnExecCtx() local
[all …]
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Dvector_n.hpp12 #define FUSION_VECTOR_CTOR_DEFAULT_INIT(z, n, _) \ argument
15 #define FUSION_VECTOR_CTOR_INIT(z, n, _) \ argument
18 #define FUSION_VECTOR_MEMBER_CTOR_INIT(z, n, _) \ argument
21 #define FUSION_VECTOR_CTOR_FORWARD(z, n, _) \ argument
24 #define FUSION_VECTOR_CTOR_ARG_FWD(z, n, _) \ argument
27 #define FUSION_VECTOR_MEMBER_DECL(z, n, _) \ argument
30 #define FUSION_VECTOR_MEMBER_FORWARD(z, n, _) \ argument
33 #define FUSION_VECTOR_MEMBER_ASSIGN(z, n, _) \ argument
36 #define FUSION_VECTOR_MEMBER_DEREF_ASSIGN(z, n, _) \ argument
39 #define FUSION_VECTOR_MEMBER_MOVE(z, n, _) \ argument
[all …]
/third_party/boost/libs/ptr_container/doc/
Dguidelines.rst63 .. __: http://www.two-sdg.demon.co.uk/curbralan/papers/SixOfTheBest.pdf target
67 .. __: http://www.ddj.com/documents/s=10011/q=1/cuj0602reeves/0602reeves.html target
98 .. __: http://www.gotw.ca/publications/mill18.htm target
112 .. __ : http://www.boost.org/libs/utility/utility.htm#Class_noncopyable target
127 .. __: reference.html#class-nullable target
140 .. __: http://www.two-sdg.demon.co.uk/curbralan/papers/europlop/NullObject.pdf target
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_datarules.cpp38 spv_result_t ValidateVecNumComponents(ValidationState_t& _, in ValidateVecNumComponents()
64 spv_result_t ValidateFloatSize(ValidationState_t& _, in ValidateFloatSize()
96 spv_result_t ValidateIntSize(ValidationState_t& _, in ValidateIntSize()
130 spv_result_t ValidateMatrixColumnType(ValidationState_t& _, in ValidateMatrixColumnType()
155 spv_result_t ValidateMatrixNumCols(ValidationState_t& _, in ValidateMatrixNumCols()
168 spv_result_t ValidateSpecConstNumerical(ValidationState_t& _, in ValidateSpecConstNumerical()
183 spv_result_t ValidateSpecConstBoolean(ValidationState_t& _, in ValidateSpecConstBoolean()
195 spv_result_t ValidateForwardPointer(ValidationState_t& _, in ValidateForwardPointer()
206 spv_result_t ValidateStruct(ValidationState_t& _, in ValidateStruct()
227 spv_result_t DataRulesPass(ValidationState_t& _, in DataRulesPass()
/third_party/boost/libs/histogram/benchmark/
Dhistogram_filling.cpp20 } _; variable
40 for (auto _ : state) benchmark::DoNotOptimize(h(gen())); in fill_1d() local
48 for (auto _ : state) h.fill(gen); in fill_n_1d() local
56 for (auto _ : state) benchmark::DoNotOptimize(h(gen(), gen())); in fill_2d() local
65 for (auto _ : state) h.fill(v); in fill_n_2d() local
73 for (auto _ : state) benchmark::DoNotOptimize(h(gen(), gen(), gen())); in fill_3d() local
82 for (auto _ : state) h.fill(v); in fill_n_3d() local
91 for (auto _ : state) in fill_6d() local
102 for (auto _ : state) h.fill(v); in fill_n_6d() local
Daxis_index.cpp18 } _; variable
26 for (auto _ : state) benchmark::DoNotOptimize(a.index(gen())); in regular() local
33 for (auto _ : state) benchmark::DoNotOptimize(a.index(gen())); in circular() local
40 for (auto _ : state) benchmark::DoNotOptimize(a.index(gen())); in integer() local
49 for (auto _ : state) benchmark::DoNotOptimize(a.index(gen())); in variable() local
57 for (auto _ : state) benchmark::DoNotOptimize(a.index(gen())); in category() local
63 for (auto _ : state) benchmark::DoNotOptimize(a.index(static_cast<bool>(gen()))); in boolean() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat_benchmark.cc37 for (auto _ : state) { in BM_Sum_By_StrCat() local
53 for (auto _ : state) { in BM_StrCat_By_snprintf() local
62 for (auto _ : state) { in BM_StrCat_By_Strings() local
73 for (auto _ : state) { in BM_StrCat_By_StringOpPlus() local
87 for (auto _ : state) { in BM_StrCat_By_StrCat() local
97 for (auto _ : state) { in BM_HexCat_By_StrCat() local
108 for (auto _ : state) { in BM_HexCat_By_Substitute() local
120 for (auto _ : state) { in BM_FloatToString_By_StrCat() local
131 for (auto _ : state) { in BM_DoubleToString_By_SixDigits() local

12345678910>>...42