| /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
| D | rx-scan.hpp | 44 struct scan : public operator_base<rxu::decay_t<Seed>> struct 46 typedef rxu::decay_t<Observable> source_type; 47 typedef rxu::decay_t<Accumulator> accumulator_type; 48 typedef rxu::decay_t<Seed> seed_type; 50 struct scan_initial_type 62 scan_initial_type initial; 64 scan(source_type o, accumulator_type a, seed_type s) in scan() function 70 void on_subscribe(Subscriber o) const { in on_subscribe() 109 auto scan(AN&&... an) in scan() function
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | inode.c | 35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument 142 ext2_inode_scan scan; in ext2fs_open_inode_scan() local 228 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan() 241 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback() 255 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags() 273 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup() 307 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup() 322 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks() 420 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity() 510 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks() [all …]
|
| /external/libaom/libaom/aom_dsp/ |
| D | quantize.c | 21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c() 113 const int16_t *scan, const int16_t *iscan, in aom_quantize_b_helper_c() 176 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_adaptive_helper_c() 263 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_helper_c() 325 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_adaptive_c() 337 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_adaptive_c() 349 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_64x64_adaptive_c() 362 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_c() 374 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_c() 386 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_c() [all …]
|
| /external/libaom/libaom/test/ |
| D | encodetxb_test.cc | 76 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in GetNzMapContextsRun() local 113 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in SpeedTestGetNzMapContextsRun() local 134 void InitDataWithEob(const int16_t *const scan, const int bwl, in InitDataWithEob() 149 bool Compare(const int16_t *const scan, const int eob) const { in Compare() argument
|
| D | scan_test.cc | 17 static int scan_test(const int16_t *scan, const int16_t *iscan, int si, int r, in scan_test() 30 const int16_t *scan = scan_order->scan; in scan_order_test() local
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | scanner_test.cc | 210 Scanner scan(" first second"); in TEST_F() local 243 Scanner scan("one2three"); in TEST_F() local 257 Scanner scan("name"); in TEST_F() local 267 Scanner scan("a b"); in TEST_F() local
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_quantize.c | 28 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_c() 63 const int16_t *scan, const int16_t *iscan) { in vp9_highbd_quantize_fp_c() 98 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_32x32_c() 132 const int16_t *scan, const int16_t *iscan) { in vp9_highbd_quantize_fp_32x32_c() 163 const int16_t *scan, const int16_t *iscan) { in vp9_regular_quantize_b_4x4()
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| D | SubroutineScanner.java | 42 public Subroutine[] scan(MethodInfo method) throws BadBytecode { in scan() method in SubroutineScanner 63 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() method in SubroutineScanner
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | reference-in-block-args.cpp | 20 void scan() { in scan() function
|
| /external/clang/test/CodeGenCXX/ |
| D | reference-in-block-args.cpp | 20 void scan() { in scan() function
|
| /external/starlark-go/syntax/ |
| D | scan_test.go | 17 func scan(src interface{}) (tokens string, err error) { func
|
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| D | Scanner.java | 34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException; in scan() method
|
| D | PYXScanner.java | 32 public void scan(Reader r, ScanHandler h) throws IOException, SAXException { in scan() method in PYXScanner
|
| /external/antlr/tool/src/main/java/org/antlr/tool/ |
| D | Interpreter.java | 126 public void scan(String startRule, in scan() method in Interpreter 154 public CommonToken scan(String startRule) in scan() method in Interpreter 160 public CommonToken scan(String startRule, in scan() method in Interpreter
|
| /external/emma/core/java12/com/vladium/util/ |
| D | IntSet.java | 105 int scan = 0; in values() local 123 int scan = offset; in values() local
|
| /external/libaom/libaom/aom_dsp/x86/ |
| D | highbd_quantize_intrin_sse2.c | 25 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_sse2() 97 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_sse2() 155 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_sse2()
|
| /external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/ |
| D | InjectMocksScanner.java | 49 private Set<Field> scan() { in scan() method in InjectMocksScanner
|
| /external/libvpx/libvpx/test/ |
| D | vp9_quantize_test.cc | 64 const int16_t *dequant, uint16_t *eob, const int16_t *scan, in QuantFPWrapper() 173 uint16_t *eob_ptr, const int16_t *scan, in quant_fp_nz() 249 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_nz_c() 259 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_32x32_nz_c()
|
| /external/libvpx/libvpx/vpx_dsp/x86/ |
| D | quantize_avx.c | 28 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_avx() 154 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_avx()
|
| D | quantize_ssse3.c | 26 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_ssse3() 120 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_ssse3()
|
| D | highbd_quantize_intrin_sse2.c | 27 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_sse2() 101 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_32x32_sse2()
|
| /external/tensorflow/tensorflow/python/data/experimental/ops/ |
| D | scan_ops.py | 158 def scan(initial_state, scan_func): function
|
| /external/libaom/libaom/av1/encoder/ |
| D | av1_quantize.c | 41 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_fp_helper_c() 113 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_fp_helper_c() 189 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_c() 199 const int16_t *scan) { in av1_quantize_lp_c() 230 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_32x32_c() 242 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_64x64_c() 547 const int16_t *scan, const int16_t *iscan, in av1_highbd_quantize_fp_c()
|
| /external/libvpx/libvpx/vpx_dsp/ |
| D | quantize.c | 122 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_c() 174 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_c() 223 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_c() 284 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_32x32_c()
|
| /external/skqp/src/codec/ |
| D | SkJpegDecoderMgr.cpp | 33 int scan = ((j_decompress_ptr)info)->input_scan_number; in progress_monitor() local
|