Home
last modified time | relevance | path

Searched defs:_mode (Results 1 – 19 of 19) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/arm64/signal/testcases/
Dmangle_pstate_invalid_mode_template.h8 #define DEFINE_TESTCASE_MANGLE_PSTATE_INVALID_MODE(_mode) \ argument
/external/capstone/bindings/ocaml/
Docaml.c700 CAMLprim value ocaml_cs_disasm(value _arch, value _mode, value _code, value _addr, value _count) in ocaml_cs_disasm()
873 CAMLprim value ocaml_open(value _arch, value _mode) in ocaml_open()
/external/tensorflow/tensorflow/python/ops/distributions/
Dbernoulli.py164 def _mode(self): member in Bernoulli
Dcategorical.py321 def _mode(self): member in Categorical
Dstudent_t.py367 def _mode(self): member in StudentT
Ddirichlet.py291 def _mode(self): member in Dirichlet
Dgamma.py266 def _mode(self): member in Gamma
Dlaplace.py213 def _mode(self): member in Laplace
Dbeta.py310 def _mode(self): member in Beta
Dnormal.py235 def _mode(self): member in Normal
Ddistribution.py1133 def _mode(self): member in Distribution
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/
DVisualStudio.py96 def _mode(self): member in VisualStudio
/external/python/cpython3/Lib/multiprocessing/
Dshared_memory.py71 _mode = 0o600 variable in SharedMemory
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs64 private EnumerationMode _mode; field in Antlr.Runtime.Collections.HashList.HashListEnumerator
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h81 …unction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t … in QuickCheckPerfFunction()
91 …ction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t … in QuickCheckPerfFunction()
/external/protobuf/src/google/protobuf/io/
Dio_win32.cc265 int mkdir(const char* path, int _mode) { in mkdir()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1027 def set_data(self, path, data, *, _mode=0o666): argument
/external/tensorflow/tensorflow/python/eager/
Dcontext.py808 def _mode(self, mode): member in Context
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c102 #define wsi_for_each_display_mode(_mode, _conn) \ argument