Home
last modified time | relevance | path

Searched refs:counting (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py41 counting = False
48 if not counting:
50 counting = True
52 elif counting:
56 if not counting:
/external/llvm-project/mlir/include/mlir/Dialect/Async/
DPasses.td27 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/
Dname1 inode counting abstraction optimized for counting
/external/iptables/extensions/
Dlibxt_quota2.man2 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/clang/test/SemaObjC/
Dmrc-no-weak.m15 …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-project/clang/test/SemaObjC/
Dmrc-no-weak.m15 …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/
Dcttz-undef-arg.ll8 ; 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/
Dreference.rst30 Without reference counting
36 With reference counting
/external/clang/test/PCH/
Darc.m17 // 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/
Darc.m17 // 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/
Dasync-ref-counting-optimization.mlir1 // 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/arm-trusted-firmware/docs/perf/
Dperformance-monitoring-unit.rst43 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/e2fsprogs/tests/e_icount_normal/
Dname1 inode counting structure optimized for low counts
/external/zstd/lib/common/
Dfse_decompress.c321 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/
Dcontinue-at.d9 is the exact number of bytes that will be skipped, counting from the beginning
/external/clang/test/ARCMT/
DGC-check.m4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
Dchecking-in-arc.m4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
/external/llvm-project/clang/test/ARCMT/
DGC-check.m4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
Dchecking-in-arc.m4 …OUNT_UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode")))
/external/python/pybind11/docs/advanced/
Dsmart_ptrs.rst40 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/libpng/
DTODO15 (e.g., counting huffman bits/precompression; filter inertia; filter costs).
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_HistogramFixedWidth.pbtxt31 Given the tensor `values`, this operation returns a rank 1 histogram counting
/external/llvm-project/mlir/test/mlir-cpu-runner/
Dasync-group.mlir3 // _UN: mlir-opt %s -async-ref-counting \
/external/pigweed/pw_sync/
Dbackend.gni19 # Backend for the pw_sync module's counting semaphore.
/external/sfntly/doc/
Dsmart_pointer_usage.md4 In sfntly C++ port, an object ref-counting and smart pointer mechanism
97 > The implementation of COM-like ref-counting and smart pointer remedies

12345678910>>...12