Searched refs:Naive (Results 1 – 20 of 20) sorted by relevance
/external/curl/docs/ |
D | MQTT.md | 29 - Naive EAGAIN handling won't handle split messages
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_flags.inc | 25 // Basic (Naive) Mode logging options.
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.h | 28 enum ModeE { Dbscan, Naive }; enumerator
|
/external/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 134 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
|
/external/llvm-project/llvm/tools/llvm-exegesis/ |
D | llvm-exegesis.cpp | 135 clEnumValN(exegesis::InstructionBenchmarkClustering::Naive,
|
/external/python/cpython2/Doc/library/ |
D | hashlib.rst | 160 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
|
D | datetime.rst | 32 number represents metres, miles, or mass. Naive objects are easy to understand
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 202 ### Naive, bad rounding, that's plainly biased 204 Naive and inaccurate ways to achieve this requantization include: 1. By shifting
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | cmpxchg-clobber-flags.ll | 209 ; operand. Naive attempts to limit cmpxchg EFLAGS use are likely to fail here.
|
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/g3doc/ |
D | conv_emitter.md | 31 ### The Emitter - Naive Implementation
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 252 Naive clustering algorithm is better for doing further work on the
|
/external/rust/crates/chrono/ |
D | CHANGELOG.md | 520 - Naive date and time types and `DateTime` now have a `serde` support. 659 - `[Naive]DateTime::*num_seconds_from_unix_epoch*` methods have been renamed to
|
D | README.md | 376 ### Naive date and time
|
/external/python/cpython3/Doc/library/ |
D | datetime.rst | 35 Aware and Naive Objects 51 particular number represents metres, miles, or mass. Naive objects are easy to 158 Determining if an Object is Aware or Naive 1358 Naive :class:`.datetime` instances are assumed to represent local
|
D | hashlib.rst | 233 hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
|
D | statistics.rst | 823 Wikipedia has a `nice example of a Naive Bayesian Classifier
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-design.md | 263 Naive lazy initialization (i.e. closing the socket in the atfork handler, and then reconnecting on …
|
/external/python/cpython2/Lib/test/ |
D | test_datetime.py | 2506 class Naive(tzinfo): class 2508 t2 = self.theclass(5, 6, 7, tzinfo=Naive())
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 605 #### Naive subsubsection
|
/external/python/cpython3/Lib/test/ |
D | datetimetester.py | 4098 class Naive(tzinfo): class 4100 t2 = self.theclass(5, 6, 7, tzinfo=Naive())
|