/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 28 size_t start_idx, in InsertOperation() 53 size_t start_idx, in DeleteOperation() 78 size_t start_idx, in ReplaceOperation() 766 void CFDE_TextEditEngine::SetSelection(size_t start_idx, size_t count) { in SetSelection() 823 WideString CFDE_TextEditEngine::Delete(size_t start_idx, in Delete() 901 size_t start_idx = selection_.start_idx; in ReplaceSelectedText() local 1155 int32_t start_idx) { in GetCharacterInfo() 1176 int32_t start_idx, in GetCharacterRectsInRange() 1215 size_t start_idx = iter.FindNextBreakPos(true); in BoundsForWordAt() local
|
D | cfde_texteditengine_unittest.cpp | 296 size_t start_idx; in TEST_F() local 503 size_t start_idx; in TEST_F() local 699 size_t start_idx = engine()->GetIndexAtStartOfLine(8U); in TEST_F() local
|
D | cfde_texteditengine.h | 201 size_t start_idx; member
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_vec_to_movs.c | 57 insert_mov(nir_alu_instr *vec, unsigned start_idx, nir_shader *shader) in insert_mov() 122 try_coalesce(nir_alu_instr *vec, unsigned start_idx) in try_coalesce()
|
D | nir_lower_bool_to_bitsize.c | 58 make_sources_canonical(nir_builder *b, nir_alu_instr *alu, uint32_t start_idx) in make_sources_canonical()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | cnn_avx2.c | 248 int start_idx, const int cstep, const int channel_step) { in cnn_convolve_no_maxpool_padding_valid_5x5_avx2() 369 int start_idx, const int cstep, const int channel_step) { in cnn_convolve_no_maxpool_padding_valid_layer1_avx2() 416 int start_idx, const int cstep, const int channel_step) { in cnn_convolve_no_maxpool_padding_valid_layer2_avx2() 472 int start_idx, const int cstep, const int channel_step) { in cnn_convolve_no_maxpool_padding_valid_2x2_avx2() 515 int start_idx, int cstep, int channel_step) { in av1_cnn_convolve_no_maxpool_padding_valid_avx2()
|
/external/libchrome/base/test/ |
D | test_child_process.cc | 30 int start_idx = 1; in main() local
|
/external/tensorflow/tensorflow/lite/kernels/shim/ |
D | test_util.cc | 92 size_t* start_idx) { in TfliteTensorDebugStringImpl() 164 size_t start_idx = 0; in TfliteTensorDebugString() local
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channelz_registry.cc | 87 size_t start_idx = start_channel_id == 0 ? 0 : start_channel_id - 1; in InternalGetTopChannels() local 123 size_t start_idx = start_server_id == 0 ? 0 : start_server_id - 1; in InternalGetServers() local
|
/external/rust/crates/gdbstub/src/protocol/common/ |
D | hex.rs | 155 let start_idx = buf.len() - payload.len(); in encode_hex_simple() localVariable 172 let start_idx = buf.len() - c.len(); in encode_hex_in_chunks() localVariable
|
/external/arm-trusted-firmware/common/ |
D | runtime_svc.c | 93 uint8_t index, start_idx, end_idx; in runtime_svc_init() local
|
/external/perfetto/src/trace_processor/containers/ |
D | bit_vector_iterators.cc | 86 void SetBitsIterator::ReadSetBitBatch(uint32_t start_idx) { in ReadSetBitBatch()
|
/external/libopus/silk/ |
D | decode_core.c | 46 opus_int i, k, lag = 0, start_idx, sLTP_buf_idx, NLSF_interpolation_flag, signalType; in silk_decode_core() local
|
D | NSQ.c | 95 opus_int k, lag, start_idx, LSF_interpolation_flag; in silk_NSQ_c() local
|
/external/ltp/testcases/kernel/sched/eas/ |
D | sugov_latency.c | 80 int start_idx; in parse_results() local
|
/external/freetype/src/psaux/ |
D | psstack.c | 247 CF2_Int start_idx, idx, i; in cf2_stack_roll() local
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
D | ThreadLocal.h | 148 const int start_idx = h % capacity_; in local() local
|
/external/libxaac/decoder/ |
D | ixheaacd_lpp_tran.c | 566 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_filter1_lp() 743 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_low_pow_hf_generator() 851 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_hf_generator()
|
/external/libaom/libaom/av1/encoder/ |
D | cnn.c | 29 int start_idx; member 478 float **output, int out_stride, int start_idx, in convolve_element_wise() 511 int start_idx, const int cstep, const int filter_width_half, in convolve_no_maxpool_padding_zero() 563 int start_idx, const int cstep, const int ii_shift, const int jj_shift, in convolve_no_maxpool_padding_replicate() 611 int start_idx, int cstep, int channel_step) { in av1_cnn_convolve_no_maxpool_padding_valid_c() 645 float **output, int out_stride, int start_idx, in av1_cnn_convolve()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 289 uint32_t start_idx = 0; in WalkAccessChainType() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 289 uint32_t start_idx = 0; in WalkAccessChainType() local
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | fix_storage_class.cpp | 289 uint32_t start_idx = 0; in WalkAccessChainType() local
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | wrappers.py | 137 def _get_shape_tuple(self, init_tuple, tensor, start_idx, int_shape=None): argument
|
/external/bpftool/src/ |
D | xlated_dumper.c | 361 unsigned int start_idx) in dump_xlated_for_graph()
|
/external/libopus/silk/x86/ |
D | NSQ_sse4_1.c | 91 opus_int k, lag, start_idx, LSF_interpolation_flag; in silk_NSQ_sse4_1() local
|