Searched refs:counting (Results 1 – 25 of 293) sorted by relevance
12345678910>>...12
/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/llvm-project/mlir/include/mlir/Dialect/Async/ |
D | Passes.td | 27 def AsyncRefCounting : FunctionPass<"async-ref-counting"> { 28 let summary = "Automatic reference counting for Async dialect data types"; 34 FunctionPass<"async-ref-counting-optimization"> { 35 let summary = "Optimize automatic reference counting operations for the"
|
/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.
|
/external/llvm-project/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/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/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/python/pybind11/docs/ |
D | reference.rst | 30 Without reference counting 36 With reference counting
|
/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/llvm-project/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/llvm-project/mlir/test/Dialect/Async/ |
D | async-ref-counting-optimization.mlir | 1 // RUN: mlir-opt %s -async-ref-counting-optimization | FileCheck %s 92 // NOTE: This test is not correct w.r.t. reference counting, and at runtime 94 // constructed by automatic reference counting pass, because it would
|
/external/e2fsprogs/tests/e_icount_normal/ |
D | name | 1 inode counting structure optimized for low counts
|
/external/arm-trusted-firmware/docs/perf/ |
D | performance-monitoring-unit.rst | 43 Configuring the PMU for counting events 135 counting (by ``PMEVCNTR<n>``) is prohibited (e.g. EL2 and the Secure 144 - Enables/disables counting altogether.
|
/external/zstd/lib/common/ |
D | fse_decompress.c | 321 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress_wksp_body() local 327 …size_t const NCountLength = FSE_readNCount_bmi2(counting, &maxSymbolValue, &tableLog, istart, cSrc… in FSE_decompress_wksp_body() 338 …CHECK_F( FSE_buildDTable_internal(dtable, counting, maxSymbolValue, tableLog, workSpace, wkspSize)… in FSE_decompress_wksp_body()
|
/external/curl/docs/cmdline-opts/ |
D | continue-at.d | 9 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")))
|
/external/llvm-project/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")))
|
/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
|
D | api_def_DenseCountSparseOutput.pbtxt | 65 summary: "Performs sparse-output bin counting for a tf.tensor input."
|
/external/libpng/ |
D | TODO | 15 (e.g., counting huffman bits/precompression; filter inertia; filter costs).
|
/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/llvm-project/mlir/test/mlir-cpu-runner/ |
D | async-group.mlir | 3 // _UN: mlir-opt %s -async-ref-counting \
|
/external/pigweed/pw_sync/ |
D | backend.gni | 19 # Backend for the pw_sync module's counting semaphore.
|
12345678910>>...12