/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/write/ |
H A D | encoder_tests.rs | 12 let mut c = Cursor::new(Vec::new()); in encode_three_bytes() localVariable 24 let mut c = Cursor::new(Vec::new()); in encode_nine_bytes_two_writes() localVariable 41 let mut c = Cursor::new(Vec::new()); in encode_one_then_two_bytes() localVariable 55 let mut c = Cursor::new(Vec::new()); in encode_one_then_five_bytes() localVariable 72 let mut c = Cursor::new(Vec::new()); in encode_1_2_3_bytes() localVariable 91 let mut c = Cursor::new(Vec::new()); in encode_with_padding() localVariable 104 let mut c = Cursor::new(Vec::new()); in encode_with_padding_multiple_writes() localVariable 123 let mut c = Cursor::new(Vec::new()); in finish_writes_extra_byte() localVariable 133 let _ = enc.finish().unwrap(); in finish_writes_extra_byte() localVariable 143 let mut c = Cursor::new(Vec::new()); in write_partial_chunk_encodes_partial_chunk() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/write/ |
D | encoder_tests.rs | 22 let mut c = Cursor::new(Vec::new()); in encode_three_bytes() localVariable 34 let mut c = Cursor::new(Vec::new()); in encode_nine_bytes_two_writes() localVariable 51 let mut c = Cursor::new(Vec::new()); in encode_one_then_two_bytes() localVariable 65 let mut c = Cursor::new(Vec::new()); in encode_one_then_five_bytes() localVariable 82 let mut c = Cursor::new(Vec::new()); in encode_1_2_3_bytes() localVariable 101 let mut c = Cursor::new(Vec::new()); in encode_with_padding() localVariable 114 let mut c = Cursor::new(Vec::new()); in encode_with_padding_multiple_writes() localVariable 133 let mut c = Cursor::new(Vec::new()); in finish_writes_extra_byte() localVariable 143 let _ = enc.finish().unwrap(); in finish_writes_extra_byte() localVariable 153 let mut c = Cursor::new(Vec::new()); in write_partial_chunk_encodes_partial_chunk() localVariable [all …]
|
/aosp_15_r20/external/grpc-grpc/test/cpp/microbenchmarks/ |
H A D | bm_closure.cc | 36 for (auto _ : state) { in BM_NoOpExecCtx() local 44 for (auto _ : state) { in BM_WellFlushed() local 53 grpc_closure c; in BM_ClosureInitAgainstExecCtx() local 54 for (auto _ : state) { in BM_ClosureInitAgainstExecCtx() local 64 grpc_closure c; in BM_ClosureInitAgainstCombiner() local 66 for (auto _ : state) { in BM_ClosureInitAgainstCombiner() local 75 grpc_closure c; in BM_ClosureRun() local 78 for (auto _ : state) { in BM_ClosureRun() local 86 for (auto _ : state) { in BM_ClosureCreateAndRun() local 97 grpc_closure c; in BM_ClosureInitAndRun() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | control_flow_ops_py_test.py | 135 c = lambda i, s: math_ops.less(i, 10) function 1554 c = lambda x: math_ops.less(x, 10000) function 1598 c = lambda i, x: math_ops.less(i, 100) function 1873 def compute(i, m, c, o): argument 1894 def compute(i, m, c, o): argument 1916 def compute(i, c, o): argument 1984 c = lambda x: math_ops.less(x, 10.0) function 1996 c = lambda x: math_ops.less(x, 10.0) function 2013 c = lambda i, j: math_ops.less(i, 2) function 2031 c = lambda i, _: math_ops.less(i, 10) function [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/src/ |
D | condvar.rs | 141 let from = self as *const _ as usize; in notify_one_slow() constant 200 let from = self as *const _ as usize; in notify_all_slow() constant 255 pub fn wait<T: ?Sized>(&self, mutex_guard: &mut MutexGuard<'_, T>) { in wait() 285 mutex_guard: &mut MutexGuard<'_, T>, in wait_until() 301 let addr = self as *const _ as usize; in wait_until_internal() constant 302 let lock_addr = mutex as *const _ as *mut _; in wait_until_internal() constant 352 unsafe { deadlock::acquire_resource(mutex as *const _ as usize) }; in wait_until_internal() constant 381 mutex_guard: &mut MutexGuard<'_, T>, in wait_for() 391 mutex_guard: &mut MutexGuard<'_, T>, in wait_while_until_internal() 425 pub fn wait_while<T, F>(&self, mutex_guard: &mut MutexGuard<'_, T>, condition: F) in wait_while() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | traceback_test.go | 444 func testTracebackArgs1(a, b, c, d, e int) int { argument 491 }, _, _, _, _, _, _, _, _, _, _, _, _ [0]int) int { argument 500 func testTracebackArgs6a(a, b, c, d, e, f, g, h, i, j int) int { argument 510 func testTracebackArgs6b(a, b, c, d, e, f, g, h, i, j, k int) int { argument 560 a, b, c, d, e, f, g, h int member 564 a, b, c, d, e, f, g, h int member 568 a, b, c, d, e, f, g, h int member 573 a, b, c, d, e, f, g, h int member 638 func testTracebackArgs10(a, b, c, d, e int32) int { argument 665 func testTracebackArgs11b(a, b, c, d int32) int { argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 230 let c = v.chunks(3); in test_chunks_count() localVariable 245 let mut c = v.chunks(2); in test_chunks_nth() localVariable 258 let mut c = v.chunks(2); in test_chunks_next() localVariable 265 let mut c = v.chunks(3); in test_chunks_next() localVariable 275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable 282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable 292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable 316 let c = v.chunks(2); in test_chunks_last() localVariable 340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable 355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 230 let c = v.chunks(3); in test_chunks_count() localVariable 245 let mut c = v.chunks(2); in test_chunks_nth() localVariable 258 let mut c = v.chunks(2); in test_chunks_next() localVariable 265 let mut c = v.chunks(3); in test_chunks_next() localVariable 275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable 282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable 292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable 316 let c = v.chunks(2); in test_chunks_last() localVariable 340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable 355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 230 let c = v.chunks(3); in test_chunks_count() localVariable 245 let mut c = v.chunks(2); in test_chunks_nth() localVariable 258 let mut c = v.chunks(2); in test_chunks_next() localVariable 265 let mut c = v.chunks(3); in test_chunks_next() localVariable 275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable 282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable 292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable 316 let c = v.chunks(2); in test_chunks_last() localVariable 340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable 355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 230 let c = v.chunks(3); in test_chunks_count() localVariable 245 let mut c = v.chunks(2); in test_chunks_nth() localVariable 258 let mut c = v.chunks(2); in test_chunks_next() localVariable 265 let mut c = v.chunks(3); in test_chunks_next() localVariable 275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable 282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable 292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable 316 let c = v.chunks(2); in test_chunks_last() localVariable 340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable 355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | slice.rs | 230 let c = v.chunks(3); in test_chunks_count() localVariable 245 let mut c = v.chunks(2); in test_chunks_nth() localVariable 258 let mut c = v.chunks(2); in test_chunks_next() localVariable 265 let mut c = v.chunks(3); in test_chunks_next() localVariable 275 let mut c = v.chunks(2); in test_chunks_next_back() localVariable 282 let mut c = v.chunks(3); in test_chunks_next_back() localVariable 292 let mut c = v.chunks(2); in test_chunks_nth_back() localVariable 316 let c = v.chunks(2); in test_chunks_last() localVariable 340 let c = v.chunks_mut(3); in test_chunks_mut_count() localVariable 355 let mut c = v.chunks_mut(2); in test_chunks_mut_nth() localVariable [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/ |
H A D | query_executor_benchmark.cc | 244 std::initializer_list<Constraint> c) { in BenchmarkSliceTableFilter() 247 for (auto _ : state) { in BenchmarkSliceTableFilter() local 263 for (auto _ : state) { in BenchmarkSliceTableSort() local 276 for (auto _ : state) { in BenchmarkExpectedFrameTableQuery() local 292 for (auto _ : state) { in BenchmarkFtraceEventTableQuery() local 308 for (auto _ : state) { in BenchmarkFtraceEventTableSort() local 427 Constraint c{table.table_.track_id().index_in_table(), FilterOp::kGt, in BM_QEFilterWithArrangement() local 431 for (auto _ : state) { in BM_QEFilterWithArrangement() local 447 Constraint c{table.table_.reference_set_id().index_in_table(), FilterOp::kGt, in BM_QEDenseNullFilter() local 451 for (auto _ : state) { in BM_QEDenseNullFilter() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | stable_graph.rs | 24 let c = g.add_node(2); in node_indices() localVariable 147 let mut c = 0..; in make_graph() localVariable 273 let _ = g.add_node(2); in add_edge_vacant() localVariable 274 let _ = g.remove_node(b); in add_edge_vacant() localVariable 283 let _ = g.add_node(1); in add_edge_oob() localVariable 284 let _ = g.add_node(2); in add_edge_oob() localVariable 300 let c = g.add_node(2); in iterators_undir() localVariable 322 let c = gr.add_node("c"); in iter_multi_edges() localVariable 352 let c = gr.add_node("c"); in iter_multi_undirected_edges() localVariable 414 let c = gr1.add_node(3); in from() localVariable [all …]
|
D | graph.rs | 40 let c = og.add_node(2); in undirected() localVariable 42 let _ = og.add_edge(a, b, 0); in undirected() localVariable 43 let _ = og.add_edge(a, c, 1); in undirected() localVariable 82 let _ = gr.add_node("Z"); in dfs() localVariable 137 let _ = gr.add_node("Z"); in bfs() localVariable 173 let c = gr.add_node("C"); in selfloop() localVariable 194 let c = gr.add_node("C"); in cyclic() localVariable 230 let c = gr.add_node("C"); in bipartite() localVariable 259 let c = gr.add_node("C"); in bipartite() localVariable 310 let c = gr.add_node("c"); in iter_multi_edges() localVariable [all …]
|
/aosp_15_r20/system/memory/libmeminfo/ |
D | libmeminfo_benchmark.cpp | 167 for (auto _ : state) { in BM_ReadMemInfo_old() local 233 for (auto _ : state) { in BM_ReadMemInfo_new() local 271 for (auto _ : state) { in BM_ZramTotal_old() local 281 for (auto _ : state) { in BM_ZramTotal_new() local 338 for (auto _ : state) { in BM_MemInfoWithZram_old() local 403 for (auto _ : state) { in BM_MemInfoWithZram_new() local 452 for (auto _ : state) { in BM_VmallocInfo_old_fixed() local 462 for (auto _ : state) { in BM_VmallocInfo_new() local 484 char* c = line + 4; in get_smaps_rollup() local 491 char* c = line + 14; in get_smaps_rollup() local [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/ |
H A D | test_bytes.rs | 94 let mut c = BytesMut::with_capacity(64); in fmt_write() localVariable 176 let _ = hello.split_off(44); in split_off_oob() localVariable 273 let _ = hello.split_to(33); in split_to_oob() localVariable 280 let _ = hello.split_to(33); in split_to_oob_mut() localVariable 300 let _ = make_bytes().split_to(4); in split_off_to_at_gt_len() localVariable 301 let _ = make_bytes().split_off(4); in split_off_to_at_gt_len() localVariable 304 let _ = make_bytes().split_to(5); in split_off_to_at_gt_len() localVariable 309 let _ = make_bytes().split_off(5); in split_off_to_at_gt_len() localVariable 331 let c = b.clone(); in freeze_clone_shared() localVariable 340 let c = b.clone(); in freeze_clone_unique() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_bytes.rs | 97 let mut c = BytesMut::with_capacity(64); in fmt_write() localVariable 179 let _ = hello.split_off(44); in split_off_oob() localVariable 276 let _ = hello.split_to(33); in split_to_oob() localVariable 283 let _ = hello.split_to(33); in split_to_oob_mut() localVariable 304 let _ = make_bytes().split_to(4); in split_off_to_at_gt_len() localVariable 305 let _ = make_bytes().split_off(4); in split_off_to_at_gt_len() localVariable 308 let _ = make_bytes().split_to(5); in split_off_to_at_gt_len() localVariable 313 let _ = make_bytes().split_off(5); in split_off_to_at_gt_len() localVariable 335 let c = b.clone(); in freeze_clone_shared() localVariable 344 let c = b.clone(); in freeze_clone_unique() localVariable [all …]
|
/aosp_15_r20/bionic/benchmarks/ |
H A D | math_benchmark.cpp | 230 double s, c; in BM_math_sincos() local 242 for (auto _ : state) { in BM_math_expf_speccpu2017() local 253 for (auto _ : state) { in BM_math_expf_speccpu2017_latency() local 269 for (auto _ : state) { in BM_math_exp_speccpu2017() local 280 for (auto _ : state) { in BM_math_exp_speccpu2017_latency() local 291 for (auto _ : state) { in BM_math_exp2f_speccpu2017() local 302 for (auto _ : state) { in BM_math_exp2f_speccpu2017_latency() local 313 for (auto _ : state) { in BM_math_exp2_speccpu2017() local 324 for (auto _ : state) { in BM_math_exp2_speccpu2017_latency() local 340 for (auto _ : state) { in BM_math_powf_speccpu2006() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf_core_read.h | 358 #define ___last4(a, b, c, x) x argument 359 #define ___last5(a, b, c, d, x) x argument 360 #define ___last6(a, b, c, d, e, x) x argument 361 #define ___last7(a, b, c, d, e, f, x) x argument 362 #define ___last8(a, b, c, d, e, f, g, x) x argument 363 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 364 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 367 #define ___nolast2(a, _) a argument 368 #define ___nolast3(a, b, _) a, b argument 369 #define ___nolast4(a, b, c, _) a, b, c argument [all …]
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf_core_read.h | 358 #define ___last4(a, b, c, x) x argument 359 #define ___last5(a, b, c, d, x) x argument 360 #define ___last6(a, b, c, d, e, x) x argument 361 #define ___last7(a, b, c, d, e, f, x) x argument 362 #define ___last8(a, b, c, d, e, f, g, x) x argument 363 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 364 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 367 #define ___nolast2(a, _) a argument 368 #define ___nolast3(a, b, _) a, b argument 369 #define ___nolast4(a, b, c, _) a, b, c argument [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | debug.cpp | 121 RLock _(mut()); in __find_c_from_i() local 132 WLock _(mut()); in __insert_ic() local 137 __c_node* c = __cbeg_[hc]; in __insert_ic() local 155 WLock _(mut()); in __insert_c() local 194 WLock _(mut()); in __erase_i() local 214 __c_node* c = p->__c_; in __erase_i() local 227 WLock _(mut()); in __invalidate_all() local 311 WLock _(mut()); in __erase_c() local 348 WLock _(mut()); in __iterator_copy() local 355 __c_node* c = i != nullptr ? i->__c_ : nullptr; in __iterator_copy() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | ContainerBenchmarks.h | 23 for (auto _ : st) { in BM_ConstructSize() local 33 for (auto _ : st) { in BM_CopyConstruct() local 44 for (auto _ : st) { in BM_Assignment() local 54 for (auto _ : st) { in BM_ConstructSizeValue() local 83 void BM_Pushback_no_grow(benchmark::State& state, Container c) { in BM_Pushback_no_grow() 96 void BM_InsertValue(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValue() 109 void BM_InsertValueRehash(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertValueRehash() 123 void BM_InsertDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_InsertDuplicate() 138 void BM_EmplaceDuplicate(benchmark::State& st, Container c, GenInputs gen) { in BM_EmplaceDuplicate() 153 static void BM_Find(benchmark::State& st, Container c, GenInputs gen) { in BM_Find() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/memoffset/src/ |
D | offset_of.rs | 211 c: i64, in offset_simple() field 226 c: i64, in offset_simple_packed() field 285 let f_ptr = &f as *const _; in test_tuple_offset() constant 286 let f1_ptr = &f.1 as *const _; in test_tuple_offset() constant 300 c: i64, in test_raw_field() field 308 let f_ptr = &f as *const _; in test_raw_field() constant 318 let t_ptr = &t as *const _; in test_raw_field_tuple() constant 345 let f_ptr = &f as *const _; in test_raw_field_union() constant 362 c: i64, in const_offset() field 392 c: i64, in const_fn_offset() field
|
/aosp_15_r20/external/libcxx/src/ |
H A D | debug.cpp | 177 RLock _(mut()); in __find_c_from_i() local 188 WLock _(mut()); in __insert_ic() local 193 __c_node* c = __cbeg_[hc]; in __insert_ic() local 211 WLock _(mut()); in __insert_c() local 253 WLock _(mut()); in __erase_i() local 273 __c_node* c = p->__c_; in __erase_i() local 286 WLock _(mut()); in __invalidate_all() local 370 WLock _(mut()); in __erase_c() local 407 WLock _(mut()); in __iterator_copy() local 414 __c_node* c = i != nullptr ? i->__c_ : nullptr; in __iterator_copy() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pyparsing/ |
D | util.py | 87 def get(_, key): argument 90 def set_(_, key, value): argument 93 def clear(_): argument 108 def get(_, key): argument 111 def set_(_, key, value): argument 116 def clear(_): argument 185 def is_consecutive(c): argument 196 def escape_re_range_char(c): argument 199 def no_escape_re_range_char(c): argument
|