Searched refs:counting (Results 1 – 25 of 214) sorted by relevance
123456789
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
D | accessibility_ChromeVoxSound.py | 41 counting = False 48 if not counting: 50 counting = True 52 elif counting: 56 if not counting:
|
/external/e2fsprogs/tests/e_icount_opt/ |
D | name | 1 inode counting abstraction optimized for counting
|
/external/iptables/extensions/ |
D | libxt_quota2.man | 2 on a per-match basis. Available modes are packet counting or byte counting. 6 When counting down from the initial quota, the counter will stop at 0 and 17 counting a packet twice.
|
D | libxt_string.man | 11 (counting from 0) is the last one that is scanned.
|
/external/clang/test/SemaObjC/ |
D | mrc-no-weak.m | 15 …id x; // expected-error {{cannot create __weak reference in file using manual reference counting}} 28 …ze x; // expected-error {{cannot synthesize weak property in file using manual reference counting}} 34 …ion D // expected-error {{cannot synthesize weak property in file using manual reference counting}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | cttz-undef-arg.ll | 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int 12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
|
/external/llvm/test/Verifier/ |
D | cttz-undef-arg.ll | 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int 12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
|
/external/u-boot/lib/zstd/ |
D | fse_decompress.c | 273 short *counting; in FSE_decompress_wksp() local 280 counting = (short *)((U32 *)workspace + spaceUsed32); in FSE_decompress_wksp() 289 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp() 299 CHECK_F(FSE_buildDTable_wksp(dt, counting, maxSymbolValue, tableLog, workspace, workspaceSize)); in FSE_decompress_wksp()
|
/external/python/pybind11/docs/ |
D | reference.rst | 30 Without reference counting 36 With reference counting
|
D | intro.rst | 44 - Smart pointers with reference counting like ``std::shared_ptr`` 45 - Internal references with correct reference counting
|
/external/honggfuzz/docs/ |
D | FeedbackDrivenFuzzing.md | 29 …s://perf.wiki.kernel.org/index.php/Main_Page) for hardware-assisted instruction and branch counting 33 …8?language=en) for hardware assisted unique pc and edges (branch pairs) counting. Currently it's a… 34 …/18/processor-tracing) for hardware assisted unique edge (branch pairs) counting. Currently it's a… 128 ## Unique branch pair (edges) counting (--linux_perf_bts_edge) ## 150 ## Unique branch points counting (--linux_perf_ipt_block) ## 171 ## Instruction counting (--linux_perf_instr) ## 196 ## Branch counting (--linux_perf_branch) ##
|
/external/clang/test/PCH/ |
D | arc.m | 17 // CHECK-ERR1: Objective-C automated reference counting was enabled in PCH file but is currently di… 18 // CHECK-ERR2: Objective-C automated reference counting was disabled in PCH file but is currently e…
|
/external/e2fsprogs/tests/e_icount_normal/ |
D | name | 1 inode counting structure optimized for low counts
|
/external/curl/docs/cmdline-opts/ |
D | continue-at.d | 8 is the exact number of bytes that will be skipped, counting from the beginning
|
/external/clang/test/ARCMT/ |
D | GC-check.m | 4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
|
D | checking-in-arc.m | 4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
|
D | objcmt-property-availability.m.result | 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"…
|
D | objcmt-property-availability.m | 19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"…
|
/external/python/pybind11/docs/advanced/ |
D | smart_ptrs.rst | 40 It is possible to switch to other types of reference counting wrappers or smart 144 *intrusive* reference counting. 172 that demonstrates how to work with custom reference-counting holder types
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_HistogramFixedWidth.pbtxt | 31 Given the tensor `values`, this operation returns a rank 1 histogram counting
|
/external/libpng/ |
D | TODO | 15 (e.g., counting huffman bits/precompression; filter inertia; filter costs).
|
/external/sfntly/doc/ |
D | smart_pointer_usage.md | 4 In sfntly C++ port, an object ref-counting and smart pointer mechanism 97 > The implementation of COM-like ref-counting and smart pointer remedies
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotTimingTest.m | 50 % Compensate for wrap arounds and start counting from zero.
|
/external/mesa3d/docs/relnotes/ |
D | 7.4.rst | 41 - Fixed bad reference counting for 1D/2D texture arrays
|
D | 7.4.3.rst | 32 - Fixed texture object reference counting bug (bug 21756)
|
123456789