Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/external/blktrace/
Dblkrawverify.c63 static struct act_info acts[] = { variable
81 #define N_ACTS (sizeof(acts) / sizeof(struct act_info))
91 sprintf(buf, "%s ", acts[act].string); in act_to_str()
/external/libyuv/files/tools_libyuv/valgrind/memcheck/
Dsuppressions_mac.txt2 # It acts as a place holder for future additions for this project.
Dsuppressions_win32.txt2 # It acts as a place holder for future additions for this project.
Dsuppressions.txt2 # It acts as a place holder for future additions for this project.
/external/python/cpython2/Demo/md5test/
DREADME6 When called without arguments, it acts as a filter. When called with
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp281 posix_spawn_file_actions_t acts; in internal_spawn_impl() local
282 res = posix_spawn_file_actions_init(&acts); in internal_spawn_impl()
286 posix_spawn_file_actions_destroy(&acts); in internal_spawn_impl()
289 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl()
290 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
291 posix_spawn_file_actions_addclose(&acts, slave_fd); in internal_spawn_impl()
311 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Bincount.pbtxt19 shape as `arr`, or a length-0 `Tensor`, in which case it acts as all weights
Dapi_def_DenseBincount.pbtxt19 shape as `arr`, or a length-0 `Tensor`, in which case it acts as all weights
Dapi_def_RaggedBincount.pbtxt25 shape as `input`, or a length-0 `Tensor`, in which case it acts as all weights
Dapi_def_SparseBincount.pbtxt31 shape as `input`, or a length-0 `Tensor`, in which case it acts as all weights
Dapi_def_Select.pbtxt38 The `condition` tensor acts as a mask that chooses, based on the value at each
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dcontrol30 This test acts as a stress test and ensures that we do not encounter issues
/external/autotest/test_suites/
Dcontrol.wificell-cq13 This suite acts as a pre-cq specific to ChromeOS WiFi related changes and is
Dcontrol.bluestreak-pre-cq13 This suite acts as a pre-cq specific to ChromeOS bluestreak (CFM) related
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Datomic-fence.ll30 ; that acts as a compiler barrier. The barrier should not be emitted to .s file.
/external/llvm-project/llvm/test/MC/AsmParser/
Daltmacro_expression.s15 # Checking that the second '%' acts as modulo operator
/external/iptables/extensions/
Dlibxt_hashlimit.man27 \-\-hashlimit\-mode option is given, hashlimit acts like limit, but at the
56 Classify the flow instead of rate-limiting it. This acts like a
/external/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
DREADME.md6 adopted into lws event loop. It acts like a tcp RAW mode connection in
/external/openscreen/platform/
DREADME.md15 Some of the public API may also include adapter code that acts as a small
/external/arm-trusted-firmware/docs/plat/
Dallwinner.rst8 U-Boot's SPL acts as a loader, loading both BL31 and BL33 (typically U-Boot).
/external/google-styleguide/docguide/
DREADMEs.md31 contains your code. In this way, it acts as a landing page for the directory.
/external/perfetto/test/cts/
DREADME.md34 lifetimes, acts as a profiling consumer, and asserts the contents of the
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dcompress-float.ll27 ; This acts as a sanity check for the codegen instruction compression path,
/external/python/cpython2/Doc/library/
Duserdict.rst17 This module also defines a class, :class:`~UserDict.UserDict`, that acts as a wrapper
102 This module defines a class that acts as a wrapper around list objects. It is a
169 This module defines a class that acts as a wrapper around string objects. It is
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-noredzone.ll6 ; force behaviour in the outliner to make sure that it never acts on anything

12345678910>>...34