/external/blktrace/iowatcher/ |
D | tracers.c | 131 posix_spawn_file_actions_t facts; in run_program() local 135 posix_spawn_file_actions_init(&facts); in run_program() 136 posix_spawn_file_actions_addopen(&facts, 1, outpath, O_WRONLY|O_CREAT|O_TRUNC, 0600); in run_program() 137 factp = &facts; in run_program()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | conflict.ll | 2 ; Checks that we don't crash on conflicting facts about a value 5 ; Test that we can handle conflict edge facts 25 ; Test that we can handle conflicting assume vs edge facts
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | conflict.ll | 2 ; Checks that we don't crash on conflicting facts about a value 5 ; Test that we can handle conflict edge facts 25 ; Test that we can handle conflicting assume vs edge facts
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fact_op.cc | 83 void Compute(OpKernelContext* context, const char* const facts[], in Compute() argument 90 string coded = facts[context->env()->NowMicros() % count]; in Compute()
|
/external/python/cpython3/Lib/test/ |
D | test_ftplib.py | 633 list(self.client.mlsd(path='/', facts=['size', 'type'])) 636 for name, facts in ls: 638 self.assertIsInstance(facts, dict) 640 self.assertIn('type', facts) 641 self.assertIn('perm', facts) 642 self.assertIn('unique', facts) 653 _name, facts = next(self.client.mlsd()) 655 self.assertEqual(facts['type'], type) 656 self.assertEqual(facts['perm'], perm) 657 self.assertEqual(facts['unique'], unique) [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 989 final double facts[] = new double[2]; in slowexp() local 1000 splitReciprocal(as, facts); in slowexp() 1002 splitAdd(ys, facts, as); in slowexp() 1768 final double facts[] = new double[2]; in slowSin() local 1782 splitReciprocal(as, facts); in slowSin() 1785 facts[0] = -facts[0]; in slowSin() 1786 facts[1] = -facts[1]; in slowSin() 1789 splitAdd(ys, facts, as); in slowSin() 1811 final double facts[] = new double[2]; in slowCos() local 1825 splitReciprocal(as, facts); in slowCos() [all …]
|
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | interproc-ret-ref-arg.ll | 23 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-store-arg.ll | 19 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-store-arg-multilevel.ll | 30 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-ret-ref-arg-multilevel.ll | 32 ; We could've proven the following facts if the analysis were inclusion-based:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
D | interproc-ret-ref-arg.ll | 23 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-store-arg.ll | 19 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-store-arg-multilevel.ll | 30 ; We could've proven the following facts if the analysis were inclusion-based:
|
D | interproc-ret-ref-arg-multilevel.ll | 32 ; We could've proven the following facts if the analysis were inclusion-based:
|
/external/python/cpython3/Doc/library/ |
D | ftplib.rst | 315 .. method:: FTP.mlsd(path="", facts=[]) 319 *facts* is a list of strings representing the type of information desired 322 file name, the second one is a dictionary containing facts about the file 323 name. Content of this dictionary might be limited by the *facts* argument 324 but server is not guaranteed to return all requested facts.
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 577 def mlsd(self, path="", facts=[]): argument 589 if facts: 590 self.sendcmd("OPTS MLST " + ";".join(facts) + ";")
|
/external/scapy/doc/scapy/ |
D | introduction.rst | 96 received instead of only decoding and giving facts. Reporting something like 109 derive the facts that triggered that interpretation. Unfortunately much
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Frontend/ |
D | PerformanceTips.rst | 210 generally hard for an optimizer so providing these facts from the frontend 225 otherwise-non-deducible pointer aliasing facts
|
/external/llvm/docs/Frontend/ |
D | PerformanceTips.rst | 210 generally hard for an optimizer so providing these facts from the frontend 225 otherwise-non-deducible pointer aliasing facts
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReportingGuide.rst | 121 **please** refrain from mentioning specific facts about cases without the
|
D | GetElementPtr.rst | 155 reveals the need. Becoming aware of the following facts will dispel the
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 121 **please** refrain from mentioning specific facts about cases without the
|
D | GetElementPtr.rst | 154 reveals the need. Becoming aware of the following facts will dispel the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EarlyCSE/ |
D | invariant.start.ll | 164 ; merging facts along distinct paths.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | loop-invariant-conditions.ll | 329 ; check that we can figure out that iv.next > 1 from the facts that iv >= 0 and
|